2006-12-06 Rodney Dawes * NEWS: * configure.in: Up version to 0.35.1 for release 2006-12-04 Rodney Dawes * intltool-merge.in.in (create_translation_database): Make regex patterns greedier, to avoid perl stack overflows Patch from Joerg Sonnenberger Fixes #353403 2006-10-24 Rodney Dawes * intltool.m4: Add code from glib-gettext to detect DATADIRNAME Patch from Loïc Minier Fixes #345255 2006-06-19 Rodney Dawes * tests/selftest.pl.in (check_command_result): Check for the output of No differences from the diff command to work with older/non-GNU versions of diff. Original patch from Tim Mooney Fixes #345114 2006-05-23 Rodney Dawes * intltool-extract.in.in (escape_char): Return \\\\ when escaping \\ * tests/selftest.pl.in: * tests/cases/Makefile.am: * tests/cases/test-quoted.dtd: * tests/cases/test-quoted.po: * tests/results/Makefile.am: * tests/results/multi.test-quoted.dtd: * tests/results/test-quoted.dtd.h: Add tests for testing the new gettext/quoted style implementation * tests/results/merge-deepattr.xml: Update to include a dummy tag section for the "test-quoted" lang that was added for the above tests 2006-05-19 Chris Lahey * intltool-extract.in.in * intltool-merge.in.in: * doc/intltool-extract.8: * doc/intltool-merge.8: Added gettext/quoted format which just extracts and/or merges all strings between "". Merging only supports multiple file mode. 2006-05-16 Rodney Dawes * intltoolize.in: Change the warning message for a missing call to IT_PROG_INTLTOOL in configure.{in,ac} to a more appropriate error, and exit with a return value of 1 if it is not present Fixes #341985