Mercurial > emacs
changeset 91126:88c8186d1815
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Fri, 23 Nov 2007 02:10:11 +0000 |
parents | 6c9a19ff6c55 |
children | 785637bd05d0 |
files | src/ChangeLog.unicode |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog.unicode Fri Nov 23 02:09:42 2007 +0000 +++ b/src/ChangeLog.unicode Fri Nov 23 02:10:11 2007 +0000 @@ -1,3 +1,20 @@ +2007-11-23 Jason Rumney <jasonr@gnu.org> + + * font.c (Qfontp): Remove unused symbol. + (QCantialias): New symbol. + (syms_of_font): Define it. + (font_property_table): Set a validator for QCantialias. + + * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY): Define + if not already. + (QCfamily): Share with xfaces.c. + (Qstandard, Qsubpixel, Qnatural): New symbols. + (syms_of_w32font): Define them. Don't define QCfamily here. + (w32_antialias_type, lispy_antialias_type): New functions. + (w32_enumfont_pattern_entity): New arg requested_font. + Set antialias parameter if non-default was requested. + (fill_in_logfont): Fill in lfQuality if :antialias specified. + 2007-11-21 Kenichi Handa <handa@ni.aist.go.jp> * lread.c (read1): Undo the previous change.