diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4097b914223..931ee696482 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2010-10-16 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * cus-theme.el (customize-create-theme): Delete overlays after | ||
| 4 | erasing. If given a THEME arg, display only the faces of that arg | ||
| 5 | instead of custom-theme--listed-faces. | ||
| 6 | (custom-theme-variable-menu, custom-theme-variable-action) | ||
| 7 | (custom-variable-reset-theme, custom-theme-delete-variable): Deleted. | ||
| 8 | (custom-theme-add-variable, custom-theme-add-face): Apply value | ||
| 9 | from the theme settings, instead of the current value. | ||
| 10 | (custom-theme-add-var-1, custom-theme-add-face-1): New functions. | ||
| 11 | (custom-theme-visit-theme): Allow calling outside theme buffers. | ||
| 12 | (custom-theme-merge-theme): Don't enable the theme when merging. | ||
| 13 | (custom-theme-write-variables, custom-theme-write-faces): Use the | ||
| 14 | :shown-value properties to save buffer values, not global ones. | ||
| 15 | (customize-themes): Display a warning about user customizations. | ||
| 16 | |||
| 17 | * cus-edit.el (custom-variable-value-create) | ||
| 18 | (custom-face-value-create): Obey new special properties | ||
| 19 | :shown-value and :inhibit-magic. | ||
| 20 | |||
| 1 | 2010-10-15 Michael Albinus <michael.albinus@gmx.de> | 21 | 2010-10-15 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 22 | ||
| 3 | * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): | 23 | * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): |