summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-05-15 09:50:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-05-15 09:50:13 (GMT)
commit1badd23371684cf0dd67714e8a78f4c7ddd6e55a (patch)
tree2be7cf25743816204f41895f479bb8cb23c6f5f7 /ChangeLog
parent4b44b131e1861cfca2b4de299e4b64218efefa10 (diff)
downloadtcl-1badd23371684cf0dd67714e8a78f4c7ddd6e55a.zip
tcl-1badd23371684cf0dd67714e8a78f4c7ddd6e55a.tar.gz
tcl-1badd23371684cf0dd67714e8a78f4c7ddd6e55a.tar.bz2
Added some documentation for the console command.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c467a4..c12cd13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-05-15 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * doc/console.n: Created. It seems very odd to me that the
+ console implementation is part of the Tcl distribution and not
+ part of Tk, but given the location of the source, the
+ documentation must obviously match up...
+
2001-05-14 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* generic/tclCmdMZ.c (Tcl_StringObjCmd):