summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-05 20:52:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-05 20:52:29 (GMT)
commit6fcc24c40e1adecb1fb1506c66f8b24bda18a336 (patch)
tree8fcffd1c2d694d5dcc4ceede3a3f7a8c14706064
parentfdcb1d5c0330d75bc05feb6225bd4625a35070d8 (diff)
downloadtcl-6fcc24c40e1adecb1fb1506c66f8b24bda18a336.zip
tcl-6fcc24c40e1adecb1fb1506c66f8b24bda18a336.tar.gz
tcl-6fcc24c40e1adecb1fb1506c66f8b24bda18a336.tar.bz2
Remove reference to totally non-existant API. [Bug 848440]
-rw-r--r--ChangeLog5
-rw-r--r--doc/CrtObjCmd.34
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 70551d1..e0d065d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-05 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * doc/CrtObjCmd.3: Remove reference to Tcl_RenameCommand; there is
+ no such API. [Bug 848440]
+
2004-05-05 David Gravereaux <davygrvy@pobox.com>
* win/tclWinSock.c (SocketEventProc) : connect errors should
diff --git a/doc/CrtObjCmd.3 b/doc/CrtObjCmd.3
index 669a655..73755f3 100644
--- a/doc/CrtObjCmd.3
+++ b/doc/CrtObjCmd.3
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: CrtObjCmd.3,v 1.7 2002/05/17 00:26:53 jenglish Exp $
+'\" RCS: @(#) $Id: CrtObjCmd.3,v 1.8 2004/05/05 20:52:32 dkf Exp $
'\"
.so man.macros
.TH Tcl_CreateObjCommand 3 8.0 Tcl "Tcl Library Procedures"
@@ -275,7 +275,7 @@ ClientData for its command procedure.
.PP
Note that neither \fBTcl_SetCommandInfo\fR nor
\fBTcl_SetCommandInfoFromToken\fR will change a command's namespace.
-You must use \fBTcl_RenameCommand\fR to do that.
+Use \fBTcl_Eval\fR to call the \fBrename\fR command to do that.
.PP
\fBTcl_GetCommandName\fR provides a mechanism for tracking commands
that have been renamed.