comparison doc/mansupp/mansupp-240.html @ 0:13d2b8934445

Import AnaGram (near-)release tree into Mercurial.
author David A. Holland
date Sat, 22 Dec 2007 17:52:45 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:13d2b8934445
1 <html>
2 <head>
3 <title>AnaGram 2.40 Manual Supplement</title>
4 </head>
5 <body text="#000000" link="#0000ff" vlink="#551a8b" alink="#ff0000"
6 bgcolor="#ffffff">
7
8 <h1 align="center">AnaGram 2.40</h1>
9
10 <h1 align="center">Supplement to User's Guide</h1>
11 <p>
12 AnaGram 2.40 is the first open-source release of AnaGram. It should be
13 considered a beta version: it should be perfectly fine to use, but
14 before adopting it permanently in place of 2.01, double-check that
15 everything is behaving as expected. Please file a bug report on any
16 discrepancies you encounter.
17 </p>
18
19 <p>
20 The intent going forward is to maintain AnaGram 2.40 with bug fixes
21 (builds will be numbered 2.40.01, 2.40.02, etc.) with the next
22 milestone being a fully stable, usable version numbered 2.50. Once
23 that is ready, a new GUI is required, because the current GUI is both
24 unportable and depends on an orphaned legacy toolkit; the first
25 version with a new GUI is expected to be numbered 3.00.
26 </p>
27
28 <h2>Unix Support</h2>
29 <p>
30 The command-line version of AnaGram (<tt>agcl</tt>) can be compiled
31 for, and will run on, most Unix and Unix-like systems. There is, for
32 the moment, no GUI support on Unix.
33 </p>
34
35 <p>
36 Note that while the Windows version of AnaGram will <em>run</em> in
37 Wine, it does not, for the time being at least, run very well. Most
38 seriously, problems with font handling cause all fonts to be the same,
39 which makes the marked tokens (that is, where you are) in the File
40 Trace and Grammar Trace become indistinguishable from the other
41 tokens. This makes the user interface nearly impossible to use. For
42 further detail, look at the file <tt>doc/admin/wine-issues.txt</tt> in
43 the AnaGram source distribution.
44 </p>
45
46 <h2>Tidier Install</h2>
47 <p>
48 The separate <tt>AnaGram.cgb</tt> and <tt>AnaGram.hlp</tt> files that
49 appeared in earlier releases of AnaGram are now compiled directly into
50 the executable.
51 </p>
52
53 <h2>Manual Re-Typeset</h2>
54 <p>
55 The manual has been translated from WordPerfect to LaTeX and re-set.
56 As of this writing, the manual's index is in disarray. We hope to have
57 this cleaned up in time for the projected 2.50 release.
58 </p>
59
60 <h2>Internal Cleanup</h2>
61 <p>
62 The source tree has been rearranged and tidied up for public release;
63 so has much of the source code itself. The entire build system and all
64 makefiles have been replaced.
65 </p>
66
67 <h2>Bug Fixes</h2>
68 <p>
69 A few bugs have been fixed.
70 See <A HREF=whatsnew.html>whatsnew.html</A> for details.
71 </p>
72
73 <h2>Internal Errors</h2>
74 <p>
75 The reporting of internal errors has been changed to be more
76 consistent with an open-source program; internal errors are now
77 readable messages with a source file and line number rather than magic
78 code numbers.
79 </p>
80
81 <h2>Trial Copies</h2>
82 <p>
83 All the logic for dealing with trial copies, serial numbers,
84 registration, and so forth has been removed.
85 </p>
86
87 <h2>Character-Set Limitation</h2>
88 <p>
89 It has been ascertained that AnaGram can currently only handle
90 character sets up to 16 bits wide; thus, the larger Unicode sets will
91 not work. In at least some cases, attempts to use wider character sets
92 will cause assertion failures in AnaGram itself. This is a bug and we
93 hope to get it sorted out in time for the 2.50 release.
94 </p>
95
96 </body>
97 </html>
98