# HG changeset patch # User Miles Bader # Date 1002287211 0 # Node ID 00f078925bcd903ee94b2cc1e1f66f598595fae3 # Parent dc87690756764a548ede1b3903aaf472c168ccdc *** empty log message *** diff -r dc8769075676 -r 00f078925bcd lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 05 13:04:26 2001 +0000 +++ b/lisp/ChangeLog Fri Oct 05 13:06:51 2001 +0000 @@ -1,3 +1,19 @@ +2001-10-05 Miles Bader + + * cus-face.el (custom-face-attributes): Make sure each attribute + has a valid default value. Remove hacks that mapped `nil' to + `off' and used nil to mean `unspecified'. Remove `unspecified' + choices from all attributes (unspecified is handled by the parent + checklist). + * cus-edit.el (custom-face-edit-convert-widget) + (custom-face-edit-deactivate, custom-face-edit-activate) + (custom-face-edit-delete, custom-face-edit-attribute-tag): + New functions. + (custom-face-edit): Specify a custom :convert-widget. + (custom-pre-filter-face-spec, custom-post-filter-face-spec): + Don't pass in default filters that map between `nil' and `off' and + `unspecified' and `nil'. + 2001-10-05 Gerd Moellmann * progmodes/compile.el (compilation-buffer-name): New function.