changeset 33845:7cc44a554cb0

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Fri, 24 Nov 2000 09:12:12 +0000
parents 1ae73b01ef27
children 3482161a3a4c
files lisp/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Nov 24 09:10:46 2000 +0000
+++ b/lisp/ChangeLog	Fri Nov 24 09:12:12 2000 +0000
@@ -1,3 +1,15 @@
+2000-11-24  Miles Bader  <miles@gnu.org>
+
+	* cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec) 
+	(custom-post-filter-face-spec): New functions.
+	(custom-face-set, custom-face-value-create): Filter the face spec
+	before and after customization.
+	(custom-face-set): If VALUE specifies a null face, pass a
+	non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
+	* cus-face.el (custom-face-attributes): Remove SET and GET
+	functions.  Add some IN-FILTER and OUT-FILTER functions in the few
+	cases they're needed.
+
 2000-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
 	
 	* ediff-diff.el: Moved variables around to have it compile under NT.