diff lisp/ChangeLog @ 67962:48d2cc2834b4

* custom.el (provide-theme): Ban `user' theme name. (custom-enabling-themes): New variable. (enable-theme): Don't enable user if custom-enabling-themes is t. (custom-enabled-themes): Make it a defcustom. (custom-theme-recalc-face): No-op if face is undefined.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 31 Dec 2005 20:49:22 +0000
parents 52f526ce11f6
children f0f4b3a82887
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Dec 31 16:26:01 2005 +0000
+++ b/lisp/ChangeLog	Sat Dec 31 20:49:22 2005 +0000
@@ -1,5 +1,11 @@
 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
 
+	* custom.el (provide-theme): Ban `user' theme name.
+	(custom-enabling-themes): New variable.
+	(enable-theme): Don't enable user if custom-enabling-themes is t.
+	(custom-enabled-themes): Make it a defcustom.
+	(custom-theme-recalc-face): No-op if face is undefined.
+
 	* cus-edit.el (custom-button-mouse): New variable.
 	(custom-button-mouse): New face.
 	(custom-raised-buttons, custom-mode): Use it.