aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
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 @@
12008-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
12008-07-30 Chong Yidong <cyd@stupidchicken.com> 122008-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.