diff options
author | dgp <dgp@noemail.net> | 2004-03-26 22:35:57 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2004-03-26 22:35:57 (GMT) |
commit | e3d7997f3a94505daa1e347bdb04a6c70ca01bd2 (patch) | |
tree | f7bf0d2bb1f65c7c2af9ec4876fb4c873c3f528c /changes | |
parent | 0d6a2f542173f298be6f1436d312c0ba3f12caa2 (diff) | |
download | tcl-e3d7997f3a94505daa1e347bdb04a6c70ca01bd2.zip tcl-e3d7997f3a94505daa1e347bdb04a6c70ca01bd2.tar.gz tcl-e3d7997f3a94505daa1e347bdb04a6c70ca01bd2.tar.bz2 |
a bit more detail in the changes file about new package versions
FossilOrigin-Name: 102ee64a59f817ad7833f78f9736479ffe558dc4
Diffstat (limited to 'changes')
-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'. |