diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index b28b821147b..d12ceaeafbc 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2008-09-25 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * search.texi (Search): Shorten introduction. | ||
| 4 | (Basic Isearch): Add command table. Discuss reverse isearch and | ||
| 5 | isearch highlighting. | ||
| 6 | (Repeat Isearch): Move lazy highlighting discussion here. Add search | ||
| 7 | ring to cindex. | ||
| 8 | (Special Isearch): Move input methods discussion here. | ||
| 9 | (Non-ASCII Isearch): Node deleted, merged with Special Isearch. | ||
| 10 | (Isearch Yank): Node deleted, and contents moved into Basic Isearch and | ||
| 11 | Repeat Isearch. | ||
| 12 | (Isearch Minibuffer): New node. | ||
| 13 | (Word Search): Document new word search commands. | ||
| 14 | (Regexp Example): Simplify example using sentence-end-base variable. | ||
| 15 | (Replace): Reword introduction. | ||
| 16 | (Unconditional Replace): Remove unnecessary example. | ||
| 17 | (Other Repeating Search): Document new `M-s o' binding. | ||
| 18 | |||
| 19 | * emacs.texi (Top): Update node listings. | ||
| 20 | |||
| 1 | 2008-09-22 Juanma Barranquero <lekktu@gmail.com> | 21 | 2008-09-22 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 22 | ||
| 3 | * emacs.texi (Top): Remove Kill Errors from menu. | 23 | * emacs.texi (Top): Remove Kill Errors from menu. |