Fixed some bug items from the TO-DO list.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 15 Sep 2006 21:14:45 +0000 (21:14 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 15 Sep 2006 21:14:45 +0000 (21:14 +0000)
* Bring the online help in sync with our commands changes

* Find out why the online help contains the escape sequences like ~@~T (Eric?)

The first was due to bugs in some macro definitions in sst.c, now fixed.
The second was from escape sequences generated into sst.doc by xmlto
for left-and right-quotes, dashes, and no-break spaces; that is fixed
by an additional translation step in makehelp.py.

xmlto still generates line-drawing characters for the tables in the
LRSCAN and REPORT help items, but those look OK on an xterm in text
mode and their help items are suppressed (along with their commands) in
curses mode.

This is not a completely satisfactory solution, but it will do until a
design change makes those help items visible again.

TODO

diff --git a/TODO b/TODO
index dae737b5cf06fed25370845f8e7e2db16a346d0f..864b2d5251472a6c0c947674b39a95fede61f89d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,10 +3,6 @@
 
 Short-term items:
 
 
 Short-term items:
 
-* Bring the online help in sync with our commands changes
-
-* Find out why the online help contains the escape sequences like ~@~T (Eric?)
-
 * Adjust the sst.spec wrt the build system changes
 
 * Maybe make a release
 * Adjust the sst.spec wrt the build system changes
 
 * Maybe make a release