Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/etc/TODO Fri Feb 16 14:36:39 2001 +0000 +++ b/etc/TODO Fri Feb 16 14:45:21 2001 +0000 @@ -74,6 +74,10 @@ pcomplete, assoc, xml, cvs-status (should be described in PCL-CVS manual); other progmodes, probably in separate manual. +* Update and expand the Info mode manual. + Many Info commands are completely undocumented, including the + mouse-related ones. + * Get some major packages installed: W3/url (development version needs significant work), PSGML, Mule-UCS, Tramp (?). Check the assignments file for other packages which might go in and have been @@ -155,3 +159,6 @@ size and its position from lines instead of characters. * Adapt the gnuserv/gnudoit features for server/emacsclient. + +* Remove the special treatment of binary files by DOS and Windows ports. + They should use find-file-literally and `no-conversion' instead.