diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-26 22:35:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-26 22:35:58 (GMT) |
commit | 4e3608415aa9082c1a8cd37847f61a29d826b14b (patch) | |
tree | f7bf0d2bb1f65c7c2af9ec4876fb4c873c3f528c | |
parent | 3af957166bb1ca8c82cb61fb255ba045e34eb185 (diff) | |
download | tcl-4e3608415aa9082c1a8cd37847f61a29d826b14b.zip tcl-4e3608415aa9082c1a8cd37847f61a29d826b14b.tar.gz tcl-4e3608415aa9082c1a8cd37847f61a29d826b14b.tar.bz2 |
a bit more detail in the changes file about new package versions
-rw-r--r-- | changes | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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'. |