diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | man/ChangeLog | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d30176d1992..f0daa4d93db 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,8 +3,6 @@ | |||
| 3 | * cus-face.el (custom-face-attributes): Fix :help-echo strings | 3 | * cus-face.el (custom-face-attributes): Fix :help-echo strings |
| 4 | for :foreground and :background. | 4 | for :foreground and :background. |
| 5 | 5 | ||
| 6 | 2004-12-31 Richard M. Stallman <rms@gnu.org> | ||
| 7 | |||
| 8 | * dired.el (dired-view-command-alist): Variable deleted. | 6 | * dired.el (dired-view-command-alist): Variable deleted. |
| 9 | (dired-view-file, dired-mouse-find-file-other-window): | 7 | (dired-view-file, dired-mouse-find-file-other-window): |
| 10 | Delete the code to use it. | 8 | Delete the code to use it. |
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 5d727172dba..1591bffeb7a 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-01-01 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Face Attributes): Describe hex color specs. | ||
| 4 | |||
| 1 | 2004-12-31 Richard M. Stallman <rms@gnu.org> | 5 | 2004-12-31 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * os.texi (Timers): Update previous change. | 7 | * os.texi (Timers): Update previous change. |
diff --git a/man/ChangeLog b/man/ChangeLog index 5d8208aaf41..67a1fe8d503 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2005-01-01 Richard M. Stallman <rms@gnu.org> | 1 | 2005-01-01 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * custom.texi (Face Customization): Mention hex color specs. | ||
| 4 | |||
| 3 | * emacs.texi (Top): Update Killing submenu. | 5 | * emacs.texi (Top): Update Killing submenu. |
| 4 | 6 | ||
| 5 | * killing.texi (Killing): Reorganize section. | 7 | * killing.texi (Killing): Reorganize section. |