summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2015-09-02 18:42:00 +0900
committerDaiki Ueno <ueno@gnu.org>2015-09-02 18:42:30 +0900
commit5f8c4728bad25939dc219d22f819a841433e0728 (patch)
tree069ae3ecd022632d6098959b5b038e209dae036d /NEWS
parent2b065c821718f1445a3618addca4fa6bb0b5015c (diff)
downloadexternal_gettext-5f8c4728bad25939dc219d22f819a841433e0728.zip
external_gettext-5f8c4728bad25939dc219d22f819a841433e0728.tar.gz
external_gettext-5f8c4728bad25939dc219d22f819a841433e0728.tar.bz2
NEWS: Fix wording
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index e6192e3..ae63ef0 100644
--- a/NEWS
+++ b/NEWS
@@ -2,8 +2,9 @@ Version 0.19.6 - September 2015
* Programming languages support:
- AppData:
- xgettext now supports AppData file format, used to describe
- installable applications.
+ xgettext now supports AppData file format, used by software center
+ applications (e.g., GNOME Software) to describe installable
+ applications.
* A new macro AM_GNU_GETTEXT_REQUIRE_VERSION can be used to indicate
autopoint to pull the latest available infrastructure, instead of
@@ -11,11 +12,12 @@ Version 0.19.6 - September 2015
AM_GNU_GETTEXT_REQUIRE_VERSION is used, AM_GNU_GETTEXT_VERSION is
ignored.
-* po/Makefile.in.in can now read the file $(DOMAIN).pot-header if
- exists, to insert arbitrary comment into the beginning of $(DOMAIN).pot.
+* po/Makefile.in.in can now insert the file $(DOMAIN).pot-header to
+ $(DOMAIN).pot, instead of the standard header comments.
* Bug fixes:
- - po-mode now works with four-part msgfmt version numbers.
+ - Fix mishandling of gettext version numbers for minor releases, in
+ po-mode.el and gettextize.
- Fix build with --enable-relocatable.
Version 0.19.5 - July 2015