aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2009-07-22 16:03:39 +0000
committerJason Rumney2009-07-22 16:03:39 +0000
commitc902b9205ba37aa2db7b9ee855fdca2a13e8076a (patch)
tree8148bf8ada45819a89019da5270455395262b887 /src/ChangeLog
parent855b42a23dff7a633d728da3f8f562500472c89f (diff)
downloademacs-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/ChangeLog10
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 @@
12009-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
12009-07-21 Chong Yidong <cyd@stupidchicken.com> 112009-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.