From: Tristan Chabredier Date: Tue, 1 Aug 2006 10:33:56 +0000 (+0000) Subject: 2006-08-01 [wwp] 2.4.0cvs10 X-Git-Tag: rel_2_5_0~215 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=0fb1da70c023de70382e6c7671972fa795358669 2006-08-01 [wwp] 2.4.0cvs10 * tools/update-po updated update-po tool to work w/ context-dependent translations. Patch by Fabien Vantard . --- diff --git a/ChangeLog b/ChangeLog index 91b5cd6a5..b801bf186 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-01 [wwp] 2.4.0cvs10 + + * tools/update-po + updated update-po tool to work w/ context-dependent translations. + Patch by Fabien Vantard . + 2006-08-01 [wwp] 2.4.0cvs9 * src/matcher.c diff --git a/PATCHSETS b/PATCHSETS index 017daa00e..6d011647c 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1701,3 +1701,4 @@ ( cvs diff -u -r 1.382.2.295 -r 1.382.2.296 src/compose.c; cvs diff -u -r 1.274.2.129 -r 1.274.2.130 src/mainwindow.c; cvs diff -u -r 1.19.2.8 -r 1.19.2.9 src/messageview.h; cvs diff -u -r 1.204.2.93 -r 1.204.2.94 src/prefs_common.c; cvs diff -u -r 1.103.2.55 -r 1.103.2.56 src/prefs_common.h; cvs diff -u -r 1.96.2.128 -r 1.96.2.129 src/textview.c; ) > 2.4.0cvs7.patchset ( cvs diff -u -r 1.100.2.40 -r 1.100.2.41 AUTHORS; cvs diff -u -r 1.1.2.22 -r 1.1.2.23 src/gtk/authors.h; ) > 2.4.0cvs8.patchset ( cvs diff -u -r 1.75.2.28 -r 1.75.2.29 src/matcher.c; cvs diff -u -r 1.59.2.38 -r 1.59.2.39 src/prefs_filtering.c; cvs diff -u -r 1.43.2.41 -r 1.43.2.42 src/prefs_matcher.c; ) > 2.4.0cvs9.patchset +( cvs diff -u -r 1.2.14.1 -r 1.2.14.2 tools/update-po; ) > 2.4.0cvs10.patchset diff --git a/configure.ac b/configure.ac index cfcd4cc34..87bc935b8 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=4 MICRO_VERSION=0 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=9 +EXTRA_VERSION=10 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/tools/update-po b/tools/update-po index bd70e9db8..9fd180d25 100644 --- a/tools/update-po +++ b/tools/update-po @@ -33,7 +33,7 @@ if [ "$1" -a -f "$1" ] ; then sources = \$(shell cat po/POTFILES.in) po/messages.pot: \$(sources) po/POTFILES.in - xgettext --keyword=N_ --keyword=_ --file=po/POTFILES.in \ + xgettext --keyword=N_ --keyword=_ --keyword=Q_ --file=po/POTFILES.in \ --output=po/messages.pot EOF