diff options
| author | Chong Yidong | 2010-10-24 14:43:31 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-10-24 14:43:31 -0400 |
| commit | 9317e49920455cb4481bf728cc0dce381ec905a8 (patch) | |
| tree | 08a4be48e46fadfd08424e61a57e2610ad46f72e /etc | |
| parent | 59dd6f738c165a6808a924f0628764af70a898a1 (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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'. | ||
| 667 | The command `read-color' now requires a match for a color name or RGB | ||
| 668 | triplet, instead of signalling an error if the user provides a invalid | ||
| 669 | input. | ||
| 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' |