comparison src/ChangeLog @ 93763:56bd98d1767b

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Sun, 06 Apr 2008 01:08:19 +0000
parents 4e76a03232e5
children 6e9d80433fe7
comparison
equal deleted inserted replaced
93762:46d39c0f7bf9 93763:56bd98d1767b
1 2008-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
1 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 9 2008-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
4 SetMenuItemHierarchicalMenu. 12 SetMenuItemHierarchicalMenu.
5 13
56 (syms_of_undo): Initialize them. 64 (syms_of_undo): Initialize them.
57 (record_point): Use them instead of last_point_position*. 65 (record_point): Use them instead of last_point_position*.
58 (last_undo_buffer): Change type. 66 (last_undo_buffer): Change type.
59 67
60 2008-04-04 Jason Rumney <jasonr@gnu.org> 68 2008-04-04 Jason Rumney <jasonr@gnu.org>
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.
61 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.
65 76