Mercurial > emacs
comparison src/ChangeLog @ 104030:91b945d54645
* 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.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 22 Jul 2009 16:03:39 +0000 |
parents | 65ac865116fc |
children | 95a3747ab8d5 |
comparison
equal
deleted
inserted
replaced
104029:55ba5af4bf3a | 104030:91b945d54645 |
---|---|
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. |
4 (Vauto_save_include_big_deletions): New variable. | 14 (Vauto_save_include_big_deletions): New variable. |
5 (Fdo_auto_save): Disable auto-save only if | 15 (Fdo_auto_save): Disable auto-save only if |