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 c683d77ad17..f9bb5b9c3c8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12008-04-06 Jason Rumney <jasonr@gnu.org>
2
3 * w32uniscribe.c (uniscribe_shape): Increase items buffer size.
4 Give up if glyph indices not supported. Use uniscribe obtained
5 ABC widths for individual metrics. Map glyph clusters back to
6 characters using fClusterStart flag. Return number of glyphs
7 produced, not chars processed.
8
12008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 92008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 10
3 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]: Use 11 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]: Use
@@ -59,6 +67,9 @@
59 67
602008-04-04 Jason Rumney <jasonr@gnu.org> 682008-04-04 Jason Rumney <jasonr@gnu.org>
61 69
70 * w32font.c (w32font_text_extents): Use font's ascent and descent.
71 (recompute_cached_metrics): Don't set ascent and descent per char.
72
62 * w32uniscribe.c (uniscribe_check_otf): Fix last change. 73 * w32uniscribe.c (uniscribe_check_otf): Fix last change.
63 (uniscribe_check_otf): Add GC protection before consing. 74 (uniscribe_check_otf): Add GC protection before consing.
64 Rearrange loop for counting features. 75 Rearrange loop for counting features.