diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | man/ChangeLog | 13 |
2 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 646b47e33a2..15010688aac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-09-30 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * dired.el (dired-mode): Handle dired-directory as a list. | ||
| 4 | |||
| 1 | 2003-09-30 Nick Roberts <nick@nick.uklinux.net> | 5 | 2003-09-30 Nick Roberts <nick@nick.uklinux.net> |
| 2 | 6 | ||
| 3 | * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add. | 7 | * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add. |
diff --git a/man/ChangeLog b/man/ChangeLog index d63d83ad145..b7a068685ae 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2003-09-30 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * dired-x.texi (Miscellaneous Commands): Delete M-g, w, T. | ||
| 4 | |||
| 5 | * widget.texi (User Interface): Fix typos. | ||
| 6 | |||
| 7 | * pcl-cvs.texi, cl.texi, woman.texi, ediff.texi: Fix @strong{Note:}. | ||
| 8 | |||
| 9 | * cmdargs.texi (General Variables): Remove MAILRC envvar. | ||
| 10 | |||
| 11 | * misc.texi (Saving Emacs Sessions): Shorten the section, | ||
| 12 | collapsing back into one node. | ||
| 13 | |||
| 1 | 2003-09-30 Lars Hansen <larsh@math.ku.dk> | 14 | 2003-09-30 Lars Hansen <larsh@math.ku.dk> |
| 2 | 15 | ||
| 3 | * misc.texi: Section "Saving Emacs Sessions" rewritten. | 16 | * misc.texi: Section "Saving Emacs Sessions" rewritten. |