From 9c5c8fd4f87092adb9f36a5bb518e6299c47715c Mon Sep 17 00:00:00 2001
From: Martin Nilsson <mani@lysator.liu.se>
Date: Sat, 7 Apr 2001 03:00:19 +0200
Subject: [PATCH] idonex.se -> roxen.com

Rev: lib/master.pike.in:1.151
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_bars.pike:1.5
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike:1.6
Rev: lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike:1.6
Rev: lib/modules/Protocols.pmod/TELNET.pmod:1.15
Rev: lib/modules/Protocols.pmod/X.pmod/Atom.pmod:1.8
Rev: lib/modules/Protocols.pmod/X.pmod/Auth.pmod:1.10
Rev: lib/modules/Protocols.pmod/X.pmod/Extensions.pmod:1.11
Rev: lib/modules/Protocols.pmod/X.pmod/Requests.pmod:1.29
Rev: lib/modules/Protocols.pmod/X.pmod/Types.pmod:1.35
Rev: lib/modules/Protocols.pmod/X.pmod/XImage.pmod:1.18
Rev: lib/modules/Protocols.pmod/X.pmod/XTools.pmod:1.7
Rev: lib/modules/Protocols.pmod/X.pmod/Xlib.pmod:1.42
Rev: lib/modules/Protocols.pmod/X.pmod/_Types.pmod:1.6
Rev: lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod:1.16
Rev: lib/modules/Sql.pmod/Sql.pike:1.47
Rev: lib/modules/Sql.pmod/mysql.pike:1.13
Rev: lib/modules/Sql.pmod/sql_util.pmod:1.8
Rev: src/modules/Image/encodings/bmp.c:1.31
Rev: src/modules/Image/encodings/xwd.c:1.20
Rev: src/modules/Msql/doc/msql:1.4
Rev: src/modules/Postgres/doc/postgres_postgres:1.3
Rev: src/modules/Postgres/doc/postgres_postgres_result:1.3
Rev: src/modules/Postgres/doc/sql_postgres:1.3
Rev: src/modules/Postgres/doc/sql_postgres_result:1.3
Rev: src/post_modules/GTK/AUTHORS:1.2
Rev: tutorial/tutorial.wmml:1.215
---
 lib/master.pike.in                                 |  4 ++--
 .../Graphics.pmod/Graph.pmod/create_bars.pike      |  4 ++--
 .../Graphics.pmod/Graph.pmod/create_graph.pike     |  6 +++---
 .../Graphics.pmod/Graph.pmod/create_pie.pike       |  4 ++--
 lib/modules/Protocols.pmod/TELNET.pmod             |  4 ++--
 lib/modules/Protocols.pmod/X.pmod/Atom.pmod        |  4 ++--
 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 ++--
 lib/modules/Sql.pmod/Sql.pike                      |  6 +++---
 lib/modules/Sql.pmod/mysql.pike                    |  6 +++---
 lib/modules/Sql.pmod/sql_util.pmod                 |  6 +++---
 src/modules/Image/encodings/bmp.c                  | 14 +++++++-------
 src/modules/Image/encodings/xwd.c                  |  8 ++++----
 src/modules/Msql/doc/msql                          |  2 +-
 src/modules/Postgres/doc/postgres_postgres         |  2 +-
 src/modules/Postgres/doc/postgres_postgres_result  |  2 +-
 src/modules/Postgres/doc/sql_postgres              |  2 +-
 src/modules/Postgres/doc/sql_postgres_result       |  2 +-
 src/post_modules/GTK/AUTHORS                       |  4 ++--
 tutorial/tutorial.wmml                             |  6 +++---
 27 files changed, 61 insertions(+), 61 deletions(-)

diff --git a/lib/master.pike.in b/lib/master.pike.in
index 29ae4d8cfe..956d83d2da 100644
--- a/lib/master.pike.in
+++ b/lib/master.pike.in
@@ -1,6 +1,6 @@
 /* -*- Pike -*-
  *	
- * $Id: master.pike.in,v 1.150 2001/03/26 16:50:16 grubba Exp $
+ * $Id: master.pike.in,v 1.151 2001/04/07 00:54:47 nilsson Exp $
  * 
  * Master-file for Pike.
  *
@@ -1505,7 +1505,7 @@ void _main(array(string) orig_argv, array(string) env)
 	function w=_static_modules.files()->_stdout->write;
 	w("Software......Pike\n"
 	  "Version......."+version()+"\n"
-	  "WWW...........http://pike.idonex.se/\n"
+	  "WWW...........http://pike.roxen.com/\n"
 	  "\n");
 
 	w("pike binary..."+_pike_file_name+"\n");
diff --git a/lib/modules/Graphics.pmod/Graph.pmod/create_bars.pike b/lib/modules/Graphics.pmod/Graph.pmod/create_bars.pike
index 095e563f57..3ef4e33fad 100755
--- a/lib/modules/Graphics.pmod/Graph.pmod/create_bars.pike
+++ b/lib/modules/Graphics.pmod/Graph.pmod/create_bars.pike
@@ -11,7 +11,7 @@ import Stdio;
 inherit "polyline.pike";
 inherit "create_graph.pike";
 
-constant cvs_version = "$Id: create_bars.pike,v 1.4 2000/10/12 00:42:15 nilsson Exp $";
+constant cvs_version = "$Id: create_bars.pike,v 1.5 2001/04/07 00:55:16 nilsson Exp $";
 
 /*
  * name = "BG: Create bars";
@@ -19,7 +19,7 @@ constant cvs_version = "$Id: create_bars.pike,v 1.4 2000/10/12 00:42:15 nilsson
  */
 
 /*
-These functions were written by Henrik "Hedda" Wallin (hedda@idonex.se)
+These functions were written by Henrik "Hedda" Wallin (hedda@roxen.com)
 Create_bars can draw normal bars, sumbars and normalized sumbars.
 */ 
 
diff --git a/lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike b/lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike
index c64fbda022..e562b56cde 100755
--- a/lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike
+++ b/lib/modules/Graphics.pmod/Graph.pmod/create_graph.pike
@@ -10,7 +10,7 @@ import Stdio;
 
 inherit "polyline.pike";
 
-constant cvs_version = "$Id: create_graph.pike,v 1.5 2000/10/12 00:42:15 nilsson Exp $";
+constant cvs_version = "$Id: create_graph.pike,v 1.6 2001/04/07 00:55:17 nilsson Exp $";
 
 /*
  * name = "BG: Create graphs";
@@ -18,7 +18,7 @@ constant cvs_version = "$Id: create_graph.pike,v 1.5 2000/10/12 00:42:15 nilsson
  */
 
 /*
-These functions were written by Henrik "Hedda" Wallin (hedda@idonex.se)
+These functions were written by Henrik "Hedda" Wallin (hedda@roxen.com)
 Create_graph draws a graph but there are also some other functions
 used by create_pie and create_bars.
 
@@ -28,7 +28,7 @@ This was orginally a part of the Roxen module Business Graphics.
 
 object tileimage(object img, int xs, int ys)
 {
-  //written by js@idonex.se
+  //written by js@roxen.com
 
   object dest=image(xs,ys);
   int srcx=img->xsize();
diff --git a/lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike b/lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike
index 0f847143aa..5fcc945e22 100644
--- a/lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike
+++ b/lib/modules/Graphics.pmod/Graph.pmod/create_pie.pike
@@ -12,7 +12,7 @@ inherit "polyline.pike";
 inherit "create_graph.pike";
 inherit "create_bars.pike";
 
-constant cvs_version = "$Id: create_pie.pike,v 1.5 2000/10/12 00:42:15 nilsson Exp $";
+constant cvs_version = "$Id: create_pie.pike,v 1.6 2001/04/07 00:55:17 nilsson Exp $";
 
 /*
  * name = "BG: Create pies";
@@ -20,7 +20,7 @@ constant cvs_version = "$Id: create_pie.pike,v 1.5 2000/10/12 00:42:15 nilsson E
  */
 
 /*
-These functions were written by Henrik "Hedda" Wallin (hedda@idonex.se)
+These functions were written by Henrik "Hedda" Wallin (hedda@roxen.com)
 Create_pie can draw pie charts in different forms.
 
 The data is taken from the diagram_data-mapping which is described in 
diff --git a/lib/modules/Protocols.pmod/TELNET.pmod b/lib/modules/Protocols.pmod/TELNET.pmod
index 41599e6c19..6ff798a72b 100644
--- a/lib/modules/Protocols.pmod/TELNET.pmod
+++ b/lib/modules/Protocols.pmod/TELNET.pmod
@@ -1,9 +1,9 @@
 //
-// $Id: TELNET.pmod,v 1.14 2000/12/28 15:03:30 grubba Exp $
+// $Id: TELNET.pmod,v 1.15 2001/04/07 00:55:52 nilsson Exp $
 //
 // The TELNET protocol as described by RFC 764 and others.
 //
-// Henrik Grubbstr�m <grubba@idonex.se> 1998-04-04
+// Henrik Grubbstr�m <grubba@roxen.com> 1998-04-04
 //
 
 #pike __REAL_VERSION__
diff --git a/lib/modules/Protocols.pmod/X.pmod/Atom.pmod b/lib/modules/Protocols.pmod/X.pmod/Atom.pmod
index 5067e59d32..594a8c7182 100644
--- a/lib/modules/Protocols.pmod/X.pmod/Atom.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/Atom.pmod
@@ -1,6 +1,6 @@
 /* Atom.pmod
  *
- * X Atoms $Id: Atom.pmod,v 1.7 2000/09/28 03:39:04 hubbe Exp $
+ * X Atoms $Id: Atom.pmod,v 1.8 2001/04/07 00:56:31 nilsson Exp $
  *
  */
 
@@ -26,7 +26,7 @@
  */
 
 /* Questions, bug fixes and bug reports can be sent to the pike
- * mailing list, pike@idonex.se, or to the athors (see AUTHORS for
+ * mailing list, pike@roxen.com, or to the athors (see AUTHORS for
  * email addresses. */
 
 #pike __REAL_VERSION__
diff --git a/lib/modules/Protocols.pmod/X.pmod/Auth.pmod b/lib/modules/Protocols.pmod/X.pmod/Auth.pmod
index d9f7e7f5a0..23cb2d1d61 100644
--- a/lib/modules/Protocols.pmod/X.pmod/Auth.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/Auth.pmod
@@ -1,6 +1,6 @@
 /* Auth.pmod
  *
- * $Id: Auth.pmod,v 1.9 2000/09/28 03:39:05 hubbe Exp $
+ * $Id: Auth.pmod,v 1.10 2001/04/07 00:56:31 nilsson Exp $
  */
 
 /*
@@ -25,7 +25,7 @@
  */
 
 /* Questions, bug fixes and bug reports can be sent to the pike
- * mailing list, pike@idonex.se, or to the athors (see AUTHORS for
+ * mailing list, pike@roxen.com, or to the athors (see AUTHORS for
  * email addresses. */
 
 #pike __REAL_VERSION__
diff --git a/lib/modules/Protocols.pmod/X.pmod/Extensions.pmod b/lib/modules/Protocols.pmod/X.pmod/Extensions.pmod
index 5d8aeb56f0..cbdbdd088f 100644
--- a/lib/modules/Protocols.pmod/X.pmod/Extensions.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/Extensions.pmod
@@ -1,6 +1,6 @@
 /* Shaped windows.
  *
- * $Id: Extensions.pmod,v 1.10 2000/09/28 03:39:05 hubbe Exp $
+ * $Id: Extensions.pmod,v 1.11 2001/04/07 00:56:31 nilsson Exp $
 
 /*
  *    Protocols.X, a Pike interface to the X Window System
@@ -24,7 +24,7 @@
  */
 
 /* Questions, bug fixes and bug reports can be sent to the pike
- * mailing list, pike@idonex.se, or to the athors (see AUTHORS for
+ * mailing list, pike@roxen.com, or to the athors (see AUTHORS for
  * email addresses. */
 
 #pike __REAL_VERSION__
diff --git a/lib/modules/Protocols.pmod/X.pmod/Requests.pmod b/lib/modules/Protocols.pmod/X.pmod/Requests.pmod
index f5620a54cb..1405e660e1 100644
--- a/lib/modules/Protocols.pmod/X.pmod/Requests.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/Requests.pmod
@@ -1,6 +1,6 @@
 /* Requests.pike
  *
- * $Id: Requests.pmod,v 1.28 2000/09/28 03:39:05 hubbe Exp $
+ * $Id: Requests.pmod,v 1.29 2001/04/07 00:56:31 nilsson Exp $
  */
 
 /*
@@ -25,7 +25,7 @@
  */
 
 /* Questions, bug fixes and bug reports can be sent to the pike
- * mailing list, pike@idonex.se, or to the athors (see AUTHORS for
+ * mailing list, pike@roxen.com, or to the athors (see AUTHORS for
  * email addresses. */
 
 #pike __REAL_VERSION__
diff --git a/lib/modules/Protocols.pmod/X.pmod/Types.pmod b/lib/modules/Protocols.pmod/X.pmod/Types.pmod
index 19d5f8f8a1..47ee4a3982 100644
--- a/lib/modules/Protocols.pmod/X.pmod/Types.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/Types.pmod
@@ -1,6 +1,6 @@
 /* Types.pmod
  *
- * $Id: Types.pmod,v 1.34 2000/09/28 03:39:05 hubbe Exp $
+ * $Id: Types.pmod,v 1.35 2001/04/07 00:56:31 nilsson Exp $
  */
 
 /*
@@ -25,7 +25,7 @@
  */
 
 /* Questions, bug fixes and bug reports can be sent to the pike
- * mailing list, pike@idonex.se, or to the athors (see AUTHORS for
+ * mailing list, pike@roxen.com, or to the athors (see AUTHORS for
  * email addresses. */
 
 #pike __REAL_VERSION__
diff --git a/lib/modules/Protocols.pmod/X.pmod/XImage.pmod b/lib/modules/Protocols.pmod/X.pmod/XImage.pmod
index 1fa96a1af8..10703a4d87 100644
--- a/lib/modules/Protocols.pmod/X.pmod/XImage.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/XImage.pmod
@@ -1,6 +1,6 @@
 /* XImage.pmod
  *
- * $Id: XImage.pmod,v 1.17 2000/10/21 06:27:32 nilsson Exp $
+ * $Id: XImage.pmod,v 1.18 2001/04/07 00:56:32 nilsson Exp $
  */
 
 /*
@@ -25,7 +25,7 @@
  */
 
 /* Questions, bug fixes and bug reports can be sent to the pike
- * mailing list, pike@idonex.se, or to the athors (see AUTHORS for
+ * mailing list, pike@roxen.com, or to the athors (see AUTHORS for
  * email addresses. */
 
 #pike __REAL_VERSION__
diff --git a/lib/modules/Protocols.pmod/X.pmod/XTools.pmod b/lib/modules/Protocols.pmod/X.pmod/XTools.pmod
index 7978c1cf0e..0e7f363e7f 100644
--- a/lib/modules/Protocols.pmod/X.pmod/XTools.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/XTools.pmod
@@ -1,6 +1,6 @@
 /* XTools.pmod
  *
- * $Id: XTools.pmod,v 1.6 2000/09/28 03:39:06 hubbe Exp $
+ * $Id: XTools.pmod,v 1.7 2001/04/07 00:56:32 nilsson Exp $
  *
  * Various tools that are higher level than raw X, but are lower level
  * than widgets.
@@ -28,7 +28,7 @@
  */
 
 /* Questions, bug fixes and bug reports can be sent to the pike
- * mailing list, pike@idonex.se, or to the athors (see AUTHORS for
+ * mailing list, pike@roxen.com, or to the athors (see AUTHORS for
  * email addresses. */
 
 #pike __REAL_VERSION__
diff --git a/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod b/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod
index 48ef153958..20689c31ba 100644
--- a/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod
@@ -1,6 +1,6 @@
 /* Xlib.pmod
  *
- * $Id: Xlib.pmod,v 1.41 2000/09/28 03:39:06 hubbe Exp $
+ * $Id: Xlib.pmod,v 1.42 2001/04/07 00:56:32 nilsson Exp $
  */
 
 /*
@@ -25,7 +25,7 @@
  */
 
 /* Questions, bug fixes and bug reports can be sent to the pike
- * mailing list, pike@idonex.se, or to the athors (see AUTHORS for
+ * mailing list, pike@roxen.com, or to the athors (see AUTHORS for
  * email addresses. */
 
 #pike __REAL_VERSION__
diff --git a/lib/modules/Protocols.pmod/X.pmod/_Types.pmod b/lib/modules/Protocols.pmod/X.pmod/_Types.pmod
index 50f5077a70..61564f7ddc 100644
--- a/lib/modules/Protocols.pmod/X.pmod/_Types.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/_Types.pmod
@@ -2,7 +2,7 @@
  *
  * Kludge for pike-0.5
  *
- * $Id: _Types.pmod,v 1.5 2000/09/28 03:39:06 hubbe Exp $
+ * $Id: _Types.pmod,v 1.6 2001/04/07 00:56:32 nilsson Exp $
  */
 
 /*
@@ -27,7 +27,7 @@
  */
 
 /* Questions, bug fixes and bug reports can be sent to the pike
- * mailing list, pike@idonex.se, or to the athors (see AUTHORS for
+ * mailing list, pike@roxen.com, or to the athors (see AUTHORS for
  * email addresses. */
 
 #pike __REAL_VERSION__
diff --git a/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod b/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod
index ec0397454c..c8da7f9913 100644
--- a/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/_Xlib.pmod
@@ -1,6 +1,6 @@
 /* _Xlib.pmod
  *
- * $Id: _Xlib.pmod,v 1.15 2000/09/28 03:39:06 hubbe Exp $
+ * $Id: _Xlib.pmod,v 1.16 2001/04/07 00:56:32 nilsson Exp $
  *
  * Kluge, should be in Xlib.pmod
  */
@@ -27,7 +27,7 @@
  */
 
 /* Questions, bug fixes and bug reports can be sent to the pike
- * mailing list, pike@idonex.se, or to the athors (see AUTHORS for
+ * mailing list, pike@roxen.com, or to the athors (see AUTHORS for
  * email addresses. */
 
 #pike __REAL_VERSION__
diff --git a/lib/modules/Sql.pmod/Sql.pike b/lib/modules/Sql.pmod/Sql.pike
index d52f24833d..1e4cb6591d 100644
--- a/lib/modules/Sql.pmod/Sql.pike
+++ b/lib/modules/Sql.pmod/Sql.pike
@@ -1,5 +1,5 @@
 /*
- * $Id: Sql.pike,v 1.46 2001/01/09 21:18:29 marcus Exp $
+ * $Id: Sql.pike,v 1.47 2001/04/07 00:57:08 nilsson Exp $
  *
  * Implements the generic parts of the SQL-interface
  *
@@ -10,8 +10,8 @@
 
 //.
 //. File:	sql.pike
-//. RCSID:	$Id: Sql.pike,v 1.46 2001/01/09 21:18:29 marcus Exp $
-//. Author:	Henrik Grubbstr�m (grubba@idonex.se)
+//. RCSID:	$Id: Sql.pike,v 1.47 2001/04/07 00:57:08 nilsson Exp $
+//. Author:	Henrik Grubbstr�m (grubba@roxen.com)
 //.
 //. Synopsis:	Implements the generic parts of the SQL-interface.
 //.
diff --git a/lib/modules/Sql.pmod/mysql.pike b/lib/modules/Sql.pmod/mysql.pike
index 9ae04af7e3..bd1ee04fa1 100644
--- a/lib/modules/Sql.pmod/mysql.pike
+++ b/lib/modules/Sql.pmod/mysql.pike
@@ -1,13 +1,13 @@
 /*
- * $Id: mysql.pike,v 1.12 2000/09/28 03:39:08 hubbe Exp $
+ * $Id: mysql.pike,v 1.13 2001/04/07 00:57:09 nilsson Exp $
  *
  * Glue for the Mysql-module
  */
 
 //.
 //. File:	mysql.pike
-//. RCSID:	$Id: mysql.pike,v 1.12 2000/09/28 03:39:08 hubbe Exp $
-//. Author:	Henrik Grubbstr�m (grubba@idonex.se)
+//. RCSID:	$Id: mysql.pike,v 1.13 2001/04/07 00:57:09 nilsson Exp $
+//. Author:	Henrik Grubbstr�m (grubba@roxen.com)
 //.
 //. Synopsis:	Implements the glue to the Mysql-module.
 //.
diff --git a/lib/modules/Sql.pmod/sql_util.pmod b/lib/modules/Sql.pmod/sql_util.pmod
index f4318adb1e..b3392c68c3 100644
--- a/lib/modules/Sql.pmod/sql_util.pmod
+++ b/lib/modules/Sql.pmod/sql_util.pmod
@@ -1,5 +1,5 @@
 /*
- * $Id: sql_util.pmod,v 1.7 2001/01/09 21:18:30 marcus Exp $
+ * $Id: sql_util.pmod,v 1.8 2001/04/07 00:57:09 nilsson Exp $
  *
  * Some SQL utility functions.
  * They are kept here to avoid circular references.
@@ -11,8 +11,8 @@
 
 //.
 //. File:	sql_util.pmod
-//. RCSID:	$Id: sql_util.pmod,v 1.7 2001/01/09 21:18:30 marcus Exp $
-//. Author:	Henrik Grubbstr�m (grubba@idonex.se)
+//. RCSID:	$Id: sql_util.pmod,v 1.8 2001/04/07 00:57:09 nilsson Exp $
+//. Author:	Henrik Grubbstr�m (grubba@roxen.com)
 //.
 //. Synopsis:	Some SQL utility functions
 //.
diff --git a/src/modules/Image/encodings/bmp.c b/src/modules/Image/encodings/bmp.c
index 8ed0246380..0089cf54b5 100644
--- a/src/modules/Image/encodings/bmp.c
+++ b/src/modules/Image/encodings/bmp.c
@@ -1,9 +1,9 @@
-/* $Id: bmp.c,v 1.30 2000/12/01 08:10:03 hubbe Exp $ */
+/* $Id: bmp.c,v 1.31 2001/04/07 00:58:12 nilsson Exp $ */
 
 /*
 **! module Image
 **! note
-**!	$Id: bmp.c,v 1.30 2000/12/01 08:10:03 hubbe Exp $
+**!	$Id: bmp.c,v 1.31 2001/04/07 00:58:12 nilsson Exp $
 **! submodule BMP
 **!
 **!	This submodule keeps the BMP (Windows Bitmap)
@@ -22,7 +22,7 @@
 #include <ctype.h>
 
 #include "stralloc.h"
-RCSID("$Id: bmp.c,v 1.30 2000/12/01 08:10:03 hubbe Exp $");
+RCSID("$Id: bmp.c,v 1.31 2001/04/07 00:58:12 nilsson Exp $");
 #include "pike_macros.h"
 #include "object.h"
 #include "constants.h"
@@ -873,12 +873,12 @@ void i_img_bmp__decode(INT32 args,int header_only)
 			   Pike_error("Image.BMP.decode: advanced RLE "
 				 "decompression (cursor movement) "
 				 "is unimplemented (please send this "
-				 "image to mirar@idonex.se)\n");
+				 "image to mirar@roxen.com)\n");
 			default: /* literal run */
 			   Pike_error("Image.BMP.decode: advanced RLE "
 				 "decompression (literal run) "
 				 "is unimplemented (please send this "
-				 "image to mirar@idonex.se)\n");
+				 "image to mirar@roxen.com)\n");
 		     }
 		     break;
 		  default:
@@ -960,7 +960,7 @@ void i_img_bmp__decode(INT32 args,int header_only)
 			   Pike_error("Image.BMP.decode: advanced RLE "
 				 "decompression (cursor movement) "
 				 "is unimplemented (please send this "
-				 "image to mirar@idonex.se)\n");
+				 "image to mirar@roxen.com)\n");
 #ifdef RLE_DEBUG
 			   if (j<2) break;
 			   fprintf(stderr,"cursor       "
@@ -973,7 +973,7 @@ void i_img_bmp__decode(INT32 args,int header_only)
 			   Pike_error("Image.BMP.decode: advanced RLE "
 				 "decompression (non-rle data) "
 				 "is unimplemented (please send this "
-				 "image to mirar@idonex.se)\n");
+				 "image to mirar@roxen.com)\n");
 #ifdef RLE_DEBUG
 			   fprintf(stderr,"data         %5d %02x %02x [ ",
 				   j,s[0],s[1]);
diff --git a/src/modules/Image/encodings/xwd.c b/src/modules/Image/encodings/xwd.c
index 8bf076b5e8..d380e1169d 100644
--- a/src/modules/Image/encodings/xwd.c
+++ b/src/modules/Image/encodings/xwd.c
@@ -1,9 +1,9 @@
-/* $Id: xwd.c,v 1.19 2000/12/01 08:10:08 hubbe Exp $ */
+/* $Id: xwd.c,v 1.20 2001/04/07 00:58:13 nilsson Exp $ */
 
 /*
 **! module Image
 **! note
-**!	$Id: xwd.c,v 1.19 2000/12/01 08:10:08 hubbe Exp $
+**!	$Id: xwd.c,v 1.20 2001/04/07 00:58:13 nilsson Exp $
 **! submodule XWD
 **!
 **!	This submodule keeps the XWD (X Windows Dump) 
@@ -25,7 +25,7 @@
 #include <ctype.h>
 
 #include "stralloc.h"
-RCSID("$Id: xwd.c,v 1.19 2000/12/01 08:10:08 hubbe Exp $");
+RCSID("$Id: xwd.c,v 1.20 2001/04/07 00:58:13 nilsson Exp $");
 #include "pike_macros.h"
 #include "object.h"
 #include "constants.h"
@@ -62,7 +62,7 @@ void image_x_decode_pseudocolor(INT32 args);
 **!		PseudoColor / ZPixmap
 **!
 **!	If someone sends me files of other formats, these formats
-**!	may be implemented. <tt>:)</tt> /<tt>mirar@idonex.se</tt>
+**!	may be implemented. <tt>:)</tt> /<tt>mirar@roxen.com</tt>
 **!
 **! see also: decode
 **!
diff --git a/src/modules/Msql/doc/msql b/src/modules/Msql/doc/msql
index b5269e4a95..7f05666652 100644
--- a/src/modules/Msql/doc/msql
+++ b/src/modules/Msql/doc/msql
@@ -422,4 +422,4 @@ COPYRIGHT
 
 	The Pike programming language is copyright Frederik Hubinette, and is
 	distributed under the terms of the GNU General Public License. For furhter
-	information, please consult the Pike WWW site, at http://pike.idonex.se/
+	information, please consult the Pike WWW site, at http://pike.roxen.com/
diff --git a/src/modules/Postgres/doc/postgres_postgres b/src/modules/Postgres/doc/postgres_postgres
index 65ba74a016..81b8136c49 100644
--- a/src/modules/Postgres/doc/postgres_postgres
+++ b/src/modules/Postgres/doc/postgres_postgres
@@ -263,4 +263,4 @@ COPYRIGHT
 
 	The Pike programming language is copyright Frederik Hubinette, and is
 	distributed under the terms of the GNU General Public License. For furhter
-	information, please consult the Pike WWW site, at http://pike.idonex.se/
+	information, please consult the Pike WWW site, at http://pike.roxen.com/
diff --git a/src/modules/Postgres/doc/postgres_postgres_result b/src/modules/Postgres/doc/postgres_postgres_result
index aba20c280a..cae0b83e02 100644
--- a/src/modules/Postgres/doc/postgres_postgres_result
+++ b/src/modules/Postgres/doc/postgres_postgres_result
@@ -39,4 +39,4 @@ COPYRIGHT
 
 	The Pike programming language is copyright Frederik Hubinette, and is
 	distributed under the terms of the GNU General Public License. For furhter
-	information, please consult the Pike WWW site, at http://pike.idonex.se/
+	information, please consult the Pike WWW site, at http://pike.roxen.com/
diff --git a/src/modules/Postgres/doc/sql_postgres b/src/modules/Postgres/doc/sql_postgres
index ad8e05ca72..3a98da9748 100644
--- a/src/modules/Postgres/doc/sql_postgres
+++ b/src/modules/Postgres/doc/sql_postgres
@@ -379,4 +379,4 @@ COPYRIGHT
 
 	The Pike programming language is copyright Frederik Hubinette, and is
 	distributed under the terms of the GNU General Public License. For furhter
-	information, please consult the Pike WWW site, at http://pike.idonex.se/
+	information, please consult the Pike WWW site, at http://pike.roxen.com/
diff --git a/src/modules/Postgres/doc/sql_postgres_result b/src/modules/Postgres/doc/sql_postgres_result
index 29c73197aa..d6ad05eb06 100644
--- a/src/modules/Postgres/doc/sql_postgres_result
+++ b/src/modules/Postgres/doc/sql_postgres_result
@@ -147,4 +147,4 @@ COPYRIGHT
 
 	The Pike programming language is copyright Frederik Hubinette, and is
 	distributed under the terms of the GNU General Public License. For furhter
-	information, please consult the Pike WWW site, at http://pike.idonex.se/
+	information, please consult the Pike WWW site, at http://pike.roxen.com/
diff --git a/src/post_modules/GTK/AUTHORS b/src/post_modules/GTK/AUTHORS
index 6772f6bbd6..fd1dbee032 100644
--- a/src/post_modules/GTK/AUTHORS
+++ b/src/post_modules/GTK/AUTHORS
@@ -1,6 +1,6 @@
-PiGTK is written by Per Hedbor <per@idonex.se>
+PiGTK is written by Per Hedbor <per@roxen.com>
 
 The following people have contributed:
 Fredrik H�binette 	<hubbe@hubbe.net>
 David Hedbor		<david@hedbor.org>
-Peter bortas		<peter@idonex.se>
\ No newline at end of file
+Peter bortas		<peter@roxen.com>
\ No newline at end of file
diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml
index 33fdc0e7a9..c341bda089 100644
--- a/tutorial/tutorial.wmml
+++ b/tutorial/tutorial.wmml
@@ -181,7 +181,7 @@ write this book, but since it seems impossible without paying a fortune for
 it I will have to do it myself. 
 A big thanks goes to
 <a href="http://www.emit.com.pl/ian.html">Ian Carr-de Avelon</a> and
-<a href="mailto:hedda@idonex.se">Henrik Wallin</a>
+<a href="mailto:hedda@roxen.com">Henrik Wallin</a>
  for helping
 me iron out some of the rough spots. 
 
@@ -12699,7 +12699,7 @@ init_module_programs are called to initialize it. When Pike exits
 exit_module is called in all dynamically loaded modules. These
 functions _must_ be available in the module.
 <p>Please see the source and any examples available at
-ftp://www.idonex.se/pub/pike for more information on how to
+ftp://www.roxen.com/pub/pike for more information on how to
 write modules for Pike in C.
 </man_description>
 <man_bugs>
@@ -14701,7 +14701,7 @@ This is the BNF for Pike:
 <appendix title="How to install Pike" name=install>
 To install Pike, you need a C compiler, a couple of Mb of disk space,
 the source for Pike, and a bit of patience. The latest version of Pike is
-always available from <a href=http://pike.idonex.se>the Pike home page</a>.
+always available from <a href=http://pike.roxen.com>the Pike home page</a>.
 Lists of mirror sites and binary releases should also be available there.
 Pike should compile and install nicely on almost any UNIX platform. It has
 been tested on the following:
-- 
GitLab