aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-02-01 12:34:07 -0500
committerChong Yidong2011-02-01 12:34:07 -0500
commit928f4e732d8b605b682cb6d41c9452028083047a (patch)
treeb39b90a80e1af3ac24fccdc675a1293c53710ca4 /lisp/ChangeLog
parent7d1166478188fe1fe014d3b64c22641c4fac6a25 (diff)
downloademacs-928f4e732d8b605b682cb6d41c9452028083047a.tar.gz
emacs-928f4e732d8b605b682cb6d41c9452028083047a.zip
Drop use of unsafep for checking Custom themes; bugfixes.
* lisp/custom.el (load-theme): Define return value. Drop use of unsafep; call custom-theme-load-confirm for non-known-safe themes. (custom-theme-load-confirm): Scroll in the correct window. (custom-enabled-themes): Add custom-safe-themes to :set-after. * lisp/cus-theme.el (custom-theme-checkbox-toggle): Don't activate the checkbox if load-theme fails.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d482991e7c4..f018b43b44b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12011-02-01 Chong Yidong <cyd@stupidchicken.com>
2
3 * custom.el (load-theme): Define return value. Drop use of
4 unsafep; call custom-theme-load-confirm for non-known-safe themes.
5 (custom-theme-load-confirm): Scroll in the correct window.
6 (custom-enabled-themes): Add custom-safe-themes to :set-after.
7
8 * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
9 checkbox if load-theme fails.
10
12011-02-01 Stefan Monnier <monnier@iro.umontreal.ca> 112011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * progmodes/compile.el (compilation-next-error): Check there's 13 * progmodes/compile.el (compilation-next-error): Check there's