comparison pidgin/gtkdialogs.c @ 19685:5444ab83b30a

Moving Peter Lawler to the retired patch writer category, as requested by Peter Lawler. To be clear, any retired patch writer is welcome to come out of retirement at any time. We'll even give you the same salary you were earning before.
author Mark Doliner <mark@kingant.net>
date Sun, 09 Sep 2007 05:56:56 +0000
parents 8021fe1e2a63
children a5a9dbd1bdeb
comparison
equal deleted inserted replaced
19684:f3e0b1221765 19685:5444ab83b30a
93 }; 93 };
94 94
95 /* Order: Alphabetical by Last Name */ 95 /* Order: Alphabetical by Last Name */
96 static struct developer patch_writers[] = { 96 static struct developer patch_writers[] = {
97 {"John 'rekkanoryo' Bailey", NULL, NULL}, 97 {"John 'rekkanoryo' Bailey", NULL, NULL},
98 {"Peter 'Bleeter' Lawler", NULL, NULL}, 98 {"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL},
99 {"Dennis 'EvilDennisR' Ristuccia", N_("Senior Contributor/QA"), NULL},
100 {"Peter 'Fmoo' Ruibal", NULL, NULL}, 99 {"Peter 'Fmoo' Ruibal", NULL, NULL},
101 {"Gabriel 'Nix' Schulhof", NULL, NULL}, 100 {"Gabriel 'Nix' Schulhof", NULL, NULL},
102 {"Will 'resiak' Thompson", NULL, NULL}, 101 {"Will 'resiak' Thompson", NULL, NULL},
103 {NULL, NULL, NULL} 102 {NULL, NULL, NULL}
104 }; 103 };
120 119
121 /* Order: Alphabetical by Last Name */ 120 /* Order: Alphabetical by Last Name */
122 static struct developer retired_patch_writers[] = { 121 static struct developer retired_patch_writers[] = {
123 {"Felipe 'shx' Contreras", NULL, NULL}, 122 {"Felipe 'shx' Contreras", NULL, NULL},
124 {"Decklin Foster", NULL, NULL}, 123 {"Decklin Foster", NULL, NULL},
124 {"Peter 'Bleeter' Lawler", NULL, NULL},
125 {"Robert 'Robot101' McQueen", NULL, NULL}, 125 {"Robert 'Robot101' McQueen", NULL, NULL},
126 {"Benjamin Miller", NULL, NULL}, 126 {"Benjamin Miller", NULL, NULL},
127 {NULL, NULL, NULL} 127 {NULL, NULL, NULL}
128 }; 128 };
129 129