summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-11 10:08:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-11 10:08:13 (GMT)
commitfeec89c9e58abd4d8dbc0535779ad72141d6dabc (patch)
tree0244b3f0ae2937eaa87a1b4dca00dc06967b6d85 /ChangeLog
parent49c4e4c3ca01be0e0567769e44661730c11b1ca3 (diff)
downloadtk-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--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 561bda6..d3b46a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>