diff options
author | hobbs <hobbs> | 1999-10-30 09:35:41 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-10-30 09:35:41 (GMT) |
commit | 7bad21e36fb31cd57b0eea1f52955a86a381e906 (patch) | |
tree | b72c12c3e023aaa29837e6b59fb24dfeb8bfc3b8 | |
parent | 6f678fb0c84662b54cee47c966b5287aae605163 (diff) | |
download | tk-7bad21e36fb31cd57b0eea1f52955a86a381e906.zip tk-7bad21e36fb31cd57b0eea1f52955a86a381e906.tar.gz tk-7bad21e36fb31cd57b0eea1f52955a86a381e906.tar.bz2 |
see log
-rw-r--r-- | ChangeLog | 22 | ||||
-rw-r--r-- | README | 4 |
2 files changed, 24 insertions, 2 deletions
@@ -1,3 +1,25 @@ +1999-10-30 Jeff Hobbs <hobbs@scriptics.com> + + * unix/configure.in: + * README: + * win/configure.in: + * generic/tk.h: updated to patchlevel 2 + + * win/tkWinKey.c: fixed XKeysymToKeycode to handle mapping of + symbolic keysyms (Left, Home, ...) with event generate + + * library/entry.tcl: 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 (previously + it tried to keep the cursor at the right edge, now it moves the + cursor to a "central right" location - better IMHO). [Bug: 3195] + + * library/scrlbar.tcl: changed tkScrollButtonUp to check for + existence of tkPriv(relief) in order to avoid spurious release + events + + * unix/Makefile.in: added ChangeLog to dist archive + 1999-09-30 Jeff Hobbs <hobbs@scriptics.com> * All frozen for 10/4/99 8.2.1 release @@ -4,14 +4,14 @@ README: Tk service to the Tcl community by Scriptics Corporation. http://www.scriptics.com/ -RCS: @(#) $Id: README,v 1.19.2.1 1999/09/24 02:08:44 hobbs Exp $ +RCS: @(#) $Id: README,v 1.19.2.2 1999/10/30 09:35:41 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.2.1, which is the first patch release +here corresponds to release 8.2.2, which is the first patch release for Tk 8.2. For details on features, incompatibilities, and potential problems with |