aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorFujii Hironori2015-02-19 13:40:48 +0200
committerEli Zaretskii2015-02-19 13:40:48 +0200
commit37e3549055fc153657f0a04b28cf29b7e15a97d8 (patch)
treebdea4709fc794d5812c21b27650e65d8664e2de0 /src/ChangeLog
parent99db66a01fd998942c4e75733863903247345d90 (diff)
downloademacs-37e3549055fc153657f0a04b28cf29b7e15a97d8.tar.gz
emacs-37e3549055fc153657f0a04b28cf29b7e15a97d8.zip
Fix display of IME window on MS-Windows (Bug#11732)
src/w32fns.c (w32_wnd_proc) <WM_IME_STARTCOMPOSITION>: Pass the message to DefWindowProc, after positioning the IME window, to trigger its display. Copyright-paperwork-exempt: yes
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1c4758f969b..87133535e97 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12015-02-19 Fujii Hironori <fujii.hironori@gmail.com> (tiny change)
2
3 * w32fns.c (w32_wnd_proc) <WM_IME_STARTCOMPOSITION>: Pass the
4 message to DefWindowProc, after positioning the IME window, to
5 trigger its display. (Bug#11732)
6
12015-02-18 Eli Zaretskii <eliz@gnu.org> 72015-02-18 Eli Zaretskii <eliz@gnu.org>
2 8
3 * emacs.c (Fkill_emacs): Exit with specified exit code even if 9 * emacs.c (Fkill_emacs): Exit with specified exit code even if