diff options
author | hobbs <hobbs> | 2002-08-08 01:44:02 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-08-08 01:44:02 (GMT) |
commit | 00ab53bb531128551716b0a938caa4f60fd6c109 (patch) | |
tree | 7430bd97dc260adaabebf48b6cb4b0ba2d8b9e3c /ChangeLog | |
parent | 6508dcbad1850691240a5736b3f32d234e538e14 (diff) | |
download | tk-00ab53bb531128551716b0a938caa4f60fd6c109.zip tk-00ab53bb531128551716b0a938caa4f60fd6c109.tar.gz tk-00ab53bb531128551716b0a938caa4f60fd6c109.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-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -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 |