]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove index-apropos entry.
authorJesper Harder <harder@ifa.au.dk>
Mon, 5 Apr 2004 13:01:03 +0000 (13:01 +0000)
committerJesper Harder <harder@ifa.au.dk>
Mon, 5 Apr 2004 13:01:03 +0000 (13:01 +0000)
etc/ChangeLog
etc/NEWS
etc/TODO

index 26b6341de05c5d6f406dcf19ef3c63694071e8fe..0fe40835d2336fee6026e680a7aa7359e0310d1a 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-05  Jesper Harder  <harder@ifa.au.dk>
+
+       * TODO: Remove index-apropos entry.
+
 2004-04-01  Juri Linkov  <juri@jurta.org>
 
        * HELLO: Add Javanese.
index 832b8c60179d574a1679f99baf25245c11fa7485..3fff88871afafd3c26a88d0486dd616ccbd9716f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -328,11 +328,16 @@ restores the previous value of `buffer-invisibility-spec'.
 ** New command `kill-whole-line' kills an entire line at once.
 By default, it is bound to C-S-<backspace>.
 
+** Info mode:
 +++
-** Info now hides node names in menus and cross references by default.
+*** Info now hides node names in menus and cross references by default.
 If you prefer the old behavior, you can set the new user option
 `Info-hide-note-references' to nil.
 
+*** The new command `info-apropos' searches the indices of the known
+Info files on your system for a string, and builds a menu of the
+possible matches.
+
 ** Support for the SQLite interpreter has been added to sql.el by calling
 'sql-sqlite'.
 
index 08f90db34eb2a51423494f5fe037e462506023d8..d6607a94d475fc5b8e00a41ec0d50b4fec733945 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -174,8 +174,6 @@ Other features we would like:
   compilation of selected bytecode functions to subrs.  Converting CCL
   programs to native code is probably the first thing to try, though.
 
-* Add a feature to Info similar to "info --apropos SUBJECT".
-
 * Add support for SVG (Scalable Vector Graphics) rendering to
   Emacs.