comparison src/ChangeLog @ 89310:1db8bb8b5872

*** empty log message ***
author Dave Love <fx@gnu.org>
date Tue, 26 Nov 2002 17:48:07 +0000
parents 2eb2dbb9baac
children b16dfc7810f8
comparison
equal deleted inserted replaced
89309:166a8c60dd25 89310:1db8bb8b5872
1 2002-11-26 Dave Love <fx@gnu.org>
2
3 * fns.c (Flanginfo): Call synchronize_system_time_locale.
4
1 2002-11-07 Kenichi Handa <handa@m17n.org> 5 2002-11-07 Kenichi Handa <handa@m17n.org>
2 6
3 The following changes are to make character composition happen 7 The following changes are to make character composition happen
4 automatically on displaying. 8 automatically on displaying.
5 9
27 31
28 * xselect.c (selection_data_to_lisp_data): Don't call 32 * xselect.c (selection_data_to_lisp_data): Don't call
29 compose_chars_in_text. 33 compose_chars_in_text.
30 34
31 2002-11-06 Dave Love <fx@gnu.org> 35 2002-11-06 Dave Love <fx@gnu.org>
36
37 * keyboard.c (read_char): Modify checking around use of
38 Vkeyboard_translate_table.
32 39
33 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table 40 * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table
34 and fix C types. 41 and fix C types.
35 42
36 2002-11-06 Kenichi Handa <handa@m17n.org> 43 2002-11-06 Kenichi Handa <handa@m17n.org>