diff options
| author | Luc Teirlinck | 2005-02-12 18:06:24 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-02-12 18:06:24 +0000 |
| commit | 5e2087b85af9f39b62eb37abd4686a0f4aadd360 (patch) | |
| tree | 5c88881b41e465a2bb4c820214709f0279d34ba4 | |
| parent | 3413f9285c17973c10bc0808091b758d4dd50aa6 (diff) | |
| download | emacs-5e2087b85af9f39b62eb37abd4686a0f4aadd360.tar.gz emacs-5e2087b85af9f39b62eb37abd4686a0f4aadd360.zip | |
*** empty log message ***
| -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. |