summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-10-18 19:49:26 (GMT)
committerhobbs <hobbs>2002-10-18 19:49:26 (GMT)
commit8f1d9ee7d6b1d5c47e6a035b99260056bfe6ba9a (patch)
tree0f05e501438cf0f9e41e90a5dd927f25e74102ad
parentc1e1ae2cc208f5ccdcd4e85be20126b9b2234301 (diff)
downloadtk-8f1d9ee7d6b1d5c47e6a035b99260056bfe6ba9a.zip
tk-8f1d9ee7d6b1d5c47e6a035b99260056bfe6ba9a.tar.gz
tk-8f1d9ee7d6b1d5c47e6a035b99260056bfe6ba9a.tar.bz2
updated for the 8.3.5 releasecore_8_3_5
-rw-r--r--ChangeLog6
-rw-r--r--changes20
2 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index be6bd58..a9d658c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2002-10-18 Jeff Hobbs <jeffh@ActiveState.com>
+ ************************
+ **** 8.3.5 TAGGED ****
+ ************************
+
+ * changes: updated for 8.3.5 release
+
* win/tkWinPort.h (tchar.h): Do not include on Cygwin.
(_T): Define for Cygwin.
(OPEN_MAX): only define if currently undefined.
diff --git a/changes b/changes
index 7f575e6..a70e75b 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.42.2.5 2002/02/20 02:54:14 dgp Exp $
+RCS: @(#) $Id: changes,v 1.42.2.6 2002/10/18 19:49:26 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
@@ -5013,3 +5013,21 @@ expansion to the Win/Mac console. (hobbs)
2002-02-01 (bug fix)[511956] C99 spec: avoid 'bool' as a variable name (hobbs)
+2002-02-25 (bug fix)[503613] correct listvariable handling (hobbs)
+
+2002-03-25 (build support) updated platform support for HP-UX, IRIX64-6.*,
+SunOS, FreeBSD, AIX and Darwin and Win/Cygwin targets. (hobbs)
+
+2002-04-11 (build support) enabled COFF as well as CV style debug info with
+--enable-symbols on Windows. (hobbs)
+
+2002-10-10 (bug fix)[621241] update grid size when removing a widget from a
+grid. (forssen)
+
+2002-10-10 (bug fix) added support for generating ps for embedded widgets
+on canvases on Windows. (hobbs)
+
+2002-10-11 (bug fix)[601518, TIP 107] further corrections to fix the
+2-second raise delay (english)
+
+--- Released 8.3.5, October 18, 2002 --- See ChangeLog for details ---