summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xc/lib/Xt/Alloc.c3
-rw-r--r--xc/lib/Xt/ArgList.c3
-rw-r--r--xc/lib/Xt/Callback.c3
-rw-r--r--xc/lib/Xt/CallbackI.h3
-rw-r--r--xc/lib/Xt/Composite.c3
-rw-r--r--xc/lib/Xt/Composite.h3
-rw-r--r--xc/lib/Xt/CompositeI.h3
-rw-r--r--xc/lib/Xt/CompositeP.h3
-rw-r--r--xc/lib/Xt/ConstrainP.h3
-rw-r--r--xc/lib/Xt/Constraint.c3
-rw-r--r--xc/lib/Xt/Constraint.h3
-rw-r--r--xc/lib/Xt/Convert.c3
-rw-r--r--xc/lib/Xt/ConvertI.h3
-rw-r--r--xc/lib/Xt/Converters.c3
-rw-r--r--xc/lib/Xt/Core.c3
-rw-r--r--xc/lib/Xt/Core.h3
-rw-r--r--xc/lib/Xt/CoreP.h3
-rw-r--r--xc/lib/Xt/Create.c3
-rw-r--r--xc/lib/Xt/Destroy.c3
-rw-r--r--xc/lib/Xt/Display.c3
-rw-r--r--xc/lib/Xt/Error.c3
-rw-r--r--xc/lib/Xt/Event.c3
-rw-r--r--xc/lib/Xt/EventI.h3
-rw-r--r--xc/lib/Xt/GCManager.c3
-rw-r--r--xc/lib/Xt/Geometry.c3
-rw-r--r--xc/lib/Xt/InitialI.h3
-rw-r--r--xc/lib/Xt/Initialize.c3
-rw-r--r--xc/lib/Xt/Intrinsic.c3
-rw-r--r--xc/lib/Xt/Intrinsic.h3
-rw-r--r--xc/lib/Xt/IntrinsicI.h3
-rw-r--r--xc/lib/Xt/IntrinsicP.h3
-rw-r--r--xc/lib/Xt/Manage.c3
-rw-r--r--xc/lib/Xt/NextEvent.c3
-rw-r--r--xc/lib/Xt/Object.c3
-rw-r--r--xc/lib/Xt/Object.h3
-rw-r--r--xc/lib/Xt/ObjectP.h3
-rw-r--r--xc/lib/Xt/Popup.c3
-rw-r--r--xc/lib/Xt/RectObj.c3
-rw-r--r--xc/lib/Xt/RectObj.h3
-rw-r--r--xc/lib/Xt/RectObjP.h3
-rw-r--r--xc/lib/Xt/ResourceI.h3
-rw-r--r--xc/lib/Xt/Resources.c3
-rw-r--r--xc/lib/Xt/Selection.c3
-rw-r--r--xc/lib/Xt/SelectionI.h3
-rw-r--r--xc/lib/Xt/Shell.c3
-rw-r--r--xc/lib/Xt/Shell.h3
-rw-r--r--xc/lib/Xt/ShellP.h3
-rw-r--r--xc/lib/Xt/StringDefs.h3
-rw-r--r--xc/lib/Xt/TMparse.c3
-rw-r--r--xc/lib/Xt/TMstate.c3
-rw-r--r--xc/lib/Xt/TranslateI.h3
-rw-r--r--xc/lib/Xt/Vendor.c3
-rw-r--r--xc/lib/Xt/Vendor.h3
-rw-r--r--xc/lib/Xt/VendorP.h3
-rw-r--r--xc/lib/Xt/fd.h3
-rw-r--r--xc/lib/Xt/util/Shell.ht3
56 files changed, 56 insertions, 112 deletions
diff --git a/xc/lib/Xt/Alloc.c b/xc/lib/Xt/Alloc.c
index 8dcafce86..876427767 100644
--- a/xc/lib/Xt/Alloc.c
+++ b/xc/lib/Xt/Alloc.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Alloc.c,v 1.21 88/09/04 12:14:23 swick Exp $";
-static char rcsid[] = "$Header: Alloc.c,v 1.21 88/09/04 12:14:23 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Alloc.c,v 1.22 88/09/06 09:46:15 swick Exp $";
/* $oHeader: Alloc.c,v 1.2 88/08/18 15:33:53 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/ArgList.c b/xc/lib/Xt/ArgList.c
index 7c434b122..c8ad741dc 100644
--- a/xc/lib/Xt/ArgList.c
+++ b/xc/lib/Xt/ArgList.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: ArgList.c,v 1.14 88/09/04 12:16:34 swick Exp $";
-static char rcsid[] = "$Header: ArgList.c,v 1.14 88/09/04 12:16:34 swick Exp $";
+static char Xrcsid[] = "$XConsortium: ArgList.c,v 1.15 88/09/06 09:46:33 swick Exp $";
/* $oHeader: ArgList.c,v 1.2 88/08/18 15:34:52 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/Callback.c b/xc/lib/Xt/Callback.c
index aed3fcd1a..61c2a437a 100644
--- a/xc/lib/Xt/Callback.c
+++ b/xc/lib/Xt/Callback.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Callback.c,v 1.7 88/09/04 14:02:12 swick Exp $";
-static char rcsid[] = "$Header: Callback.c,v 1.7 88/09/04 14:02:12 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Callback.c,v 1.8 88/09/06 10:01:10 swick Exp $";
/* $oHeader: Callback.c,v 1.4 88/09/01 11:08:37 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/CallbackI.h b/xc/lib/Xt/CallbackI.h
index 8c94d6704..15b606b2d 100644
--- a/xc/lib/Xt/CallbackI.h
+++ b/xc/lib/Xt/CallbackI.h
@@ -1,5 +1,4 @@
-/* $XConsortium: CallbackI.h,v 1.3 88/09/04 15:42:03 swick Exp $ */
-/* $Header: CallbackI.h,v 1.3 88/09/04 15:42:03 swick Exp $ */
+/* $XConsortium: CallbackI.h,v 1.4 88/09/06 09:40:33 swick Exp $ */
/* $oHeader: CallbackI.h,v 1.2 88/08/18 15:53:53 asente Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
diff --git a/xc/lib/Xt/Composite.c b/xc/lib/Xt/Composite.c
index b891518c4..36e087baa 100644
--- a/xc/lib/Xt/Composite.c
+++ b/xc/lib/Xt/Composite.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Composite.c,v 1.6 88/09/04 12:16:54 swick Exp $";
-static char rcsid[] = "$Header: Composite.c,v 1.6 88/09/04 12:16:54 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Composite.c,v 1.7 88/09/06 10:03:35 swick Exp $";
/* $oHeader: Composite.c,v 1.2 88/08/18 15:35:39 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/Composite.h b/xc/lib/Xt/Composite.h
index 2c49788a8..a7975e2b2 100644
--- a/xc/lib/Xt/Composite.h
+++ b/xc/lib/Xt/Composite.h
@@ -1,5 +1,4 @@
-/* $XConsortium: Composite.h,v 1.6 88/09/04 15:44:51 swick Exp $ */
-/* $Header: Composite.h,v 1.6 88/09/04 15:44:51 swick Exp $ */
+/* $XConsortium: Composite.h,v 1.7 88/09/06 09:40:46 swick Exp $ */
/* $oHeader: Composite.h,v 1.2 asente Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
diff --git a/xc/lib/Xt/CompositeI.h b/xc/lib/Xt/CompositeI.h
index 29c7f0388..b10150817 100644
--- a/xc/lib/Xt/CompositeI.h
+++ b/xc/lib/Xt/CompositeI.h
@@ -1,5 +1,4 @@
-/* $XConsortium: CompositeI.h,v 1.3 88/09/04 15:45:47 swick Exp $ */
-/* $Header: CompositeI.h,v 1.3 88/09/04 15:45:47 swick Exp $ */
+/* $XConsortium: CompositeI.h,v 1.4 88/09/06 09:40:49 swick Exp $ */
/* $oHeader: CompositeI.h,v 1.2 88/08/18 15:54:07 asente Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
diff --git a/xc/lib/Xt/CompositeP.h b/xc/lib/Xt/CompositeP.h
index 0897d7517..e83649c61 100644
--- a/xc/lib/Xt/CompositeP.h
+++ b/xc/lib/Xt/CompositeP.h
@@ -1,5 +1,4 @@
-/* $XConsortium: CompositeP.h,v 1.6 88/09/04 15:46:57 swick Exp $ */
-/* $Header: CompositeP.h,v 1.6 88/09/04 15:46:57 swick Exp $ */
+/* $XConsortium: CompositeP.h,v 1.7 88/09/06 09:40:52 swick Exp $ */
/* $oHeader: CompositeP.h,v 1.2 88/08/18 15:54:11 asente Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
diff --git a/xc/lib/Xt/ConstrainP.h b/xc/lib/Xt/ConstrainP.h
index 6476d2b71..e0edc0ac4 100644
--- a/xc/lib/Xt/ConstrainP.h
+++ b/xc/lib/Xt/ConstrainP.h
@@ -1,5 +1,4 @@
-/* $XConsortium: ConstrainP.h,v 1.8 88/09/04 15:47:41 swick Exp $ */
-/* $Header: ConstrainP.h,v 1.8 88/09/04 15:47:41 swick Exp $ */
+/* $XConsortium: ConstrainP.h,v 1.9 88/09/06 09:40:56 swick Exp $ */
/* $oHeader: ConstrainP.h,v 1.2 88/08/18 15:54:15 asente Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
diff --git a/xc/lib/Xt/Constraint.c b/xc/lib/Xt/Constraint.c
index 46dec6ad9..a1f79599e 100644
--- a/xc/lib/Xt/Constraint.c
+++ b/xc/lib/Xt/Constraint.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Constraint.c,v 1.7 88/09/04 12:17:19 swick Exp $";
-static char rcsid[] = "$Header: Constraint.c,v 1.7 88/09/04 12:17:19 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Constraint.c,v 1.8 88/09/06 09:46:52 swick Exp $";
/* $oHeader: Constraint.c,v 1.2 88/08/18 15:35:57 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/Constraint.h b/xc/lib/Xt/Constraint.h
index 1cb93b431..34c20e8eb 100644
--- a/xc/lib/Xt/Constraint.h
+++ b/xc/lib/Xt/Constraint.h
@@ -1,5 +1,4 @@
-/* $XConsortium: Constraint.h,v 1.6 88/09/04 15:48:17 swick Exp $ */
-/* $Header: Constraint.h,v 1.6 88/09/04 15:48:17 swick Exp $ */
+/* $XConsortium: Constraint.h,v 1.7 88/09/06 09:40:59 swick Exp $ */
/* $oHeader: Constraint.h,v 1.2 88/08/18 15:54:18 asente Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
diff --git a/xc/lib/Xt/Convert.c b/xc/lib/Xt/Convert.c
index 4a5004194..97a6c0f5c 100644
--- a/xc/lib/Xt/Convert.c
+++ b/xc/lib/Xt/Convert.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Convert.c,v 1.12 88/09/04 13:56:50 swick Exp $";
-static char rcsid[] = "$Header: Convert.c,v 1.12 88/09/04 13:56:50 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Convert.c,v 1.13 88/09/06 09:47:31 swick Exp $";
/* $oHeader: Convert.c,v 1.4 88/09/01 11:10:44 asente Exp $ */
#endif lint
/*LINTLIBRARY*/
diff --git a/xc/lib/Xt/ConvertI.h b/xc/lib/Xt/ConvertI.h
index 07c02b250..21e16991e 100644
--- a/xc/lib/Xt/ConvertI.h
+++ b/xc/lib/Xt/ConvertI.h
@@ -1,5 +1,4 @@
-/* $XConsortium: ConvertI.h,v 1.3 88/09/04 14:06:30 swick Exp $ */
-/* $Header: ConvertI.h,v 1.3 88/09/04 14:06:30 swick Exp $ */
+/* $XConsortium: ConvertI.h,v 1.4 88/09/06 09:41:03 swick Exp $ */
/* $oHeader: ConvertI.h,v 1.3 88/08/31 16:11:04 asente Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
diff --git a/xc/lib/Xt/Converters.c b/xc/lib/Xt/Converters.c
index 73436d547..4845c6c6f 100644
--- a/xc/lib/Xt/Converters.c
+++ b/xc/lib/Xt/Converters.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Converters.c,v 1.33 88/09/05 16:45:55 rws Exp $";
-static char rcsid[] = "$Header: Converters.c,v 1.33 88/09/05 16:45:55 rws Exp $";
+static char Xrcsid[] = "$XConsortium: Converters.c,v 1.34 88/09/06 09:48:00 swick Exp $";
/* $oHeader: Converters.c,v 1.6 88/09/01 09:26:23 asente Exp $ */
#endif lint
/*LINTLIBRARY*/
diff --git a/xc/lib/Xt/Core.c b/xc/lib/Xt/Core.c
index d0a2a980b..ee9b69694 100644
--- a/xc/lib/Xt/Core.c
+++ b/xc/lib/Xt/Core.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Core.c,v 1.18 88/09/04 15:49:13 swick Exp $";
-static char rcsid[] = "$Header: Core.c,v 1.18 88/09/04 15:49:13 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Core.c,v 1.19 88/09/06 09:48:20 swick Exp $";
/* $oHeader: Core.c,v 1.2 88/08/18 15:37:59 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/Core.h b/xc/lib/Xt/Core.h
index 80442d407..5baae5fb9 100644
--- a/xc/lib/Xt/Core.h
+++ b/xc/lib/Xt/Core.h
@@ -1,6 +1,5 @@
/*
-* $XConsortium: Core.h,v 1.5 88/09/04 12:17:50 swick Exp $
-* $Header: Core.h,v 1.5 88/09/04 12:17:50 swick Exp $
+* $XConsortium: Core.h,v 1.6 88/09/06 09:41:10 swick Exp $
* $oHeader: Core.h,v 1.2 88/08/18 15:54:32 asente Exp $
*/
diff --git a/xc/lib/Xt/CoreP.h b/xc/lib/Xt/CoreP.h
index c05eafecb..bb9637319 100644
--- a/xc/lib/Xt/CoreP.h
+++ b/xc/lib/Xt/CoreP.h
@@ -1,6 +1,5 @@
/*
-* $XConsortium: CoreP.h,v 1.7 88/09/04 12:17:54 swick Exp $
-* $Header: CoreP.h,v 1.7 88/09/04 12:17:54 swick Exp $
+* $XConsortium: CoreP.h,v 1.8 88/09/06 09:41:15 swick Exp $
* $oHeader: CoreP.h,v 1.2 88/08/18 15:54:37 asente Exp $
*/
diff --git a/xc/lib/Xt/Create.c b/xc/lib/Xt/Create.c
index 8c3f93acb..5540dfe75 100644
--- a/xc/lib/Xt/Create.c
+++ b/xc/lib/Xt/Create.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Create.c,v 1.43 88/09/05 16:55:00 swick Exp $";
-static char rcsid[] = "$Header: Create.c,v 1.43 88/09/05 16:55:00 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Create.c,v 1.44 88/09/06 09:48:36 swick Exp $";
/* $oHeader: Create.c,v 1.5 88/09/01 11:26:22 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/Destroy.c b/xc/lib/Xt/Destroy.c
index 6ef5ee86f..c4d73d900 100644
--- a/xc/lib/Xt/Destroy.c
+++ b/xc/lib/Xt/Destroy.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Destroy.c,v 1.14 88/09/04 18:17:14 swick Exp $";
-static char rcsid[] = "$Header: Destroy.c,v 1.14 88/09/04 18:17:14 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Destroy.c,v 1.15 88/09/06 09:48:54 swick Exp $";
/* $oHeader: Destroy.c,v 1.3 88/09/01 11:27:27 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/Display.c b/xc/lib/Xt/Display.c
index f10206e83..484b16f6e 100644
--- a/xc/lib/Xt/Display.c
+++ b/xc/lib/Xt/Display.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Display.c,v 1.11 88/09/04 14:40:20 swick Exp $";
-static char rcsid[] = "$Header: Display.c,v 1.11 88/09/04 14:40:20 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Display.c,v 1.12 88/09/06 09:49:13 swick Exp $";
/* $oHeader: Display.c,v 1.9 88/09/01 11:28:47 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/Error.c b/xc/lib/Xt/Error.c
index ae203cbca..31e8c0341 100644
--- a/xc/lib/Xt/Error.c
+++ b/xc/lib/Xt/Error.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Error.c,v 1.17 88/09/04 14:46:58 swick Exp $";
-static char rcsid[] = "$Header: Error.c,v 1.17 88/09/04 14:46:58 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Error.c,v 1.18 88/09/06 09:49:50 swick Exp $";
/* $oHeader: Error.c,v 1.6 88/08/31 17:46:14 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/Event.c b/xc/lib/Xt/Event.c
index c4efbb4bc..7a48063e6 100644
--- a/xc/lib/Xt/Event.c
+++ b/xc/lib/Xt/Event.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Event.c,v 1.80 88/09/06 09:50:13 swick Exp $";
-static char rcsid[] = "$Header: Event.c,v 1.80 88/09/06 09:50:13 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Event.c,v 1.81 88/09/06 16:16:33 swick Exp $";
/* $oHeader: Event.c,v 1.9 88/09/01 11:33:51 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/EventI.h b/xc/lib/Xt/EventI.h
index d128b8232..662d97c40 100644
--- a/xc/lib/Xt/EventI.h
+++ b/xc/lib/Xt/EventI.h
@@ -1,5 +1,4 @@
-/* $XConsortium: EventI.h,v 1.5 88/09/05 10:26:11 swick Exp $ */
-/* $Header: EventI.h,v 1.5 88/09/05 10:26:11 swick Exp $ */
+/* $XConsortium: EventI.h,v 1.6 88/09/06 09:41:20 swick Exp $ */
/* $oHeader: EventI.h,v 1.3 88/08/24 09:21:11 asente Exp $ */
/***********************************************************
diff --git a/xc/lib/Xt/GCManager.c b/xc/lib/Xt/GCManager.c
index f488856f8..2182536b7 100644
--- a/xc/lib/Xt/GCManager.c
+++ b/xc/lib/Xt/GCManager.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: GCManager.c,v 1.29 88/09/04 12:18:16 swick Exp $";
-static char rcsid[] = "$Header: GCManager.c,v 1.29 88/09/04 12:18:16 swick Exp $";
+static char Xrcsid[] = "$XConsortium: GCManager.c,v 1.30 88/09/06 09:50:27 swick Exp $";
/* $oHeader: GCManager.c,v 1.4 88/08/19 14:19:51 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/Geometry.c b/xc/lib/Xt/Geometry.c
index f3177a77b..433b266a6 100644
--- a/xc/lib/Xt/Geometry.c
+++ b/xc/lib/Xt/Geometry.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Geometry.c,v 1.27 88/09/04 12:18:21 swick Exp $";
-static char rcsid[] = "$Header: Geometry.c,v 1.27 88/09/04 12:18:21 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Geometry.c,v 1.28 88/09/06 09:50:40 swick Exp $";
/* $oHeader: Geometry.c,v 1.3 88/08/23 11:37:50 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/InitialI.h b/xc/lib/Xt/InitialI.h
index c8bce7906..fa5a3daa7 100644
--- a/xc/lib/Xt/InitialI.h
+++ b/xc/lib/Xt/InitialI.h
@@ -1,5 +1,4 @@
-/* $XConsortium: InitialI.h,v 1.5 88/09/04 14:58:42 swick Exp $ */
-/* $Header: InitialI.h,v 1.5 88/09/04 14:58:42 swick Exp $ */
+/* $XConsortium: InitialI.h,v 1.6 88/09/06 09:41:25 swick Exp $ */
/* $oHeader: InitializeI.h,v 1.8 88/09/01 11:25:04 asente Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
diff --git a/xc/lib/Xt/Initialize.c b/xc/lib/Xt/Initialize.c
index beaa74c7f..733f9a48d 100644
--- a/xc/lib/Xt/Initialize.c
+++ b/xc/lib/Xt/Initialize.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Initialize.c,v 1.122 88/09/04 14:54:05 swick Exp $";
-static char rcsid[] = "$Header: Initialize.c,v 1.122 88/09/04 14:54:05 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Initialize.c,v 1.123 88/09/06 09:50:55 swick Exp $";
/* $oHeader: Initialize.c,v 1.7 88/08/31 16:33:39 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/Intrinsic.c b/xc/lib/Xt/Intrinsic.c
index 0d0823739..3969ced4f 100644
--- a/xc/lib/Xt/Intrinsic.c
+++ b/xc/lib/Xt/Intrinsic.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Intrinsic.c,v 1.119 88/09/06 09:51:10 swick Exp $";
-static char rcsid[] = "$Header: Intrinsic.c,v 1.119 88/09/06 09:51:10 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Intrinsic.c,v 1.120 88/09/06 15:06:59 swick Exp $";
/* $oHeader: Intrinsic.c,v 1.4 88/08/18 15:40:35 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/Intrinsic.h b/xc/lib/Xt/Intrinsic.h
index f4f0d341a..6dd3db0c0 100644
--- a/xc/lib/Xt/Intrinsic.h
+++ b/xc/lib/Xt/Intrinsic.h
@@ -1,6 +1,5 @@
/*
-* $XConsortium: Intrinsic.h,v 1.83 88/09/05 13:43:28 swick Exp $
-* $Header: Intrinsic.h,v 1.83 88/09/05 13:43:28 swick Exp $
+* $XConsortium: Intrinsic.h,v 1.84 88/09/06 09:41:33 swick Exp $
* $oHeader: Intrinsic.h,v 1.10 88/09/01 10:33:34 asente Exp $
*/
diff --git a/xc/lib/Xt/IntrinsicI.h b/xc/lib/Xt/IntrinsicI.h
index cf04151e1..593e1c8c7 100644
--- a/xc/lib/Xt/IntrinsicI.h
+++ b/xc/lib/Xt/IntrinsicI.h
@@ -1,6 +1,5 @@
/*
-* $XConsortium: IntrinsicI.h,v 1.24 88/09/05 20:53:10 rws Exp $
-* $Header: IntrinsicI.h,v 1.24 88/09/05 20:53:10 rws Exp $
+* $XConsortium: IntrinsicI.h,v 1.25 88/09/06 09:41:41 swick Exp $
* $oHeader: IntrinsicI.h,v 1.5 88/08/31 16:21:08 asente Exp $
*/
diff --git a/xc/lib/Xt/IntrinsicP.h b/xc/lib/Xt/IntrinsicP.h
index 8e7df5e5a..95f0b384b 100644
--- a/xc/lib/Xt/IntrinsicP.h
+++ b/xc/lib/Xt/IntrinsicP.h
@@ -1,6 +1,5 @@
/*
-* $XConsortium: IntrinsicP.h,v 1.30 88/09/04 12:20:42 swick Exp $
-* $Header: IntrinsicP.h,v 1.30 88/09/04 12:20:42 swick Exp $
+* $XConsortium: IntrinsicP.h,v 1.31 88/09/06 09:41:49 swick Exp $
* $oHeader: IntrinsicP.h,v 1.4 88/08/26 14:49:52 asente Exp $
*/
diff --git a/xc/lib/Xt/Manage.c b/xc/lib/Xt/Manage.c
index 7faa8dd33..37378cca5 100644
--- a/xc/lib/Xt/Manage.c
+++ b/xc/lib/Xt/Manage.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Manage.c,v 1.13 88/09/04 15:06:44 swick Exp $";
-static char rcsid[] = "$Header: Manage.c,v 1.13 88/09/04 15:06:44 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Manage.c,v 1.14 88/09/06 09:51:26 swick Exp $";
/* $oHeader: Manage.c,v 1.3 88/09/01 11:41:51 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/NextEvent.c b/xc/lib/Xt/NextEvent.c
index e7742e50f..8f68a8f90 100644
--- a/xc/lib/Xt/NextEvent.c
+++ b/xc/lib/Xt/NextEvent.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: NextEvent.c,v 1.52 88/09/04 21:00:54 swick Exp $";
-static char rcsid[] = "$Header: NextEvent.c,v 1.52 88/09/04 21:00:54 swick Exp $";
+static char Xrcsid[] = "$XConsortium: NextEvent.c,v 1.53 88/09/06 09:51:39 swick Exp $";
/* $oHeader: NextEvent.c,v 1.4 88/09/01 11:43:27 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/Object.c b/xc/lib/Xt/Object.c
index 8bf698b69..bb6fc34ef 100644
--- a/xc/lib/Xt/Object.c
+++ b/xc/lib/Xt/Object.c
@@ -1,7 +1,6 @@
/* LINTLIBRARY */
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Object.c,v 1.3 88/09/04 12:20:59 swick Exp $";
-static char rcsid[] = "$Header: Object.c,v 1.3 88/09/04 12:20:59 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Object.c,v 1.4 88/09/06 09:51:49 swick Exp $";
/* $oHeader: Object.c,v 1.2 88/08/18 15:51:09 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/Object.h b/xc/lib/Xt/Object.h
index baf8eab19..7759d2bf8 100644
--- a/xc/lib/Xt/Object.h
+++ b/xc/lib/Xt/Object.h
@@ -1,5 +1,4 @@
-/* $XConsortium: Object.h,v 1.3 88/09/04 15:49:53 swick Exp $ */
-/* $Header: Object.h,v 1.3 88/09/04 15:49:53 swick Exp $ */
+/* $XConsortium: Object.h,v 1.4 88/09/06 09:41:51 swick Exp $ */
/* $oHeader: Object.h,v 1.2 88/08/18 15:55:32 asente Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
diff --git a/xc/lib/Xt/ObjectP.h b/xc/lib/Xt/ObjectP.h
index 08b5490e9..a361632d9 100644
--- a/xc/lib/Xt/ObjectP.h
+++ b/xc/lib/Xt/ObjectP.h
@@ -1,5 +1,4 @@
-/* $XConsortium: ObjectP.h,v 1.3 88/09/04 15:50:43 swick Exp $ */
-/* $Header: ObjectP.h,v 1.3 88/09/04 15:50:43 swick Exp $ */
+/* $XConsortium: ObjectP.h,v 1.4 88/09/06 09:41:56 swick Exp $ */
/* $oHeader: ObjectP.h,v 1.2 88/08/18 15:55:35 asente Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
diff --git a/xc/lib/Xt/Popup.c b/xc/lib/Xt/Popup.c
index 52219c5bb..bf03bda07 100644
--- a/xc/lib/Xt/Popup.c
+++ b/xc/lib/Xt/Popup.c
@@ -1,7 +1,6 @@
#ifndef lint
static char Xrcsid[] =
- "$XConsortium: Popup.c,v 1.17 88/09/04 15:10:40 swick Exp $";
-static char rcsid[] = "$Header: Popup.c,v 1.17 88/09/04 15:10:40 swick Exp $";
+ "$XConsortium: Popup.c,v 1.18 88/09/06 09:52:00 swick Exp $";
/* $oHeader: Popup.c,v 1.3 88/09/01 11:45:34 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/RectObj.c b/xc/lib/Xt/RectObj.c
index b2f0d2e64..f4f9de280 100644
--- a/xc/lib/Xt/RectObj.c
+++ b/xc/lib/Xt/RectObj.c
@@ -1,7 +1,6 @@
/* LINTLIBRARY */
#ifndef lint
-static char Xrcsid[] = "$XConsortium: RectObj.c,v 1.3 88/09/04 12:21:18 swick Exp $";
-static char rcsid[] = "$Header: RectObj.c,v 1.3 88/09/04 12:21:18 swick Exp $";
+static char Xrcsid[] = "$XConsortium: RectObj.c,v 1.4 88/09/06 09:52:09 swick Exp $";
/* $oHeader: RectObj.c,v 1.2 88/08/18 15:51:21 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/RectObj.h b/xc/lib/Xt/RectObj.h
index 3a51efd36..bb7d2962d 100644
--- a/xc/lib/Xt/RectObj.h
+++ b/xc/lib/Xt/RectObj.h
@@ -1,5 +1,4 @@
-/* $XConsortium: RectObj.h,v 1.3 88/09/04 15:51:14 swick Exp $ */
-/* $Header: RectObj.h,v 1.3 88/09/04 15:51:14 swick Exp $ */
+/* $XConsortium: RectObj.h,v 1.4 88/09/06 09:42:04 swick Exp $ */
/* $oHeader: RectObj.h,v 1.2 88/08/18 17:39:17 asente Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
diff --git a/xc/lib/Xt/RectObjP.h b/xc/lib/Xt/RectObjP.h
index bff725cf5..db92664ed 100644
--- a/xc/lib/Xt/RectObjP.h
+++ b/xc/lib/Xt/RectObjP.h
@@ -1,5 +1,4 @@
-/* $XConsortium: RectObjP.h,v 1.3 88/09/04 15:51:48 swick Exp $ */
-/* $Header: RectObjP.h,v 1.3 88/09/04 15:51:48 swick Exp $ */
+/* $XConsortium: RectObjP.h,v 1.4 88/09/06 09:42:07 swick Exp $ */
/* $oHeader: RectObjP.h,v 1.2 88/08/18 15:55:52 asente Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
diff --git a/xc/lib/Xt/ResourceI.h b/xc/lib/Xt/ResourceI.h
index 023f06e6a..05e8b5971 100644
--- a/xc/lib/Xt/ResourceI.h
+++ b/xc/lib/Xt/ResourceI.h
@@ -1,5 +1,4 @@
-/* $XConsortium: ResourceI.h,v 1.3 88/09/04 15:52:32 swick Exp $ */
-/* $Header: ResourceI.h,v 1.3 88/09/04 15:52:32 swick Exp $ */
+/* $XConsortium: ResourceI.h,v 1.4 88/09/06 09:42:11 swick Exp $ */
/* $oHeader: ResourceI.h,v 1.2 88/08/18 15:56:00 asente Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
diff --git a/xc/lib/Xt/Resources.c b/xc/lib/Xt/Resources.c
index dd7c92935..1710deb2d 100644
--- a/xc/lib/Xt/Resources.c
+++ b/xc/lib/Xt/Resources.c
@@ -1,7 +1,6 @@
#ifndef lint
static char Xrcsid[] =
- "$XConsortium: Resources.c,v 1.53 88/09/05 11:12:14 swick Exp $";
-static char rcsid[] = "$Header: Resources.c,v 1.53 88/09/05 11:12:14 swick Exp $";
+ "$XConsortium: Resources.c,v 1.54 88/09/06 09:52:23 swick Exp $";
/* $oHeader: Resources.c,v 1.6 88/09/01 13:39:14 asente Exp $ */
#endif lint
/*LINTLIBRARY*/
diff --git a/xc/lib/Xt/Selection.c b/xc/lib/Xt/Selection.c
index dc0fda839..98a26a39d 100644
--- a/xc/lib/Xt/Selection.c
+++ b/xc/lib/Xt/Selection.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Selection.c,v 1.8 88/09/04 15:16:33 swick Exp $";
-static char rcsid[] = "$Header: Selection.c,v 1.8 88/09/04 15:16:33 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Selection.c,v 1.9 88/09/06 09:52:39 swick Exp $";
/* $oHeader: Selection.c,v 1.8 88/09/01 11:53:42 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/SelectionI.h b/xc/lib/Xt/SelectionI.h
index 49a6b60e3..05194430b 100644
--- a/xc/lib/Xt/SelectionI.h
+++ b/xc/lib/Xt/SelectionI.h
@@ -1,5 +1,4 @@
-/* $XConsortium: SelectionI.h,v 1.3 88/09/04 15:53:07 swick Exp $ */
-/* $Header: SelectionI.h,v 1.3 88/09/04 15:53:07 swick Exp $ */
+/* $XConsortium: SelectionI.h,v 1.4 88/09/06 09:42:20 swick Exp $ */
/* $oHeader: SelectionI.h,v 1.3 88/08/19 14:02:44 asente Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
diff --git a/xc/lib/Xt/Shell.c b/xc/lib/Xt/Shell.c
index ef6bbbc8f..82fb8eef1 100644
--- a/xc/lib/Xt/Shell.c
+++ b/xc/lib/Xt/Shell.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Shell.c,v 1.38 88/09/04 16:56:24 swick Exp $";
-static char rcsid[] = "$Header: Shell.c,v 1.38 88/09/04 16:56:24 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Shell.c,v 1.39 88/09/06 09:52:58 swick Exp $";
/* $oHeader: Shell.c,v 1.7 88/09/01 11:57:00 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/Shell.h b/xc/lib/Xt/Shell.h
index 45a32649a..7f0465643 100644
--- a/xc/lib/Xt/Shell.h
+++ b/xc/lib/Xt/Shell.h
@@ -1,6 +1,5 @@
/*
-* $XConsortium: Shell.h,v 1.14 88/09/04 12:21:48 swick Exp $
-* $Header: Shell.h,v 1.14 88/09/04 12:21:48 swick Exp $
+* $XConsortium: Shell.h,v 1.15 88/09/06 09:42:24 swick Exp $
* $oHeader: Shell.h,v 1.2 88/08/18 15:56:14 asente Exp $
*/
/***********************************************************
diff --git a/xc/lib/Xt/ShellP.h b/xc/lib/Xt/ShellP.h
index 74f2a254b..1686edc35 100644
--- a/xc/lib/Xt/ShellP.h
+++ b/xc/lib/Xt/ShellP.h
@@ -1,6 +1,5 @@
/*
-* $XConsortium: ShellP.h,v 1.18 88/09/04 16:56:38 swick Exp $
-* $Header: ShellP.h,v 1.18 88/09/04 16:56:38 swick Exp $
+* $XConsortium: ShellP.h,v 1.19 88/09/06 09:42:28 swick Exp $
* $oHeader: ShellP.h,v 1.2 88/08/18 15:56:19 asente Exp $
*/
diff --git a/xc/lib/Xt/StringDefs.h b/xc/lib/Xt/StringDefs.h
index 892946e94..eb9654e9b 100644
--- a/xc/lib/Xt/StringDefs.h
+++ b/xc/lib/Xt/StringDefs.h
@@ -1,6 +1,5 @@
/*
-* $XConsortium: StringDefs.h,v 1.36 88/09/05 16:46:56 rws Exp $
-* $Header: StringDefs.h,v 1.36 88/09/05 16:46:56 rws Exp $
+* $XConsortium: StringDefs.h,v 1.37 88/09/06 09:42:33 swick Exp $
* $oHeader: StringDefs.h,v 1.3 88/08/19 16:39:44 asente Exp $
*/
diff --git a/xc/lib/Xt/TMparse.c b/xc/lib/Xt/TMparse.c
index 99a2cb624..989866d3f 100644
--- a/xc/lib/Xt/TMparse.c
+++ b/xc/lib/Xt/TMparse.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: TMparse.c,v 1.71 88/09/06 09:53:17 swick Exp $";
-static char rcsid[] = "$Header: TMparse.c,v 1.71 88/09/06 09:53:17 swick Exp $";
+static char Xrcsid[] = "$XConsortium: TMparse.c,v 1.72 88/09/06 14:00:44 swick Exp $";
/* $oHeader: TMparse.c,v 1.4 88/09/01 17:30:39 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/TMstate.c b/xc/lib/Xt/TMstate.c
index 7a7d0ba71..c9ecb2007 100644
--- a/xc/lib/Xt/TMstate.c
+++ b/xc/lib/Xt/TMstate.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: TMstate.c,v 1.58 88/09/06 09:53:33 swick Exp $";
-static char rcsid[] = "$Header: TMstate.c,v 1.58 88/09/06 09:53:33 swick Exp $";
+static char Xrcsid[] = "$XConsortium: TMstate.c,v 1.59 88/09/06 14:05:41 swick Exp $";
/* $oHeader: TMstate.c,v 1.5 88/09/01 17:17:29 asente Exp $ */
#endif lint
/*LINTLIBRARY*/
diff --git a/xc/lib/Xt/TranslateI.h b/xc/lib/Xt/TranslateI.h
index 95d45a70c..3a30fceb3 100644
--- a/xc/lib/Xt/TranslateI.h
+++ b/xc/lib/Xt/TranslateI.h
@@ -1,5 +1,4 @@
-/* $XConsortium: TranslateI.h,v 1.5 88/09/06 09:42:37 swick Exp $ */
-/* $Header: TranslateI.h,v 1.5 88/09/06 09:42:37 swick Exp $ */
+/* $XConsortium: TranslateI.h,v 1.6 88/09/06 14:06:16 swick Exp $ */
/* $oHeader: TranslateI.h,v 1.2 88/08/18 15:56:37 asente Exp $ */
/***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
diff --git a/xc/lib/Xt/Vendor.c b/xc/lib/Xt/Vendor.c
index 64d16ffa2..5416a057b 100644
--- a/xc/lib/Xt/Vendor.c
+++ b/xc/lib/Xt/Vendor.c
@@ -1,6 +1,5 @@
#ifndef lint
-static char Xrcsid[] = "$XConsortium: Vendor.c,v 1.32 88/09/04 12:22:37 swick Exp $";
-static char rcsid[] = "$Header: Vendor.c,v 1.32 88/09/04 12:22:37 swick Exp $";
+static char Xrcsid[] = "$XConsortium: Vendor.c,v 1.33 88/09/06 09:53:44 swick Exp $";
/* $oHeader: Vendor.c,v 1.3 88/08/19 13:11:01 asente Exp $ */
#endif lint
diff --git a/xc/lib/Xt/Vendor.h b/xc/lib/Xt/Vendor.h
index 369b0777f..ea12cf5e0 100644
--- a/xc/lib/Xt/Vendor.h
+++ b/xc/lib/Xt/Vendor.h
@@ -1,6 +1,5 @@
/*
-* $XConsortium: Vendor.h,v 1.9 88/09/04 12:22:40 swick Exp $
-* $Header: Vendor.h,v 1.9 88/09/04 12:22:40 swick Exp $
+* $XConsortium: Vendor.h,v 1.10 88/09/06 09:42:44 swick Exp $
* $oHeader: Vendor.h,v 1.2 88/08/18 15:56:44 asente Exp $
*/
diff --git a/xc/lib/Xt/VendorP.h b/xc/lib/Xt/VendorP.h
index e068506eb..51132c6bc 100644
--- a/xc/lib/Xt/VendorP.h
+++ b/xc/lib/Xt/VendorP.h
@@ -1,6 +1,5 @@
/*
-* $XConsortium: VendorP.h,v 1.14 88/09/04 12:22:44 swick Exp $
-* $Header: VendorP.h,v 1.14 88/09/04 12:22:44 swick Exp $
+* $XConsortium: VendorP.h,v 1.15 88/09/06 09:42:47 swick Exp $
* $oHeader: VendorP.h,v 1.2 88/08/18 15:56:48 asente Exp $
*/
diff --git a/xc/lib/Xt/fd.h b/xc/lib/Xt/fd.h
index 9b11751d4..89add7e4c 100644
--- a/xc/lib/Xt/fd.h
+++ b/xc/lib/Xt/fd.h
@@ -1,6 +1,5 @@
/*
-* $XConsortium: fd.h,v 1.9 88/09/04 12:22:56 swick Exp $
-* $Header: fd.h,v 1.9 88/09/04 12:22:56 swick Exp $
+* $XConsortium: fd.h,v 1.10 88/09/06 09:42:58 swick Exp $
* $oHeader: fd.h,v 1.4 88/08/26 14:49:54 asente Exp $
*/
diff --git a/xc/lib/Xt/util/Shell.ht b/xc/lib/Xt/util/Shell.ht
index 45a32649a..7f0465643 100644
--- a/xc/lib/Xt/util/Shell.ht
+++ b/xc/lib/Xt/util/Shell.ht
@@ -1,6 +1,5 @@
/*
-* $XConsortium: Shell.h,v 1.14 88/09/04 12:21:48 swick Exp $
-* $Header: Shell.h,v 1.14 88/09/04 12:21:48 swick Exp $
+* $XConsortium: Shell.h,v 1.15 88/09/06 09:42:24 swick Exp $
* $oHeader: Shell.h,v 1.2 88/08/18 15:56:14 asente Exp $
*/
/***********************************************************