Mercurial > emacs
comparison etc/TODO @ 37353:405bb463989f
Remove the item about the Info mode manual. Add an item for functionality
similar to "info --apropos".
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 15 Apr 2001 06:19:58 +0000 |
parents | 16a9f6fde1f7 |
children | c6f25a6b9d62 |
comparison
equal
deleted
inserted
replaced
37352:0b78030b2042 | 37353:405bb463989f |
---|---|
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. | |
80 | 76 |
81 * Get some major packages installed: W3/url (development version needs | 77 * Get some major packages installed: W3/url (development version needs |
82 significant work), PSGML, Mule-UCS, Tramp (?). Check the | 78 significant work), PSGML, Mule-UCS, Tramp (?). Check the |
83 assignments file for other packages which might go in and have been | 79 assignments file for other packages which might go in and have been |
84 missed. | 80 missed. |
163 * Remove the special treatment of binary files by DOS and Windows ports. | 159 * Remove the special treatment of binary files by DOS and Windows ports. |
164 They should use find-file-literally and `no-conversion' instead. | 160 They should use find-file-literally and `no-conversion' instead. |
165 | 161 |
166 * Investigate using GNU Lightning or similar system for incremental | 162 * Investigate using GNU Lightning or similar system for incremental |
167 (`JIT') compilation. | 163 (`JIT') compilation. |
164 | |
165 * Add a feature to Info similar to "info --apropos SUBJECT". |