From: Bruno Haible Date: Tue, 14 Apr 2020 11:57:10 +0000 (+0200) Subject: Update NEWS files after version 0.20.2 was released. X-Git-Tag: v0.21~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=453812d9c98e6ba61c63d9cdebe4462c60af056c;p=thirdparty%2Fgettext.git Update NEWS files after version 0.20.2 was released. --- diff --git a/NEWS b/NEWS index 9ec77fde8..81838e0a3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Version 0.21 - April 2020 + +* Programming languages support: + - Shell: + o xgettext now recognizes and ignores 'env' invocations and environment + variable assignments in front of commands. + - Java: + o xgettext now recognizes format strings in the Formatter syntax. They + are marked as 'java-printf-format' in POT and PO files. + o xgettext now recognizes text blocks as string literals. + - JavaScript: + xgettext parses JSX expressions more reliably. + +* Libtextstyle: + - Added support for emitting hyperlinks. + - New API for doing formatted output. + - The example programs support the NO_COLOR environment variable. + Version 0.20.2 - April 2020 * Improvements for maintainers: @@ -5,8 +23,6 @@ Version 0.20.2 - April 2020 * Programming languages support: - Shell: - o xgettext now recognizes and ignores 'env' invocations and environment - variable assignments in front of commands. o The programs 'gettext', 'ngettext', when invoked with option -e, now expand '\\' and octal escape sequences, instead of swallowing them. (Bug present since the beginning.) @@ -16,12 +32,6 @@ Version 0.20.2 - April 2020 - Python: xgettext now assumes a Python source file is in UTF-8 encoding by default, as stated in PEP 3120. - - Java: - o xgettext now recognizes format strings in the Formatter syntax. They - are marked as 'java-printf-format' in POT and PO files. - o xgettext now recognizes text blocks as string literals. - - JavaScript: - xgettext parses JSX expressions more reliably. - Desktop Entry: The value of the 'Icon' property is no longer extracted into the POT file by xgettext. The documentation explains how to localize icons. @@ -33,9 +43,6 @@ Version 0.20.2 - April 2020 - Fixed a multithread-safety bug on Cygwin and native Windows. * Libtextstyle: - - Added support for emitting hyperlinks. - - New API for doing formatted output. - - The example programs support the NO_COLOR environment variable. - Fixed a number of bugs (by upgrading libcroco to version 0.6.13). Version 0.20.1 - May 2019 diff --git a/libtextstyle/NEWS b/libtextstyle/NEWS index 1d294aba1..7d65d6291 100644 --- a/libtextstyle/NEWS +++ b/libtextstyle/NEWS @@ -14,6 +14,8 @@ New in 0.20.5: functions ostream_printf, ostream_vprintf. * The example programs support the NO_COLOR environment variable, as specified in https://no-color.org/. + +New in 0.20.2: * Fixed a number of bugs (by upgrading libcroco to version 0.6.13). New in 0.20: