diff options
author | hobbs <hobbs> | 2002-02-22 02:41:16 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-02-22 02:41:16 (GMT) |
commit | 5ea47f877cf7111d2293b4809c2ebe62bf0710e8 (patch) | |
tree | 4d2d79cd819d97123303e04c48e9a6ca8b7a5a49 /ChangeLog | |
parent | 5d7dc21d5dcc4ac242da18a351231d059aa18cc5 (diff) | |
download | tk-5ea47f877cf7111d2293b4809c2ebe62bf0710e8.zip tk-5ea47f877cf7111d2293b4809c2ebe62bf0710e8.tar.gz tk-5ea47f877cf7111d2293b4809c2ebe62bf0710e8.tar.bz2 |
TIP #41 implementation, panedwindow [Patch #512503] (melski)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,25 @@ +2002-02-21 Jeff Hobbs <jeffh@ActiveState.com> + + * doc/panedwindow.n: + * generic/tkPanedWindow.c: + * generic/tkInt.h: + * generic/tkWindow.c: + * library/panedwindow.tcl: + * mac/tkMacDefault.h: + * tests/panedwindow.test: + * unix/Makefile.in: + * unix/tkUnixDefault.h: + * win/Makefile.in: + * win/makefile.vc: + * win/tkWinDefault.h: added implementation of TIP #41, panedwindow + widget. [Patch #512503] (melski) + + * generic/tkOption.c (ReadOptionFile): fixed Tcl_Seek casting to + remove warnings (we expect no option files with be > 2GB). + + * unix/configure: regenerated + * unix/tcl.m4: updated to sync with Tcl's tcl.m4 + 2002-02-19 Don Porter <dgp@users.sourceforge.net> * changes: First draft of updated changes for 8.4a4 release. |