# HG changeset patch # User Richard M. Stallman # Date 1121054739 0 # Node ID 12e95a3f6745f1de60326ecc4d85072df2757ced # Parent ceb9ed49f7bbf3e132806c8b943a1a38fe8fc10b *** empty log message *** diff -r ceb9ed49f7bb -r 12e95a3f6745 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 11 04:05:07 2005 +0000 +++ b/lisp/ChangeLog Mon Jul 11 04:05:39 2005 +0000 @@ -1,3 +1,38 @@ +2005-07-11 Richard M. Stallman + + * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before): + Do nothing if edebug-active. + + * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here. + (edebug-display): Do it here instead. + +2005-07-10 Richard M. Stallman + + * cus-face.el (custom-theme-set-faces): Make it work. + (custom-reset-faces): Doc fix. + (custom-theme-reset-internal-face, custom-theme-face-value): + Functions deleted. + + * custom.el (custom-push-theme): Maintain list of the settings + of a given theme in its theme-settings property. + Maintain position of old settings in the theme-value + or theme-face property. + (custom-enabled-themes): New variable. + (custom-theme-enabled-p): New function. + (provide-theme): Update custom-enabled-themes. + Disable and reenable the `user' theme. + (require-theme): Doc fix. + (custom-do-theme-reset, custom-remove-theme): Functions deleted. + (custom-theme-value, custom-theme-variable-value): Likewise. + (custom-theme-reset-internal): Likewise. + (custom-theme-load-themes): Fix bugs and use custom-disable-theme. + (custom-enable-theme, custom-disable-theme): New functions. + (custom-variable-theme-value, custom-face-theme-value): Likewise. + (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise. + (custom-theme-reset-variables): Simplify. + (deftheme, custom-declare-theme, custom-make-theme-feature): + Definitions moved. + 2005-07-10 Chong Yidong * longlines.el (longlines-show-region)