diff options
| author | Chong Yidong | 2006-08-29 13:28:00 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-08-29 13:28:00 +0000 |
| commit | 3775cb5cd8807c9f8781e89dbe0afcfc80f3bcac (patch) | |
| tree | e771aa2c693771883ff4c47eed2f31cadfd01367 /lisp/ChangeLog | |
| parent | bda420a33939fb272f2d06b3a58560b3385a1443 (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2006-08-29 Chong Yidong <cyd@stupidchicken.com> | 1 | 2006-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 | ||