diff options
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b41e08ef89..f205c2fdc6a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2005-02-12 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * custom.el (custom-theme-set-variables): Handle variable aliases. | ||
| 4 | |||
| 5 | * frame.el (blink-cursor-timer): Doc fix. | ||
| 6 | (blink-cursor-mode): Use correct standard expression in defcustom. | ||
| 7 | (blink-cursor): Make it an alias for `blink-cursor-mode' and | ||
| 8 | declare obsolete. | ||
| 9 | * startup.el (command-line): Adapt to above changes in frame.el. | ||
| 10 | |||
| 1 | 2005-02-11 Lute Kamstra <lute@gnu.org> | 11 | 2005-02-11 Lute Kamstra <lute@gnu.org> |
| 2 | 12 | ||
| 3 | * apropos.el (apropos-score-doc): Prevent division by zero. | 13 | * apropos.el (apropos-score-doc): Prevent division by zero. |