]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Put changes since 0.10.35 ahead.
authorBruno Haible <bruno@clisp.org>
Fri, 16 Jun 2000 20:27:14 +0000 (20:27 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 16 Jun 2000 20:27:14 +0000 (20:27 +0000)
Mention plural handling and automatic iconv.

NEWS

diff --git a/NEWS b/NEWS
index e2170c438ae646f05afcff6fc2c460559e3093f3..a747cdbf5ee8e66c0269dee6c93d923df284b087 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,29 @@
-Version 0.10.36 - June 1998, by Ulrich Drepper
+Version 0.10.36 - XXX 2000, by Ulrich Drepper
+
+* General plural handling. New functions ngettext, dngettext, dcngettext.
+
+* Locales which differ only in the character encoding, for example ja_JP and
+  ja_JP.UTF-8, can now share the same message catalogs. gettext converts
+  the messages to the appropriate character encoding on the fly.
+
+* PO mode changes:
+
+** PO mode does not use recursive edit anymore, many edits may be worked on
+   simultaneously in a single PO file.
+
+** PO mode may handle many translation files at once while correlating related
+   entries, for helping multilingual or cultured translators.
+
+** On recent Emacses, PO mode automatically use proper fonts when available.
+
+** PO mode supports marking of C++ sources.
+
+** highlights original message while editing the translation
+
+** PO mode has commands to mail messages to teams or to the translation
+   coordinator, with automatic inclusion of the current PO file.
+\f
+Version 0.10.35 - April 1998, by Ulrich Drepper
 
 * by default the emulation of gettext using the catgets() functions of
   the C library is not selected anymore.  GNU gettext has so many nice
@@ -76,21 +101,6 @@ Version 0.10.36 - June 1998, by Ulrich Drepper
   files
 
 * many more translations.
-
-* PO mode does not use recursive edit anymore, many edits may be worked on
-  simultaneously in a single PO file.
-
-* PO mode may handle many translation files at once while correlating related
-  entries, for helping multilingual or cultured translators.
-
-* On recent Emacses, PO mode automatically use proper fonts when available.
-
-* PO mode supports marking of C++ sources.
-
-* highlights original message while editing the translation
-
-* PO mode has commands to mail messages to teams or to the translation
-coordinator, with automatic inclusion of the current PO file.
 \f
 Version 0.10 - December 1995, by Ulrich Drepper