aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-02-12 18:06:24 +0000
committerLuc Teirlinck2005-02-12 18:06:24 +0000
commit5e2087b85af9f39b62eb37abd4686a0f4aadd360 (patch)
tree5c88881b41e465a2bb4c820214709f0279d34ba4
parent3413f9285c17973c10bc0808091b758d4dd50aa6 (diff)
downloademacs-5e2087b85af9f39b62eb37abd4686a0f4aadd360.tar.gz
emacs-5e2087b85af9f39b62eb37abd4686a0f4aadd360.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
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 @@
12005-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
12005-02-11 Lute Kamstra <lute@gnu.org> 112005-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.