diff options
author | hobbs <hobbs> | 1999-11-03 00:42:59 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-11-03 00:42:59 (GMT) |
commit | 9ea05101abb269486d245389db9f651abe80e08b (patch) | |
tree | c62d41ad272401701453df83a0978c625770a9d4 | |
parent | 66ce4aff717e3d63e0158213246da95ca0a429cf (diff) | |
download | tk-9ea05101abb269486d245389db9f651abe80e08b.zip tk-9ea05101abb269486d245389db9f651abe80e08b.tar.gz tk-9ea05101abb269486d245389db9f651abe80e08b.tar.bz2 |
updated for 8.2.2 release
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | changes | 14 |
2 files changed, 16 insertions, 1 deletions
@@ -1,6 +1,9 @@ 1999-11-02 Jeff Hobbs <hobbs@scriptics.com> * tagged 8.2.2 final + * changes: updated based on ChangeLog + * win/winMain.c: changed Tcl_AppInit to not cause a DebugBreak + on simple startup errors (like bad options to wish) 1999-10-30 Jeff Hobbs <hobbs@scriptics.com> @@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was released on March 13, 1991. Changes that aren't backward compatible are marked specially. -RCS: @(#) $Id: changes,v 1.37.2.1 1999/10/02 01:14:12 hobbs Exp $ +RCS: @(#) $Id: changes,v 1.37.2.2 1999/11/03 00:43:00 hobbs Exp $ 3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from the interpreter when the main window is deleted (otherwise there will @@ -4679,3 +4679,15 @@ Tk_DrawChars(). (Jim Ingham) 9/24/99 (feature change) tk_dialog now uses {Times 12} by default. (hobbs) --- Released 8.2.1, October 04, 1999 --- See ChangeLog for details --- + +10/30/99 (bug fix) fixed XKeysymToKeycode to handle mapping of symbolic +keysyms (Left, Home, ...) with event generate (hobbs) + +10/30/99 (bug fix) change tkEntrySeeInsert to avoid the use of a while loop +that could eat CPU tremendously. Behavior of moving the cursor at the +right edge changes slightly. [Bug: 3195] (hobbs) + +10/30/99 (bug fix) changed tkScrollButtonUp to check for existence of +tkPriv(relief) in order to avoid spurious release events (hobbs) + +--- Released 8.2.2, November 04, 1999 --- See ChangeLog for details --- |