diff --git a/etc/ChangeLog b/etc/ChangeLog index 26b6341de05..0fe40835d23 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2004-04-05 Jesper Harder + + * TODO: Remove index-apropos entry. + 2004-04-01 Juri Linkov * HELLO: Add Javanese. diff --git a/etc/NEWS b/etc/NEWS index 832b8c60179..3fff88871af 100644 --- 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-. +** 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'. diff --git a/etc/TODO b/etc/TODO index 08f90db34eb..d6607a94d47 100644 --- 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.