]> git.eshelyaron.com Git - emacs.git/commit
Improvements to face customization interface.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 8 Oct 2010 00:05:12 +0000 (20:05 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 8 Oct 2010 00:05:12 +0000 (20:05 -0400)
commit61328d7c4c315ddb46483b48b66847b79c4364f7
tree9774d8c4d1594c1cba5b9d86c0f8001df6b9b2d8
parent3d319c8f92f639940b35c750697e82d22b7c17ba
Improvements to face customization interface.

* lisp/cus-edit.el (custom-variable, custom-face): Doc fix.
(custom-face-edit): Add value-create attribute.
(custom-face-edit-value-create)
(custom-face-edit-value-visibility-action): New functions.  Hide
unused face attributes by default, and add a visibility toggle.
(custom-face-edit-deactivate): Show empty values with shadow face.
(custom-face-selected): Only use this for face specs with default
attributes.
(custom-face-value-create): Cleanup.

* lisp/wid-edit.el (widget-checklist-value-create): Use dolist.
(widget-checklist-match-find): Make second arg optional.
lisp/ChangeLog
lisp/cus-edit.el
lisp/wid-edit.el