summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-07-18 19:51:35 (GMT)
committerhobbs <hobbs>2003-07-18 19:51:35 (GMT)
commit2f5d313e543bab3894f4059267dfa29d9ce7cad9 (patch)
treec16f71fc59fd5dce7529cdbd59d62b48fdc55c40 /ChangeLog
parentbcca5d01bf3e6dfef93906fd178b90085a216365 (diff)
downloadtk-2f5d313e543bab3894f4059267dfa29d9ce7cad9.zip
tk-2f5d313e543bab3894f4059267dfa29d9ce7cad9.tar.gz
tk-2f5d313e543bab3894f4059267dfa29d9ce7cad9.tar.bz2
* win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K.
This is a short-term solution until the -multiple option is extended. [Bug 641261]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccceb62..68aa954 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-07-18 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K.
+ This is a short-term solution until the -multiple option is
+ extended. [Bug 641261]
+
2003-07-18 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* tests/panedwindow.test (panedwindow-30.2):