summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authorstanton <stanton>1999-04-30 22:49:53 (GMT)
committerstanton <stanton>1999-04-30 22:49:53 (GMT)
commit5cdefcdad94ffccdb1806f9dc687e439a3a7dcb8 (patch)
tree2791311126f6b086b8e9262a868488a337f63381 /changes
parent464f20ba3977eea97bee1f99f62785f3657b89f3 (diff)
downloadtk-5cdefcdad94ffccdb1806f9dc687e439a3a7dcb8.zip
tk-5cdefcdad94ffccdb1806f9dc687e439a3a7dcb8.tar.gz
tk-5cdefcdad94ffccdb1806f9dc687e439a3a7dcb8.tar.bz2
* Merged changes from 8.1.0 branch
Diffstat (limited to 'changes')
-rw-r--r--changes15
1 files changed, 14 insertions, 1 deletions
diff --git a/changes b/changes
index 4c7d01e..6cea620 100644
--- a/changes
+++ b/changes
@@ -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.32 1999/04/16 01:51:07 stanton Exp $
+RCS: @(#) $Id: changes,v 1.33 1999/04/30 22:49:54 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
@@ -4582,3 +4582,16 @@ selection instead of the widget contents, which can be different if the
--------------- Released 8.1b3, April 6, 1999 ----------------------
+4/20/99 (compiler fix) changed definition of Status type to use a
+typedef instead of a #define to avoid conflicting with the cygwin win32
+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
+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 ----------------------
+