diff options
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lispref/ChangeLog | 6 | ||||
-rw-r--r-- | man/ChangeLog | 8 |
3 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 64a78b0c2bc..b4d3b0d4c62 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-05-17 Richard Stallman <rms@gnu.org> + + * files.el (file-name-extension): Doc fix. + 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca> * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so diff --git a/lispref/ChangeLog b/lispref/ChangeLog index caf04b086a7..39bf92c54d1 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,9 @@ +2006-05-17 Richard Stallman <rms@gnu.org> + + * minibuf.texi (Minibuffer History): Clarify. + + * searching.texi (Regexp Special): Clarify nested regexp warning. + 2006-05-16 Kim F. Storm <storm@cua.dk> * minibuf.texi (Minibuffer History): Update add-to-history. diff --git a/man/ChangeLog b/man/ChangeLog index 90f3f8a0a27..5641f133277 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,11 @@ +2006-05-17 Richard Stallman <rms@gnu.org> + + * files.texi (Diff Mode): Mention C-x `. + +2006-05-08 Richard Stallman <rms@gnu.org> + + * custom.texi (Disabling): Textual cleanups. + 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de> * message.texi (Interface): Add tool bar customization. |