summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2013-06-11 10:08:13 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2013-06-11 10:08:13 (GMT)
commit4cd25aacf81d55bac57e4aba2e0ddb475cd7d34b (patch)
tree0244b3f0ae2937eaa87a1b4dca00dc06967b6d85 /ChangeLog
parent72b9810447f0189076c7541fc4fd4d026c3f15c1 (diff)
downloadtk-4cd25aacf81d55bac57e4aba2e0ddb475cd7d34b.zip
tk-4cd25aacf81d55bac57e4aba2e0ddb475cd7d34b.tar.gz
tk-4cd25aacf81d55bac57e4aba2e0ddb475cd7d34b.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>