aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.unicode
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog.unicode')
-rw-r--r--src/ChangeLog.unicode12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode
index 816919436ab..2f0209fd702 100644
--- a/src/ChangeLog.unicode
+++ b/src/ChangeLog.unicode
@@ -1,7 +1,19 @@
12007-12-20 Jason Rumney <jasonr@gnu.org>
2
3 * font.c (font_parse_fcname): Default weight and slant to normal.
4 (font_score): Prefer normal fonts if weight or slant unspecified.
5 (font_score) [WINDOWSNT]: Scale weight difference down to closer
6 match freetype scores.
7
12007-12-19 Jason Rumney <jasonr@gnu.org> 82007-12-19 Jason Rumney <jasonr@gnu.org>
2 9
3 * w32font.c (w32font_text_extents): Don't use the frame stored in the 10 * w32font.c (w32font_text_extents): Don't use the frame stored in the
4 font, as it may have been deleted. 11 font, as it may have been deleted.
12 (w32_enumfont_pattern_entity): Map generic family to adstyle using
13 most common hyphenless variation.
14 (logfonts_match): Check generic family.
15 (font_matches_spec): Don't check generic family here.
16 (fill_in_logfont): Set generic family based on adstyle.
5 17
6 * w32font.h (w32font_get_cache): Update declaration. 18 * w32font.h (w32font_get_cache): Update declaration.
7 19