diff options
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | man/ChangeLog | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4501d08b4d2..58ab47fe3f7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2004-08-17 Luc Teirlinck <teirllm@auburn.edu> + + * emacs-lisp/copyright.el (copyright-update-year): Delete code + that replaces 20xy with xy. + 2004-08-17 John Paul Wallington <jpw@gnu.org> * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar. diff --git a/man/ChangeLog b/man/ChangeLog index bfa31da0332..3ff412eb881 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2004-08-17 Luc Teirlinck <teirllm@auburn.edu> + + * emacs.texi (Top): Mention "cutting" and "pasting" as synonyms + for "killing" and "yanking" in main menu. + 2004-08-16 Richard M. Stallman <rms@gnu.org> * killing.texi (Yanking, Killing): Minor cleanups. |