2006-02-05 Rodney Dawes > * NEWS: * configure.in: Update for 0.34.2 release. 2005-12-16 Rodney Dawes * NEWS: Update * intltool.m4: Complain if automake version in use is not >= 1.5 See bug #323282 2005-11-28 Rodney Dawes * NEWS: Update to include list of fixes since 0.34.1 2005-11-28 Carlos Garcia Campos * intltool-update.in.in: * intltool.m4: Add support for DBus .service files 2005-11-25 Simos Xenitellis * intltool-extract.in.in (intltool_tree_comment): Just copy the original string from expat, and strip the begin/end comment blocks * tests/cases/iso88591text.xml.in: * tests/cases/unicodetext.xml.in: * tests/cases/Makefile.am: New test cases for XML comment encoding * tests/results/iso88591text.xml.in.h: * tests/results/unicodetext.xml.in.h: * tests/results/Makefile.am: New results for XML comment encoding tests * tests/selftest.pl.in: Add the new regression tests for XML comments Fixes #320721 2005-11-24 Stepan Kasal This change fixes interaction with AM_GNU_GETTEXT and helps when intltool is used with multiple po directories. * intltool.m4 (IT_PO_SUBDIR): New macro, installs a hook which fixes $1/Makefile and touches $1/stamp-it. (IT_PROG_INTLTOOL): Call IT_PO_SUBDIR([po]), instead of the AC_CONFIG_COMMANDS_PRE hook. * Makefile.in.in (POTFILES, Makefile): These rules now use the stamp file "stamp-it". (distclean): Remove the file "stamp-it". Don't delete $(GMOFILES), because AM_GNU_GETTEXT adds srcdir prefix to the files; use mere "*.gmo" instead. Fixes #312217 2005-11-24 Stepan Kasal * Makefile.in.in (dist): Fix two bugs for srcdir != builddir. 2005-11-24 Stepan Kasal * configure.in (EXPANDED_LIBDIR, EXPANDED_DATADIR): Removed, they are no longer used. Fixes #312214 2005-11-24 Stepan Kasal * Makefile.in.in (MKINSTALLDIRS): This variable is no longer defined, remove all references. ($(top_srcdir)/mkinstalldirs): Do not use this script, it's deprecated and may not be available with Automake >= 1.8. (mkdir_p): Use this instead. mkdir_p is AC_SUBSTed by Automake >= 1.8. Until we can suppose that, use "$(install_sh) -d"; it is a safe fallback working with all versions of Automake >= 1.5. Fixes #311874 2005-11-24 Stepan Kasal * intltool-merge.in.in (EXPANDED_LIBDIR): Rename to .. (INTLTOOL_LIBDIR): ... this. * intltool-prepare.in: Use @INTLTOOL_PERL@, not @PERL@. * intltool-unicodify.in: Both of the above two changes. * configure.in: Don't generate the scripts here, ... * Makefile.am: ... generate all of them here. Reorganize, so that the file lists are not redundant; use the "dist_" prefix where possible. When creating *.in from *.in.in, substitute only PACKAGE and VERSION, nothing more. (%: %.in): Fix this rule, so that the @...@ substrings are not garbled by configure; add INTLTOOL_LIBDIR. * intltool.m4 (IT_PROG_INTLTOOL): Simplify the AC_CONFIG_COMMANDS at the end, and add INTLTOOL_LIBDIR. Fixes #315021 2005-11-24 Rodney Dawes * intltoolize.in: Use POSIX sh syntax for Solaris (Laszlo Peter) Fixes #322263 2005-09-16 Tor Lillqvist * intltoolize.in: On Win32 set prefix from $0. Do not use the configure-time path. This should make intltoolize work even if installed by the end-user in a different location than the prefix passed to configure by the packager. 2005-08-23 Stepan Kasal The support for Autoconf 2.13 was broken on 2004-10-07, when AC_CONFIG_COMMANDS was used. No one complained, so it's time to AC_PREREQ([2.50]) and remove the compatibility code. * intltool.m4 (IT_PROG_INTLTOOL): Drop support for Autoconf 2.13; eliminate the remaining pair of `changequote' calls. Fixes #311870 2005-08-23 Stepan Kasal * Makefile.in.in (INSTOBJEXT): Removed the variable; all ocurrences replaced with constant ".mo". There is no other possible value; moreover, GNU gettext deprecates this variable. Fixes #312333 2005-08-17 Stepan Kasal * Makefile.in.in (GENCAT): Remove the variable; glib-gettext doesn't substitute it and GNU gettext deprecates it; replace the occurence with constant "gencat". Fixes #312332 2005-08-17 Stepan Kasal * intltool.m4 (AC_PROG_INTLTOOL): Use AU_ALIAS, not AC_DEFUN, so that "autoconf -W obsolete" and "autoupdate" know. Add a hint for aclocal from Automake <= 1.9.5. Fixes #312334 2005-08-16 Rodney Dawes * intltool-update.in.in (FindPackageName): Set PACKAGE_NAME instead of AC_PACKAGE_NAME Patch from Peter Moulder Fixes #311523 2005-08-02 Rodney Dawes * NEWS: Update to reference bug numbers and changes better for 0.34.1