diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-05-15 09:50:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-05-15 09:50:13 (GMT) |
commit | 1badd23371684cf0dd67714e8a78f4c7ddd6e55a (patch) | |
tree | 2be7cf25743816204f41895f479bb8cb23c6f5f7 /ChangeLog | |
parent | 4b44b131e1861cfca2b4de299e4b64218efefa10 (diff) | |
download | tcl-1badd23371684cf0dd67714e8a78f4c7ddd6e55a.zip tcl-1badd23371684cf0dd67714e8a78f4c7ddd6e55a.tar.gz tcl-1badd23371684cf0dd67714e8a78f4c7ddd6e55a.tar.bz2 |
Added some documentation for the console command.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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): |