From 5ecb2a0b5c92201dc8790e16dbd0bb1904e94ab9 Mon Sep 17 00:00:00 2001 From: Paul Mangan Date: Fri, 9 Jun 2006 09:04:36 +0000 Subject: [PATCH 1/1] 2006-06-09 [paul] 2.2.3cvs5 * AUTHORS * src/gtk/authors.h * tools/claws.i18n.status.pl updated with new info --- AUTHORS | 54 ++++++++++++++------------------------ ChangeLog | 7 +++++ PATCHSETS | 1 + configure.ac | 2 +- src/gtk/authors.h | 15 ++++++----- tools/claws.i18n.status.pl | 2 +- 6 files changed, 38 insertions(+), 43 deletions(-) diff --git a/AUTHORS b/AUTHORS index fa60d46cc..f076a3dc5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,10 +1,6 @@ -main-branch (http://sylpheed.good-day.net) - - Hiroyuki Yamamoto - - -claws-branch (http://sylpheed-claws.sourceforge.net) +Sylpheed-Claws (http://www.sylpheed-claws.net) + Holger Berndt Hoa viet Dinh Keith Edmunds Match Grun @@ -15,30 +11,28 @@ claws-branch (http://sylpheed-claws.sourceforge.net) Darko Koruga Colin Leroy Paul Mangan + Ricardo Mones Lastra Leandro A. F. Pereira Luke Plant Martin Schaaf Carsten Schurig Sergey Vlasov + wwp Hiroyuki Yamamoto -sylpheed-w32 (http://www.gnupg.org/cvs-access.html) - - Werner Koch - -sylpheed-claws-w32 (http://www.gpg4win.org) +Sylpheed-Claws-w32 (http://www.gpg4win.org) Werner Koch Thorsten Maerz -sylpheed-claws translation team +Sylpheed-Claws translation team [bg] George Danchev [ca] Miquel Oliete [de] Stephan Sachse [en_GB] Paul Mangan [el] Stavros Giannouris - [es] Ricardo Mones Lastra + [es] Ricardo Mones Lastra [fi] Flammie Pirinen [fr] Fabien Vantard [hr] Dragan @@ -57,39 +51,29 @@ sylpheed-claws translation team [sv] Anders Troback [zh_CN] Hansom Young [zh_TW] Wei-Lun Chao - -sylpheed documentation (http://sylpheeddoc.sourceforge.net) - François Barriere - Martin Bretschneider - Hoa viet Dinh - Melvin Hadasht - Paul Kater - Ricardo Mones Lastra - Jens Oberender - Marcelo Ramos - Guido Rudolphi - Nick Selby +Sypheed-Claws documentation team -user manuals + [en] Ricardo Mones Lastra + Colin Leroy + Paul Mangan + wwp - Yoichi Imai (Japanese) - Paul Kater (English) + [fr] Colin Leroy + wwp -application icon + [pl] Pawel Pekala + +Sylpheed-Claws logo - WAKAI Kazunao + Jesper Schultz other icons Jakub 'jimmac' Steiner Aleksandar Urosevic -Sylpheed-Claws logo - - Jesper Schultz - -contributors (beside the above; based on Changelog) +contributors (in addition to the above; based on Changelog) Alte Pierric Descamps diff --git a/ChangeLog b/ChangeLog index 260ab5a76..4fee3a58e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-06-09 [paul] 2.2.3cvs5 + + * AUTHORS + * src/gtk/authors.h + * tools/claws.i18n.status.pl + updated with new info + 2006-06-09 [paul] 2.2.3cvs4 * README diff --git a/PATCHSETS b/PATCHSETS index 6788316ca..cd055952b 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1565,3 +1565,4 @@ ( cvs diff -u -r 1.36.2.65 -r 1.36.2.66 src/common/utils.c; ) > 2.2.3cvs2.patchset ( cvs diff -u -r 1.1.4.39 -r 1.1.4.40 src/etpan/imap-thread.c; ) > 2.2.3cvs3.patchset ( cvs diff -u -r 1.8.2.10 -r 1.8.2.11 README; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 manual/ack.xml; cvs diff -u -r 1.1.2.19 -r 1.1.2.20 src/gtk/authors.h; ) > 2.2.3cvs4.patchset +( cvs diff -u -r 1.100.2.38 -r 1.100.2.39 AUTHORS; cvs diff -u -r 1.1.2.20 -r 1.1.2.21 src/gtk/authors.h; cvs diff -u -r 1.1.2.9 -r 1.1.2.10 tools/claws.i18n.status.pl; ) > 2.2.3cvs5.patchset diff --git a/configure.ac b/configure.ac index 70d091568..76afacbb3 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=2 MICRO_VERSION=3 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=4 +EXTRA_VERSION=5 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/src/gtk/authors.h b/src/gtk/authors.h index 8ebabab1e..bb09b8074 100644 --- a/src/gtk/authors.h +++ b/src/gtk/authors.h @@ -3,7 +3,7 @@ static char *TEAM_LIST[] = { "Hoà Viêt Dinh ", "Werner Koch ", "Darko Koruga ", -"Ricardo Mones Lastra ", +"Ricardo Mones Lastra ", "Colin Leroy ", "Paul Mangan ", "Martin Schaaf ", @@ -34,7 +34,7 @@ static char *TRANS_TEAM_LIST[] = { "[de] Stephan Sachse ", "[en_GB] Paul Mangan ", "[el] Stavros Giannouris ", -"[es] Ricardo Mones Lastra ", +"[es] Ricardo Mones Lastra ", "[fi] Flammie Pirinen ", "[fr] Fabien Vantard ", "[hr] Dragan ", @@ -56,10 +56,13 @@ NULL }; static char *DOC_TEAM_LIST[] = { -"Ricardo Mones Lastra ", -"Colin Leroy ", -"Paul Mangan ", -"wwp ", +"[en] Ricardo Mones Lastra ", +" Colin Leroy ", +" Paul Mangan ", +" wwp ", +"[fr] Colin Leroy ", +" wwp ", +"[pl] Pawel Pekala ", NULL }; diff --git a/tools/claws.i18n.status.pl b/tools/claws.i18n.status.pl index 917b9d66d..afa144930 100644 --- a/tools/claws.i18n.status.pl +++ b/tools/claws.i18n.status.pl @@ -41,7 +41,7 @@ 'de.po' => 'Stephan Sachse ', 'el.po' => 'Stavros Giannouris ', 'en_GB.po' => 'Paul Mangan ', - 'es.po' => 'Ricardo Mones Lastra ', + 'es.po' => 'Ricardo Mones Lastra ', 'fi.po' => 'Flammie Pirinen ', 'fr.po' => 'Fabien Vantard ', 'hr.po' => 'Dragan Leskovar ', -- 2.25.1