aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2010-10-24 14:43:31 -0400
committerChong Yidong2010-10-24 14:43:31 -0400
commit9317e49920455cb4481bf728cc0dce381ec905a8 (patch)
tree08a4be48e46fadfd08424e61a57e2610ad46f72e /etc
parent59dd6f738c165a6808a924f0628764af70a898a1 (diff)
downloademacs-9317e49920455cb4481bf728cc0dce381ec905a8.tar.gz
emacs-9317e49920455cb4481bf728cc0dce381ec905a8.zip
Merge read-color and facemenu-read-color (Bug#7242).
* lisp/facemenu.el (facemenu-read-color): Alias for read-color. (facemenu-set-foreground, facemenu-set-background): Use read-color. * lisp/faces.el (read-color): Use the completion code from facemenu-read-color. Require match in completion. Doc fix. * lisp/frame.el (set-background-color, set-foreground-color) (set-cursor-color, set-mouse-color, set-border-color): Use read-color.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 871f225a154..489beb523ed 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -663,6 +663,12 @@ argument is supplied (see Trash changes, above).
663 663
664** New completion style `substring'. 664** New completion style `substring'.
665 665
666** `facemenu-read-color' is now an alias for `read-color'.
667The command `read-color' now requires a match for a color name or RGB
668triplet, instead of signalling an error if the user provides a invalid
669input.
670
671
666** Image API 672** Image API
667 673
668*** When the image type is one of listed in `image-animated-types' 674*** When the image type is one of listed in `image-animated-types'