Mercurial > emacs
diff lisp/ChangeLog @ 107382:96ec3562df8f
Allow using list-colors-display to set colors in the Color widget.
* facemenu.el (list-colors-display, list-colors-print): New arg
callback. Use it to allow selecting colors.
* wid-edit.el (widget-image-insert): Insert image prop even if the
current display is non-graphic.
(widget-field-value-set): New fun.
(editable-field): Use it.
(widget-field-value-get): Clean up unused var.
(widget-color-value-create, widget-color--choose-action): New
funs. Allow using list-colors-display to choose color.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 12 Mar 2010 18:08:30 -0500 |
parents | c97f25cea7c4 |
children | 51ddd70d1fa1 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 12 17:56:30 2010 -0500 +++ b/lisp/ChangeLog Fri Mar 12 18:08:30 2010 -0500 @@ -1,3 +1,16 @@ +2010-03-12 Chong Yidong <cyd@stupidchicken.com> + + * facemenu.el (list-colors-display, list-colors-print): New arg + callback. Use it to allow selecting colors. + + * wid-edit.el (widget-image-insert): Insert image prop even if the + current display is non-graphic. + (widget-field-value-set): New fun. + (editable-field): Use it. + (widget-field-value-get): Clean up unused var. + (widget-color-value-create, widget-color--choose-action): New + funs. Allow using list-colors-display to choose color. + 2010-03-12 Chong Yidong <cyd@stupidchicken.com> * cus-edit.el: Resort topmost custom groups.