summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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