diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -1,3 +1,14 @@ +2002-03-25 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/Makefile.in: added shell and gdb targets, prevent + tkIntXlibDecls.h header from being installed by install-libraries. + * unix/configure: + * unix/configure.in: backported improved AIX build support from 8.4. + * unix/tcl.m4: backported 8.4 changes to HP-UX, IRIX64-6.*, SunOS, + FreeBSD, AIX and Darwin targets. Updated SC_LOADTCLCONFIG to + detect when we build against a Tcl build dir. Compile with + -DUSE_TCL_STUBS in the shared case. + 2002-03-19 Jeff Hobbs <jeffh@ActiveState.com> * generic/tkOldConfig.c (Tk_ConfigureValue): prevent leaving @@ -31,15 +42,15 @@ * tests/menu.test (menu3.68) Correct and test for logic error when cloning menus. [Bug 508988] -2002-01-04 Don Porter <dgp@users.sourceforge.net> +2002-01-04 Don Porter <dgp@users.sourceforge.net> * generic/tkBind.c (TkBindFree): - * generic/tkGrid.c (Tk_GridCmd,ResolveConstraints,CheckSlotData, + * generic/tkGrid.c (Tk_GridCmd,ResolveConstraints,CheckSlotData, DestroyGrid): - * generic/tkSelect.c (Tk_DeleteSelHandler,TkSelDeadWindow): Replaced - Tcl_Free calls with ckfree so that memory debugging is fully supported. + * generic/tkSelect.c (Tk_DeleteSelHandler,TkSelDeadWindow): Replaced + Tcl_Free calls with ckfree so that memory debugging is fully supported. -2001-12-18 Don Porter <dgp@users.sourceforge.net> +2001-12-18 Don Porter <dgp@users.sourceforge.net> * tests/event.test (event-click-drag-1.2): Corrected test that failed on Solaris/CDE due to text scrolling. [Bug 413735] |