aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2015-03-07 12:49:54 +0200
committerEli Zaretskii2015-03-07 12:49:54 +0200
commite851da3540d29122fd3b53ae26d766237c85b989 (patch)
tree5173ea14b5b482ea8a31741d3ca9ca558aacdd6c /src/ChangeLog
parent35e2b6ab4d28547ec079de18cf1cf65623e6909a (diff)
downloademacs-e851da3540d29122fd3b53ae26d766237c85b989.tar.gz
emacs-e851da3540d29122fd3b53ae26d766237c85b989.zip
Partially revert the fix for bug #11732
src/w32fns.c <ImmReleaseContext_Proc, ImmSetCompositionWindow_Proc>: Fix typedefs to be consistent with the corresponding w32 API signatures. (w32_wnd_proc) <WM_IME_STARTCOMPOSITION>: Don't invoke DefWindowProc if we successfully handled the message, as doing so causes problems in displaying selection dialogs.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6b658f51671..fc776188f05 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12015-03-07 Eli Zaretskii <eliz@gnu.org>
2
3 * w32fns.c <ImmReleaseContext_Proc, ImmSetCompositionWindow_Proc>:
4 Fix typedefs to be consistent with the corresponding w32 API
5 signatures.
6 (w32_wnd_proc) <WM_IME_STARTCOMPOSITION>: Don't invoke
7 DefWindowProc if we successfully handled the message, as doing so
8 causes problems in displaying selection dialogs. (Bug#11732)
9
12015-03-05 Paul Eggert <eggert@cs.ucla.edu> 102015-03-05 Paul Eggert <eggert@cs.ucla.edu>
2 11
3 Work around x86 glibc backtrace bug 12 Work around x86 glibc backtrace bug