diff options
author | stanton <stanton@noemail.net> | 1999-05-26 02:39:13 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1999-05-26 02:39:13 (GMT) |
commit | efbbaf9ea8b42bbd226bfa66b06ea5f73e55641a (patch) | |
tree | 9dda5d5ea5b096abac6ab2b366c12bb35b6560c1 /changes | |
parent | 03c0d1b19be4ceb955f3bd720dc1d6a3ee40eae3 (diff) | |
download | tk-efbbaf9ea8b42bbd226bfa66b06ea5f73e55641a.zip tk-efbbaf9ea8b42bbd226bfa66b06ea5f73e55641a.tar.gz tk-efbbaf9ea8b42bbd226bfa66b06ea5f73e55641a.tar.bz2 |
Merged changes from 1-3-b2 branch into mainline.
FossilOrigin-Name: 6f88cf9254f2f2932ae9a06666bec3911f9cbce6
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -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.33 1999/04/30 22:49:54 stanton Exp $ +RCS: @(#) $Id: changes,v 1.34 1999/05/26 02:39:14 stanton 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 @@ -4589,9 +4589,20 @@ headers. (redman) 4/22/99 (bug fix) Set the -translation and -encoding options to binary for image files. (redman) -4/27 (bug fix) Changed to avoid the need for forward declarations in +4/27/99 (bug fix) Changed to avoid the need for forward declarations in stub initializers. Added extern "C" blocks around stub table pointer declarations so the stubs can be used from C++ code. (stanton) --------------- Released 8.1 final, April 29, 1999 ---------------------- +5/7/99 (bug fix) Fixed bug wheretk_popup fails when called too +quickly. [Bug: 2009] (stanton) + +5/18/99 (bug fix) Fixed clipboard code so it handles Unicode data +properly on Windows NT and 95. [Bug: 1791] (stanton) + +5/19/99 (bug fix) Add extern "C" block around entire header file for +C++ compilers to fix linkage issues. Submitted by Don Porter and Paul +Duffin. (redman) + +--------------- Released 8.1.1, May 25, 1999 ---------------------- |