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 | |
parent | f17b2fcfc36f07b6d30a2d6323f0354b24b0b558 (diff) | |
download | tk-2b1792d5ac99fb69b4204ce4f3bff96fd78c527b.zip tk-2b1792d5ac99fb69b4204ce4f3bff96fd78c527b.tar.gz tk-2b1792d5ac99fb69b4204ce4f3bff96fd78c527b.tar.bz2 |
* README: updated for patch level 8.3b1
-rw-r--r-- | ChangeLog | 42 | ||||
-rw-r--r-- | README | 4 |
2 files changed, 44 insertions, 2 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: @@ -4,14 +4,14 @@ README: Tk service to the Tcl community by Scriptics Corporation. http://www.scriptics.com/ -RCS: @(#) $Id: README,v 1.20 1999/10/01 22:45:11 hobbs Exp $ +RCS: @(#) $Id: README,v 1.21 1999/12/21 23:54:07 hobbs Exp $ 1. Introduction --------------- This directory contains the sources and documentation for Tk, an X11 toolkit implemented with the Tcl scripting language. The information -here corresponds to release 8.3a1, which is an alpha release for Tk 8.3. +here corresponds to release 8.3b1, which is a beta release for Tk 8.3. For details on features, incompatibilities, and potential problems with this release, see the Tcl/Tk 8.3 Web page at |