diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d2a8503fbd..1f53f5ec12c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2005-11-25 Chong Yidong <cyd@stupidchicken.com> | 1 | 2005-11-25 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * custom.el (enable-theme): Signal error if argument is not a | ||
| 4 | theme. Don't recalculate a face if it's not loaded yet. | ||
| 5 | |||
| 6 | * cus-face.el (custom-theme-set-faces): Don't change saved-face if | ||
| 7 | the `user' theme is in effect. | ||
| 8 | |||
| 3 | * info.el (Info-on-current-buffer): Record actual filename in | 9 | * info.el (Info-on-current-buffer): Record actual filename in |
| 4 | Info-current-file, instead of t, or a fake filename if a non-file | 10 | Info-current-file, instead of t, or a fake filename if a non-file |
| 5 | buffer. Make autoload. | 11 | buffer. Make autoload. |