Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
111015:2ab042032557 | 111016:fedd4f6fa7e5 |
---|---|
196 loaded, customize `package-load-list'. | 196 loaded, customize `package-load-list'. |
197 | 197 |
198 ** Custom Themes | 198 ** Custom Themes |
199 | 199 |
200 *** `M-x customize-themes' lists Custom themes which can be enabled. | 200 *** `M-x customize-themes' lists Custom themes which can be enabled. |
201 | |
202 *** New option `custom-theme-load-path' is the load path for themes. | |
203 Emacs no longer looks for custom themes in `load-path'. The default | |
204 is to search in `custom-theme-directory', followed by a built-in theme | |
205 directory named "themes/" in `data-directory'. | |
201 | 206 |
202 ** The user option `remote-file-name-inhibit-cache' controls whether | 207 ** The user option `remote-file-name-inhibit-cache' controls whether |
203 the remote file-name cache is used for read access. | 208 the remote file-name cache is used for read access. |
204 | 209 |
205 | 210 |