]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Mention the PO mode changes.
authorBruno Haible <bruno@clisp.org>
Sat, 8 May 2010 23:59:15 +0000 (01:59 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 9 May 2010 00:31:36 +0000 (02:31 +0200)
ChangeLog
NEWS
gettext-tools/misc/ChangeLog

index 2ae01c3f6b69ab44f8866b60be227aa0bc36b8c1..e3e0af422d5ed5f2d07155e621e201bb13bb4bc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-08  Bruno Haible  <bruno@clisp.org>
+
+       * NEWS: Mention the PO mode changes.
+
 2010-04-02  Bruno Haible  <bruno@clisp.org>
 
        Remove autoconf-lib-link directory, obsoleted by gnulib.
diff --git a/NEWS b/NEWS
index ed9a45786d18acec8e896b4a1bb02634ef164eae..5187da526f8c27fc255ad11fb41b6c20f1560d87 100644 (file)
--- 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.
 
index cedc635f11e167cffc813ac049744aebc93055d9..dd6de8dd558d303161f66fecc9ab41f728adcc7a 100644 (file)
@@ -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
+       <http://lists.gnu.org/archive/html/bug-gnu-utils/2008-05/msg00032.html>.
 
 2010-05-08  Bruno Haible  <bruno@clisp.org>