summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2004-07-16 20:46:33 (GMT)
committerandreas_kupries <akupries@shaw.ca>2004-07-16 20:46:33 (GMT)
commit1ccba0c56984c2bdc4eeb4775e19dcefdd20cc46 (patch)
tree10755d2f69bc713422166a73862fe3d0a6acf8ec /ChangeLog
parent79cd388c252dd291872e23d8ceb03f676382d7a3 (diff)
downloadtcl-1ccba0c56984c2bdc4eeb4775e19dcefdd20cc46.zip
tcl-1ccba0c56984c2bdc4eeb4775e19dcefdd20cc46.tar.gz
tcl-1ccba0c56984c2bdc4eeb4775e19dcefdd20cc46.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 ccda491..840688e 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