+2011-04-13 Bruno Haible <bruno@clisp.org>
+
+ * msgcat.texi: Fix description of --use-first.
+ * msgcomm.texi: Fix typo.
+ Reported by Matthijs Kooijman.
+
2010-12-14 Bruno Haible <bruno@clisp.org>
* xgettext.texi: Mention that -L also supports Shell.
before messages are printed. Conversely, the @code{--less-than} option may be
used to specify less commonality before messages are printed (i.e.@:
@samp{--less-than=2} will only print the unique messages). Translations,
-comments and extract comments will be cumulated, except that if
-@code{--use-first} is specified, they will be taken from the first PO file
-to define them. File positions from all PO files will be cumulated.
+comments, extracted comments, and file positions will be cumulated, except that
+if @code{--use-first} is specified, they will be taken from the first PO file
+to define them.
@subsection Input file location
before messages are printed. Conversely, the @code{--less-than} option may be
used to specify less commonality before messages are printed (i.e.@:
@samp{--less-than=2} will only print the unique messages). Translations,
-comments and extract comments will be preserved, but only from the first
+comments and extracted comments will be preserved, but only from the first
PO file to define them. File positions from all PO files will be
cumulated.
+2011-04-13 Bruno Haible <bruno@clisp.org>
+
+ * msgcat.c (usage): Fix description of --use-first.
+ * msgcomm.c (usage): Fix typo.
+ Reported by Matthijs Kooijman.
+
2011-06-04 Bruno Haible <bruno@clisp.org>
Update after __attibute__ is no longer defined by gnulib.
/* Concatenates several translation catalogs.
- Copyright (C) 2001-2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 2001-2007, 2009-2011 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software: you can redistribute it and/or modify
before messages are printed. Conversely, the --less-than option may be\n\
used to specify less commonality before messages are printed (i.e.\n\
--less-than=2 will only print the unique messages). Translations,\n\
-comments and extract comments will be cumulated, except that if --use-first\n\
-is specified, they will be taken from the first PO file to define them.\n\
-File positions from all PO files will be cumulated.\n\
+comments, extracted comments, and file positions will be cumulated, except\n\
+that if --use-first is specified, they will be taken from the first PO file\n\
+to define them.\n\
"));
printf ("\n");
printf (_("\
/* GNU gettext - internationalization aids
- Copyright (C) 1997-1998, 2000-2007, 2009-2010 Free Software Foundation, Inc.
+ Copyright (C) 1997-1998, 2000-2007, 2009-2011 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
before messages are printed. Conversely, the --less-than option may be\n\
used to specify less commonality before messages are printed (i.e.\n\
--less-than=2 will only print the unique messages). Translations,\n\
-comments and extract comments will be preserved, but only from the first\n\
+comments and extracted comments will be preserved, but only from the first\n\
PO file to define them. File positions from all PO files will be\n\
cumulated.\n\
"));