pidgin: 440326c9: Can I take some liberties?

markdoliner at pidgin.im markdoliner at pidgin.im
Thu Oct 14 02:43:16 EDT 2010


----------------------------------------------------------------------
Revision: 440326c9fa8c9bf5f66376cfcbb63922fb74a822
Parent:   fe36f3cc103e9f3e86937ec01f11257123b961fc
Author:   markdoliner at pidgin.im
Date:     10/14/10 02:37:33
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/440326c9fa8c9bf5f66376cfcbb63922fb74a822

Changelog: 

Can I take some liberties?
* Move Malu and Masca from "CPWw" to "developers" (yay!)
* Move Sean and marv from "developers" to "retired"
* Move DennisR from "CPW" to "retired CPW"

People in the "retired" list should of course feel welcome to come back any
time.  Many of you should still have commit access.  I just think we should
try to keep these lists more up to date, based on who is checking stuff
in and submitting patches

Changes against parent fe36f3cc103e9f3e86937ec01f11257123b961fc

  patched  pidgin/gtkdialogs.c

-------------- next part --------------
============================================================
--- pidgin/gtkdialogs.c	7f478f339be4f668fc52423f4062d0d53a4d521f
+++ pidgin/gtkdialogs.c	4b8a1760095ba877239de0dc6748d68841c3c325
@@ -80,15 +80,14 @@ static const struct developer developers
 	{N_("Ka-Hing Cheung"),                 NULL,                  NULL},
 	{"Sadrul Habib Chowdhury",             NULL,                  NULL},
 	{"Mark 'KingAnt' Doliner",             NULL,                  "mark at kingant.net"},
-	{"Sean Egan",                          NULL,                  "sean.egan at gmail.com"},
 	{"Casey Harkins",                      NULL,                  NULL},
-	{"Ivan Komarov",                       NULL,                  NULL},
+	{"Ivan Komarov",                       NULL,                  "ivan.komarov at pidgin.im"},
 	{"Gary 'grim' Kramlich",               NULL,                  "grim at pidgin.im"},
 	{"Richard 'rlaager' Laager",           NULL,                  "rlaager at pidgin.im"},
+	{"Marcus 'malu' Lundblad",             NULL,                  NULL},
 	{"Sulabh 'sulabh_m' Mahajan",          NULL,                  NULL},
 	{"Richard 'wabz' Nelson",              NULL,                  NULL},
 	{"Etan 'deryni' Reisner",              NULL,                  NULL},
-	{"Tim 'marv' Ringenbach",              NULL,                  NULL},
 	{"Michael 'Maiku' Ruprecht",           N_("voice and video"), NULL},
 	{"Elliott 'QuLogic' Sales de Andrade", NULL,                  NULL},
 	{"Luke 'LSchiere' Schierer",           N_("support"),         "lschiere at users.sf.net"},
@@ -96,16 +95,14 @@ static const struct developer developers
 	{"Kevin 'SimGuy' Stange",              N_("webmaster"),       NULL},
 	{"Will 'resiak' Thompson",             NULL,                  NULL},
 	{"Stu 'nosnilmot' Tomlinson",          NULL,                  NULL},
+	{"Jorge 'Masca' Villase?or",           NULL,                  NULL},
 	{NULL, NULL, NULL}
 };
 
 /* Order: Alphabetical by Last Name */
 static const struct developer patch_writers[] = {
-	{"Marcus 'malu' Lundblad",         NULL,                        NULL},
-	{"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL},
 	{"Peter 'Fmoo' Ruibal",            NULL,                        NULL},
 	{"Gabriel 'Nix' Schulhof",         NULL,                        NULL},
-	{"Jorge 'Masca' Villase?or",       NULL,                        NULL},
 	{NULL, NULL, NULL}
 };
 
@@ -114,6 +111,7 @@ static const struct developer retired_de
 	{"Herman Bloggs",               N_("win32 port"),          "herman at bluedigits.com"},
 	{"Thomas Butter",               NULL,                      NULL},
 	{"Jim Duchek",                  N_("maintainer"),          "jim at linuxpimps.com"},
+	{"Sean Egan",                   NULL,                      "sean.egan at gmail.com"},
 	{"Rob Flynn",                   N_("maintainer"),          NULL},
 	{"Adam Fritzler",               N_("libfaim maintainer"),  NULL},
 	{"Christian 'ChipX86' Hammond", N_("webmaster"),           NULL},
@@ -121,6 +119,7 @@ static const struct developer retired_de
 	{"Syd Logan",                   N_("hacker and designated driver [lazy bum]"), NULL},
 	{"Christopher 'siege' O'Brien", NULL,                      "taliesein at users.sf.net"},
 	{"Bartosz Oler",                NULL,                      NULL},
+	{"Tim 'marv' Ringenbach",       NULL,                      NULL},
 	{"Megan 'Cae' Schneider",       N_("support/QA"),          NULL},
 	{"Jim Seymour",                 N_("XMPP"),                NULL},
 	{"Mark Spencer",                N_("original author"),     "markster at marko.net"},
@@ -133,6 +132,7 @@ static const struct developer retired_pa
 static const struct developer retired_patch_writers[] = {
 	{"Felipe 'shx' Contreras",    NULL, NULL},
 	{"Decklin Foster",            NULL, NULL},
+	{"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL},
 	{"Peter 'Bleeter' Lawler",    NULL, NULL},
 	{"Robert 'Robot101' McQueen", NULL, NULL},
 	{"Benjamin Miller",           NULL, NULL},


More information about the Commits mailing list