diff options
| author | Chong Yidong | 2010-06-12 13:12:15 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-06-12 13:12:15 -0400 |
| commit | 89877f5f3ca40387d5aa966c1d4df1cce49ccb81 (patch) | |
| tree | da3648d369c1cce647604df36590f7418d1b65b8 /lisp/ChangeLog | |
| parent | 6e6e5760b3bafc41e425aad03ec61e59731713d5 (diff) | |
| download | emacs-89877f5f3ca40387d5aa966c1d4df1cce49ccb81.tar.gz emacs-89877f5f3ca40387d5aa966c1d4df1cce49ccb81.zip | |
Add all rgb.txt color names to x-colors.
* facemenu.el (list-colors-print): Don't print extra names if it
will overflow the window width.
* term/common-win.el (x-colors): Add all the color names defined
in rgb.txt (Bug#6332).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 819a83c8876..ba066a7f651 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-06-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * facemenu.el (list-colors-print): Don't print extra names if it | ||
| 4 | will overflow the window width. | ||
| 5 | |||
| 6 | * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02 | ||
| 7 | change temporarily (Bug#6343). | ||
| 8 | |||
| 1 | 2010-06-12 Eli Zaretskii <eliz@gnu.org> | 9 | 2010-06-12 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * files.el (make-directory): Doc fix (bug#6396). | 11 | * files.el (make-directory): Doc fix (bug#6396). |
| @@ -335,7 +343,7 @@ | |||
| 335 | exists. Raise an error, if not (due to a corresponding answer | 343 | exists. Raise an error, if not (due to a corresponding answer |
| 336 | "no" in interactive questions, for example). | 344 | "no" in interactive questions, for example). |
| 337 | 345 | ||
| 338 | 22010-06-02 Dan Nicolaescu <dann@ics.uci.edu> | 346 | 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu> |
| 339 | 347 | ||
| 340 | * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax. | 348 | * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax. |
| 341 | 349 | ||