]> git.eshelyaron.com Git - emacs.git/commitdiff
Add an item for the Info manual update, and another for removal
authorEli Zaretskii <eliz@gnu.org>
Fri, 16 Feb 2001 14:45:21 +0000 (14:45 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 16 Feb 2001 14:45:21 +0000 (14:45 +0000)
of the binary files handling on DOS/Windows.

etc/TODO

index 64a6cf5f39fd0cfb79305085e429edecb87e0a7e..25234f6176ddb8828d5afcc26d046aca945c0a2e 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
   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
   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.