diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-06-11 10:08:13 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-06-11 10:08:13 (GMT) |
commit | cdce7d31343a0f8eb5b79442b1bcac13aac329e7 (patch) | |
tree | 0244b3f0ae2937eaa87a1b4dca00dc06967b6d85 | |
parent | 28dea494bb9a68fc2833df0a24b56cda5f3bd231 (diff) | |
download | tk-cdce7d31343a0f8eb5b79442b1bcac13aac329e7.zip tk-cdce7d31343a0f8eb5b79442b1bcac13aac329e7.tar.gz tk-cdce7d31343a0f8eb5b79442b1bcac13aac329e7.tar.bz2 |
Changelog: more bug-fixes which are fixed by the same commit.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,7 +1,11 @@ 2012-06-07 Jan Nijtmans <nijtmans@users.sf.net> * win/tkWinDialog.c: [Bug 1913750]: tk_chooseDirectory -initialdir - internationalization problem. (backported from Tk 8.6) + internationalization problem. + [Bug 3500545]: tk_getOpenFile -multiple 1 wrong on windows. + [Bug 3416492]: Crash in open/save file dialog in Windows 7 libraries. + [Bug 3095112]: crash when selecting file from Win7 Library. + (All of those backported from Tk 8.6) 2013-06-05 Jan Nijtmans <nijtmans@users.sf.net> |