summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-03-04 23:34:08 (GMT)
committerhobbs <hobbs>2002-03-04 23:34:08 (GMT)
commitb2b42bba6876d91b01642ffcab446abdf9cf7f20 (patch)
tree4b188aaf1aa071a9d834c44fc44b7861f6d8777e
parentefb95c232b75f3e493ff5227d64e83291fc8f166 (diff)
downloadtk-b2b42bba6876d91b01642ffcab446abdf9cf7f20.zip
tk-b2b42bba6876d91b01642ffcab446abdf9cf7f20.tar.gz
tk-b2b42bba6876d91b01642ffcab446abdf9cf7f20.tar.bz2
8.4a4 tagged for release
-rw-r--r--ChangeLog12
-rw-r--r--changes8
2 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 67e6512..d101618 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,16 @@
+2002-03-04 Jeff Hobbs <jeffh@ActiveState.com>
+
+ *** 8.4a4 TAGGED FOR RELEASE ***
+
+ * README:
+ * mac/README:
+ * unix/README:
+ * win/README: updated to use www.tcl.tk URL.
+
2002-03-03 Jeff Hobbs <jeffh@ActiveState.com>
- * library/entry.tcl: added catch around Triple-1 binding use of sel.last
+ * library/entry.tcl: added catch around Triple-1 binding use of
+ sel.last
2002-02-28 Don Porter <dgp@users.sourceforge.net>
diff --git a/changes b/changes
index b33e43c..cec42c5 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.50 2002/03/02 04:03:19 dgp Exp $
+RCS: @(#) $Id: changes,v 1.51 2002/03/04 23:34:09 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
@@ -5157,8 +5157,8 @@ conform to Windows style (hobbs)
2001-12-28 (new feature) On Windows, buttons accept negative widths, meaning
minimum size, enabling native L&F (hobbs)
-2002-01 (bug fix) updates for CONST-ification in Tcl API, notably Tcl_ParseArgv.
-Use -DUSE_NON_CONST to suppress source incompatibility
+2002-01 (bug fix) updates for CONST-ification in Tcl API, notably
+Tcl_ParseArgv. Use -DUSE_NON_CONST to suppress source incompatibility
**** POTENTIAL INCOMPATABILITY ****
2002-01-31 (bug fix)[508988] logic error in menu cloning (helfter)
@@ -5181,3 +5181,5 @@ address TIP 72 changes (64-bit) in Tcl (fellows)
2002-02-25 (feature change)[493145] mirror B2 bindings to B3 on Windows (hobbs)
* (updated demos) many updates to show new features (fellows)
+
+--- Released 8.4a4, March 5, 2002 --- See ChangeLog for details ---