From: Bruno Haible Date: Tue, 7 Sep 2004 11:49:39 +0000 (+0000) Subject: Update the list of source files. X-Git-Tag: v0.14.2~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a67c80800bfbd743573ddd9a0b96c2f4bd001d1;p=thirdparty%2Fgettext.git Update the list of source files. --- diff --git a/gettext-tools/po/ChangeLog b/gettext-tools/po/ChangeLog index 80ae8e411..050910388 100644 --- a/gettext-tools/po/ChangeLog +++ b/gettext-tools/po/ChangeLog @@ -1,3 +1,7 @@ +2004-09-06 Bruno Haible + + * POTFILES.in: Update. + 2004-09-06 Bruno Haible * Makevars (XGETTEXT_OPTIONS): Recognize error_logger calls. diff --git a/gettext-tools/po/POTFILES.in b/gettext-tools/po/POTFILES.in index 76d80c6af..858df7b9f 100644 --- a/gettext-tools/po/POTFILES.in +++ b/gettext-tools/po/POTFILES.in @@ -1,5 +1,5 @@ # List of files which contain translatable strings. -# Copyright (C) 1995, 1998, 2001-2003 Free Software Foundation, Inc. +# Copyright (C) 1995, 1998, 2001-2004 Free Software Foundation, Inc. # For updating this file, look at the result of: # $ grep -l '[^A-Za-z_]_(' {lib,src}/*.[chly] @@ -8,12 +8,15 @@ lib/argmatch.c lib/closeout.c lib/copy-file.c +lib/csharpcomp.c +lib/csharpexec.c lib/error.c lib/execute.c lib/getopt.c lib/javacomp.c lib/javaexec.c lib/obstack.c +lib/pipe.c lib/pipe-bidi.c lib/pipe-in.c lib/pipe-out.c @@ -25,8 +28,10 @@ lib/xsetenv.c # Package source files src/file-list.c +src/format.c src/format-awk.c src/format-c.c +src/format-csharp.c src/format-elisp.c src/format-gcc-internal.c src/format-invalid.h @@ -42,6 +47,7 @@ src/format-qt.c src/format-sh.c src/format-tcl.c src/format-ycp.c +src/gettext-po.c src/hostname.c src/msgattrib.c src/msgcat.c @@ -65,20 +71,25 @@ src/po-charset.c src/po-gram-gen.y src/po-lex.h src/po-lex.c +src/read-csharp.c src/read-java.c src/read-mo.c src/read-po.c src/read-properties.c +src/read-resources.c src/read-stringtable.c src/read-tcl.c src/urlget.c +src/write-csharp.c src/write-java.c src/write-mo.c src/write-po.c src/write-qt.c +src/write-resources.c src/write-tcl.c src/x-awk.c src/x-c.c +src/x-csharp.c src/x-elisp.c src/x-glade.c src/x-java.c