aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
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 @@
12011-03-21 Chong Yidong <cyd@stupidchicken.com> 12011-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
52011-03-21 Leo Liu <sdl.web@gmail.com> 142011-03-21 Leo Liu <sdl.web@gmail.com>
6 15