From c380889ff9e9ce586ee37bb61d0b8fbc6b39d643 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 15 Sep 2006 21:14:45 +0000 Subject: [PATCH] Fixed some bug items from the TO-DO list. * 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TODO b/TODO index dae737b..864b2d5 100644 --- a/TODO +++ b/TODO @@ -3,10 +3,6 @@ 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 -- 2.31.1