# HG changeset patch # User Luc Teirlinck # Date 1108231584 0 # Node ID 84f58c749aa7efd71b5cb88e23eace871cd3e5f4 # Parent 67919735cf64f75128fa3de8bdf6f8933b767e88 *** empty log message *** diff -r 67919735cf64 -r 84f58c749aa7 lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 12 18:00:53 2005 +0000 +++ b/lisp/ChangeLog Sat Feb 12 18:06:24 2005 +0000 @@ -1,3 +1,13 @@ +2005-02-12 Luc Teirlinck + + * custom.el (custom-theme-set-variables): Handle variable aliases. + + * frame.el (blink-cursor-timer): Doc fix. + (blink-cursor-mode): Use correct standard expression in defcustom. + (blink-cursor): Make it an alias for `blink-cursor-mode' and + declare obsolete. + * startup.el (command-line): Adapt to above changes in frame.el. + 2005-02-11 Lute Kamstra * apropos.el (apropos-score-doc): Prevent division by zero.