Mercurial > emacs
diff lisp/ChangeLog @ 111016:fedd4f6fa7e5
Move built-in theme directory to etc/.
* custom.el: Custom themes no longer use load-path.
(custom-theme-load-path): New option. Change built-in theme
directory to etc/.
(custom-enabled-themes): Add custom-theme-load-path dependency.
(custom-theme--load-path): New function.
(load-theme, custom-available-themes): Use it.
* cus-theme.el (describe-theme-1): Use custom-theme--load-path.
(customize-themes): Link to custom-theme-load-path variable.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 16 Oct 2010 14:27:08 -0400 |
parents | 2ab042032557 |
children | 9506df1b7b65 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 16 17:08:47 2010 +0200 +++ b/lisp/ChangeLog Sat Oct 16 14:27:08 2010 -0400 @@ -1,3 +1,17 @@ +2010-10-16 Chong Yidong <cyd@stupidchicken.com> + + * custom.el: Custom themes no longer use load-path. + (custom-theme-load-path): New option. Change built-in theme + directory to etc/. + (custom-enabled-themes): Add custom-theme-load-path dependency. + (custom-theme--load-path): New function. + (load-theme, custom-available-themes): Use it. + + * cus-theme.el (describe-theme-1): Use custom-theme--load-path. + (customize-themes): Link to custom-theme-load-path variable. + + * themes/*.el: Moved to etc/. + 2010-10-16 Ralf Angeli <angeli@caeruleus.net> * textmodes/reftex-cite.el