Mercurial > emacs
comparison lisp/ChangeLog @ 64223:12e95a3f6745
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 11 Jul 2005 04:05:39 +0000 |
parents | deccf7162dae |
children | b85492b64a9b |
comparison
equal
deleted
inserted
replaced
64222:ceb9ed49f7bb | 64223:12e95a3f6745 |
---|---|
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) |
4 (longlines-unshow-hard-newlines): Recognize hard newlines by | 39 (longlines-unshow-hard-newlines): Recognize hard newlines by |
5 non-nil hard property, instead of t. | 40 non-nil hard property, instead of t. |