diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | man/ChangeLog | 6 |
3 files changed, 20 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-06-15 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * info/dir (File): Add emacs-xtra. | ||
| 4 | * Makefile.in (install-arch-indep, uninstall): Add emacs-xtra. | ||
| 5 | |||
| 1 | 2004-06-12 Juri Linkov <juri@jurta.org> | 6 | 2004-06-12 Juri Linkov <juri@jurta.org> |
| 2 | 7 | ||
| 3 | * info/dir: Move menu help lines from `* Menu:' to file header. | 8 | * info/dir: Move menu help lines from `* Menu:' to file header. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4ac29e4ddfc..cc750003d2b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2004-06-15 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir): | ||
| 4 | Add hyperlink to emacs-xtra manual to docstring. | ||
| 5 | |||
| 6 | * autorevert.el (global-auto-revert-non-file-buffers): Add | ||
| 7 | hyperlink to emacs-xtra manual to docstring, as well as an | ||
| 8 | info-link. | ||
| 9 | |||
| 1 | 2004-06-14 Juanma Barranquero <lektu@terra.es> | 10 | 2004-06-14 Juanma Barranquero <lektu@terra.es> |
| 2 | 11 | ||
| 3 | * image.el (image-library-alist): New variable to map image types | 12 | * image.el (image-library-alist): New variable to map image types |
diff --git a/man/ChangeLog b/man/ChangeLog index a3216ed4407..3f5533d1596 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-06-15 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * Makefile.in (INFO_TARGETS, DVI_TARGETS, ../info/emacs-xtra): | ||
| 4 | Add emacs-xtra. | ||
| 5 | * emacs-xtra.texi: New file. | ||
| 6 | |||
| 1 | 2004-06-14 Luc Teirlinck <teirllm@auburn.edu> | 7 | 2004-06-14 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 8 | ||
| 3 | * dired.texi (Dired Enter): Mention conditions on `ls' switches. | 9 | * dired.texi (Dired Enter): Mention conditions on `ls' switches. |