summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-02-18 06:31:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-02-18 06:31:08 (GMT)
commit65404643febeb4e88a9a843dfbe67f275e016d8f (patch)
treeafdcf9e2b4a8aabcdcf82e08d9e4c4f3723f4d4c
parenta3e98607942e8b8b500fa0a8d62ed1c178cdecd9 (diff)
downloadtk-65404643febeb4e88a9a843dfbe67f275e016d8f.zip
tk-65404643febeb4e88a9a843dfbe67f275e016d8f.tar.gz
tk-65404643febeb4e88a9a843dfbe67f275e016d8f.tar.bz2
* First draft of updates to changes for 8.3.5.
-rw-r--r--ChangeLog4
-rw-r--r--changes9
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c1d432..f574a40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-18 Don Porter <dgp@users.sourceforge.net>
+
+ * changes: First draft of updates to changes for 8.3.5.
+
2002-02-01 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tkCmds.c (Tk_TkObjCmd): don't use 'bool' as an arg as it
diff --git a/changes b/changes
index 6afdec3..af7f7f9 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.3 2001/10/18 23:17:59 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.42.2.4 2002/02/18 06:31:08 dgp 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
@@ -5003,3 +5003,10 @@ expansion to the Win/Mac console. (hobbs)
2001-10-17 (bug fix) updated Mac build support. (steffen)
--- Released 8.3.4, October 19, 2001 --- See ChangeLog for details ---
+
+2001-12-18 (bug fix)[413735] event-click-drag-1.2 test failure (porter)
+
+2002-01-31 (bug fix)[508988] logic error in menu cloning (helfter)
+
+2002-02-01 (bug fix)[511956] C99 spec: avoid 'bool' as a variable name (hobbs)
+