diff options
| author | Jason Rumney | 2009-07-22 16:03:39 +0000 |
|---|---|---|
| committer | Jason Rumney | 2009-07-22 16:03:39 +0000 |
| commit | c902b9205ba37aa2db7b9ee855fdca2a13e8076a (patch) | |
| tree | 8148bf8ada45819a89019da5270455395262b887 /src/ChangeLog | |
| parent | 855b42a23dff7a633d728da3f8f562500472c89f (diff) | |
| download | emacs-c902b9205ba37aa2db7b9ee855fdca2a13e8076a.tar.gz emacs-c902b9205ba37aa2db7b9ee855fdca2a13e8076a.zip | |
* w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]: Position
IME window at cursor (Bug#2570).
(w32_wnd_proc) [WM_IME_CHAR]: Release context when finished.
(globals_of_w32fns): Dynamically load functions required above.
* w32term.c (w32_draw_window_cursor): Send message to reposition
any IME window.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e15c3e7937f..e5c2c730d56 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2009-07-22 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (w32_wnd_proc) [WM_IME_STARTCOMPOSITION]: Position | ||
| 4 | IME window at cursor (Bug#2570). | ||
| 5 | (w32_wnd_proc) [WM_IME_CHAR]: Release context when finished. | ||
| 6 | (globals_of_w32fns): Dynamically load functions required above. | ||
| 7 | |||
| 8 | * w32term.c (w32_draw_window_cursor): Send message to reposition | ||
| 9 | any IME window. | ||
| 10 | |||
| 1 | 2009-07-21 Chong Yidong <cyd@stupidchicken.com> | 11 | 2009-07-21 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 12 | ||
| 3 | * fileio.c: Revert 2009-07-16 changes. | 13 | * fileio.c: Revert 2009-07-16 changes. |