summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Warmenhoven <warmenhoven@yahoo.com>2001-08-14 21:50:38 +0000
committerEric Warmenhoven <warmenhoven@yahoo.com>2001-08-14 21:50:38 +0000
commit33c25174725d9da9c1880bdd8fd43db766bf6727 (patch)
treeb64019c2cde040f37f491e10e1d66e87d3241a01
parent8df27d9920b738f6b906f9ffa22a690022d35c79 (diff)
downloadpidgin-33c25174725d9da9c1880bdd8fd43db766bf6727.tar.gz
[gaim-migrate @ 2152]
I'm EWarmenhoven.
-rw-r--r--AUTHORS2
-rw-r--r--README2
-rw-r--r--doc/CREDITS2
-rw-r--r--doc/FAQ4
-rw-r--r--doc/gaim.12
-rw-r--r--plugins/ChangeLog2
-rw-r--r--plugins/gtik.c2
-rw-r--r--src/aim.c2
8 files changed, 9 insertions, 9 deletions
diff --git a/AUTHORS b/AUTHORS
index fab59f1f0a..01d91f5c11 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,7 +10,7 @@ Rob Flynn <rob@marko.net> - Main developer (send patches here)
Yahoo: IBRRob
Jabber: robflynn@jabber.org
Eric Warmenhoven <warmenhoven@yahoo.com> - Second in Command (patches here too)
- AIM: EricWarmenhoven
+ AIM: EWarmenhoven
ICQ: 22994591
MSN: warmenhoven@hotmail.com
Yahoo: warmenhoven
diff --git a/README b/README
index 91946b85e2..42fa582918 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
gaim
========================
Rob Flynn <rob@marko.net> IM: RobFlynn (currnet maintainer)
-Eric Warmenhoven <warmenhoven@yahoo.com> IM: EricWarmenhoven (Gnome Boy :))
+Eric Warmenhoven <warmenhoven@yahoo.com> IM: EWarmenhoven (Gnome Boy :))
Syd Logan - Super Hacker and Resident Designated Driver
Jim Duchek <jimduchek@ou.edu> IM: Zilding (former maintainer)
Mark Spencer <markster@marko.net>
diff --git a/doc/CREDITS b/doc/CREDITS
index 961bccf4e6..a2593f60de 100644
--- a/doc/CREDITS
+++ b/doc/CREDITS
@@ -5,7 +5,7 @@ CREDITS
Authors:
Rob Flynn <IM: RobFlynn> rflynn@blueridge.net
-Eric Warmenhoven <IM: EricWarmenhoven> warmenhoven@yahoo.com
+Eric Warmenhoven <IM: EWarmenhoven> warmenhoven@yahoo.com
Syd Logan
Jim Duchek <IM: zilding> jimduchek@ou.edu
Mark Spencer <IM: markster97> markster@marko.net
diff --git a/doc/FAQ b/doc/FAQ
index 96518efa00..ec318c7fd1 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -65,7 +65,7 @@ graham crackers, whatever.
1.2 Where are my log files stored?
Your logs are stored in $HOME/.gaim/logs/. They had previously been stored in
-$HOME/.gaim/YourScreenName/ (e.g. $HOME/.gaim/EricWarmenhoven).
+$HOME/.gaim/YourScreenName/ (e.g. $HOME/.gaim/EWarmenhoven).
1.3 What are GtkHTML and GtkIMHtml, and why not just use GNOME's GtkHTML?
@@ -309,7 +309,7 @@ I'll give you advice, but other than that, no (unless you'd like to pay me).
6.3 I have money. I need software written. Can you help?
-Oh yes. Our email addresses are warmenhoven@yahoo.com (EricWarmenhoven) and
+Oh yes. Our email addresses are warmenhoven@yahoo.com (EWarmenhoven) and
rob@marko.net (RobFlynn).
6.4 I have hardware here that's not being used. Can you use it?
diff --git a/doc/gaim.1 b/doc/gaim.1
index fe9fd323a4..0018655f80 100644
--- a/doc/gaim.1
+++ b/doc/gaim.1
@@ -367,7 +367,7 @@ The authors of \fBgaim\fR are:
.PP
Rob Flynn <rob@marko.net> \- AIM: RobFlynn
.br
- Eric Warmenhoven <warmenhoven@yahoo.com> \- AIM: EricWarmenhoven
+ Eric Warmenhoven <warmenhoven@yahoo.com> \- AIM: EWarmenhoven
.br
Syd Logan
diff --git a/plugins/ChangeLog b/plugins/ChangeLog
index 2dde7a2771..a2ddb6a2ee 100644
--- a/plugins/ChangeLog
+++ b/plugins/ChangeLog
@@ -38,7 +38,7 @@ version 0.11.0pre1:
If you have interest in writing a protocol plugin, please talk to one
of us before you start.
- That's about all that I'm going to talk about. My SN is EricWarmenhoven
+ That's about all that I'm going to talk about. My SN is EWarmenhoven
if you have any questions (like what the hell struct gaim_connection is
and what its relation to struct aim_user is).
diff --git a/plugins/gtik.c b/plugins/gtik.c
index a8b79c28e3..140d86849c 100644
--- a/plugins/gtik.c
+++ b/plugins/gtik.c
@@ -16,7 +16,7 @@
* Do not use the Gnome Stock Ticker for making investment decisions,
* it is for informational purposes only.
*
- * Modified by EricWarmenhoven to become a gaim plugin. There was little
+ * Modified by EWarmenhoven to become a gaim plugin. There was little
* enough that needed to be changed that I can't really claim any credit.
* (you need to add -lghttp to the GTK_LIBS part of the Makefile)
* TODO: config, saving info
diff --git a/src/aim.c b/src/aim.c
index eb51ac5386..c3710512fb 100644
--- a/src/aim.c
+++ b/src/aim.c
@@ -388,7 +388,7 @@ void sighandler(int sig)
"and post the backtrace from the core file. If you do not know\n"
"how to get the backtrace, please get instructions at\n"
WEBSITE "gdb.shtml. If you need further\n"
- "assistance, please IM either EricWarmenhoven or RobFlynn and\n"
+ "assistance, please IM either EWarmenhoven or RobFlynn and\n"
"they can help you.\n");
abort();
break;