comparison src/ChangeLog @ 108646:f5b2fcb51f42

Fix ChangeLog typos.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 18 May 2010 10:33:29 +0200
parents 17bd2416862f
children 2e8869e152ed 0b28d05fa415
comparison
equal deleted inserted replaced
108645:17bd2416862f 108646:f5b2fcb51f42
65 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ. 65 * Makefile.in (FONT_DRIVERS): Remove, replace with $FONT_OBJ.
66 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ. 66 (obj, SOME_MACHINE_OBJECTS): Use $FONT_OBJ.
67 67
68 2010-05-15 Ken Raeburn <raeburn@raeburn.org> 68 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
69 69
70 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an 70 * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (Bug#5916)
71 rvalue. (bug#5916)
72 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise. 71 (LISP_MAKE_RVALUE) [!USE_LISP_UNION_TYPE && !__GNUC__]: Likewise.
73 72
74 * emacs.c (main): Initialize initial-environment and 73 * emacs.c (main): Initialize initial-environment and
75 process-environment before generating from env, not after. 74 process-environment before generating from env, not after.
76 75
140 (next_element_from_composition): Pay attention to 139 (next_element_from_composition): Pay attention to
141 IT->cmp_it.reversed_p. 140 IT->cmp_it.reversed_p.
142 141
143 2010-05-14 Kenichi Handa <handa@m17n.org> 142 2010-05-14 Kenichi Handa <handa@m17n.org>
144 143
145 * font.c (font_range): Return the range for the font found at 144 * font.c (font_range): Return the range for the font found at first.
146 first.
147 145
148 2010-05-14 Glenn Morris <rgm@gnu.org> 146 2010-05-14 Glenn Morris <rgm@gnu.org>
149 147
150 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define. 148 * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Always define.
151 149
11600 11598
11601 * menu.c: New file. Relocate platform-independent menu 11599 * menu.c: New file. Relocate platform-independent menu
11602 definitions from xmenu.c. Suggested by Adrian Robert. 11600 definitions from xmenu.c. Suggested by Adrian Robert.
11603 11601
11604 * xmenu.c: Remove platform-independent menu definitions. 11602 * xmenu.c: Remove platform-independent menu definitions.
11605 (menu_items menu_items_inuse, menu_items_allocated) 11603 (menu_items, menu_items_inuse, menu_items_allocated)
11606 (menu_items_used, menu_items_n_panes) 11604 (menu_items_used, menu_items_n_panes)
11607 (menu_items_submenu_depth): Move to keyboard.h. 11605 (menu_items_submenu_depth): Move to keyboard.h.
11608 (init_menu_items, finish_menu_items, unuse_menu_items) 11606 (init_menu_items, finish_menu_items, unuse_menu_items)
11609 (discard_menu_items, restore_menu_items, save_menu_items) 11607 (discard_menu_items, restore_menu_items, save_menu_items)
11610 (grow_menu_items, push_submenu_start, push_submenu_end) 11608 (grow_menu_items, push_submenu_start, push_submenu_end)