diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-11 10:08:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-11 10:08:13 (GMT) |
commit | feec89c9e58abd4d8dbc0535779ad72141d6dabc (patch) | |
tree | 0244b3f0ae2937eaa87a1b4dca00dc06967b6d85 /ChangeLog | |
parent | 49c4e4c3ca01be0e0567769e44661730c11b1ca3 (diff) | |
download | tk-feec89c9e58abd4d8dbc0535779ad72141d6dabc.zip tk-feec89c9e58abd4d8dbc0535779ad72141d6dabc.tar.gz tk-feec89c9e58abd4d8dbc0535779ad72141d6dabc.tar.bz2 |
Changelog: more bug-fixes which are fixed by the same commit.
Diffstat (limited to 'ChangeLog')
-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> |