Time to make curses work.
[super-star-trek.git] / ChangeLog
1 2006-09-15  Eric S. Raymond  <esr@snark.thyrsus.com>
2
3         * TODO: Fixed these bug items from the TO-DO list:
4         
5         * Bring the online help in sync with our commands changes
6         
7         * Find out why the online help contains the escape sequences like
8         ~@~T (Eric?)
9         
10         The first was due to bugs in some macro definitions in sst.c, now
11         fixed.  The second was from escape sequences generated into
12         sst.doc by xmlto for left-and right-quotes, dashes, and no-break
13         spaces; that is fixed by an additional translation step in
14         makehelp.py.
15         
16         xmlto still generates line-drawing characters for the tables in
17         the LRSCAN and REPORT help items, but those look OK on an xterm in
18         text mode and their help items are suppressed (along with their
19         commands) in curses mode.
20         
21         This is not a completely satisfactory solution, but it will do
22         until a design change makes those help items visible again.
23
24 2006-09-12  gettextize  <bug-gnu-gettext@gnu.org>
25
26         * Makefile.am (SUBDIRS): Add po.
27         (ACLOCAL_AMFLAGS): New variable.
28         (EXTRA_DIST): Add config.rpath, m4/ChangeLog.
29         * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
30