summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2013-06-11 10:08:13 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2013-06-11 10:08:13 (GMT)
commitfcf3e872977baf5b7f29b9744564c1560ce3a927 (patch)
tree0244b3f0ae2937eaa87a1b4dca00dc06967b6d85
parent5bbb9521713412439494a7a5d5385b3fd6a52694 (diff)
downloadtk-fcf3e872977baf5b7f29b9744564c1560ce3a927.zip
tk-fcf3e872977baf5b7f29b9744564c1560ce3a927.tar.gz
tk-fcf3e872977baf5b7f29b9744564c1560ce3a927.tar.bz2
Changelog: more bug-fixes which are fixed by the same commit.
FossilOrigin-Name: 8e19e7ca190af5e93222c90366ed9fa63404193d
-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>