From 01ba81d8672a31c09a585e3ec28e0c537aaaa6f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sun, 19 Apr 1998 02:31:09 +0200
Subject: [PATCH] Replaced 'px' with 'Protocols.X'.

Rev: lib/modules/Protocols.pmod/X.pmod/Auth.pmod:1.3
Rev: lib/modules/Protocols.pmod/X.pmod/Extensions.pmod:1.7
Rev: lib/modules/Protocols.pmod/X.pmod/Requests.pmod:1.25
Rev: lib/modules/Protocols.pmod/X.pmod/Types.pmod:1.31
Rev: lib/modules/Protocols.pmod/X.pmod/XImage.pmod:1.10
Rev: lib/modules/Protocols.pmod/X.pmod/XTools.pmod:1.4
Rev: lib/modules/Protocols.pmod/X.pmod/Xlib.pmod:1.32
Rev: lib/modules/Protocols.pmod/X.pmod/_Types.pmod:1.3
Rev: lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod:1.13
---
 lib/modules/Protocols.pmod/X.pmod/Auth.pmod       | 4 ++--
 lib/modules/Protocols.pmod/X.pmod/Extensions.pmod | 4 ++--
 lib/modules/Protocols.pmod/X.pmod/Requests.pmod   | 4 ++--
 lib/modules/Protocols.pmod/X.pmod/Types.pmod      | 4 ++--
 lib/modules/Protocols.pmod/X.pmod/XImage.pmod     | 4 ++--
 lib/modules/Protocols.pmod/X.pmod/XTools.pmod     | 4 ++--
 lib/modules/Protocols.pmod/X.pmod/Xlib.pmod       | 4 ++--
 lib/modules/Protocols.pmod/X.pmod/_Types.pmod     | 4 ++--
 lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod      | 4 ++--
 9 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/lib/modules/Protocols.pmod/X.pmod/Auth.pmod b/lib/modules/Protocols.pmod/X.pmod/Auth.pmod
index 1e376c401a..3360269d3c 100644
--- a/lib/modules/Protocols.pmod/X.pmod/Auth.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/Auth.pmod
@@ -1,10 +1,10 @@
 /* Auth.pmod
  *
- * $Id: Auth.pmod,v 1.2 1998/04/06 15:47:50 nisse Exp $
+ * $Id: Auth.pmod,v 1.3 1998/04/19 00:30:59 grubba Exp $
  */
 
 /*
- *    px, a Pike interface to the X Window System
+ *    Protocols.X, a Pike interface to the X Window System
  *
  *    Copyright (C) 1998, Niels M�ller, Per Hedbor, Marcus Comstedt,
  *    Pontus Hagland, David Hedbor.
diff --git a/lib/modules/Protocols.pmod/X.pmod/Extensions.pmod b/lib/modules/Protocols.pmod/X.pmod/Extensions.pmod
index 4ca5644180..1aa4992a29 100644
--- a/lib/modules/Protocols.pmod/X.pmod/Extensions.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/Extensions.pmod
@@ -1,9 +1,9 @@
 /* Shaped windows.
  *
- * $Id: Extensions.pmod,v 1.6 1998/04/06 15:47:52 nisse Exp $
+ * $Id: Extensions.pmod,v 1.7 1998/04/19 00:31:00 grubba Exp $
 
 /*
- *    px, a Pike interface to the X Window System
+ *    Protocols.X, a Pike interface to the X Window System
  *
  *    Copyright (C) 1998, Niels M�ller, Per Hedbor, Marcus Comstedt,
  *    Pontus Hagland, David Hedbor.
diff --git a/lib/modules/Protocols.pmod/X.pmod/Requests.pmod b/lib/modules/Protocols.pmod/X.pmod/Requests.pmod
index d7e7d4ed01..1d530d62c6 100644
--- a/lib/modules/Protocols.pmod/X.pmod/Requests.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/Requests.pmod
@@ -1,10 +1,10 @@
 /* Requests.pike
  *
- * $Id: Requests.pmod,v 1.24 1998/04/06 15:47:58 nisse Exp $
+ * $Id: Requests.pmod,v 1.25 1998/04/19 00:31:01 grubba Exp $
  */
 
 /*
- *    px, a Pike interface to the X Window System
+ *    Protocols.X, a Pike interface to the X Window System
  *
  *    Copyright (C) 1998, Niels M�ller, Per Hedbor, Marcus Comstedt,
  *    Pontus Hagland, David Hedbor.
diff --git a/lib/modules/Protocols.pmod/X.pmod/Types.pmod b/lib/modules/Protocols.pmod/X.pmod/Types.pmod
index 110bc5c07f..5f110b9d14 100644
--- a/lib/modules/Protocols.pmod/X.pmod/Types.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/Types.pmod
@@ -1,10 +1,10 @@
 /* Types.pmod
  *
- * $Id: Types.pmod,v 1.30 1998/04/18 01:08:13 cardeci Exp $
+ * $Id: Types.pmod,v 1.31 1998/04/19 00:31:02 grubba Exp $
  */
 
 /*
- *    px, a Pike interface to the X Window System
+ *    Protocols.X, a Pike interface to the X Window System
  *
  *    Copyright (C) 1998, Niels M�ller, Per Hedbor, Marcus Comstedt,
  *    Pontus Hagland, David Hedbor.
diff --git a/lib/modules/Protocols.pmod/X.pmod/XImage.pmod b/lib/modules/Protocols.pmod/X.pmod/XImage.pmod
index 09a51393cf..b7915a117d 100644
--- a/lib/modules/Protocols.pmod/X.pmod/XImage.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/XImage.pmod
@@ -1,10 +1,10 @@
 /* XImage.pmod
  *
- * $Id: XImage.pmod,v 1.9 1998/04/18 01:06:55 cardeci Exp $
+ * $Id: XImage.pmod,v 1.10 1998/04/19 00:31:04 grubba Exp $
  */
 
 /*
- *    px, a Pike interface to the X Window System
+ *    Protocols.X, a Pike interface to the X Window System
  *
  *    Copyright (C) 1998, Niels M�ller, Per Hedbor, Marcus Comstedt,
  *    Pontus Hagland, David Hedbor.
diff --git a/lib/modules/Protocols.pmod/X.pmod/XTools.pmod b/lib/modules/Protocols.pmod/X.pmod/XTools.pmod
index e822649cfc..f2ac551f55 100644
--- a/lib/modules/Protocols.pmod/X.pmod/XTools.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/XTools.pmod
@@ -1,13 +1,13 @@
 /* XTools.pmod
  *
- * $Id: XTools.pmod,v 1.3 1998/04/06 15:48:04 nisse Exp $
+ * $Id: XTools.pmod,v 1.4 1998/04/19 00:31:05 grubba Exp $
  *
  * Various tools that are higher level than raw X, but are lower level
  * than widgets.
  */
 
 /*
- *    px, a Pike interface to the X Window System
+ *    Protocols.X, a Pike interface to the X Window System
  *
  *    Copyright (C) 1998, Niels M�ller, Per Hedbor, Marcus Comstedt,
  *    Pontus Hagland, David Hedbor.
diff --git a/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod b/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod
index ebc2e86b70..d28573d484 100644
--- a/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod
@@ -1,10 +1,10 @@
 /* Xlib.pmod
  *
- * $Id: Xlib.pmod,v 1.31 1998/04/18 01:09:05 cardeci Exp $
+ * $Id: Xlib.pmod,v 1.32 1998/04/19 00:31:06 grubba Exp $
  */
 
 /*
- *    px, a Pike interface to the X Window System
+ *    Protocols.X, a Pike interface to the X Window System
  *
  *    Copyright (C) 1998, Niels M�ller, Per Hedbor, Marcus Comstedt,
  *    Pontus Hagland, David Hedbor.
diff --git a/lib/modules/Protocols.pmod/X.pmod/_Types.pmod b/lib/modules/Protocols.pmod/X.pmod/_Types.pmod
index 4da5619ae9..7fe1480fc1 100644
--- a/lib/modules/Protocols.pmod/X.pmod/_Types.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/_Types.pmod
@@ -2,11 +2,11 @@
  *
  * Kludge for pike-0.5
  *
- * $Id: _Types.pmod,v 1.2 1998/04/06 15:48:08 nisse Exp $
+ * $Id: _Types.pmod,v 1.3 1998/04/19 00:31:08 grubba Exp $
  */
 
 /*
- *    px, a Pike interface to the X Window System
+ *    Protocols.X, a Pike interface to the X Window System
  *
  *    Copyright (C) 1998, Niels M�ller, Per Hedbor, Marcus Comstedt,
  *    Pontus Hagland, David Hedbor.
diff --git a/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod b/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod
index b1f1ec1391..98872e9aff 100644
--- a/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod
@@ -1,12 +1,12 @@
 /* _Xlib.pmod
  *
- * $Id: _Xlib.pmod,v 1.12 1998/04/06 15:48:10 nisse Exp $
+ * $Id: _Xlib.pmod,v 1.13 1998/04/19 00:31:09 grubba Exp $
  *
  * Kluge, should be in Xlib.pmod
  */
 
 /*
- *    px, a Pike interface to the X Window System
+ *    Protocols.X, a Pike interface to the X Window System
  *
  *    Copyright (C) 1998, Niels M�ller, Per Hedbor, Marcus Comstedt,
  *    Pontus Hagland, David Hedbor.
-- 
GitLab