diff options
author | hobbs <hobbs@noemail.net> | 2002-09-02 23:39:06 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2002-09-02 23:39:06 (GMT) |
commit | 2a769ebe6ec96eb492128e542be5963741f3f05b (patch) | |
tree | 8fe1d01c645000fa3379ea814efe743a13acabf9 | |
parent | 53eae9318ebb4021dc0e84991114c245bc63afea (diff) | |
download | tk-2a769ebe6ec96eb492128e542be5963741f3f05b.zip tk-2a769ebe6ec96eb492128e542be5963741f3f05b.tar.gz tk-2a769ebe6ec96eb492128e542be5963741f3f05b.tar.bz2 |
see changes
FossilOrigin-Name: f5780ba632b620a28bc0e2eaeddd599cbc8eb858
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,5 +1,24 @@ 2002-09-02 Jeff Hobbs <jeffh@ActiveState.com> + * tests/button.test: added button-14.1 + * win/tkWinButton.c (TkpComputeButtonGeometry): correct Win button + sizing to be equal for one-line buttons with -height of 0 or 1, as + well as -height 0 buttons with empty text and no image, which + should be the same as single-line text buttons. [Bug #565485] + + * library/button.tcl (::tk::ButtonLeave): correctly restore state + of button to normal for unix bindings. [Bug #597920] + + * doc/tk.n: added tk windowingsystem docs. + + * tests/wm.test: + * unix/tkUnixWm.c: remove possible 2-second delay in 'raise'. + [Patch #601518] (english) TIP #107 + + * unix/tcl.m4: add support for 64-bit builds on HP-11 with gcc. + * unix/configure.in: make sure to substitute LD_LIBRARY_PATH_VAR. + * unix/configure: regend + * README: Bumped version number to 8.4.0 * generic/tk.h: * unix/configure: |