comparison src/ChangeLog @ 4780:2fd201d73a92

Call character_to_event on characters received from XIM, event-Xt.c src/ChangeLog addition: 2009-12-17 Aidan Kehoe <kehoea@parhasard.net> * events.h (character_to_event_meta_behavior): New enumeration, describing what character_to_event should do with characters in the range ?\x80-?\xFF, and passed as the third argument to character_to_event instead of the binary use_console_meta_flag. * events.c (character_to_event, Fcharacter_to_event): * event-unixoid.c (read_event_from_tty_or_stream_desc): * event-stream.c (maybe_kbd_translate, maybe_kbd_translate): * event-msw.c (mswindows_need_event): Use the new enumeration. * event-Xt.c (x_to_emacs_keysym): Call character_to_event when we receive XLookupChars events, passing latin_1_maps_to_itself as the meta_behavior flag, addressing the problem FKtPp sees in 87bpi9mwpu.fsf@yahoo.com.cn
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 17 Dec 2009 17:51:38 +0000
parents fd98353950a4
children 1523f1d28be1
comparison
equal deleted inserted replaced
4779:fd98353950a4 4780:2fd201d73a92
1 2009-12-17 Aidan Kehoe <kehoea@parhasard.net>
2
3 * events.h (character_to_event_meta_behavior): New enumeration,
4 describing what character_to_event should do with characters in
5 the range ?\x80-?\xFF, and passed as the third argument to
6 character_to_event instead of the binary use_console_meta_flag.
7 * events.c (character_to_event, Fcharacter_to_event):
8 * event-unixoid.c (read_event_from_tty_or_stream_desc):
9 * event-stream.c (maybe_kbd_translate, maybe_kbd_translate):
10 * event-msw.c (mswindows_need_event):
11 Use the new enumeration.
12 * event-Xt.c (x_to_emacs_keysym):
13 Call character_to_event when we receive XLookupChars events,
14 passing latin_1_maps_to_itself as the meta_behavior flag,
15 addressing the problem FKtPp sees in 87bpi9mwpu.fsf@yahoo.com.cn
16
1 2009-12-17 Aidan Kehoe <kehoea@parhasard.net> 17 2009-12-17 Aidan Kehoe <kehoea@parhasard.net>
2 18
3 * elhash.c (HASH_TABLE_DEFAULT_REHASH_THRESHOLD): 19 * elhash.c (HASH_TABLE_DEFAULT_REHASH_THRESHOLD):
4 That last change was wrong in theory though not in practice; we're 20 That last change was wrong in theory though not in practice; we're
5 comparing function pointers, not enumeration values. 21 comparing function pointers, not enumeration values.