diff options
| author | Jason Rumney | 2007-11-23 02:10:11 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-11-23 02:10:11 +0000 |
| commit | 5f22d862290a6655a337374c700de02b4e718053 (patch) | |
| tree | e3a1854dd33f2021b1cbd61e3b34c4b90007d75e /src/ChangeLog.unicode | |
| parent | 4c496d0dbb9bb4254ac7b8eb48c87c256718cd03 (diff) | |
| download | emacs-5f22d862290a6655a337374c700de02b4e718053.tar.gz emacs-5f22d862290a6655a337374c700de02b4e718053.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog.unicode')
| -rw-r--r-- | src/ChangeLog.unicode | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index d65bc2440df..1818e59f1ef 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2007-11-23 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * font.c (Qfontp): Remove unused symbol. | ||
| 4 | (QCantialias): New symbol. | ||
| 5 | (syms_of_font): Define it. | ||
| 6 | (font_property_table): Set a validator for QCantialias. | ||
| 7 | |||
| 8 | * w32font.c (CLEARTYPE_QUALITY, CLEARTYPE_NATURAL_QUALITY): Define | ||
| 9 | if not already. | ||
| 10 | (QCfamily): Share with xfaces.c. | ||
| 11 | (Qstandard, Qsubpixel, Qnatural): New symbols. | ||
| 12 | (syms_of_w32font): Define them. Don't define QCfamily here. | ||
| 13 | (w32_antialias_type, lispy_antialias_type): New functions. | ||
| 14 | (w32_enumfont_pattern_entity): New arg requested_font. | ||
| 15 | Set antialias parameter if non-default was requested. | ||
| 16 | (fill_in_logfont): Fill in lfQuality if :antialias specified. | ||
| 17 | |||
| 1 | 2007-11-21 Kenichi Handa <handa@ni.aist.go.jp> | 18 | 2007-11-21 Kenichi Handa <handa@ni.aist.go.jp> |
| 2 | 19 | ||
| 3 | * lread.c (read1): Undo the previous change. | 20 | * lread.c (read1): Undo the previous change. |