]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Prepare for 0.11.1.
authorBruno Haible <bruno@clisp.org>
Tue, 5 Mar 2002 14:07:49 +0000 (14:07 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:07:47 +0000 (12:07 +0200)
src/ChangeLog
src/xgettext.c

index fc2237caef34aa66dc64ff8f079c7fcf3d9ccfc8..078fcd344e13c042cff38d97393709f0893dfec1 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-05  Bruno Haible  <bruno@clisp.org>
+
+       * xgettext.c (usage): Mention languages Python, awk, Tcl, RST, Glade.
+
 2002-03-03  Bruno Haible  <bruno@clisp.org>
 
        * message.h (format_type): New enum value 'format_tcl'.
index cc6a43201bb7c286677d26076f9829b1fdf71a14..07bd3e90b0215dc237408f1081295bbf7142416f 100644 (file)
@@ -564,8 +564,9 @@ If output file is -, output is written to standard output.\n\
       printf (_("\
 Choice of input file language:\n\
   -L, --language=NAME            recognise the specified language\n\
-                                   (C, C++, ObjectiveC, PO, Lisp, EmacsLisp,\n\
-                                   librep, Java, YCP)\n\
+                                   (C, C++, ObjectiveC, PO, Python, Lisp,\n\
+                                   EmacsLisp, librep, Java, awk, YCP, Tcl,\n\
+                                   RST, Glade)\n\
   -C, --c++                      shorthand for --language=C++\n\
 By default the language is guessed depending on the input file name extension.\n\
 "));