]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update for 0.11.1.
authorBruno Haible <bruno@clisp.org>
Tue, 5 Mar 2002 14:04:33 +0000 (14:04 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:07:46 +0000 (12:07 +0200)
NEWS
PACKAGING
TODO
src/FILES

diff --git a/NEWS b/NEWS
index 836e43d458cf22fc3211754f49d4a5d334af0f9e..cd78da331ddf28bbdb8095c4ccd664939d9d998a 100644 (file)
--- 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.
+\f
 Version 0.11 - January 2002
 
 * New programs:
index 14a5c79d551e52db0ad96c22bf660d574a0a869c..5188e9587453a4d87f239e166f639265f880b717 100644 (file)
--- 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 d41cb8f153fd969aea5216607a948b24cc2d08a5..a3caf952c4d199072d6b35de5ec580d2f5fd3d89 100644 (file)
--- 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
index 0c25794a1bef4b3dea6685da9734656cb5ac381f..bf082e75dd2e7b3d70b293b48ef5e32989c30efa 100644 (file)
--- 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.
 |