aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-04-06 01:08:19 +0000
committerJason Rumney2008-04-06 01:08:19 +0000
commit0ce24b2d12e360f5b8391afda3aff46fd30b3c31 (patch)
tree8519a97578456eba4c53eded01c98b84f4cd7ccf /src/ChangeLog
parentbbfe23084ea7dc2293bec619a089007e54c5cdbb (diff)
downloademacs-0ce24b2d12e360f5b8391afda3aff46fd30b3c31.tar.gz
emacs-0ce24b2d12e360f5b8391afda3aff46fd30b3c31.zip
(uniscribe_shape): Increase items buffer size.
Give up if glyph indices not supported. Use uniscribe obtained ABC widths for individual metrics. Map glyph clusters back to characters using fClusterStart flag. Return number of glyphs produced, not chars processed.
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.