diff options
| author | Jason Rumney | 2008-07-30 21:45:35 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-07-30 21:45:35 +0000 |
| commit | bd187c49598c3a6db2ed0cbfe84a36171be7121d (patch) | |
| tree | 9e01bcbe6374049c336c19cd1102d88e7d4e87b0 /src/ChangeLog | |
| parent | 00fade45540b2f21c3bfc040621909da1601cfe5 (diff) | |
| download | emacs-bd187c49598c3a6db2ed0cbfe84a36171be7121d.tar.gz emacs-bd187c49598c3a6db2ed0cbfe84a36171be7121d.zip | |
* 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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index de9cd6a8f40..f4062fa765d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 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. |