Mercurial > emacs
diff src/ChangeLog @ 96005:66f0213be62a
Fix crashing bug in use of bold fonts from x-select-font on W32.
* w32font.c (w32_to_fc_weight): New function.
(w32font_full_name, logfont_to_fcname): Use it.
* font.h (font_style_symbolic_from_value): Remove.
* font.c (font_style_symbolic_from_value): Remove.
(font_style_symbolic): Revert to pre 2008-06-13 version.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 16 Jun 2008 09:11:05 +0000 |
parents | b41affc105cf |
children | a4a026112f5a |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jun 16 08:55:56 2008 +0000 +++ b/src/ChangeLog Mon Jun 16 09:11:05 2008 +0000 @@ -1,3 +1,13 @@ +2008-06-16 Jason Rumney <jasonr@gnu.org> + + * font.h (font_style_symbolic_from_value): Remove. + + * font.c (font_style_symbolic_from_value): Remove. + (font_style_symbolic): Revert to pre 2008-06-13 version. + + * w32font.c (w32_to_fc_weight): New function. + (w32font_full_name, logfont_to_fcname): Use it. + 2008-06-16 Kenichi Handa <handa@m17n.org> * font.c (font_check_object): Delete it.