summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-08-08 01:44:02 (GMT)
committerhobbs <hobbs>2002-08-08 01:44:02 (GMT)
commitb0ec0f0dcc473d79df802c58743b520ea0ff3665 (patch)
tree7430bd97dc260adaabebf48b6cb4b0ba2d8b9e3c /ChangeLog
parentd13c98129481b8973a2ba3a7ab255f1443070f5f (diff)
downloadtk-b0ec0f0dcc473d79df802c58743b520ea0ff3665.zip
tk-b0ec0f0dcc473d79df802c58743b520ea0ff3665.tar.gz
tk-b0ec0f0dcc473d79df802c58743b520ea0ff3665.tar.bz2
* win/configure:
* win/tcl.m4: added shell32 to libs for updated native Windows tk_chooseDirectory dialog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79f65f2..53c68f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2002-08-07 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tkWinMenu.c (TkpSetWindowMenuBar): fixed logic bug in when
+ to idle call ReconfigureWindowsMenu.
+
+ * doc/GetBitmap.3: removed doc refs to deprecated
+ Tk_GetBitmapFromData. [Bug #590379]
+
+ * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd):
+ * library/panedwindow.tcl: changed class from PanedWindow to
+ Panedwindow to not conflict with existing bwidgets, but also to be
+ more regular with other names used in the core.
+
+ * tests/panedwindow.test: added -text foobar to some test buttons
+ to enable correct testing of panedwindow across platforms.
+ [Bug #582370]
+
+ * win/tkWinDialog.c: enabled use of the updated native Windows
+ directory browser (tk_chooseDirectory). This does require
+ shell32.dll v4.71 or greater. [Patch #468139]
+
+ * win/configure:
+ * win/tcl.m4: added shell32 to libs for updated native Windows
+ tk_chooseDirectory dialog.
+
2002-08-06 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tkPanedWindow.c (RESIZE_PENDING): Separated out flag for