diff options
author | hobbs <hobbs> | 2002-10-10 05:01:20 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-10-10 05:01:20 (GMT) |
commit | ea99cee25a420695da7bd29c5192575f9d34907d (patch) | |
tree | 0eaca26b5a18cb94a6f3ece2dad91a6ff3a17e38 /ChangeLog | |
parent | 5d44339297483bc5ad5e6059dd8a959efc44ae73 (diff) | |
download | tk-ea99cee25a420695da7bd29c5192575f9d34907d.zip tk-ea99cee25a420695da7bd29c5192575f9d34907d.tar.gz tk-ea99cee25a420695da7bd29c5192575f9d34907d.tar.bz2 |
* unix/README: doc'ed --enable-symbols options.
* unix/Makefile.in: comment docs
* unix/configure: regen
* unix/tcl.m4: replaced SC_ENABLE_MEMDEBUG with a more intelligent
SC_ENABLE_SYMBOLS that takes yes|no|mem|all as options now.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2002-10-09 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/README: doc'ed --enable-symbols options. + * unix/Makefile.in: comment docs + * unix/configure: regen + * unix/tcl.m4: replaced SC_ENABLE_MEMDEBUG with a more intelligent + SC_ENABLE_SYMBOLS that takes yes|no|mem|all as options now. + 2002-10-09 Don Porter <dgp@users.sf.net> * generic/tk.h: Added reminder comment to edit @@ -40,6 +48,19 @@ 32 bits per pixel in the master to accommodate the alpha channel as well as RGB. +2002-10-08 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/winButton.test: add option clear to top to prevent option + leakage from other tests causing problems. [Bug #582382] + + * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): leave the + DestroyPanedWindow proc to free the pwPtr, add a Preserve + reference to the pwPtr->tkwin. + (DestroyPanedWindow): Release the pwPtr->tkwin. + + * generic/tkFocus.c (TkFocusFilterEvent): Ignore event if we are + focusing into a dead window. [Bug #588831] (griffin) + 2002-10-02 Jim Ingham <jingham@apple.com> * macosx/tkMacOSXScrlbr.c (TkpDisplayScrollbar): Put the Tk scrollbar |