diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-05-20 22:43:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-05-20 22:43:23 (GMT) |
commit | 4ece036d395d93098cea11df0327ca6c117d5713 (patch) | |
tree | 1072fd267a3e2b4d637c70bd18ced3e60e459b4f /ChangeLog | |
parent | 6f6de19f4f66f9f446af059151dafc02c3ada12b (diff) | |
download | tk-4ece036d395d93098cea11df0327ca6c117d5713.zip tk-4ece036d395d93098cea11df0327ca6c117d5713.tar.gz tk-4ece036d395d93098cea11df0327ca6c117d5713.tar.bz2 |
* win/tkWinX.c (HandleIMEComposition): [Bug 2992129]: Ensure that all
places that generate key events zero them out first; Tk relies on that
being true for the generic parts of the fix for Bug 1924761.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -1,12 +1,18 @@ +2010-05-20 Donal K. Fellows <dkf@users.sf.net> + + * win/tkWinX.c (HandleIMEComposition): [Bug 2992129]: Ensure that all + places that generate key events zero them out first; Tk relies on that + being true for the generic parts of the fix for Bug 1924761. + 2010-05-19 Jan Nijtmans <nijtmans@users.sf.net> - * win/tkWinDialog.c: Fix [Bug #3002230]: tk_chooseDirectory returns - garbage on cancel + * win/tkWinDialog.c: [Bug 3002230]: tk_chooseDirectory returns garbage + on cancel. 2010-05-17 Jan Nijtmans <nijtmans@users.sf.net> - * win/tkWinDialog.c [Bug #2987995]: Tk_getOpenFile returns garbage under - described circumstances. Backported some formatting from trunk. + * win/tkWinDialog.c: [Bug 2987995]: Tk_getOpenFile returns garbage + under described circumstances. Backported some formatting from trunk. 2010-05-03 Donal K. Fellows <dkf@users.sf.net> |