diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | man/ChangeLog | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 274a280c6e4..99af6134a67 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-03-17 Luc Teirlinck <teirllm@auburn.edu> + + * simple.el (clone-buffer): Doc fix. + 2004-03-18 Juanma Barranquero <lektu@terra.es> * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring. diff --git a/man/ChangeLog b/man/ChangeLog index 9a2f5ca02eb..e8f57a84de2 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,9 @@ +2004-03-17 Luc Teirlinck <teirllm@auburn.edu> + + * info.texi (Advanced): Replace @unnumberedsubsec by @subheading + (as suggested by Karl Berry). Update information about colored + stars in menus. Add new subheading describing M-n. + 2004-03-12 Richard M. Stallman <rms@gnu.org> * cl.texi (Top): Rename top node's title. |
