]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update: smalltalk, --check-accelerators, po-mode, fuzzy header.
authorBruno Haible <bruno@clisp.org>
Mon, 19 Nov 2001 11:02:15 +0000 (11:02 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 21:20:30 +0000 (23:20 +0200)
NEWS

diff --git a/NEWS b/NEWS
index bcf93032985881aa397d35c28b909ff66ebe302d..14a557c3e8343308a8ea76c5fe251a9acca052b8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,16 +14,18 @@ Version 0.11 - XXX 2001
 
 * xgettext now also supports Java, ObjectPascal, YCP.
 
-* The tools now know about format strings in languages other than C.  They
-  recognize new message flags named lisp-format, java-format, python-format,
-  ycp-format.  When such a flag is present, the msgfmt program verifies the
-  consistency of the translated and the untranslated format string.
+* The tools now know about format strings in languages other than C.
+  They recognize new message flags named lisp-format, smalltalk-format,
+  java-format, python-format, ycp-format.  When such a flag is present,
+  the msgfmt program verifies the consistency of the translated and the
+  untranslated format string.
 
 * The msgfmt command line options have changed.  Option -c now also checks
-  the header entry, a check which was previously activated through -v.  Option
-  -C corresponds to the compatibility checks previously activated through -v -v.
-  Option -v now only increases verbosity and doesn't influence whether msgfmt
-  succeeds or fails.
+  the header entry, a check which was previously activated through -v.
+  Option -C corresponds to the compatibility checks previously activated
+  through -v -v.  Option -v now only increases verbosity and doesn't
+  influence whether msgfmt succeeds or fails.  A new option
+  --check-accelerators is useful for GUI menu item translations.
 
 * msgcomm now writes its results to standard output by default. The options
   -d/--default-domain and -p/--output-dir have been removed.
@@ -31,10 +33,14 @@ Version 0.11 - XXX 2001
 * Manual pages for all the programs have been added.
 
 * PO mode changes:
-  New key bindings for 'po-previous-fuzzy-entry',
-  'po-previous-obsolete-entry', 'po-previous-translated-entry',
-  'po-previous-untranslated', 'po-undo', 'po-other-window', and
-  'po-select-auxiliary'.
+  - New key bindings for 'po-previous-fuzzy-entry',
+    'po-previous-obsolete-entry', 'po-previous-translated-entry',
+    'po-previous-untranslated', 'po-undo', 'po-other-window', and
+    'po-select-auxiliary'.
+  - Support for merging two message catalogs, based on msgcat and ediff.
+
+* A fuzzy attribute of the header entry of a message catalog is now ignored
+  by the tools, i.e. it is used even if marked fuzzy.
 \f
 Version 0.10.40 - September 2001