aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-06-16 09:11:05 +0000
committerJason Rumney2008-06-16 09:11:05 +0000
commit3ef8c1b49e06347a04ec6cbdc7bd5f0432ca583d (patch)
tree2b34bdab8ff6ff005ae6ede4c4878c987c117b48 /src/ChangeLog
parentdef61be2348d06f8e43b615aeb4f061dd2b932ef (diff)
downloademacs-3ef8c1b49e06347a04ec6cbdc7bd5f0432ca583d.tar.gz
emacs-3ef8c1b49e06347a04ec6cbdc7bd5f0432ca583d.zip
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2eeb98135eb..3ccbdc87439 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12008-06-16 Jason Rumney <jasonr@gnu.org>
2
3 * font.h (font_style_symbolic_from_value): Remove.
4
5 * font.c (font_style_symbolic_from_value): Remove.
6 (font_style_symbolic): Revert to pre 2008-06-13 version.
7
8 * w32font.c (w32_to_fc_weight): New function.
9 (w32font_full_name, logfont_to_fcname): Use it.
10
12008-06-16 Kenichi Handa <handa@m17n.org> 112008-06-16 Kenichi Handa <handa@m17n.org>
2 12
3 * font.c (font_check_object): Delete it. 13 * font.c (font_check_object): Delete it.