summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b33e59..82e94ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2003-02-21 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * library/comdlg.tcl (FDGetFileTypes): Set an upper limit on how
+ long a file type item description string can get due to appending
+ of types. [Bug #617392]
+
* tests/panedwindow.test (panedwindow-30.1):
* generic/tkPanedWindow.c (DisplayPanedWindow, DisplayProxyWindow):
Use the window's depth, not the screen's default depth. [Bug #671122]