Mercurial > emacs
comparison etc/NEWS @ 111145:127f4f5efa50
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.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 24 Oct 2010 14:43:31 -0400 |
parents | 5eaa1e2c99c5 |
children | 6174c15098f6 |
comparison
equal
deleted
inserted
replaced
111144:f349e65969e5 | 111145:127f4f5efa50 |
---|---|
661 | 661 |
662 ** buffer-substring-filters is obsoleted by filter-buffer-substring-functions. | 662 ** buffer-substring-filters is obsoleted by filter-buffer-substring-functions. |
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' |
669 and the number of sub-images in the image is more than one, then the | 675 and the number of sub-images in the image is more than one, then the |
670 new function `create-animated-image' creates an animated image where | 676 new function `create-animated-image' creates an animated image where |