diff options
author | stanton <stanton> | 1999-05-26 02:39:14 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-05-26 02:39:14 (GMT) |
commit | ff5bc2feb71adc7c52f0eef7ca96aa3263a4ee51 (patch) | |
tree | 9dda5d5ea5b096abac6ab2b366c12bb35b6560c1 /changes | |
parent | a832d1a306d8da5f7dc70243e9d36cede2daa411 (diff) | |
download | tk-ff5bc2feb71adc7c52f0eef7ca96aa3263a4ee51.zip tk-ff5bc2feb71adc7c52f0eef7ca96aa3263a4ee51.tar.gz tk-ff5bc2feb71adc7c52f0eef7ca96aa3263a4ee51.tar.bz2 |
Merged changes from 1-3-b2 branch into mainline.
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 ---------------------- |