diff lisp/ChangeLog @ 67783:118df638c3ff

2005-12-23 Chong Yidong <cyd@stupidchicken.com> * custom.el (custom-push-theme): Clarify docstring. VALUE nil for reset means to remove setting from theme entirely. Don't keep expanding theme-settings list; delete old entries if necessary. * cus-edit.el (custom-buffer-create-internal): Move "Erase customization" button one line up. (custom-themed): New face. (custom-magic-alist): New value, THEMED, for theme settings. (custom-variable-state-set): Check theme-value. (custom-variable-reset-standard, custom-face-reset-standard): Remove theme setting entirely.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 24 Dec 2005 01:26:54 +0000
parents 50dddb119ba8
children 7c9d6a4a35c7
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Dec 23 22:14:50 2005 +0000
+++ b/lisp/ChangeLog	Sat Dec 24 01:26:54 2005 +0000
@@ -1,3 +1,17 @@
+2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
+
+	* custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
+	reset means to remove setting from theme entirely.  Don't keep
+	expanding theme-settings list; delete old entries if necessary.
+
+	* cus-edit.el (custom-buffer-create-internal): Move "Erase
+	customization" button one line up.
+	(custom-themed): New face.
+	(custom-magic-alist): New value, THEMED, for theme settings.
+	(custom-variable-state-set): Check theme-value.
+	(custom-variable-reset-standard, custom-face-reset-standard):
+	Remove theme setting entirely.
+
 2005-12-23  Juri Linkov  <juri@jurta.org>
 
 	* emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):