diff options
| author | Stefan Monnier | 2008-06-19 01:57:19 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-19 01:57:19 +0000 |
| commit | 27129af9d775855efb529d63d2d5c62af2699afe (patch) | |
| tree | 74e230d850decbf44a9c013e9d6fb30e45ff9b65 /src/ChangeLog | |
| parent | d26424c5eb84c4bd153a375052fdc96223e0c46e (diff) | |
| download | emacs-27129af9d775855efb529d63d2d5c62af2699afe.tar.gz emacs-27129af9d775855efb529d63d2d5c62af2699afe.zip | |
* w32fns.c, xfns.c (Qfont_param): New var.
(syms_of_w32fns): Initialize it.
(x_default_font_parameter): Record explicit `font' into `font-parameter'.
* faces.el (face-set-after-frame-default): Re-apply explicit `font'
frame parameters after setting up the `default' face.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 60cff399cd7..6a920f22f9a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * w32fns.c, xfns.c (Qfont_param): New var. | ||
| 4 | (syms_of_w32fns): Initialize it. | ||
| 5 | (x_default_font_parameter): Record explicit `font' into `font-parameter'. | ||
| 6 | |||
| 1 | 2008-06-18 Kenichi Handa <handa@m17n.org> | 7 | 2008-06-18 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * font.c (font_parse_xlfd): Fix previous change. | 9 | * font.c (font_parse_xlfd): Fix previous change. |
| @@ -24,9 +30,9 @@ | |||
| 24 | 30 | ||
| 25 | 2008-06-18 Jason Rumney <jasonr@gnu.org> | 31 | 2008-06-18 Jason Rumney <jasonr@gnu.org> |
| 26 | 32 | ||
| 27 | * w32font.c (w32font_list, w32font_match): Add logging. | 33 | * w32font.c (w32font_list, w32font_match): Add logging. |
| 28 | 34 | ||
| 29 | * w32uniscribe (uniscribe_list, uniscribe_match): Add logging. | 35 | * w32uniscribe (uniscribe_list, uniscribe_match): Add logging. |
| 30 | 36 | ||
| 31 | 2008-06-17 Chong Yidong <cyd@stupidchicken.com> | 37 | 2008-06-17 Chong Yidong <cyd@stupidchicken.com> |
| 32 | 38 | ||