comparison 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
comparison
equal deleted inserted replaced
67791:32dce3f26e21 67792:1c774eee2980
7 * cus-edit.el (custom-buffer-create-internal): Move "Erase 7 * cus-edit.el (custom-buffer-create-internal): Move "Erase
8 customization" button one line up. 8 customization" button one line up.
9 (custom-themed): New face. 9 (custom-themed): New face.
10 (custom-magic-alist): New value, THEMED, for theme settings. 10 (custom-magic-alist): New value, THEMED, for theme settings.
11 (custom-variable-state-set, custom-face-state-set): Check 11 (custom-variable-state-set, custom-face-state-set): Check
12 theme-value. 12 theme-value instead of saved-value.
13 (custom-variable-reset-standard, custom-face-reset-standard): 13 (custom-variable-reset-standard, custom-face-reset-standard):
14 Remove theme setting entirely. Recalculate new values. 14 Remove theme setting entirely. Recalculate new values.
15 15 (custom-variable-set, custom-variable-set)
16 (custom-variable-reset-saved, custom-variable-reset-backup)
17 (custom-face-set, custom-face-reset-saved): Update `user' theme.
18 (custom-variable-save): Fix typos.
19
16 2005-12-23 Juri Linkov <juri@jurta.org> 20 2005-12-23 Juri Linkov <juri@jurta.org>
17 21
18 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms): 22 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
19 Add autoload cookies. 23 Add autoload cookies.
20 (edebug-outside-d-c-i-n-s-w): New variable. 24 (edebug-outside-d-c-i-n-s-w): New variable.