Mercurial > emacs
changeset 91100:a6d077e6a893
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 17 Nov 2007 03:02:07 +0000 |
parents | 8bbec66c0718 |
children | eb12ed8fee16 |
files | src/ChangeLog.unicode |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog.unicode Sat Nov 17 03:01:50 2007 +0000 +++ b/src/ChangeLog.unicode Sat Nov 17 03:02:07 2007 +0000 @@ -1,3 +1,18 @@ +2007-11-17 Jason Rumney <jasonr@gnu.org> + + * w32term.h (WM_UNICHAR, UNICODE_NOCHAR): Define if not already. + + * w32fns.c: Include imm.h. + (get_composition_string_fn, get_ime_context_fn): New optional + system functions. + (globals_of_w32fns): Load them from imm32.dll. + (ignore_ime_char): New flag. + (w32_wnd_proc): Handle WM_UNICHAR, WM_IME_CHAR and + WM_IME_ENDCOMPOSITION messages. + + * w32term.c (w32_read_socket) [WM_UNICHAR]: Handle as + MULTIBYTE_CHAR_KEYSTROKE_EVENT. + 2007-11-14 Kenichi Handa <handa@ni.aist.go.jp> * lread.c (READCHAR): Call readchar with the 2nd arg NULL.