Mercurial > emacs
changeset 89310:1db8bb8b5872
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 26 Nov 2002 17:48:07 +0000 |
parents | 166a8c60dd25 |
children | f81bc2f13a1b |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Nov 26 17:46:02 2002 +0000 +++ b/src/ChangeLog Tue Nov 26 17:48:07 2002 +0000 @@ -1,3 +1,7 @@ +2002-11-26 Dave Love <fx@gnu.org> + + * fns.c (Flanginfo): Call synchronize_system_time_locale. + 2002-11-07 Kenichi Handa <handa@m17n.org> The following changes are to make character composition happen @@ -30,6 +34,9 @@ 2002-11-06 Dave Love <fx@gnu.org> + * keyboard.c (read_char): Modify checking around use of + Vkeyboard_translate_table. + * xterm.c (XTread_socket): Check Lisp types for Vx_keysym_table and fix C types.