comparison src/ChangeLog @ 93819:06a28dc5b518

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 07 Apr 2008 11:11:28 +0000
parents 6e9d80433fe7
children fd53b1903d07
comparison
equal deleted inserted replaced
93818:fc87e18c7827 93819:06a28dc5b518
7 produced, not chars processed. 7 produced, not chars processed.
8 (uniscribe_shape): Map char at FROM to current glyph. 8 (uniscribe_shape): Map char at FROM to current glyph.
9 9
10 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 10 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11 11
12 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]: Use 12 * macmenu.c (fill_menu) [TARGET_API_MAC_CARBON]:
13 SetMenuItemHierarchicalMenu. 13 Use SetMenuItemHierarchicalMenu.
14 14
15 2008-04-05 Jason Rumney <jasonr@gnu.org> 15 2008-04-05 Jason Rumney <jasonr@gnu.org>
16 16
17 * image.c (pbm_load): Allow color values up to 65535. 17 * image.c (pbm_load): Allow color values up to 65535.
18 Throw an error if max_color_idx is outside the supported range. 18 Throw an error if max_color_idx is outside the supported range.
126 126
127 * w32fns.c (Fx_create_frame): Conditionally register uniscribe 127 * w32fns.c (Fx_create_frame): Conditionally register uniscribe
128 font backend. 128 font backend.
129 (globals_of_w32fns): Initialize uniscribe font backend. 129 (globals_of_w32fns): Initialize uniscribe font backend.
130 130
131 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up 131 * makefile.w32-in (CONFIG_H): New variable. Use it to clean up
132 dependencies. 132 dependencies.
133 (w32uniscribe.$(O)): New file to build. 133 (w32uniscribe.$(O)): New file to build.
134 (FONT_OBJ): Include w32uniscribe.$(O). 134 (FONT_OBJ): Include w32uniscribe.$(O).
135 (LIBS): Add uniscribe libraries. 135 (LIBS): Add uniscribe libraries.
136 136