diff options
Diffstat (limited to 'src/ChangeLog.unicode')
| -rw-r--r-- | src/ChangeLog.unicode | 15 |
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 @@ | |||
| 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. |