From: Bruno Haible Date: Tue, 5 Mar 2002 14:04:33 +0000 (+0000) Subject: Update for 0.11.1. X-Git-Tag: v0.11.1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cf89c761669c241cf73e6a35fbd8724012acf29;p=thirdparty%2Fgettext.git Update for 0.11.1. --- diff --git a/NEWS b/NEWS index 836e43d45..cd78da331 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Version 0.11.1 - March 2002 + +* xgettext now also supports Python, Tcl, Awk and Glade. + +* msgfmt can create (and msgunfmt can dump) Tcl message catalogs. + +* msggrep has a new option -C that allows to search for strings in translator + comments. + Version 0.11 - January 2002 * New programs: diff --git a/PACKAGING b/PACKAGING index 14a5c79d5..5188e9587 100644 --- a/PACKAGING +++ b/PACKAGING @@ -55,8 +55,8 @@ following file list. $prefix/doc/gettext/javadoc2/* $prefix/doc/gettext/gettext_*.html $prefix/info/gettext.info* - $prefix/lib/libgettextlib.* - $prefix/lib/libgettextsrc.* + $prefix/lib/libgettextlib* + $prefix/lib/libgettextsrc* $prefix/lib/gettext/* $prefix/share/locale/*/LC_MESSAGES/gettext.mo $prefix/share/gettext/config.rpath @@ -65,6 +65,7 @@ following file list. $prefix/share/gettext/projects/* $prefix/share/gettext/gettext.h $prefix/share/gettext/gettext.jar + $prefix/share/gettext/msgunfmt.tcl $prefix/share/aclocal/codeset.m4 $prefix/share/aclocal/gettext.m4 $prefix/share/aclocal/glibc21.m4 diff --git a/TODO b/TODO index d41cb8f15..a3caf952c 100644 --- a/TODO +++ b/TODO @@ -4,4 +4,4 @@ should have/provide. If you have further suggestions please tell me. * documentation, documentation, documentation ... * make xgettext understand other languages beside C/C++: Shell scripts, - Perl, Tcl?, Scheme + Perl, Scheme diff --git a/src/FILES b/src/FILES index 0c25794a1..bf082e75d 100644 --- a/src/FILES +++ b/src/FILES @@ -126,6 +126,10 @@ po-time.h po-time.c Create time stamps for use in PO/POT files. +plural-table.h +plural-table.c + Table of plural form formulas. + +-------------- The 'msginit' program | hostname.c | The 'hostname' program. @@ -164,6 +168,7 @@ format-lisp.c Format string handling for Common Lisp. format-elisp.c Format string handling for Emacs Lisp. format-librep.c Format string handling for librep. format-java.c Format string handling for Java. +format-awk.c Format string handling for awk. format-pascal.c Format string handling for Object Pascal. format-ycp.c Format string handling for YCP. format-tcl.c Format string handling for Tcl. @@ -199,6 +204,9 @@ format.c Table of the language dependent format string handlers. | x-po.h | x-po.c | String extractor from PO files. +| x-python.h +| x-python.c +| String extractor for Python. | x-lisp.h | x-lisp.c | String extractor for Common Lisp. @@ -211,6 +219,9 @@ format.c Table of the language dependent format string handlers. | x-java.h | x-java.l | String extractor for Java. +| x-awk.h +| x-awk.c +| String extractor for awk. | x-ycp.h | x-ycp.c | String extractor for YCP. @@ -220,6 +231,9 @@ format.c Table of the language dependent format string handlers. | x-rst.h | x-rst.c | String extractor from .rst files, for Object Pascal. +| x-glade.h +| x-glade.c +| String extractor from .glade files, GNOME GUI descriptions. | xgettext.c | Main source for the 'xgettext' program. |