From: <the...@us...> - 2006-10-11 08:59:03
|
Revision: 17460 http://svn.sourceforge.net/gaim/?rev=17460&view=rev Author: thekingant Date: 2006-10-11 01:58:59 -0700 (Wed, 11 Oct 2006) Log Message: ----------- Sadrul is officially a developer now. Let me know if I missed any places. Also, anyone listed here should feel free to add or remove their email address, IM screen names, description, etc. as they see fit. Modified Paths: -------------- trunk/AUTHORS trunk/gtk/gtkdialogs.c Modified: trunk/AUTHORS =================================================================== --- trunk/AUTHORS 2006-10-11 04:27:17 UTC (rev 17459) +++ trunk/AUTHORS 2006-10-11 08:58:59 UTC (rev 17460) @@ -20,6 +20,7 @@ Daniel 'datallah' Atallah Ethan 'Paco-Paco' Blanton - Developer Thomas Butter - Developer +Sadrul Habib Chowdhury - Developer Mark 'KingAnt' Doliner - Developer Christian 'ChipX86' Hammond - Developer & Webmaster Gary 'grim' Kramlich - Developer @@ -36,7 +37,6 @@ Crazy Patch Writers: ------------------- Ka-Hing 'javabsp' Cheung -Sadrul Habib Chowdhury Felipe 'shx' Contreras Decklin Foster Peter 'Bleeter' Lawler Modified: trunk/gtk/gtkdialogs.c =================================================================== --- trunk/gtk/gtkdialogs.c 2006-10-11 04:27:17 UTC (rev 17459) +++ trunk/gtk/gtkdialogs.c 2006-10-11 08:58:59 UTC (rev 17460) @@ -64,9 +64,10 @@ /* Order: Lead Developer, then Alphabetical by Last Name */ static struct developer developers[] = { {"Sean Egan", N_("lead developer"), "sea...@gm..."}, - {"Daniel 'datallah' Atallah", N_("developer"), NULL}, + {"Daniel 'datallah' Atallah", N_("developer"), NULL}, {"Ethan 'Paco-Paco' Blanton", N_("developer"), NULL}, - {"Thomas Butter", N_("developer"), NULL}, + {"Thomas Butter", N_("developer"), NULL}, + {"Sadrul Habib Chowdhury", N_("developer"), NULL}, {"Mark 'KingAnt' Doliner", N_("developer"), NULL}, {"Christian 'ChipX86' Hammond", N_("developer & webmaster"), NULL}, {"Gary 'grim' Kramlich", N_("developer"), NULL}, @@ -85,7 +86,6 @@ /* Order: Alphabetical by Last Name */ static struct developer patch_writers[] = { {"Ka-Hing 'javabsp' Cheung", NULL, NULL}, - {"Sadrul Habib Chowdhury", NULL, NULL}, {"Felipe 'shx' Contreras", NULL, NULL}, {"Decklin Foster", NULL, NULL}, {"Casey Harkins", NULL, NULL}, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |