2006-11-09 [paul] 2.6.0cvs19
* src/gtk/authors.h keep tje alphabetical order
This commit is contained in:
parent
485b714dbc
commit
7d2df8c718
4 changed files with 12 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-11-09 [paul] 2.6.0cvs19
|
||||
|
||||
* src/gtk/authors.h
|
||||
keep tje alphabetical order
|
||||
|
||||
2006-11-08 [colin] 2.6.0cvs18
|
||||
|
||||
* src/etpan/imap-thread.c
|
||||
|
|
|
@ -2043,3 +2043,4 @@
|
|||
( cvs diff -u -r 1.9.2.29 -r 1.9.2.30 src/common/defs.h; ) > 2.6.0cvs16.patchset
|
||||
( cvs diff -u -r 1.25.2.13 -r 1.25.2.14 tools/Makefile.am; ) > 2.6.0cvs17.patchset
|
||||
( cvs diff -u -r 1.1.4.56 -r 1.1.4.57 src/etpan/imap-thread.c; ) > 2.6.0cvs18.patchset
|
||||
( cvs diff -u -r 1.1.2.27 -r 1.1.2.28 src/gtk/authors.h; ) > 2.6.0cvs19.patchset
|
||||
|
|
|
@ -11,7 +11,7 @@ MINOR_VERSION=6
|
|||
MICRO_VERSION=0
|
||||
INTERFACE_AGE=0
|
||||
BINARY_AGE=0
|
||||
EXTRA_VERSION=18
|
||||
EXTRA_VERSION=19
|
||||
EXTRA_RELEASE=
|
||||
EXTRA_GTK2_VERSION=
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
static char *TEAM_LIST[] = {
|
||||
"Holger Berndt <berndth@users.sf.net>",
|
||||
"Tristan Chabredier <wwp@users.sf.net>",
|
||||
"Hoà Viêt Dinh <hoa@users.sf.net>",
|
||||
"Werner Koch <wk@gnupg.org>",
|
||||
"Darko Koruga <darko@users.sf.net>",
|
||||
|
@ -7,7 +8,6 @@ static char *TEAM_LIST[] = {
|
|||
"Colin Leroy <colin@colino.net>",
|
||||
"Paul Mangan <claws@thewildbeast.co.uk>",
|
||||
"Martin Schaaf <mascha1@users.sf.net>",
|
||||
"Tristan Chabredier <wwp@users.sf.net>",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
@ -56,12 +56,12 @@ NULL
|
|||
};
|
||||
|
||||
static char *DOC_TEAM_LIST[] = {
|
||||
"[en] Ricardo Mones Lastra <ricardo@mones.org>",
|
||||
"[en] Tristan Chabredier <wwp@users.sf.net>Ricardo Mones Lastra <ricardo@mones.org>",
|
||||
" Ricardo Mones Lastra <ricardo@mones.org>",
|
||||
" Colin Leroy <colin@colino.net>",
|
||||
" Paul Mangan <claws@thewildbeast.co.uk>",
|
||||
" Tristan Chabredier <wwp@users.sf.net>",
|
||||
"[fr] Colin Leroy <colin@colino.net>",
|
||||
" Tristan Chabredier <wwp@users.sf.net>",
|
||||
"[fr] Tristan Chabredier <wwp@users.sf.net>",
|
||||
" Colin Leroy <colin@colino.net>",
|
||||
"[pl] Pawel Pekala <c0rn@gazeta.pl>",
|
||||
NULL
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue