diff lisp/ChangeLog @ 110811:4d1b1a2c88c6

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.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 07 Oct 2010 20:05:12 -0400
parents 46ce8bc0e7c5
children a9f5356546ca
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Oct 07 22:26:11 2010 +0000
+++ b/lisp/ChangeLog	Thu Oct 07 20:05:12 2010 -0400
@@ -1,3 +1,18 @@
+2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
+
+	* 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.
+
+	* wid-edit.el (widget-checklist-value-create): Use dolist.
+	(widget-checklist-match-find): Make second arg optional.
+
 2010-10-07  Glenn Morris  <rgm@gnu.org>
 
 	* hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):