aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-12-20 10:40:57 +0000
committerJason Rumney2007-12-20 10:40:57 +0000
commit47f44396344a212ff7269d226399e881ee2d24fe (patch)
tree35fe89c948e03975f1a7d2d2899c943cf4235d8d /src
parent9ba6fd4149ba78a15150320494478fc1cbe79921 (diff)
downloademacs-47f44396344a212ff7269d226399e881ee2d24fe.tar.gz
emacs-47f44396344a212ff7269d226399e881ee2d24fe.zip
*** empty log message ***
Diffstat (limited to 'src')
-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