aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-01 14:53:16 +0000
committerRichard M. Stallman2005-01-01 14:53:16 +0000
commit732bb9cede4fee3fe54f39ceec4ae6365e582a96 (patch)
treef58e39a47156683a33012cc1fe8971dfc7d01c63
parentee264870f880742284bb2c557cd0e2cf9b8b2e02 (diff)
downloademacs-732bb9cede4fee3fe54f39ceec4ae6365e582a96.tar.gz
emacs-732bb9cede4fee3fe54f39ceec4ae6365e582a96.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lispref/ChangeLog4
-rw-r--r--man/ChangeLog2
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
62004-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 @@
12005-01-01 Richard M. Stallman <rms@gnu.org>
2
3 * display.texi (Face Attributes): Describe hex color specs.
4
12004-12-31 Richard M. Stallman <rms@gnu.org> 52004-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 @@
12005-01-01 Richard M. Stallman <rms@gnu.org> 12005-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.