diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 79ff4e73daa..5f6f751ec5b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,38 @@ | |||
| 1 | 2005-07-11 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before): | ||
| 4 | Do nothing if edebug-active. | ||
| 5 | |||
| 6 | * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here. | ||
| 7 | (edebug-display): Do it here instead. | ||
| 8 | |||
| 9 | 2005-07-10 Richard M. Stallman <rms@gnu.org> | ||
| 10 | |||
| 11 | * cus-face.el (custom-theme-set-faces): Make it work. | ||
| 12 | (custom-reset-faces): Doc fix. | ||
| 13 | (custom-theme-reset-internal-face, custom-theme-face-value): | ||
| 14 | Functions deleted. | ||
| 15 | |||
| 16 | * custom.el (custom-push-theme): Maintain list of the settings | ||
| 17 | of a given theme in its theme-settings property. | ||
| 18 | Maintain position of old settings in the theme-value | ||
| 19 | or theme-face property. | ||
| 20 | (custom-enabled-themes): New variable. | ||
| 21 | (custom-theme-enabled-p): New function. | ||
| 22 | (provide-theme): Update custom-enabled-themes. | ||
| 23 | Disable and reenable the `user' theme. | ||
| 24 | (require-theme): Doc fix. | ||
| 25 | (custom-do-theme-reset, custom-remove-theme): Functions deleted. | ||
| 26 | (custom-theme-value, custom-theme-variable-value): Likewise. | ||
| 27 | (custom-theme-reset-internal): Likewise. | ||
| 28 | (custom-theme-load-themes): Fix bugs and use custom-disable-theme. | ||
| 29 | (custom-enable-theme, custom-disable-theme): New functions. | ||
| 30 | (custom-variable-theme-value, custom-face-theme-value): Likewise. | ||
| 31 | (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise. | ||
| 32 | (custom-theme-reset-variables): Simplify. | ||
| 33 | (deftheme, custom-declare-theme, custom-make-theme-feature): | ||
| 34 | Definitions moved. | ||
| 35 | |||
| 1 | 2005-07-10 Chong Yidong <cyd@stupidchicken.com> | 36 | 2005-07-10 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 37 | ||
| 3 | * longlines.el (longlines-show-region) | 38 | * longlines.el (longlines-show-region) |