aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2006-08-29 13:28:00 +0000
committerChong Yidong2006-08-29 13:28:00 +0000
commit3775cb5cd8807c9f8781e89dbe0afcfc80f3bcac (patch)
treee771aa2c693771883ff4c47eed2f31cadfd01367 /lisp/ChangeLog
parentbda420a33939fb272f2d06b3a58560b3385a1443 (diff)
downloademacs-3775cb5cd8807c9f8781e89dbe0afcfc80f3bcac.tar.gz
emacs-3775cb5cd8807c9f8781e89dbe0afcfc80f3bcac.zip
* hl-line.el (hl-line): New face.
(hl-line-face): Use it.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 78e0ee532f6..c14eb65d15e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12006-08-29 Chong Yidong <cyd@stupidchicken.com> 12006-08-29 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * hl-line.el (hl-line): New face.
4 (hl-line-face): Use it.
5
3 * image-mode.el (image-mode): Fix last fix. 6 * image-mode.el (image-mode): Fix last fix.
4 Suggested by Kim F. Storm. 7 Suggested by Kim F. Storm.
5 8