aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-06-12 13:12:15 -0400
committerChong Yidong2010-06-12 13:12:15 -0400
commit89877f5f3ca40387d5aa966c1d4df1cce49ccb81 (patch)
treeda3648d369c1cce647604df36590f7418d1b65b8 /lisp/ChangeLog
parent6e6e5760b3bafc41e425aad03ec61e59731713d5 (diff)
downloademacs-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/ChangeLog10
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 @@
12010-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
12010-06-12 Eli Zaretskii <eliz@gnu.org> 92010-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
33822010-06-02 Dan Nicolaescu <dann@ics.uci.edu> 3462010-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