comparison src/ChangeLog @ 97135:09abb4487286

* w32font.h (struct w32font_info): Use unicode version of textmetrics. * w32font.c (w32font_encode_char): Leave as unicode if in range. (w32font_open_internal): Get unicode version of textmetrics. Don't enable or disable glyph indices here. (w32font_open): Disable use of glyph indices. * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
author Jason Rumney <jasonr@gnu.org>
date Wed, 30 Jul 2008 21:45:35 +0000
parents 6c272804a08c
children 840bd675fd85
comparison
equal deleted inserted replaced
97134:b29e23ccc6f8 97135:09abb4487286
1 2008-07-30 Jason Rumney <jasonr@gnu.org>
2
3 * w32font.h (struct w32font_info): Use unicode version of textmetrics.
4
5 * w32font.c (w32font_encode_char): Leave as unicode if in range.
6 (w32font_open_internal): Get unicode version of textmetrics.
7 Don't enable or disable glyph indices here.
8 (w32font_open): Disable use of glyph indices.
9
10 * w32uniscribe.c (uniscribe_open): Enable use of glyph indices.
11
1 2008-07-30 Chong Yidong <cyd@stupidchicken.com> 12 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
2 13
3 * minibuf.c (Vread_buffer_function): Doc fix. 14 * minibuf.c (Vread_buffer_function): Doc fix.
4 15
5 2008-07-30 John Paul Wallington <jpw@pobox.com> 16 2008-07-30 John Paul Wallington <jpw@pobox.com>