diff options
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 |