diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-01-08 23:59:56 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-01-08 23:59:56 -0500 |
commit | b7617f6d8b78434a5b208df8a17a8cf8d68b4d7c (patch) | |
tree | 12e6a004cb8912d03b80f7695b21f701569bce2b /lisp/ChangeLog | |
parent | 900503ae7959dc465c3897f3deafd55e09a93ee3 (diff) | |
download | emacs-b7617f6d8b78434a5b208df8a17a8cf8d68b4d7c.tar.gz |
Record "safe themes" as sha1 hashes, as suggested by Stefan Monnier.
* lisp/custom.el (custom-safe-themes): Rename from
custom-safe-theme-files. Add :risky tag.
(load-theme, custom-theme-load-confirm): Save sha1 hashes to
custom-safe-themes, not filenames. Suggested by Stefan Monnier.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1a1f9205793..c09c89a5efa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,12 @@ 2011-01-09 Chong Yidong <cyd@stupidchicken.com> + * custom.el (custom-safe-themes): Rename from + custom-safe-theme-files. Add :risky tag. + (load-theme, custom-theme-load-confirm): Save sha1 hashes to + custom-safe-themes, not filenames. Suggested by Stefan Monnier. + +2011-01-09 Chong Yidong <cyd@stupidchicken.com> + * tool-bar.el (tool-bar-setup): Remove Help button. Remove label from Search and add a label to Undo. |