diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d1c3d0d21dc..de1f61dc1f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 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 |
| @@ -30,6 +34,9 @@ | |||
| 30 | 34 | ||
| 31 | 2002-11-06 Dave Love <fx@gnu.org> | 35 | 2002-11-06 Dave Love <fx@gnu.org> |
| 32 | 36 | ||
| 37 | * keyboard.c (read_char): Modify checking around use of | ||
| 38 | Vkeyboard_translate_table. | ||
| 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 | ||