diff options
| author | Eli Zaretskii | 2015-03-07 12:49:54 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-03-07 12:49:54 +0200 |
| commit | e851da3540d29122fd3b53ae26d766237c85b989 (patch) | |
| tree | 5173ea14b5b482ea8a31741d3ca9ca558aacdd6c /src/ChangeLog | |
| parent | 35e2b6ab4d28547ec079de18cf1cf65623e6909a (diff) | |
| download | emacs-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/ChangeLog | 9 |
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 @@ | |||
| 1 | 2015-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 | |||
| 1 | 2015-03-05 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2015-03-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 11 | ||
| 3 | Work around x86 glibc backtrace bug | 12 | Work around x86 glibc backtrace bug |