aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-11-17 03:02:07 +0000
committerJason Rumney2007-11-17 03:02:07 +0000
commitb03b652b47bc2719256b12901a387698ca2c667e (patch)
tree16a4186d5ac15bbbb514766ae1b3ba96d6749b55 /src
parent820eff5a8fdc592b5765791534227fc70ffee30e (diff)
downloademacs-b03b652b47bc2719256b12901a387698ca2c667e.tar.gz
emacs-b03b652b47bc2719256b12901a387698ca2c667e.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.unicode15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode
index 82a09d84606..dfd2714fd31 100644
--- a/src/ChangeLog.unicode
+++ b/src/ChangeLog.unicode
@@ -1,3 +1,18 @@
12007-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
12007-11-14 Kenichi Handa <handa@ni.aist.go.jp> 162007-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.