diff options
| author | Richard M. Stallman | 2005-05-16 03:37:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-16 03:37:46 +0000 |
| commit | f1bc6e52e0dd57f4d6c56580614282f221f41c8c (patch) | |
| tree | 0f21bf68d8bbf9db21b580605dea471487cbfe19 | |
| parent | 12b42b71d4ef50cfd4aec56b62cfc25954b3c99d (diff) | |
| download | emacs-f1bc6e52e0dd57f4d6c56580614282f221f41c8c.tar.gz emacs-f1bc6e52e0dd57f4d6c56580614282f221f41c8c.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 |
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 | ||
| 26 | 2005-05-15 Richard M. Stallman <rms@gnu.org> | 26 | 2005-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. |