comparison src/ChangeLog @ 105245:41de8bc6a7be

(get_next_display_element): Use an enum in last change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 28 Sep 2009 02:01:52 +0000
parents 6803b273c03a
children 8396120e3182
comparison
equal deleted inserted replaced
105244:1308a0fb85e9 105245:41de8bc6a7be
1 2009-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * xdisp.c (get_next_display_element): Use an enum in last change.
4
1 2009-09-28 Kenichi Handa <handa@m17n.org> 5 2009-09-28 Kenichi Handa <handa@m17n.org>
2 6
3 * xdisp.c: Pay attention to 7 * xdisp.c (get_next_display_element): Pay attention to
4 unibyte_display_via_language_environment in handling 8 unibyte_display_via_language_environment in handling
5 Vnobreak_char_display. 9 Vnobreak_char_display.
6 10
7 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com> 11 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
8 12
17 21
18 * nsfns.m (ns_set_name_iconic, ns_set_name) 22 * nsfns.m (ns_set_name_iconic, ns_set_name)
19 (ns_set_name_as_filename, x-create-frame, ns-get-resource) 23 (ns_set_name_as_filename, x-create-frame, ns-get-resource)
20 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call. 24 (ns-set-resource): Use ns_app_name instead of NSProcessInfo call.
21 25
22 * menu.c (find_and_return_menu_selection) [HAVE_NS]: Remove 26 * menu.c (find_and_return_menu_selection) [HAVE_NS]:
23 double-casting in client_data comparison. 27 Remove double-casting in client_data comparison.
24 28
25 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 29 2009-09-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26 30
27 * keyboard.c (make_lispy_event): Remember last wheel direction. 31 * keyboard.c (make_lispy_event): Remember last wheel direction.
28 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time. 32 (syms_of_keyboard) <wheel_syms>: Compute array size at compile time.