diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3a4b3feeec6..954c68c0d2f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,15 @@ | |||
| 1 | 2011-03-21 Chong Yidong <cyd@stupidchicken.com> | 1 | 2011-03-22 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * custom.el (custom-push-theme): Quote "changed" custom var entry. | 3 | * custom.el (custom--inhibit-theme-enable): Make it affect only |
| 4 | custom-theme-set-variables and custom-theme-set-faces. | ||
| 5 | (provide-theme): Ignore custom--inhibit-theme-enable. | ||
| 6 | (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil. | ||
| 7 | (custom-enabling-themes): Delete variable. | ||
| 8 | (enable-theme): Accept only loaded themes as arguments. Ignore | ||
| 9 | the special custom-enabled-themes variable. | ||
| 10 | (custom-enabled-themes): Forbid themes from setting this. | ||
| 11 | Eliminate use of custom-enabling-themes. | ||
| 12 | (custom-push-theme): Quote "changed" custom var entry. | ||
| 4 | 13 | ||
| 5 | 2011-03-21 Leo Liu <sdl.web@gmail.com> | 14 | 2011-03-21 Leo Liu <sdl.web@gmail.com> |
| 6 | 15 | ||