diff options
| author | Chong Yidong | 2011-02-01 12:34:07 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-02-01 12:34:07 -0500 |
| commit | 928f4e732d8b605b682cb6d41c9452028083047a (patch) | |
| tree | b39b90a80e1af3ac24fccdc675a1293c53710ca4 /lisp/ChangeLog | |
| parent | 7d1166478188fe1fe014d3b64c22641c4fac6a25 (diff) | |
| download | emacs-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/ChangeLog | 10 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2011-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 |