aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-05-16 03:37:46 +0000
committerRichard M. Stallman2005-05-16 03:37:46 +0000
commitf1bc6e52e0dd57f4d6c56580614282f221f41c8c (patch)
tree0f21bf68d8bbf9db21b580605dea471487cbfe19
parent12b42b71d4ef50cfd4aec56b62cfc25954b3c99d (diff)
downloademacs-f1bc6e52e0dd57f4d6c56580614282f221f41c8c.tar.gz
emacs-f1bc6e52e0dd57f4d6c56580614282f221f41c8c.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 365be16843c..ac099619549 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -25,6 +25,10 @@
25 25
262005-05-15 Richard M. Stallman <rms@gnu.org> 262005-05-15 Richard M. Stallman <rms@gnu.org>
27 27
28 * faces.el (describe-face): Output a definition link button.
29
30 * help-mode.el (help-face-def): New button type.
31
28 * emacs-lisp/copyright.el (copyright-fix-years): 32 * emacs-lisp/copyright.el (copyright-fix-years):
29 Match properly if the first year is 2-digit. 33 Match properly if the first year is 2-digit.
30 Don't mess up the whitespace after the years by filling. 34 Don't mess up the whitespace after the years by filling.