comparison lisp/ChangeLog @ 67962:48d2cc2834b4

* custom.el (provide-theme): Ban `user' theme name. (custom-enabling-themes): New variable. (enable-theme): Don't enable user if custom-enabling-themes is t. (custom-enabled-themes): Make it a defcustom. (custom-theme-recalc-face): No-op if face is undefined.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 31 Dec 2005 20:49:22 +0000
parents 52f526ce11f6
children f0f4b3a82887
comparison
equal deleted inserted replaced
67961:52f526ce11f6 67962:48d2cc2834b4
1 2005-12-31 Chong Yidong <cyd@stupidchicken.com> 1 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
2
3 * custom.el (provide-theme): Ban `user' theme name.
4 (custom-enabling-themes): New variable.
5 (enable-theme): Don't enable user if custom-enabling-themes is t.
6 (custom-enabled-themes): Make it a defcustom.
7 (custom-theme-recalc-face): No-op if face is undefined.
2 8
3 * cus-edit.el (custom-button-mouse): New variable. 9 * cus-edit.el (custom-button-mouse): New variable.
4 (custom-button-mouse): New face. 10 (custom-button-mouse): New face.
5 (custom-raised-buttons, custom-mode): Use it. 11 (custom-raised-buttons, custom-mode): Use it.
6 12