diff lisp/ChangeLog @ 111017:9506df1b7b65

Allow hiding of modified custom widgets. * cus-edit.el (custom-variable, custom-face): Combine the :inhibit-magic and :display-style properties into a single :custom-style property. (custom-toggle-hide-variable, custom-toggle-hide-face): New functions. If hiding an edited value, save it to :shown-value. (custom-variable-value-create, custom-face-value-create): Use them. (custom-magic-reset): Allow magic property to be unset. * cus-theme.el (custom-theme-add-var-1) (custom-theme-add-face-1): Use the :custom-style property. * custom.el: (custom-theme-load-path): Doc fix.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 16 Oct 2010 16:36:20 -0400
parents fedd4f6fa7e5
children de901820e0bc
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Oct 16 14:27:08 2010 -0400
+++ b/lisp/ChangeLog	Sat Oct 16 16:36:20 2010 -0400
@@ -1,5 +1,14 @@
 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
 
+	* cus-edit.el (custom-variable, custom-face): Combine the
+	:inhibit-magic and :display-style properties into a single
+	:custom-style property.
+	(custom-toggle-hide-variable, custom-toggle-hide-face): New
+	functions.  If hiding an edited value, save it to :shown-value.
+	(custom-variable-value-create, custom-face-value-create): Use
+	them.
+	(custom-magic-reset): Allow magic property to be unset.
+
 	* custom.el: Custom themes no longer use load-path.
 	(custom-theme-load-path): New option.  Change built-in theme
 	directory to etc/.
@@ -9,6 +18,8 @@
 
 	* cus-theme.el (describe-theme-1): Use custom-theme--load-path.
 	(customize-themes): Link to custom-theme-load-path variable.
+	(custom-theme-add-var-1, custom-theme-add-face-1): Use the
+	:custom-style property.
 
 	* themes/*.el: Moved to etc/.