diff options
| author | Richard M. Stallman | 2006-03-31 17:37:49 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-03-31 17:37:49 +0000 |
| commit | 356dfa978842985993b8221fdb41f5ccea1785b1 (patch) | |
| tree | 23efc776bf58ecc9f1d0a06902d55778c2dbfe41 | |
| parent | 7d836f619c03530d86ed4ab29c0ccc37cd2d4e8d (diff) | |
| download | emacs-356dfa978842985993b8221fdb41f5ccea1785b1.tar.gz emacs-356dfa978842985993b8221fdb41f5ccea1785b1.zip | |
(Top): Update subnode menu.
| -rw-r--r-- | man/ChangeLog | 28 | ||||
| -rw-r--r-- | man/emacs.texi | 1 |
2 files changed, 29 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 03f25355bea..9690c9216ca 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2006-03-31 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs.texi (Top): Update subnode menu. | ||
| 4 | |||
| 5 | * help.texi (Help Mode): Cleanup. | ||
| 6 | |||
| 7 | * dired.texi: Many cleanups. | ||
| 8 | (Dired Deletion): Describe dired-recursive-deletes. | ||
| 9 | (Operating on Files): dired-create-directory moved. | ||
| 10 | (Misc Dired Features): Moved to here. | ||
| 11 | (Tumme): Node moved to misc.texi. | ||
| 12 | |||
| 13 | * custom.texi: Many cleanups. | ||
| 14 | (Minor Modes): Don't mention ISO Accents Mode. | ||
| 15 | (Examining): Update C-h v output example. | ||
| 16 | (Hooks): Add index and xref for add-hook. | ||
| 17 | (Locals): Delete list of vars that are always per-buffer. Rearrange. | ||
| 18 | (Local Keymaps): Don't mention lisp-mode-map, c-mode-map. | ||
| 19 | |||
| 20 | * misc.texi: Many cleanups. | ||
| 21 | (beginning): Add to summary of topics. | ||
| 22 | (Shell): Put eshell xref at the end. Remove eshell from table. | ||
| 23 | (Thumbnails): New node. | ||
| 24 | |||
| 1 | 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de> | 25 | 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 26 | ||
| 3 | * message.texi, gnus.texi: Bump version to 5.11. | 27 | * message.texi, gnus.texi: Bump version to 5.11. |
| @@ -135,6 +159,10 @@ | |||
| 135 | 159 | ||
| 136 | * org.texi (Clean view): Document new startup options. | 160 | * org.texi (Clean view): Document new startup options. |
| 137 | 161 | ||
| 162 | 2006-03-12 Richard Stallman <rms@gnu.org> | ||
| 163 | |||
| 164 | * calendar.texi: Various cleanups. | ||
| 165 | |||
| 138 | 2006-03-11 Bill Wohler <wohler@newt.com> | 166 | 2006-03-11 Bill Wohler <wohler@newt.com> |
| 139 | 167 | ||
| 140 | * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders) | 168 | * mh-e.texi (Preface, More About MH-E, Options, HTML, Folders) |
diff --git a/man/emacs.texi b/man/emacs.texi index 306518765c8..4cde551bb00 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -201,6 +201,7 @@ Advanced Features | |||
| 201 | "recursive editing level". | 201 | "recursive editing level". |
| 202 | * Emulation:: Emulating some other editors with Emacs. | 202 | * Emulation:: Emulating some other editors with Emacs. |
| 203 | * Hyperlinking:: Following links in buffers. | 203 | * Hyperlinking:: Following links in buffers. |
| 204 | * Thumbnails:: Browsing images using thumbnails. | ||
| 204 | * Dissociated Press:: Dissociating text for fun. | 205 | * Dissociated Press:: Dissociating text for fun. |
| 205 | * Amusements:: Various games and hacks. | 206 | * Amusements:: Various games and hacks. |
| 206 | * Customization:: Modifying the behavior of Emacs. | 207 | * Customization:: Modifying the behavior of Emacs. |