diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 44576321e67..1bd71aec55f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 1999-10-30 Gerd Moellmann <gerd@gnu.org> | 1 | 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * textmodes/sgml-mode.el (sgml-char-names): Change "half" to | ||
| 4 | "frac12". | ||
| 5 | |||
| 3 | * emacs-lisp/advice.el (ad-activate-on): Make it an alias for | 6 | * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
| 4 | ad-activate. | 7 | ad-activate. |
| 5 | 8 | ||
| @@ -28,8 +31,9 @@ | |||
| 28 | to return the list of whitespaces for whom checks have been | 31 | to return the list of whitespaces for whom checks have been |
| 29 | suppressed. | 32 | suppressed. |
| 30 | 33 | ||
| 31 | * whitespace.el (whitespace-display-unchecked-whitespaces): | 34 | * whitespace.el (whitespace-display-unchecked-whitespaces): |
| 32 | Renamed to `whitespace-update-modeline' to reflect its functionality. | 35 | Renamed to `whitespace-update-modeline' to reflect its |
| 36 | functionality. | ||
| 33 | 37 | ||
| 34 | 1999-09-30 Rajesh Vaidheeswarran <rv@dsmit.com> | 38 | 1999-09-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
| 35 | 39 | ||