summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2004-03-26 22:35:58 (GMT)
committerdgp@users.sourceforge.net <dgp>2004-03-26 22:35:58 (GMT)
commitf7f4ba798a77655c2faa90249269d22f18ada5a5 (patch)
treef7bf0d2bb1f65c7c2af9ec4876fb4c873c3f528c
parentfd56f66372270b0dcc27fec06b7e3c71b28e7ab2 (diff)
downloadtcl-f7f4ba798a77655c2faa90249269d22f18ada5a5.zip
tcl-f7f4ba798a77655c2faa90249269d22f18ada5a5.tar.gz
tcl-f7f4ba798a77655c2faa90249269d22f18ada5a5.tar.bz2
a bit more detail in the changes file about new package versions
-rw-r--r--changes4
1 files changed, 3 insertions, 1 deletions
diff --git a/changes b/changes
index ff0b326..ae8be94 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.85 2004/03/03 23:26:33 hobbs Exp $
+RCS: @(#) $Id: changes,v 1.86 2004/03/26 22:35:58 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6013,6 +6013,7 @@ in this changeset (new minor version) rather than bug fixes:
* [TIP #120] enable dde in safe interpreters
* [TIP #130] enable unique dde server names on Windows
* [TIP #135] change dde servername -exact option to -force
+=> dde 1.3
* [TIP #121] new Tcl_SetExitProc C API to control application shutdown
@@ -6040,6 +6041,7 @@ in this changeset (new minor version) rather than bug fixes:
* [TIP #148] correct [list]-quoting of the '#' character
* [TIP #156] add "root locale" to msgcat
+=> msgcat 1.4
* [TIP #157] leading {expand} syntax on words to cause argument expansion.
This is a safer/cleaner alternative to the use of 'eval'.