2008-09-19 Rodney Dawes * configure.in: Up version to 0.40.4 for release 2008-09-19 Rodney Dawes * tests/results/Makefile.am:: Add extract13.desktop to EXTRA_DIST 2008-09-04 Christian Persch * Makefile.in.in: (DISTFILES, EXTRA_DISTFILES): Move ChangeLog to EXTRA_DISTFILES so "make dist" does not fail with nonexistent po/ChangeLog file. Fixes #550044 2008-09-03 Rodney Dawes * Makefile.in.in (PO_LINGUAS, POFILES): Set PO_LINGUAS to ALL_LINGUAS if the LINGUAS file doesn't exist Use PO_LINGUAS instead of USE_LINGUAS in POFILES for disting Fixes #550727 2008-08-24 Rodney Dawes * intltool-merge.in (desktop_merge_translations): Fix the regex here to adhere to the Desktop File Spec's allowed chars * tests/cases/Makefile.am: * tests/cases/extract13.desktop.in: * tests/results/extract13.desktop: * tests/results/extract13.desktop.in.h: * tests/selftest.pl.in: Add a test case for merging translations back into the desktop file Fixes #549243 2008-07-27 Rodney Dawes * intltool.m4 (IT_PROG_INTLTOOL): Require the AM_NLS macro, so USE_NLS gets defined Add a check for gmsgfmt that falls back to $MSGFMT This change removes the need for using AM_GLIB_GNU_GETTEXT or AM_GNU_GETTEXT for some projects.