diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8c777d64dcc..8ee6ac43f2e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,25 @@ | |||
| 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. |