diff options
author | hobbs <hobbs@noemail.net> | 2007-04-22 06:20:24 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2007-04-22 06:20:24 (GMT) |
commit | 7af77e5b40e6d192225d6fca88f58a3fbc9c030e (patch) | |
tree | cdd385c8d35ca91b6fe4a6445396acaa3702ad1a /changes | |
parent | c7cc6d69cb6881ccf726e9424802772c12194776 (diff) | |
download | tcl-7af77e5b40e6d192225d6fca88f58a3fbc9c030e.zip tcl-7af77e5b40e6d192225d6fca88f58a3fbc9c030e.tar.gz tcl-7af77e5b40e6d192225d6fca88f58a3fbc9c030e.tar.bz2 |
updated changes
FossilOrigin-Name: d52a09d850ad358c38bfc1e9d7c1ac8563ace80c
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.111 2007/04/22 05:46:20 hobbs Exp $ +RCS: @(#) $Id: changes,v 1.112 2007/04/22 06:20:25 hobbs Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6913,4 +6913,6 @@ upvar and namespace upvar. 2007-04-20 (bug fix) Improve clock localization for Japanese locale. +2007-04-20 (enhancement) Documented Tcl_SetNotifier and Tcl_ServiceModeHook. + --- Released 8.5a6, April 25, 2006 --- See ChangeLog for details --- |