diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9c47091a7aa..f317d650db7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2010-10-16 Chong Yidong <cyd@stupidchicken.com> | 1 | 2010-10-16 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * cus-edit.el (custom-variable, custom-face): Combine the | ||
| 4 | :inhibit-magic and :display-style properties into a single | ||
| 5 | :custom-style property. | ||
| 6 | (custom-toggle-hide-variable, custom-toggle-hide-face): New | ||
| 7 | functions. If hiding an edited value, save it to :shown-value. | ||
| 8 | (custom-variable-value-create, custom-face-value-create): Use | ||
| 9 | them. | ||
| 10 | (custom-magic-reset): Allow magic property to be unset. | ||
| 11 | |||
| 3 | * custom.el: Custom themes no longer use load-path. | 12 | * custom.el: Custom themes no longer use load-path. |
| 4 | (custom-theme-load-path): New option. Change built-in theme | 13 | (custom-theme-load-path): New option. Change built-in theme |
| 5 | directory to etc/. | 14 | directory to etc/. |
| @@ -9,6 +18,8 @@ | |||
| 9 | 18 | ||
| 10 | * cus-theme.el (describe-theme-1): Use custom-theme--load-path. | 19 | * cus-theme.el (describe-theme-1): Use custom-theme--load-path. |
| 11 | (customize-themes): Link to custom-theme-load-path variable. | 20 | (customize-themes): Link to custom-theme-load-path variable. |
| 21 | (custom-theme-add-var-1, custom-theme-add-face-1): Use the | ||
| 22 | :custom-style property. | ||
| 12 | 23 | ||
| 13 | * themes/*.el: Moved to etc/. | 24 | * themes/*.el: Moved to etc/. |
| 14 | 25 | ||