diff etc/NEWS @ 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 f87c1553c94e
children 111edd4c8e15
line wrap: on
line diff
--- a/etc/NEWS	Sat Oct 16 17:08:47 2010 +0200
+++ b/etc/NEWS	Sat Oct 16 14:27:08 2010 -0400
@@ -199,6 +199,11 @@
 
 *** `M-x customize-themes' lists Custom themes which can be enabled.
 
+*** New option `custom-theme-load-path' is the load path for themes.
+Emacs no longer looks for custom themes in `load-path'.  The default
+is to search in `custom-theme-directory', followed by a built-in theme
+directory named "themes/" in `data-directory'.
+
 ** The user option `remote-file-name-inhibit-cache' controls whether
 the remote file-name cache is used for read access.