diff --git a/pd/tkpath/Makefile.in b/pd/tkpath/Makefile.in
index 165106fb4f34e42277d3bd535f41d03bf1db4fb7..1e818751c1a5bb6dc4fa3443c1793f0b0a0ff9eb 100644
--- a/pd/tkpath/Makefile.in
+++ b/pd/tkpath/Makefile.in
@@ -12,7 +12,7 @@
 # See the file "license.terms" for information on usage and redistribution
 # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 #
-# RCS: @(#) $Id: Makefile.in,v 1.9 2012/07/04 18:49:06 petasis Exp $
+# RCS: @(#) $Id$
 
 #========================================================================
 # Add additional lines to handle any additional AC_SUBST cases that
diff --git a/pd/tkpath/configure b/pd/tkpath/configure
index a6b4babbb0c25e5945469ef97ac93d7fde2bec5d..f6120aceb0acf6e0a12b5c03d74e204edf82d58a 100755
--- a/pd/tkpath/configure
+++ b/pd/tkpath/configure
@@ -5586,7 +5586,6 @@ done
 	#TEA_BUGGY_STRTOD
     fi
 
-
 #--------------------------------------------------------------------
 # The code makes use of PTR2INT, ensure the correct definition is
 # picked from Tcl/Tk internal headers...
@@ -5702,6 +5701,7 @@ _ACEOF
 fi
 
 
+
 #-----------------------------------------------------------------------
 # Specify the C source files to compile in TEA_ADD_SOURCES,
 # public headers that need to be installed in TEA_ADD_HEADERS,
diff --git a/pd/tkpath/configure.in b/pd/tkpath/configure.in
index 3081bf5af596cd554082523120e65da984f99290..ca62abab0ca014507a2e244ec13d22f8774fc79e 100644
--- a/pd/tkpath/configure.in
+++ b/pd/tkpath/configure.in
@@ -3,7 +3,7 @@ dnl	This file is an input file used by the GNU "autoconf" program to
 dnl	generate the file "configure", which is run during Tcl installation
 dnl	to configure the system for the local environment.
 #
-# RCS: @(#) $Id: configure.in,v 1.19 2012/07/04 20:43:21 petasis Exp $
+# RCS: @(#) $Id$
 
 #-----------------------------------------------------------------------
 # Sample configure.in for Tcl Extensions.  The only places you should
diff --git a/pd/tkpath/generic/path.c b/pd/tkpath/generic/path.c
index 9a4e5060cc382c9fe120eea169c2698c0815852b..b4f1514eae96bfee3d789f782a5679b5442a0561 100644
--- a/pd/tkpath/generic/path.c
+++ b/pd/tkpath/generic/path.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: path.c,v 1.39 2012/07/05 06:41:15 petasis Exp $
+ * $Id$
  */
 
 #include "tkp.h"
diff --git a/pd/tkpath/generic/tkCanvEllipse.c b/pd/tkpath/generic/tkCanvEllipse.c
index 25f973149fc314a8683c068383bae94bb2a18de5..520f13be3938889251bdd9f27847d6af913e6903 100644
--- a/pd/tkpath/generic/tkCanvEllipse.c
+++ b/pd/tkpath/generic/tkCanvEllipse.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkCanvEllipse.c,v 1.30 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvGradient.c b/pd/tkpath/generic/tkCanvGradient.c
index 429e57914789f30029951e9bb4bdaa1363a16088..8f50c818e72e2479a1e67af6ff203d5960f8d996 100644
--- a/pd/tkpath/generic/tkCanvGradient.c
+++ b/pd/tkpath/generic/tkCanvGradient.c
@@ -7,7 +7,7 @@
  *
  * TODO: o Add tkwin option here and there so we can free stop colors!
  *
- * $Id: tkCanvGradient.c,v 1.3 2012/07/04 19:43:18 petasis Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvGroup.c b/pd/tkpath/generic/tkCanvGroup.c
index 653fabdb49e8c8521faed83e271857bdc9ee1cef..f6d62ed1d11782230e8ca60508555338d67244ac 100644
--- a/pd/tkpath/generic/tkCanvGroup.c
+++ b/pd/tkpath/generic/tkCanvGroup.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2008  Mats Bengtsson
  *
- * $Id: tkCanvGroup.c,v 1.9 2008/07/23 07:08:37 matben Exp $
+ * $Id$
  */
 
 #include <float.h>
diff --git a/pd/tkpath/generic/tkCanvPath.c b/pd/tkpath/generic/tkCanvPath.c
index c770d2239dcaed35c13907cec257d6c981917a67..27e2712c0a9da66c50e86f2a6c6a08dfc77e7f30 100644
--- a/pd/tkpath/generic/tkCanvPath.c
+++ b/pd/tkpath/generic/tkCanvPath.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkCanvPath.c,v 1.55 2012/07/04 19:43:18 petasis Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvPathUtil.c b/pd/tkpath/generic/tkCanvPathUtil.c
index dc10e0996be3a50b795ac25d13e2101864d8f942..14bfe2f5f95f8950841e7f2ee57adddbaab157a4 100644
--- a/pd/tkpath/generic/tkCanvPathUtil.c
+++ b/pd/tkpath/generic/tkCanvPathUtil.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2008  Mats Bengtsson
  *
- * $Id: tkCanvPathUtil.c,v 1.34 2008/08/10 08:02:17 matben Exp $
+ * $Id$
  */
 
 #include "tkPathStyle.h"
diff --git a/pd/tkpath/generic/tkCanvPathUtil.h b/pd/tkpath/generic/tkCanvPathUtil.h
index 03d271001424d77c99a6308777c295aedfd7ee2f..8a055949c9e8e4c301d17ae9fafda9c697d4709d 100644
--- a/pd/tkpath/generic/tkCanvPathUtil.h
+++ b/pd/tkpath/generic/tkCanvPathUtil.h
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkCanvPathUtil.h,v 1.24 2008/07/16 13:17:28 matben Exp $
+ * $Id$
  */
 
 #ifndef INCLUDED_TKCANVPATHUTIL_H
diff --git a/pd/tkpath/generic/tkCanvPimage.c b/pd/tkpath/generic/tkCanvPimage.c
index fdc7b1137aa706b66725f8b0369dbaba7c82dad0..86e2de74af2c61a78b4842bfd42e7b418e3dd300 100644
--- a/pd/tkpath/generic/tkCanvPimage.c
+++ b/pd/tkpath/generic/tkCanvPimage.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkCanvPimage.c,v 1.27 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvPline.c b/pd/tkpath/generic/tkCanvPline.c
index b1f8ce7dc7a1b531bb3665dfbc882b62711acd7b..4fd94a4c4aff8a9447a4480598ef58669b560f38 100644
--- a/pd/tkpath/generic/tkCanvPline.c
+++ b/pd/tkpath/generic/tkCanvPline.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkCanvPline.c,v 1.25 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvPpoly.c b/pd/tkpath/generic/tkCanvPpoly.c
index e03f31eb402b13e2eb871b666261058291239979..cca26b65722ae30a40f64cde461656f4af7e7fad 100644
--- a/pd/tkpath/generic/tkCanvPpoly.c
+++ b/pd/tkpath/generic/tkCanvPpoly.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkCanvPpoly.c,v 1.25 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvPrect.c b/pd/tkpath/generic/tkCanvPrect.c
index 514c577fbf6864d16c73f93a9424f4a4b9577fb5..1e157208a507f14ca3ec16a33b48ce4466248483 100644
--- a/pd/tkpath/generic/tkCanvPrect.c
+++ b/pd/tkpath/generic/tkCanvPrect.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkCanvPrect.c,v 1.28 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvPtext.c b/pd/tkpath/generic/tkCanvPtext.c
index ba79067ec78f5a91d813ccd2c11d4fd907c80445..fd4fde7cc2cff142ee51fc1ecba2427517166176 100644
--- a/pd/tkpath/generic/tkCanvPtext.c
+++ b/pd/tkpath/generic/tkCanvPtext.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkCanvPtext.c,v 1.26 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvStyle.c b/pd/tkpath/generic/tkCanvStyle.c
index 824ff7dda0db126721d38b615739120dd1c0c2cc..cc5fff7677905e71b96aa8d3ee2516d0ed02fac3 100644
--- a/pd/tkpath/generic/tkCanvStyle.c
+++ b/pd/tkpath/generic/tkCanvStyle.c
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 2008  Mats Bengtsson
  *
- * $Id: tkCanvStyle.c,v 1.2 2008/06/05 12:51:58 matben Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkIntPath.h b/pd/tkpath/generic/tkIntPath.h
index 790942b3e6e7b6fdcde439b81f73b3021b3fde29..2c5901d6c4360dca22decd8eb691c33cb9abda7d 100644
--- a/pd/tkpath/generic/tkIntPath.h
+++ b/pd/tkpath/generic/tkIntPath.h
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkIntPath.h,v 1.52 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
 
 #ifndef INCLUDED_TKINTPATH_H
diff --git a/pd/tkpath/generic/tkPath.c b/pd/tkpath/generic/tkPath.c
index f84853162234ffe1887a8e496a3b6ead6305bf6c..64fdfbe5b3c53196b485ac8212c1abb9e94f540e 100644
--- a/pd/tkpath/generic/tkPath.c
+++ b/pd/tkpath/generic/tkPath.c
@@ -7,7 +7,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkPath.c,v 1.18 2012/07/04 19:43:18 petasis Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkPath.h b/pd/tkpath/generic/tkPath.h
index f9c8e0eb772326a5a2fba3587eef0f08c79be57f..a8c27946fb318813ba30f710af28f2886776edca 100644
--- a/pd/tkpath/generic/tkPath.h
+++ b/pd/tkpath/generic/tkPath.h
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkPath.h,v 1.32 2008/06/14 14:23:25 matben Exp $
+ * $Id$
  */
 
 #ifndef INCLUDED_TKPATH_H
diff --git a/pd/tkpath/generic/tkPathGradient.c b/pd/tkpath/generic/tkPathGradient.c
index 0102d2432d0087af9b2099844bebacb2b12fbdbc..88057adf4889f94610400980f9ef2fca491d92fe 100644
--- a/pd/tkpath/generic/tkPathGradient.c
+++ b/pd/tkpath/generic/tkPathGradient.c
@@ -8,7 +8,7 @@
  *
  * TODO: o Add tkwin option here and there so we can free stop colors!
  *
- * $Id: tkPathGradient.c,v 1.4 2012/07/04 19:43:18 petasis Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkPathStyle.c b/pd/tkpath/generic/tkPathStyle.c
index ef89e7bee4c9705d5ad4fb33d857074e2b9b4e1c..37e7ff1c9eefbba5d67bb483c4108cd9e29c16e9 100644
--- a/pd/tkpath/generic/tkPathStyle.c
+++ b/pd/tkpath/generic/tkPathStyle.c
@@ -14,7 +14,7 @@
  *       items are not notified. They will only notice any change when
  *       they need to redisplay.
  *
- * $Id: tkPathStyle.c,v 1.32 2012/07/04 19:43:18 petasis Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkPathStyle.h b/pd/tkpath/generic/tkPathStyle.h
index 4a122c3a09c0f36c19796fa154e5c2b279f3995e..1721ab3e2330768ad5bc74b2cffa2ca03cf4251e 100644
--- a/pd/tkpath/generic/tkPathStyle.h
+++ b/pd/tkpath/generic/tkPathStyle.h
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkPathStyle.h,v 1.5 2008/06/03 08:08:17 matben Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkPathSurface.c b/pd/tkpath/generic/tkPathSurface.c
index 2e86d0f43cefc1c999eee3d77beac85243639f5a..45131eee9a5177d0dc3cf76b06ce1d151f2cdba1 100644
--- a/pd/tkpath/generic/tkPathSurface.c
+++ b/pd/tkpath/generic/tkPathSurface.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkPathSurface.c,v 1.28 2012/07/04 19:43:18 petasis Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkPathTkDraw.c b/pd/tkpath/generic/tkPathTkDraw.c
index dc554d5a3b14f4821bec3310c7300311b440e2b2..d4f0136f9efbb6be6b1a893ea32b74fee60e96a3 100644
--- a/pd/tkpath/generic/tkPathTkDraw.c
+++ b/pd/tkpath/generic/tkPathTkDraw.c
@@ -11,7 +11,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkPathTkDraw.c,v 1.25 2008/05/22 06:18:21 matben Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkPathUtil.c b/pd/tkpath/generic/tkPathUtil.c
index 07b309c27067a5975ae6e1f2d0d17ed0b70882be..d3dedbe03adbf0c401a49ba1c5f1119bbb0e52aa 100644
--- a/pd/tkpath/generic/tkPathUtil.c
+++ b/pd/tkpath/generic/tkPathUtil.c
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkPathUtil.c,v 1.30 2012/07/04 19:43:18 petasis Exp $
+ * $Id$
  */
 
 #include <float.h>
diff --git a/pd/tkpath/generic/tkp.h b/pd/tkpath/generic/tkp.h
index d61f796b3a274300bae771f6f83123b23162b8d2..90571c2591df1fb3d272ff641f335beb407d2779 100644
--- a/pd/tkpath/generic/tkp.h
+++ b/pd/tkpath/generic/tkp.h
@@ -4,7 +4,7 @@
  *		This file includes stuff from tk.h which we need
  *		in a modified form and to make the tkp::canvas self contained.
  *
- * $Id: tkp.h,v 1.6 2008/07/16 13:17:33 matben Exp $
+ * $Id$
  */
 
 #ifndef INCLUDED_TKP_H
diff --git a/pd/tkpath/generic/tkpCanvArc.c b/pd/tkpath/generic/tkpCanvArc.c
index 1596540dfbb876f95c92ff20a31141e7a8c30e8a..bb70a5c1f72be2626e67cefc7a6f0c41376316b2 100644
--- a/pd/tkpath/generic/tkpCanvArc.c
+++ b/pd/tkpath/generic/tkpCanvArc.c
@@ -9,7 +9,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvArc.c,v 1.5 2008/07/22 09:41:35 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpCanvBmap.c b/pd/tkpath/generic/tkpCanvBmap.c
index 24477f61e53e380198289209251ca1e548f8d635..230ae905be9875453950208dadd00f991276e5c0 100644
--- a/pd/tkpath/generic/tkpCanvBmap.c
+++ b/pd/tkpath/generic/tkpCanvBmap.c
@@ -9,7 +9,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvBmap.c,v 1.2 2008/06/21 14:58:42 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpCanvImg.c b/pd/tkpath/generic/tkpCanvImg.c
index 65485c63c3eaf69c1ee3a9d20107ed752b99ce07..f18bc950571f7badfae5a51d65645c402c633cc1 100644
--- a/pd/tkpath/generic/tkpCanvImg.c
+++ b/pd/tkpath/generic/tkpCanvImg.c
@@ -9,7 +9,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvImg.c,v 1.2 2008/06/21 14:58:42 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpCanvLine.c b/pd/tkpath/generic/tkpCanvLine.c
index 799170b9859dcef87d009283affa0a6a90734ac5..c0d12cf7f6152aa675ccddf514deac805557c826 100644
--- a/pd/tkpath/generic/tkpCanvLine.c
+++ b/pd/tkpath/generic/tkpCanvLine.c
@@ -10,7 +10,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvLine.c,v 1.5 2008/07/22 09:41:35 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpCanvPoly.c b/pd/tkpath/generic/tkpCanvPoly.c
index 1d88f3a85e1e16eb4ad61705b7713273291b5c8f..bfbc8312de064ce7b51c9f76908b05eb5a1f95de 100644
--- a/pd/tkpath/generic/tkpCanvPoly.c
+++ b/pd/tkpath/generic/tkpCanvPoly.c
@@ -10,7 +10,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvPoly.c,v 1.6 2010/03/10 22:47:37 petasis Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpCanvPs.c b/pd/tkpath/generic/tkpCanvPs.c
index 8023b83cd8572c78b032b2dde19337cf241906fa..8499c4ba80645e78be1436a8b7be43c33074b1f1 100644
--- a/pd/tkpath/generic/tkpCanvPs.c
+++ b/pd/tkpath/generic/tkpCanvPs.c
@@ -13,7 +13,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvPs.c,v 1.3 2012/07/04 19:43:18 petasis Exp $
+ * RCS: @(#) $Id$
  */
 
 #include "tkInt.h"
diff --git a/pd/tkpath/generic/tkpCanvText.c b/pd/tkpath/generic/tkpCanvText.c
index 56cd99b4868f9d18aa2987d39edc43ff8103b518..eb3e94c328ca093d45031c98c3b91bf94b16be08 100644
--- a/pd/tkpath/generic/tkpCanvText.c
+++ b/pd/tkpath/generic/tkpCanvText.c
@@ -9,7 +9,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvText.c,v 1.8 2008/07/16 13:17:33 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpCanvUtil.c b/pd/tkpath/generic/tkpCanvUtil.c
index 5f5f1557425e1cb0176155cab6c4f755e22f6d95..0e928d6ce9d566b679f2e814933446471de8fecb 100644
--- a/pd/tkpath/generic/tkpCanvUtil.c
+++ b/pd/tkpath/generic/tkpCanvUtil.c
@@ -9,7 +9,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvUtil.c,v 1.13 2010/03/10 22:47:37 petasis Exp $
+ * RCS: @(#) $Id$
  */
 
 #include "tkInt.h"
diff --git a/pd/tkpath/generic/tkpCanvWind.c b/pd/tkpath/generic/tkpCanvWind.c
index 84be095106f99b9536275ce10987eb06f3f406f6..12cda11504e70cb910fccee7298818c0debc41de 100644
--- a/pd/tkpath/generic/tkpCanvWind.c
+++ b/pd/tkpath/generic/tkpCanvWind.c
@@ -9,7 +9,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvWind.c,v 1.4 2008/07/14 08:21:26 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpCanvas.c b/pd/tkpath/generic/tkpCanvas.c
index 9c80e3ba43a994c2715696a8ae59a41ae7d65d4c..f726280cd0b1950120fd1ba7dd78fa859e8457ff 100644
--- a/pd/tkpath/generic/tkpCanvas.c
+++ b/pd/tkpath/generic/tkpCanvas.c
@@ -13,7 +13,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvas.c,v 1.16 2012/07/04 19:43:18 petasis Exp $
+ * RCS: @(#) $Id$
  */
 
 /* #define USE_OLD_TAG_SEARCH 1 */
@@ -1074,8 +1074,8 @@ CanvasWidgetCmd(
 	char *arg;
 	int length;
 
-	if (objc < 2) {
-	    Tcl_WrongNumArgs(interp, 1, objv, "type ?arg arg ...?");
+	if (objc < 3) {
+	    Tcl_WrongNumArgs(interp, 2, objv, "type coords ?arg arg ...?");
 	    result = TCL_ERROR;
 	    goto done;
 	}
diff --git a/pd/tkpath/generic/tkpCanvas.h b/pd/tkpath/generic/tkpCanvas.h
index 2402e1c5fa7bd835c1e4ffbd5563bb29b496101a..061e290e10cdf3f7cd44a55249fcc54972901186 100644
--- a/pd/tkpath/generic/tkpCanvas.h
+++ b/pd/tkpath/generic/tkpCanvas.h
@@ -11,7 +11,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvas.h,v 1.10 2008/07/23 07:08:39 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #ifndef _TKPCANVAS
diff --git a/pd/tkpath/generic/tkpRectOval.c b/pd/tkpath/generic/tkpRectOval.c
index f53923cc7dd556ef5f8abed88bd210ef37ce2217..3900aa68d08ed76ed1d8d121349d052a04c009eb 100644
--- a/pd/tkpath/generic/tkpRectOval.c
+++ b/pd/tkpath/generic/tkpRectOval.c
@@ -9,7 +9,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpRectOval.c,v 1.6 2008/07/22 09:41:35 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpTrig.c b/pd/tkpath/generic/tkpTrig.c
index 35d8369b2f8539b3553ba042da759d417bb17a9c..9d8faba568b87f0707e04917dd08ba63113e202f 100644
--- a/pd/tkpath/generic/tkpTrig.c
+++ b/pd/tkpath/generic/tkpTrig.c
@@ -11,7 +11,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpTrig.c,v 1.2 2008/06/05 14:39:49 matben Exp $
+ * RCS: @(#) $Id$
  */
  
 /*
diff --git a/pd/tkpath/generic/tkpUtil.c b/pd/tkpath/generic/tkpUtil.c
index bf0106458f5854de0854561e63286986e6f3d799..d8ab9744ee7973c4e7139c7e483d9389a8139974 100644
--- a/pd/tkpath/generic/tkpUtil.c
+++ b/pd/tkpath/generic/tkpUtil.c
@@ -10,7 +10,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpUtil.c,v 1.7 2012/07/04 19:43:18 petasis Exp $
+ * RCS: @(#) $Id$
  */
 
 #include "tkInt.h"
diff --git a/pd/tkpath/library/tkpath.tcl b/pd/tkpath/library/tkpath.tcl
index d0c7805013536c3db99ac1b1c6bd4a545d5cdd6d..4e0fef79f5853365a39aa417595ace87298982e6 100644
--- a/pd/tkpath/library/tkpath.tcl
+++ b/pd/tkpath/library/tkpath.tcl
@@ -10,7 +10,7 @@
 #       
 #  Copyright (c) 2005-2008  Mats Bengtsson
 #  
-# $Id: tkpath.tcl,v 1.15 2008/06/04 14:08:21 matben Exp $
+# $Id$
 
 namespace eval ::tkp {}
 
diff --git a/pd/tkpath/macosx/tkMacOSXPath.c b/pd/tkpath/macosx/tkMacOSXPath.c
index 792f411cee29d48212de75cb7bedd8133a3a74aa..5c4c53c0af5bfa1c730ce70efc541fb63be5aaee 100644
--- a/pd/tkpath/macosx/tkMacOSXPath.c
+++ b/pd/tkpath/macosx/tkMacOSXPath.c
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkMacOSXPath.c,v 1.62 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  *
  */
 
diff --git a/pd/tkpath/tests/all.tcl b/pd/tkpath/tests/all.tcl
index 7e0ad21abc101a8ec2ceef4753fa3bf41d72ef68..1710b4613412e02c6d1052de5914d7888add49d4 100644
--- a/pd/tkpath/tests/all.tcl
+++ b/pd/tkpath/tests/all.tcl
@@ -9,7 +9,7 @@
 # See the file "license.terms" for information on usage and redistribution
 # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 #
-# RCS: @(#) $Id: all.tcl,v 1.1 2008/06/05 12:52:00 matben Exp $
+# RCS: @(#) $Id$
 
 # @@@ Anyone?
 
diff --git a/pd/tkpath/tests/canvImg.test b/pd/tkpath/tests/canvImg.test
index 498b7b735d668a6fa3464f1549b4dd2ad965c067..22cfc701a56c8e2a4b29180d1678a83017e180be 100644
--- a/pd/tkpath/tests/canvImg.test
+++ b/pd/tkpath/tests/canvImg.test
@@ -7,7 +7,7 @@
 # Copyright (c) 1998-1999 by Scriptics Corporation.
 # All rights reserved.
 #
-# RCS: @(#) $Id: canvImg.test,v 1.1 2008/05/21 13:55:57 matben Exp $
+# RCS: @(#) $Id$
 
 package require tcltest 2.1
 eval tcltest::configure $argv
diff --git a/pd/tkpath/tests/canvPs.test b/pd/tkpath/tests/canvPs.test
index 39949fd6f732994e1cd57e3020a0a6ae2bfba196..e54b476b68bdd24c1c2d5bf09224cffc02254553 100644
--- a/pd/tkpath/tests/canvPs.test
+++ b/pd/tkpath/tests/canvPs.test
@@ -6,7 +6,7 @@
 # Copyright (c) 1998-1999 by Scriptics Corporation.
 # All rights reserved.
 #
-# RCS: @(#) $Id: canvPs.test,v 1.1 2008/05/21 13:55:58 matben Exp $
+# RCS: @(#) $Id$
 
 package require tcltest 2.1
 eval tcltest::configure $argv
diff --git a/pd/tkpath/tests/canvPsArc.tcl b/pd/tkpath/tests/canvPsArc.tcl
index 8dc0042ef14a55f45148c4914fcbedbcc2c20c6b..8e6388e94c41949e1da441e14cca583882e5ddfe 100644
--- a/pd/tkpath/tests/canvPsArc.tcl
+++ b/pd/tkpath/tests/canvPsArc.tcl
@@ -2,7 +2,7 @@
 # for bitmaps in canvases.  It is part of the Tk visual test suite,
 # which is invoked via the "visual" script.
 #
-# RCS: @(#) $Id: canvPsArc.tcl,v 1.1 2008/05/21 13:55:58 matben Exp $
+# RCS: @(#) $Id$
 
 catch {destroy .t}
 toplevel .t
diff --git a/pd/tkpath/tests/canvPsBmap.tcl b/pd/tkpath/tests/canvPsBmap.tcl
index 318f5cf3002c9f850d7dd33a1e229513a0571b44..e01b893218d74cca74b655623ef37f98fc98fa53 100644
--- a/pd/tkpath/tests/canvPsBmap.tcl
+++ b/pd/tkpath/tests/canvPsBmap.tcl
@@ -2,7 +2,7 @@
 # for bitmaps in canvases.  It is part of the Tk visual test suite,
 # which is invoked via the "visual" script.
 #
-# RCS: @(#) $Id: canvPsBmap.tcl,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 catch {destroy .t}
 toplevel .t
diff --git a/pd/tkpath/tests/canvPsGrph.tcl b/pd/tkpath/tests/canvPsGrph.tcl
index 26a9e6d5661d8276004fdb95b1e8abe2c651d8cc..7482942af13086f43488d8ef2dd6792ffbe9bff2 100644
--- a/pd/tkpath/tests/canvPsGrph.tcl
+++ b/pd/tkpath/tests/canvPsGrph.tcl
@@ -2,7 +2,7 @@
 # for some of the graphical objects in canvases.  It is part of the Tk
 # visual test suite, which is invoked via the "visual" script.
 #
-# RCS: @(#) $Id: canvPsGrph.tcl,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 catch {destroy .t}
 toplevel .t
diff --git a/pd/tkpath/tests/canvPsImg.tcl b/pd/tkpath/tests/canvPsImg.tcl
index edbb673565896f394028de0d32f07bab3888b808..4027aba76a3bddbc6d637846bb5ba2342e2d6f8f 100644
--- a/pd/tkpath/tests/canvPsImg.tcl
+++ b/pd/tkpath/tests/canvPsImg.tcl
@@ -2,7 +2,7 @@
 # for images in canvases.  It is part of the Tk visual test suite,
 # which is invoked via the "visual" script.
 #
-# RCS: @(#) $Id: canvPsImg.tcl,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 # Build a test image in a canvas
 proc BuildTestImage {} {
diff --git a/pd/tkpath/tests/canvPsText.tcl b/pd/tkpath/tests/canvPsText.tcl
index fd5ad3e7e5e9536f1cfca7398f6a44f480e78317..19cb897d00d75dbbe1e28dcab0e77271e94b2b23 100644
--- a/pd/tkpath/tests/canvPsText.tcl
+++ b/pd/tkpath/tests/canvPsText.tcl
@@ -2,7 +2,7 @@
 # for text in canvases.  It is part of the Tk visual test suite,
 # which is invoked via the "visual" script.
 #
-# RCS: @(#) $Id: canvPsText.tcl,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 catch {destroy .t}
 toplevel .t
diff --git a/pd/tkpath/tests/canvRect.test b/pd/tkpath/tests/canvRect.test
index f4e44ea54b4026608191bbded0babfd156fbe0f6..a4b6913c03dc023793ab0c41dc2831b382860a1f 100644
--- a/pd/tkpath/tests/canvRect.test
+++ b/pd/tkpath/tests/canvRect.test
@@ -6,7 +6,7 @@
 # Copyright (c) 1998-1999 by Scriptics Corporation.
 # All rights reserved.
 #
-# RCS: @(#) $Id: canvRect.test,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 package require tcltest 2.1
 eval tcltest::configure $argv
diff --git a/pd/tkpath/tests/canvText.test b/pd/tkpath/tests/canvText.test
index fb00eec5f752ef9df03a088d8be74df738b613f7..91a60d1bdcef1cf2f8c911abf27c27927a0760d7 100644
--- a/pd/tkpath/tests/canvText.test
+++ b/pd/tkpath/tests/canvText.test
@@ -6,7 +6,7 @@
 # Copyright (c) 1998-1999 by Scriptics Corporation.
 # All rights reserved.
 #
-# RCS: @(#) $Id: canvText.test,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 package require tcltest 2.1
 eval tcltest::configure $argv
diff --git a/pd/tkpath/tests/canvWind.test b/pd/tkpath/tests/canvWind.test
index 26ec7d4a414eeab2c0826703e57dce8136f65cdc..e705b92f9281440dd3ddab0a3d08f0c69ce7b519 100644
--- a/pd/tkpath/tests/canvWind.test
+++ b/pd/tkpath/tests/canvWind.test
@@ -6,7 +6,7 @@
 # Copyright (c) 1998-1999 by Scriptics Corporation.
 # All rights reserved.
 #
-# RCS: @(#) $Id: canvWind.test,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 package require tcltest 2.1
 eval tcltest::configure $argv
diff --git a/pd/tkpath/tests/canvas.test b/pd/tkpath/tests/canvas.test
index 6479e135548d40810b86c46c4cd90a3fd657ee6f..9d824cb2156369ca0e8c1491cbe7316e87ceb1a7 100644
--- a/pd/tkpath/tests/canvas.test
+++ b/pd/tkpath/tests/canvas.test
@@ -6,7 +6,7 @@
 # Copyright (c) 1998-2000 Ajuba Solutions.
 # All rights reserved.
 #
-# RCS: @(#) $Id: canvas.test,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 package require tcltest 2.1
 eval tcltest::configure $argv
diff --git a/pd/tkpath/unix/tkUnixCairoPath.c b/pd/tkpath/unix/tkUnixCairoPath.c
index 4202a3ec7c87d1abc78d5f63a597e24177130ebe..cf415f9c09ea9ef220548e1fb690805d848db8cb 100644
--- a/pd/tkpath/unix/tkUnixCairoPath.c
+++ b/pd/tkpath/unix/tkUnixCairoPath.c
@@ -7,7 +7,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkUnixCairoPath.c,v 1.53 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
  
 /* This should go into configure.in but don't know how. */
diff --git a/pd/tkpath/win/makefile.vc b/pd/tkpath/win/makefile.vc
index f33cceea7c5b7f823ca21a849366096452cfb175..f3f01aef3ccd73daf7df3eb245bac98f1656cb3d 100755
--- a/pd/tkpath/win/makefile.vc
+++ b/pd/tkpath/win/makefile.vc
@@ -18,7 +18,7 @@
 # Copyright (c) 2003-2006 Pat Thoyts
 #
 #-------------------------------------------------------------------------
-# RCS: @(#)$Id: makefile.vc,v 1.3 2011/10/28 15:11:26 pspjuth Exp $
+# RCS: @(#)$Id$
 #-------------------------------------------------------------------------
 
 # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
diff --git a/pd/tkpath/win/nmakehlp.c b/pd/tkpath/win/nmakehlp.c
index 5db76bbc66ead3c642ec14b71d558658c9ea0fdd..6f01d11392fb748a6e0a0269f8e36d58dd5898f0 100755
--- a/pd/tkpath/win/nmakehlp.c
+++ b/pd/tkpath/win/nmakehlp.c
@@ -10,7 +10,7 @@
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  * ----------------------------------------------------------------------------
- * RCS: @(#) $Id: nmakehlp.c,v 1.1 2007/01/24 10:48:16 ctasada Exp $
+ * RCS: @(#) $Id$
  * ----------------------------------------------------------------------------
  */
 
diff --git a/pd/tkpath/win/rules.vc b/pd/tkpath/win/rules.vc
index 2d43efe4e0ff0c12cba31f750d186a2e5effb42b..9ec1a1ee71c0e8a11dc9d8331c35799ea864af9d 100755
--- a/pd/tkpath/win/rules.vc
+++ b/pd/tkpath/win/rules.vc
@@ -14,7 +14,7 @@
 # Copyright (c) 2003-2006 Patrick Thoyts
 #
 #------------------------------------------------------------------------------
-# RCS: @(#) $Id: rules.vc,v 1.1 2007/01/24 10:48:16 ctasada Exp $
+# RCS: @(#) $Id$
 #------------------------------------------------------------------------------
 
 !ifndef _RULES_VC
diff --git a/pd/tkpath/win/tkWinGDIPlusPath.cpp b/pd/tkpath/win/tkWinGDIPlusPath.cpp
index 80a7049527f42d4ff5ce5670db17598d342c54fe..a649ba2bbc7fe5d48a9a0c24767167637f648b34 100644
--- a/pd/tkpath/win/tkWinGDIPlusPath.cpp
+++ b/pd/tkpath/win/tkWinGDIPlusPath.cpp
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkWinGDIPlusPath.cpp,v 1.58 2012/07/04 18:49:06 petasis Exp $
+ * $Id$
  */
 
 /* This should go into configure.in but don't know how. */