aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2001-02-16 14:45:21 +0000
committerEli Zaretskii <[email protected]>2001-02-16 14:45:21 +0000
commitb09646e35abf98a343d3cd359e2c9300fc8605b3 (patch)
tree48b623fcf944d09ab5c2449c6796513322bdcdc8 /etc
parentfb339cd5b61c23d14bd17098331850af11efdefb (diff)
Add an item for the Info manual update, and another for removal
of the binary files handling on DOS/Windows.
Diffstat (limited to 'etc')
-rw-r--r--etc/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 64a6cf5f39..25234f6176 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -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.