+2001-07-22 Bruno Haible <haible@clisp.cons.org>
+
+ * xgettext.c (language_to_scanner): Add language "ObjectiveC".
+ (extension_to_language): Map extension "m" to "ObjectiveC".
+
2001-07-22 Bruno Haible <haible@clisp.cons.org>
Make msgcomm work with multidomain input and different encodings.
{
{ "C", scan_c_file, },
{ "C++", scan_c_file, },
+ { "ObjectiveC", scan_c_file, },
{ "PO", read_po_file, },
/* Here will follow more languages and their scanners: awk, perl,
etc... Make sure new scanners honor the --exlude-file option. */
{ "h", "C", },
{ "hh", "C++", },
{ "hpp", "C++", },
+ { "m", "ObjectiveC" },
{ "po", "PO", },
{ "pot", "PO", },
{ "pox", "PO", },