2007-12-09  Rodney Dawes  <dobey.pwns@gmail.com>

	* configure.in:
	Up version to 0.36.3 for release

2007-12-09  Rodney Dawes  <dobey.pwns@gnome.org>

	* tests/Makefile.am:
	Add errors to CLEANFILES

	* tests/selftest.pl.in:
	Remove the C directory when finished as well

	* tests/results/merge12.xml:
	Update the test to deal with the previous fix for #499590

2007-11-29  Christian Persch  <chpe@gnome.org>

	* intltool-merge.in.in: (entity_encode_int_minimalist):
	Also encode ">". Bug #499590.

2007-11-25  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool-update.in.in (GeneratePOTemplate):
	Quote MSGID_BUGS_ADDRESS when passing to xgettext

	Fixes #493267

2007-11-25  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool-merge.in.in (xml_merge_output):
	Output the untranslated file in C/ for multiple output
	Only output in the current directory for single-file output

	Fixes #487817

2007-11-24  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool-update.in.in (FindLeftoutFiles):
	Handle the C_ macro as defined in gi18n.h along with N_ Q_ and _

	Fixes #499179

2007-10-31  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool-update.in.in (FindLeftoutFiles):
	Only add the additional $SRCIDR/.. path if $SRCDIR is not .

	Fixes #491408

2007-10-31  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltoolize.in: Update the grep to check for IT_PROG_INTLTOOL
	being defined in aclocal.m4, to avoid the error message when not needed

	Fixes #481833

2007-10-31  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool.m4: Add a block to check for GNU gettext tools and fail
	if the scripts aren't found and aren't GNU versions

	Fixes #490845

2007-10-22  Rodney Dawes  <dobey.pwns@gmail.com>

	* intltool-merge.in.in (gather_po_files):
	Replace the if (/match/) with a for (split) to handle locales
	separated by whitespace on the same line in the LINGUAS file
	Original patch from Mike Massonnet <mike.massonnet@gmail.com>