diff options
author | hobbs <hobbs> | 1999-12-21 23:54:07 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-21 23:54:07 (GMT) |
commit | 2b1792d5ac99fb69b4204ce4f3bff96fd78c527b (patch) | |
tree | 26f4e12ccf93a1eab8430639f2e8ae97105ac1a9 /ChangeLog | |
parent | f17b2fcfc36f07b6d30a2d6323f0354b24b0b558 (diff) | |
download | tk-2b1792d5ac99fb69b4204ce4f3bff96fd78c527b.zip tk-2b1792d5ac99fb69b4204ce4f3bff96fd78c527b.tar.gz tk-2b1792d5ac99fb69b4204ce4f3bff96fd78c527b.tar.bz2 |
* README: updated for patch level 8.3b1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -1,3 +1,45 @@ +1999-12-21 Jeff Hobbs <hobbs@scriptics.com> + + * generic/tk.h: + * unix/configure.in: + * win/configure.in: + * win/aclocal.m4: + * README: updated for patch level 8.3b1 + + * unix/tkUnixWm.c: fixed panic in Tk_CoordsToWindow to print error + and continue instead (for Tix) [Bug: 716 et al] + + * scale.test: + * generic/tkScale.c: + * generic/tkScale.h: fixed possible core when freeing options + (cursor) associated with scale widget [Bug: 3897] + + * doc/MeasureChar.3: fixed docs for Tk_MeasureChars to reflect code + * doc/listbox.n: fixed formatting problem + + * generic/tk3d.c: added extra calculations to ensure that thin + frames get refreshed too [Bug: 3596] + + * unix/tkUnixMenu.c: + * unix/tkUnixFont.c: + * generic/tkCanvText.c: + * generic/tkEntry.c: + * generic/tkFont.c: + * generic/tkImgPPM.c: removed extranneous vars that were set but + never used. + + * mac/tclMacHLEvents.c: fixed applescript for I18N [Bug: 3644] + + * unix/aclocal.m4: removed -O flag for AIX when using the IBM + compiler (several versions have a bug that crops up in the text + widget). [Bug: 2316] + + * unix/Makefile.in: removed extra slash in SCRIPT_INSTALL_DIR + [Bug: 3896] + + * library/listbox.tcl: added extra checks for existence of + tkPriv(listboxSelection) before it was used. [Bug: 3892] + 1999-12-16 Jeff Hobbs <hobbs@scriptics.com> * doc/GetCursor.3: |