Version 0.19.6
- Programming languages support:
- AppData:
xgettext
now supports AppData file format, used by software center applications (e.g., GNOME Software) to describe installable applications.
- AppData:
- A new macro
AM_GNU_GETTEXT_REQUIRE_VERSION
can be used to indicate autopoint to pull the latest available infrastructure, instead of the exact version specified withAM_GNU_GETTEXT_VERSION
. WhenAM_GNU_GETTEXT_REQUIRE_VERSION
is used,AM_GNU_GETTEXT_VERSION
is ignored. po/Makefile.in.in
can now insert the file$(DOMAIN).pot-header
to$(DOMAIN).pot
, instead of the standard header comments.- Bug fixes:
- Fix mishandling of gettext version numbers for minor releases, in
po-mode.el
andgettextize
. - Fix build with
--enable-relocatable
.
- Fix mishandling of gettext version numbers for minor releases, in
See also upstream announcement.