I pushed the first patch below to branch-2.4.3, branch-2.5, and master. I pushed the second to branch-2.5 and master. The second is not necessary for branch-2.4.3.
>From 4b07bd01d81cca58fb8e0ca86ea40669895fd90c Mon Sep 17 00:00:00 2001 From: Joel E. Denny <[email protected]> Date: Wed, 28 Jul 2010 21:46:07 -0400 Subject: [PATCH] i18n: fix for gnulib. * po/POTFILES.in: Add remaining gnulib files that have translatable strings. --- ChangeLog | 6 ++++++ po/POTFILES.in | 3 +++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5bd1a04..68c1aac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-07-28 Joel E. Denny <[email protected]> + + i18n: fix for gnulib. + * po/POTFILES.in: Add remaining gnulib files that have + translatable strings. + 2010-07-25 Joel E. Denny <[email protected]> maint: use announce-gen's new --mail-headers. diff --git a/po/POTFILES.in b/po/POTFILES.in index b2b8b5d..8fdf47b 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -21,6 +21,9 @@ lib/bitset_stats.c lib/error.c lib/getopt.c lib/obstack.c +lib/pipe.c lib/quotearg.c lib/timevar.c +lib/w32spawn.h +lib/wait-process.c lib/xalloc-die.c -- 1.7.0.4 >From 82df2d6dd61f07bbf7e82c90a7b4c18752a325c0 Mon Sep 17 00:00:00 2001 From: Joel E. Denny <[email protected]> Date: Wed, 28 Jul 2010 21:59:34 -0400 Subject: [PATCH] i18n: update. * po/POTFILES.in: Add src/graphviz.c. --- ChangeLog | 5 +++++ po/POTFILES.in | 1 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index e074a92..17d56ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-07-28 Joel E. Denny <[email protected]> + i18n: update. + * po/POTFILES.in: Add src/graphviz.c. + +2010-07-28 Joel E. Denny <[email protected]> + i18n: fix for gnulib. * po/POTFILES.in: Add remaining gnulib files that have translatable strings. diff --git a/po/POTFILES.in b/po/POTFILES.in index 552076b..8c1b596 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -3,6 +3,7 @@ src/conflicts.c src/files.c src/getargs.c src/gram.c +src/graphviz.c src/location.c src/main.c src/muscle-tab.c -- 1.7.0.4
