From 00ab53bb531128551716b0a938caa4f60fd6c109 Mon Sep 17 00:00:00 2001 From: hobbs Date: Thu, 8 Aug 2002 01:44:02 +0000 Subject: * win/configure: * win/tcl.m4: added shell32 to libs for updated native Windows tk_chooseDirectory dialog. --- ChangeLog | 25 +++++++++++++++++++++++++ win/configure | 4 ++-- win/tcl.m4 | 4 ++-- 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 79f65f2..53c68f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2002-08-07 Jeff Hobbs + + * 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 * generic/tkPanedWindow.c (RESIZE_PENDING): Separated out flag for diff --git a/win/configure b/win/configure index 6e9372d..cf47d3d 100755 --- a/win/configure +++ b/win/configure @@ -1186,7 +1186,7 @@ echo "configure:1182: checking compiler flags" >&5 SHLIB_LD="" SHLIB_LD_LIBS="" LIBS="" - LIBS_GUI="-lgdi32 -lcomdlg32 -limm32 -lcomctl32" + LIBS_GUI="-lgdi32 -lcomdlg32 -limm32 -lcomctl32 -lshell32" STLIB_LD='${AR} cr' RC_OUT=-o RC_TYPE= @@ -1327,7 +1327,7 @@ echo "configure:1182: checking compiler flags" >&5 SHLIB_LD="${LINKBIN} -dll -nologo -incremental:no" SHLIB_LD_LIBS="user32.lib advapi32.lib" LIBS="user32.lib advapi32.lib" - LIBS_GUI="gdi32.lib comdlg32.lib imm32.lib comctl32.lib" + LIBS_GUI="gdi32.lib comdlg32.lib imm32.lib comctl32.lib shell32.lib" RC_OUT=-fo RC_TYPE=-r RC_INCLUDE=-i diff --git a/win/tcl.m4 b/win/tcl.m4 index cd8796a..3a3b43f 100644 --- a/win/tcl.m4 +++ b/win/tcl.m4 @@ -376,7 +376,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ SHLIB_LD="" SHLIB_LD_LIBS="" LIBS="" - LIBS_GUI="-lgdi32 -lcomdlg32 -limm32 -lcomctl32" + LIBS_GUI="-lgdi32 -lcomdlg32 -limm32 -lcomctl32 -lshell32" STLIB_LD='${AR} cr' RC_OUT=-o RC_TYPE= @@ -517,7 +517,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ SHLIB_LD="${LINKBIN} -dll -nologo -incremental:no" SHLIB_LD_LIBS="user32.lib advapi32.lib" LIBS="user32.lib advapi32.lib" - LIBS_GUI="gdi32.lib comdlg32.lib imm32.lib comctl32.lib" + LIBS_GUI="gdi32.lib comdlg32.lib imm32.lib comctl32.lib shell32.lib" RC_OUT=-fo RC_TYPE=-r RC_INCLUDE=-i -- cgit v0.12