Mercurial > emacs
comparison lisp/ChangeLog @ 39608:00f078925bcd
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 05 Oct 2001 13:06:51 +0000 |
parents | 80c62639fd20 |
children | c0a3d55aa5d8 |
comparison
equal
deleted
inserted
replaced
39607:dc8769075676 | 39608:00f078925bcd |
---|---|
1 2001-10-05 Miles Bader <miles@gnu.org> | |
2 | |
3 * cus-face.el (custom-face-attributes): Make sure each attribute | |
4 has a valid default value. Remove hacks that mapped `nil' to | |
5 `off' and used nil to mean `unspecified'. Remove `unspecified' | |
6 choices from all attributes (unspecified is handled by the parent | |
7 checklist). | |
8 * cus-edit.el (custom-face-edit-convert-widget) | |
9 (custom-face-edit-deactivate, custom-face-edit-activate) | |
10 (custom-face-edit-delete, custom-face-edit-attribute-tag): | |
11 New functions. | |
12 (custom-face-edit): Specify a custom :convert-widget. | |
13 (custom-pre-filter-face-spec, custom-post-filter-face-spec): | |
14 Don't pass in default filters that map between `nil' and `off' and | |
15 `unspecified' and `nil'. | |
16 | |
1 2001-10-05 Gerd Moellmann <gerd@gnu.org> | 17 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
2 | 18 |
3 * progmodes/compile.el (compilation-buffer-name): New function. | 19 * progmodes/compile.el (compilation-buffer-name): New function. |
4 (compile-internal): Use it to determine the name of the | 20 (compile-internal): Use it to determine the name of the |
5 compilation buffer. | 21 compilation buffer. |