diff options
| author | Jason Rumney | 2007-05-31 13:20:43 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-05-31 13:20:43 +0000 |
| commit | 9a3ff4f1adc0903e2ef24d638d6a94b45310eb44 (patch) | |
| tree | 9433f501e229c8061fb122e2eb4847f96e49a7ab /src/ChangeLog.unicode | |
| parent | 040fe91812d6555f06ee67763912fc7d107c1f47 (diff) | |
| download | emacs-9a3ff4f1adc0903e2ef24d638d6a94b45310eb44.tar.gz emacs-9a3ff4f1adc0903e2ef24d638d6a94b45310eb44.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog.unicode')
| -rw-r--r-- | src/ChangeLog.unicode | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 620ce9c8171..de71a981a02 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,5 +1,18 @@ | |||
| 1 | 2007-05-31 Jason Rumney <jasonr@gnu.org> | 1 | 2007-05-31 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * w32font.c (w32font_open): Handle size, height and pixel_size better. | ||
| 4 | (w32font_draw): Use options. | ||
| 5 | (w32_enumfont_pattern_entity): Set size to 0 for scalable fonts. | ||
| 6 | Fix detection of truetype fonts. | ||
| 7 | (registry_to_w32_charset): Handle charsets other than iso8859-1 | ||
| 8 | expressed as lisp symbols. | ||
| 9 | (w32_registry): Express charset as lisp symbol. | ||
| 10 | (fill_in_logfont): Reverse pixel and point height logic. | ||
| 11 | Don't set width here. Set quality to default. | ||
| 12 | |||
| 13 | * w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts. | ||
| 14 | (x_to_w32_font): Fill in lfPitchAndFamily correctly. | ||
| 15 | |||
| 3 | * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]: | 16 | * xterm.c (x_draw_glyph_string_foreground) [USE_FONT_BACKEND]: |
| 4 | Remove redundant loop and allocation. | 17 | Remove redundant loop and allocation. |
| 5 | 18 | ||