summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2004-07-16 20:46:51 (GMT)
committerandreas_kupries <akupries@shaw.ca>2004-07-16 20:46:51 (GMT)
commit6f9be46dca324a11afaa829bda9fd4c6d777a1c3 (patch)
treecba04ef2024ad71857d7ed836ff7886d4f6e8923 /ChangeLog
parentc3aad42ff98f12c1125adffa3005da0d29e35891 (diff)
downloadtcl-6f9be46dca324a11afaa829bda9fd4c6d777a1c3.zip
tcl-6f9be46dca324a11afaa829bda9fd4c6d777a1c3.tar.gz
tcl-6f9be46dca324a11afaa829bda9fd4c6d777a1c3.tar.bz2
* doc/CrtCommand.3: Added note that the arguments given to the
command proc of a Tcl_CreateCommand are in utf8 since Tcl 8.1. Closing [Tcl SF Patch 414778].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a0a535b..9cab49f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-07-16 Andreas Kupries <andreask@activestate.com>
+ * doc/CrtCommand.3: Added note that the arguments given to the
+ command proc of a Tcl_CreateCommand are in utf8 since Tcl
+ 8.1. Closing [Tcl SF Patch 414778].
+
* doc/ChnlStack.3: Removed the declaration that the interp
argument to Tcl_(un)StackChannel can be NULL. This fixes [Tcl SF
Bug 881220], reported by Marco Maggi