diff options
| author | Eli Zaretskii | 2001-06-15 10:16:29 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-06-15 10:16:29 +0000 |
| commit | ce6b1982602629f55ee7bf090021d956dddbb632 (patch) | |
| tree | fdbf798e028c3a5a0cf7bf2fe108953858e620f5 /lisp/ChangeLog | |
| parent | 884e8578bfb6232e75c6d1b523b7812b1ce5573a (diff) | |
| download | emacs-ce6b1982602629f55ee7bf090021d956dddbb632.tar.gz emacs-ce6b1982602629f55ee7bf090021d956dddbb632.zip | |
(font-lock-comment-face): For tty's with dark
background, use "red1", since "lightred" is not one of the colors
recognized by tty-colors.el.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba8a8b0b7cf..29544ed916f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-06-15 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * font-lock.el (font-lock-comment-face): For tty's with dark | ||
| 4 | background, use "red1", since "lightred" is not one of the colors | ||
| 5 | recognized by tty-colors.el. | ||
| 6 | |||
| 3 | * tar-mode.el (tar-extract): Call generate-new-buffer-name to | 7 | * tar-mode.el (tar-extract): Call generate-new-buffer-name to |
| 4 | create a buffer for extracted file, in case there's more than one | 8 | create a buffer for extracted file, in case there's more than one |
| 5 | file by that name in an archive, possibly in different | 9 | file by that name in an archive, possibly in different |