From: Bruno Haible Date: Sat, 8 May 2010 23:59:15 +0000 (+0200) Subject: Mention the PO mode changes. X-Git-Tag: v0.18~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=752f12bc720405fc4a7eae2fecd9d0c30606b31d;p=thirdparty%2Fgettext.git Mention the PO mode changes. --- diff --git a/ChangeLog b/ChangeLog index 2ae01c3f6..e3e0af422 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-05-08 Bruno Haible + + * NEWS: Mention the PO mode changes. + 2010-04-02 Bruno Haible Remove autoconf-lib-link directory, obsoleted by gnulib. diff --git a/NEWS b/NEWS index ed9a45786..5187da526 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,11 @@ Version 0.18 - January 2008 * autopoint can now be used to update several PO directories all together. +* PO mode changes: + - PO files with plural entries are now correctly handled. + - Editing a message with previous msgid (in comments) removes these + comments. Contributed by Noritada Kobayashi. + * The po/Makevars file has a new field MSGMERGE_OPTIONS, that can be used to adjust msgmerge's operation. diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index cedc635f1..dd6de8dd5 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -24,6 +24,8 @@ (po-previous-untranslated-region-for, po-previous-untranslated-regions, po-delete-previous-untranslated, po-maybe-delete-previous-untranslated): New functions. + Reported in + . 2010-05-08 Bruno Haible