modify CVS location after SF changes
authorJeff Hobbs <hobbs@users.sourceforge.net>
Fri, 16 Jun 2006 00:13:12 +0000 (00:13 +0000)
committerJeff Hobbs <hobbs@users.sourceforge.net>
Fri, 16 Jun 2006 00:13:12 +0000 (00:13 +0000)
ChangeLog
tkcon.tcl

index 3490128f2d4f56326719c50b1b3ed8f3ef1b38f5..871fcf988185a802bff2fde5f46a845cf21fe1a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-06-15  Jeff Hobbs  <jeffh@ActiveState.com>
+
+       * tkcon.tcl: modify CVS location after SF changes
+
+       * README.txt: correct reference email address
+
 2006-02-28  Jeff Hobbs  <jeffh@ActiveState.com>
 
        * tkcon.tcl (tkcon): update 'gets stdin' override (tkcon congets)
index cb91413e64a2fe4b44280a87c55026811c9f8535..9c747c2be8c1f1bff6e5bf039c36988bc4f50ec2 100755 (executable)
--- a/tkcon.tcl
+++ b/tkcon.tcl
@@ -191,7 +191,7 @@ proc ::tkcon::Init {args} {
            tkcon_puts tkcon_gets observe observe_var unalias which what
        }
        RCS             {RCS: @(#) $Id$}
-       HEADURL         {http://cvs.sourceforge.net/viewcvs.py/*checkout*/tkcon/tkcon/tkcon.tcl?rev=HEAD}
+       HEADURL         {http://tkcon.cvs.sourceforge.net/*checkout*/tkcon/tkcon/tkcon.tcl}
 
        docs            "http://tkcon.sourceforge.net/"
        email           {jeff(a)hobbs(.)org}
@@ -2196,6 +2196,8 @@ proc ::tkcon::AttachNamespace { name } {
     variable PRIV
     variable OPT
 
+    # We could enable 'socket' bound Tcl interps, but we'd have to create
+    # a return listening socket
     if {($OPT(nontcl) && [string match interp $PRIV(apptype)]) \
            || [string match socket $PRIV(apptype)] \
            || $PRIV(deadapp)} {