+2002-03-07 Bruno Haible <haible@clisp.cons.org>
+
+ * xgettext.texi: Mention languages Python, Lisp, EmacsLisp, librep,
+ awk, Tcl, RST, Glade.
+ * msgfmt.texi: Mention Tcl mode.
+ * msgunfmt.texi: Likewise.
+
2002-03-05 Bruno Haible <haible@clisp.cons.org>
* gettext.texi (Files You Must Create or Alter): Mention how things
@opindex --java2@r{, @code{msgfmt} option}
Like --java, and assume Java2 (JDK 1.2 or higher).
+@item --tcl
+@opindex --tcl@r{, @code{msgfmt} option}
+@cindex Tcl mode, and @code{msgfmt} program
+Tcl mode: generate a tcl/msgcat @file{.msg} file.
+
@end table
@subsection Output file location
separated with an underscore. The @samp{-d} option is mandatory. The class
is written under the specified directory.
+@subsection Output file location in Tcl mode
+
+@table @samp
+@item -l @var{locale}
+@itemx --locale=@var{locale}
+@opindex -l@r{, @code{msgfmt} option}
+@opindex --locale@r{, @code{msgfmt} option}
+Specify the locale name, either a language specification of the form @var{ll}
+or a combined language and country specification of the form @var{ll_CC}.
+
+@item -d @var{directory}
+@opindex -d@r{, @code{msgfmt} option}
+Specify the base directory of @file{.msg} message catalogs.
+
+@end table
+
+The @samp{-l} and @samp{-d} options are mandatory. The @file{.msg} file is
+written in the specified directory.
+
@subsection Input file interpretation
@table @samp
@opindex -j@r{, @code{msgunfmt} option}
@opindex --java@r{, @code{msgunfmt} option}
@cindex Java mode, and @code{msgunfmt} program
-Java mode: generate a Java @code{ResourceBundle} class.
+Java mode: input is a Java @code{ResourceBundle} class.
+
+@item --tcl
+@opindex --tcl@r{, @code{msgunfmt} option}
+@cindex Tcl mode, and @code{msgunfmt} program
+Tcl mode: input is a tcl/msgcat @file{.msg} file.
@end table
The class name is determined by appending the locale name to the resource name,
separated with an underscore. The class is located using the @code{CLASSPATH}.
+@subsection Input file location in Tcl mode
+
+@table @samp
+@item -l @var{locale}
+@itemx --locale=@var{locale}
+@opindex -l@r{, @code{msgunfmt} option}
+@opindex --locale@r{, @code{msgunfmt} option}
+Specify the locale name, either a language specification of the form @var{ll}
+or a combined language and country specification of the form @var{ll_CC}.
+
+@item -d @var{directory}
+@opindex -d@r{, @code{msgunfmt} option}
+Specify the base directory of @file{.msg} message catalogs.
+
+@end table
+
+The @samp{-l} and @samp{-d} options are mandatory. The @file{.msg} file is
+located in the specified directory.
+
@subsection Output file location
@table @samp
@opindex --language@r{, @code{xgettext} option}
@cindex supported languages, @code{xgettext}
Specifies the language of the input files. The supported languages
-are @code{C}, @code{C++}, @code{ObjectiveC}, @code{PO}, @code{Java},
-@code{YCP}.
+are @code{C}, @code{C++}, @code{ObjectiveC}, @code{PO}, @code{Python},
+@code{Lisp}, @code{EmacsLisp}, @code{librep}, @code{Java}, @code{awk},
+@code{YCP}, @code{Tcl}, @code{RST}, @code{Glade}.
@item -C
@itemx --c++