Mercurial > emacs
comparison lisp/ChangeLog @ 87487:f40808e1706f
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 Dec 2007 03:36:05 +0000 |
parents | bed1912c8752 |
children | bb538e56f976 |
comparison
equal
deleted
inserted
replaced
87486:a4cfa0059507 | 87487:f40808e1706f |
---|---|
1 2007-12-30 Richard Stallman <rms@gnu.org> | |
2 | |
3 * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE. | |
4 (custom-face-save): Likewise. | |
5 (custom-face-reset-saved, custom-face-reset-standard): Likewise. | |
6 | |
7 * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'. | |
8 (custom-theme-set-faces): Clear `face-override-spec' property. | |
9 Call `face-spec-set' with FOR-DEFFACE. | |
10 | |
11 * custom.el (custom-theme-recalc-face): | |
12 Simply call `face-spec-recalc'. | |
13 | |
14 * faces.el (face-spec-set): Third arg is now FOR-DEFFACE. | |
15 Use of frame as third arg is deprecated. | |
16 Handle `face-override-spec' property. | |
17 (face-spec-recalc): New function. | |
18 (face-spec-set-2): New function. | |
19 (frame-set-background-mode): Handle `face-override-spec' property. | |
20 Use `face-spec-recalc'. | |
21 (face-set-after-frame-default): Use `face-spec-recalc'. | |
22 | |
1 2007-12-29 Nick Roberts <nickrob@snap.net.nz> | 23 2007-12-29 Nick Roberts <nickrob@snap.net.nz> |
2 | 24 |
3 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP. | 25 * thumbs.el (thumbs-conversion-program): Add comment for Windows XP. |
4 | 26 |
5 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu> | 27 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu> |