comparison src/ChangeLog.unicode @ 91100:a6d077e6a893

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Sat, 17 Nov 2007 03:02:07 +0000
parents 576e9fac9ec8
children 024a433638e9
comparison
equal deleted inserted replaced
91099:8bbec66c0718 91100:a6d077e6a893
1 2007-11-17 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already.
4
5 * w32fns.c: Include imm.h.
6 (get_composition_string_fn, get_ime_context_fn): New optional
7 system functions.
8 (globals_of_w32fns): Load them from imm32.dll.
9 (ignore_ime_char): New flag.
10 (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and
11 WM_IME_ENDCOMPOSITION messages.
12
13 * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as
14 MULTIBYTE_CHAR_KEYSTROKE_EVENT.
15
1 2007-11-14 Kenichi Handa <handa@ni.aist.go.jp> 16 2007-11-14 Kenichi Handa <handa@ni.aist.go.jp>
2 17
3 * lread.c (READCHAR): Call readchar with the 2nd arg NULL. 18 * lread.c (READCHAR): Call readchar with the 2nd arg NULL.
4 (READCHAR_REPORT_MULTIBYTE): New macro. 19 (READCHAR_REPORT_MULTIBYTE): New macro.
5 (readchar): New 2nd arg MULTIBYTE. 20 (readchar): New 2nd arg MULTIBYTE.