pidgin: ff389b62: Sync up the developer and CPW lists. Th...

rlaager at pidgin.im rlaager at pidgin.im
Sun May 25 13:45:43 EDT 2008


-----------------------------------------------------------------
Revision: ff389b62b9d93369d7d6f96ca3e913c108d21523
Ancestor: 217103c3e954ff2d295a6590ad3477d357894f9c
Author: rlaager at pidgin.im
Date: 2008-05-25T17:39:29
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/ff389b62b9d93369d7d6f96ca3e913c108d21523

Modified files:
        AUTHORS doc/pidgin.1.in pidgin/gtkdialogs.c

ChangeLog: 

Sync up the developer and CPW lists.  This also sorts Sean Egan in with
the rest of us, on the assumption that "Passing the baton" wasn't an April
Fool's joke.  Sean, perhaps you want to list yourself as "developer &
former lead developer" instead of just "developer"?  Mark, are you going by
"maintainer" now?

-------------- next part --------------
============================================================
--- AUTHORS	09ae0ea616c7354b8322e4dd3eef7d19acc09ff8
+++ AUTHORS	906693bf53162dc7f093b52ca1f8eb8f409761ed
@@ -8,14 +8,6 @@ Current Developers:
 Current Developers:
 ------------------
 
-Sean Egan <seanegan at gmail.com> - Lead Developer
-	AIM: SeanEgn
-	ICQ: 96642211
-	Yahoo:	SeanEgn
-	MSN:  seanegn at hotmail.com
-	XMPP:  seanegn at jabber.org
-	Gadu-Gadu:  1511497
-
 Daniel 'datallah' Atallah - Developer
 John 'rekkanoryo' Bailey - Developer
 Ethan 'Paco-Paco' Blanton - Developer
@@ -23,6 +15,7 @@ Mark 'KingAnt' Doliner - Developer
 Ka-Hing Cheung - Developer
 Sadrul Habib Chowdhury - Developer
 Mark 'KingAnt' Doliner - Developer
+Sean Egan - Developer
 Casey Harkins - Developer
 Gary 'grim' Kramlich - Developer
 Richard 'rlaager' Laager - Developer
@@ -41,6 +34,7 @@ Crazy Patch Writers:
 
 Crazy Patch Writers:
 -------------------
+Felipe 'shx' Contreras
 Dennis 'EvilDennisR' Ristuccia
 Peter 'Fmoo' Ruibal
 Elliott 'QuLogic' Sales de Andrade
@@ -61,7 +55,6 @@ Retired Crazy Patch Writers:
 
 Retired Crazy Patch Writers:
 ---------------------------
-Felipe 'shx' Contreras
 Decklin Foster
 Peter 'Bleeter' Lawler
 Robert 'Robot101' McQueen
============================================================
--- doc/pidgin.1.in	e97f051b8ff5167395fdd0a1281ec6f4c5ffe73a
+++ doc/pidgin.1.in	737d06ef5aafaa0fe92e05e6f5944ad4f0ec06a4
@@ -1,4 +1,4 @@
-.\" Copyright (c) 2000, Dennis Ristuccia <dennis at dennisr.net>
+Ri.\" Copyright (c) 2000, Dennis Ristuccia <dennis at dennisr.net>
 .\"
 .\" This is free documentation; you can redistribute it and/or
 .\" modify it under the terms of the GNU General Public License as
@@ -550,8 +550,6 @@ Pidgin's active developers are:
 .SH AUTHORS
 Pidgin's active developers are:
 .br
-  Sean Egan (lead developer) <\fIseanegan at gmail.com\fR>
-.br
   Daniel 'datallah' Atallah (developer)
 .br
   John 'rekkanoryo' Bailey (developer)
@@ -566,6 +564,8 @@ Pidgin's active developers are:
 .br
   Mark 'KingAnt' Doliner (developer) <\fIthekingant at users.sourceforge.net\fR>
 .br
+  Sean Egan (developer) <\fIseanegan at gmail.com\fR>
+.br
   Casey Harkins (developer)
 .br
   Gary 'grim' Kramlich (developer)
@@ -600,6 +600,8 @@ Our crazy patch writers include:
 
 Our crazy patch writers include:
 .br
+  Felipe 'shx' Contreras
+.br
   Dennis 'EvilDennisR' Ristuccia
 .br
   Peter 'fmoo' Ruibal
@@ -608,6 +610,8 @@ Our crazy patch writers include:
 .br
   Gabriel 'Nix' Schulhof
 .br
+  Jorge 'Masca' Villaseñor
+.br
 
 
 Our artists are:
@@ -640,8 +644,6 @@ Our retired crazy patch writers include:
 
 Our retired crazy patch writers include:
 .br
-  Felipe 'shx' Contreras
-.br
   Decklin Foster
 .br
   Peter 'Bleeter' Lawler
============================================================
--- pidgin/gtkdialogs.c	afb81daeaf0ecec1d4f158f210a38d2f5a8f1d17
+++ pidgin/gtkdialogs.c	6be76cecc2c1b84575a65c09cb04019ba23cd274
@@ -67,9 +67,8 @@ struct artist {
 	char *email;
 };
 
-/* Order: Lead Developer, then Alphabetical by Last Name */
+/* Order: Alphabetical by Last Name */
 static const struct developer developers[] = {
-	{"Sean Egan",					N_("lead developer"), "sean.egan at gmail.com"},
 	{"Daniel 'datallah' Atallah",	N_("developer"), NULL},
 	{"John 'rekkanoryo' Bailey",	N_("developer"), NULL},
 	{"Ethan 'Paco-Paco' Blanton",	N_("developer"), NULL},
@@ -77,6 +76,7 @@ static const struct developer developers
 	{"Ka-Hing Cheung",				N_("developer"), NULL},
 	{"Sadrul Habib Chowdhury",		N_("developer"), NULL},
 	{"Mark 'KingAnt' Doliner",		N_("developer"), NULL},
+	{"Sean Egan",					N_("developer"), "sean.egan at gmail.com"},
 	{"Casey Harkins",               N_("developer"),   NULL},
 	{"Gary 'grim' Kramlich",		N_("developer"), NULL},
 	{"Richard 'rlaager' Laager",	N_("developer"), NULL},


More information about the Commits mailing list