]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
NEWS: Mention libasprintf change and Tcl bug fix.
authorDaiki Ueno <ueno@gnu.org>
Sat, 6 Jul 2013 23:32:27 +0000 (08:32 +0900)
committerDaiki Ueno <ueno@gnu.org>
Sun, 7 Jul 2013 04:58:54 +0000 (13:58 +0900)
ChangeLog
NEWS
gettext-runtime/ChangeLog
gettext-runtime/NEWS

index a342b4f17c51c01e645e3b884af1b6dff7e02bb2..6a96e1b828a28b3f29b168be6f7b2fc5e2c1d8de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-07-07  Daiki Ueno  <ueno@gnu.org>
+
+       * NEWS: Mention libasprintf change and Tcl bug fix.
+
 2013-06-26  Daiki Ueno  <ueno@gnu.org>
 
        * autogen.sh: Mention GNULIB_TOOL again for off-line bootstrap.
diff --git a/NEWS b/NEWS
index 57bcb1bd2ff7e26344bf99de2c22b8058a189f11..5cbc360370c4a519ebf666b90150bcc8e855b86d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,51 +1,61 @@
-Version 0.18.3 - unreleased
+Version 0.18.3 - July 2013
+
+* Runtime behaviour:
+  On Mac OS X systems, the setlocale() function now properly
+  invalidates loaded message catalogs when a locale has been set.
 
 * Programming languages support:
 
-  - Glade
+  - C++:
+    The gnu::autosprintf class now provides an assignment operator.
 
+  - Glade:
     xgettext now supports GtkBuider file format used by Glade 3.
     xgettext now also extracts contexts (msgctxt) from Glade 2 and
     GtkBuider files.
 
-  - JavaScript
-
-    xgettext now partially supports JavaScript.  Although the current
+  - JavaScript:
+    xgettext now partially supports JavaScript.  Since the current
     JavaScript specification (ECMA-262) does not define the standard
-    set of formatting methods nor translation functions, there is a
-    growing demand for xgettext to extract string literals from
-    JavaScript code in a more reliable way than using the C scanner.
-
-    The implementation supports only a limited set of formatting
-    methods and translation functions commonly used in Gjs and other
-    popular JavaScript libraries.
-
-  - Lua
+    set of formatting methods nor translation functions, the
+    implementation supports only a limited set of formatting methods
+    and translation functions commonly used in Gjs and other popular
+    JavaScript implemenations and libraries.
 
-    xgettext now supports Lua.
-
-  - Python
+  - Lua:
+    xgettext now supports Lua, using Ľubomír Remák's lua-gettext.
 
+  - Python:
     xgettext and msgfmt's format string checking now recognize Python
     format string in braced syntax (PEP 3101).  xgettext now also
     supports explicit string concatenation with '+' and handles
     platform dependent line terminators (LF/CR/CRLF) transparently.
 
-  - Vala
+  - Tcl:
+    Bug fix in xgettext Unicode escape handling.
 
+  - Vala:
     xgettext now supports Vala.
 
 * msgattrib now has --previous option to keep previous msgid when
   making messages fuzzy, similar to msgmerge --previous.
 
+* msgfmt now checks PO file headers more strictly with less
+  false-positives.
+
+* 'gettextize' now checks macro directories specified with
+  AC_CONFIGURE_MACRO_DIRS in configure.ac.
+
 * Portability:
   - msginit now does not require GNU sed.
+  - The Makefile rule for generating en@quot and en@boldquot now uses
+    @SED@ variable instead of hard-coded 'sed' command to allow users
+    to supply GNU sed.
 
 * Future backward-incompatibilities:
   - In future Gettext versions, the files installed by 'gettextize'
     will require Automake 1.10 or later.  This will improve the
     compatibility of user projects with newer Automake versions.
-  - Glade 1 file support may be dropped in the future.
 \f
 Version 0.18.2 - December 2012
 
index 2bbcf14ae2cc5d56ac0d4ac75c4cb548e610a778..d7a69a1c0b27e4a03a8710b60fe6b79d36d13160 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-07  Daiki Ueno  <ueno@gnu.org>
+
+       * NEWS: Mention setlocale() change on Mac OS X.
+
 2013-05-29  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
 
        * configure.ac (AM_INIT_AUTOMAKE): Add 'parallel-tests' option.
index d0d87d96fa77aeb72beaa9b21d545a713589f529..df3d38967ae28b50a6a26abad8fe2ea56e2e2b57 100644 (file)
@@ -1,3 +1,9 @@
+Version 0.18.3 - July 2013
+
+* On Mac OS X systems, the setlocale() function now properly
+  invalidates loaded message catalogs when a locale has been set.
+
+\f
 Version 0.18 - May 2010
 
 * On MacOS X and Windows systems, <libintl.h> now extends setlocale() and