Mercurial > emacs
diff etc/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 (2010-10-16) |
parents | b8fde5ef9e14 |
children | bd12e9f7bf79 |
line wrap: on
line diff
--- a/etc/ChangeLog Sat Oct 16 17:08:47 2010 +0200 +++ b/etc/ChangeLog Sat Oct 16 14:27:08 2010 -0400 @@ -1,3 +1,7 @@ +2010-10-16 Chong Yidong <cyd@stupidchicken.com> + + * themes: New directory for custom theme files, moved from lisp/. + 2010-10-14 Juanma Barranquero <lekktu@gmail.com> * tutorials/TUTORIAL.es: Fix typos.