diff options
| author | dgp@users.sourceforge.net <dgp> | 2004-03-26 22:35:58 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2004-03-26 22:35:58 (GMT) |
| commit | f7f4ba798a77655c2faa90249269d22f18ada5a5 (patch) | |
| tree | f7bf0d2bb1f65c7c2af9ec4876fb4c873c3f528c | |
| parent | fd56f66372270b0dcc27fec06b7e3c71b28e7ab2 (diff) | |
| download | tcl-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-- | 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'. |
