diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-06-17 16:45:26 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-06-17 16:45:26 (GMT) |
commit | 596134043eb4089998e639c4794777f28fb49ed1 (patch) | |
tree | 87bedd17309ee378698659ae303536a02440ab09 /ChangeLog | |
parent | 5f6aa5eb4d8d30dde07c05db427c8934b2c31dff (diff) | |
download | tcl-596134043eb4089998e639c4794777f28fb49ed1.zip tcl-596134043eb4089998e639c4794777f28fb49ed1.tar.gz tcl-596134043eb4089998e639c4794777f28fb49ed1.tar.bz2 |
* doc/tm.n: Followup to changelog entry 2008-03-18 regarding
::tcl::tm::Defaults. Updated the documentation to not only mention
the new (underscored) form of environment variable names, but make
it the encouraged form as well. See [Bug 1914604].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-06-17 Andreas Kupries <andreask@activestate.com> + + * doc/tm.n: Followup to changelog entry 2008-03-18 regarding + ::tcl::tm::Defaults. Updated the documentation to not only mention + the new (underscored) form of environment variable names, but make + it the encouraged form as well. See [Bug 1914604]. + 2006-06-17 Kevin Kenny <kennykb@acm.org> * generic/tclClock.c (ConvertLocalToUTC): |