aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-05-31 13:20:43 +0000
committerJason Rumney2007-05-31 13:20:43 +0000
commit9a3ff4f1adc0903e2ef24d638d6a94b45310eb44 (patch)
tree9433f501e229c8061fb122e2eb4847f96e49a7ab /src
parent040fe91812d6555f06ee67763912fc7d107c1f47 (diff)
downloademacs-9a3ff4f1adc0903e2ef24d638d6a94b45310eb44.tar.gz
emacs-9a3ff4f1adc0903e2ef24d638d6a94b45310eb44.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.unicode13
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 @@
12007-05-31 Jason Rumney <jasonr@gnu.org> 12007-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