summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2001-04-04 21:32:18 (GMT)
committerandreas_kupries <akupries@shaw.ca>2001-04-04 21:32:18 (GMT)
commit32d276270ed6e33e693b63807c57d0b50d71a363 (patch)
tree53cecc43bf799aedc8a822a95d16e1efdaca3afa /ChangeLog
parent8c319f69584261fce6e52e52b63efb91642a940f (diff)
downloadtcl-32d276270ed6e33e693b63807c57d0b50d71a363.zip
tcl-32d276270ed6e33e693b63807c57d0b50d71a363.tar.gz
tcl-32d276270ed6e33e693b63807c57d0b50d71a363.tar.bz2
2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* unix/mkLinks: Updated to contain the new manpage. * doc/Environment.3: New manpage, describes Tcl_PutEnv [Bug #219171]. * doc/Macintosh.3: New manpage describing the macintosh specific parts of the public API [Bug #219169].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 43918b2..2c788a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-04-04 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * unix/mkLinks: Updated to contain the new manpage.
+
+ * doc/Environment.3: New manpage, describes Tcl_PutEnv
+ [Bug #219171].
+
+ * doc/Macintosh.3: New manpage describing the macintosh specific
+ parts of the public API [Bug #219169].
+
2001-04-04 Jeff Hobbs <jeffh@ActiveState.com>
* unix/configure:
@@ -10,7 +20,7 @@
* generic/tclTest.c:
* tests/io.tests: TIP #10 followup correcting a problem with the
- original patch because of the lacck of 'testthread id' for a
+ original patch because of the lack of 'testthread id' for a
non-threaded compilation.
2001-04-04 Kevin Kenny <kennykb@acm.org>