comparison etc/TODO @ 36126:725a419874b0

Add an item for the Info manual update, and another for removal of the binary files handling on DOS/Windows.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 16 Feb 2001 14:45:21 +0000
parents 9e6b7bdede16
children 16a9f6fde1f7
comparison
equal deleted inserted replaced
36125:60d0c73ec66c 36126:725a419874b0
71 [?], mlconvert [?], iso-cvt, iso-swed, swedish, feedmail [?], uce, 71 [?], mlconvert [?], iso-cvt, iso-swed, swedish, feedmail [?], uce,
72 bruce, gametree, meese, page-ext, refbib, refer, scribe, sgml-mode, 72 bruce, gametree, meese, page-ext, refbib, refer, scribe, sgml-mode,
73 spell, texinfo, underline, cmacexp, hideif, mantemp [obsolete?], 73 spell, texinfo, underline, cmacexp, hideif, mantemp [obsolete?],
74 pcomplete, assoc, xml, cvs-status (should be described in PCL-CVS manual); 74 pcomplete, assoc, xml, cvs-status (should be described in PCL-CVS manual);
75 other progmodes, probably in separate manual. 75 other progmodes, probably in separate manual.
76
77 * Update and expand the Info mode manual.
78 Many Info commands are completely undocumented, including the
79 mouse-related ones.
76 80
77 * Get some major packages installed: W3/url (development version needs 81 * Get some major packages installed: W3/url (development version needs
78 significant work), PSGML, Mule-UCS, Tramp (?). Check the 82 significant work), PSGML, Mule-UCS, Tramp (?). Check the
79 assignments file for other packages which might go in and have been 83 assignments file for other packages which might go in and have been
80 missed. 84 missed.
153 157
154 * Provide an optional feature which computes a scroll bar slider's 158 * Provide an optional feature which computes a scroll bar slider's
155 size and its position from lines instead of characters. 159 size and its position from lines instead of characters.
156 160
157 * Adapt the gnuserv/gnudoit features for server/emacsclient. 161 * Adapt the gnuserv/gnudoit features for server/emacsclient.
162
163 * Remove the special treatment of binary files by DOS and Windows ports.
164 They should use find-file-literally and `no-conversion' instead.