Mercurial > emacs
diff lisp/ChangeLog @ 67792:1c774eee2980
* cus-edit.el (custom-variable-set, custom-variable-set)
(custom-variable-reset-saved, custom-variable-reset-backup)
(custom-face-set, custom-face-reset-saved): Update `user' theme.
(custom-variable-save): Fix typos.
(custom-variable-state-set, custom-face-state-set): Check
theme-value.
(custom-variable-reset-standard, custom-face-reset-standard):
Perform custom theme recalc unconditionally.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 24 Dec 2005 06:45:16 +0000 |
parents | 32dce3f26e21 |
children | 8be72b1d3cad |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Dec 24 04:05:13 2005 +0000 +++ b/lisp/ChangeLog Sat Dec 24 06:45:16 2005 +0000 @@ -9,10 +9,14 @@ (custom-themed): New face. (custom-magic-alist): New value, THEMED, for theme settings. (custom-variable-state-set, custom-face-state-set): Check - theme-value. + theme-value instead of saved-value. (custom-variable-reset-standard, custom-face-reset-standard): Remove theme setting entirely. Recalculate new values. - + (custom-variable-set, custom-variable-set) + (custom-variable-reset-saved, custom-variable-reset-backup) + (custom-face-set, custom-face-reset-saved): Update `user' theme. + (custom-variable-save): Fix typos. + 2005-12-23 Juri Linkov <juri@jurta.org> * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):