2007-02-23  Rodney Dawes  <dobey@novell.com>

	* NEWS:
	* configure.in: Up version to 0.35.5 for release

2007-02-13  Rodney Dawes  <dobey@novell.com>

	* intltool-update.in.in (GenerateHeaders):
	* Makefile.am:
	Don't hardcode the fallback path to intltool-extract

	Fixes #399476

2007-02-13  Rodney Dawes  <dobey@novell.com>

	* intltool-merge.in.in (xml_merge_output, quoted_merge_translations):
	Check that $lang is a directory, rather than just that it exists
	Create the directory if it doesn't exist, and check that it is a
	directory if it gets created by a different thread
	Original patch from Leonardo Boshell

	Fixes #400788

2007-01-22  Rodney Dawes  <dobey@novell.com>

	* intltool-update.in.in (FindLeftoutFiles): Update the -s check to
	use $SRCDIR when looking for POTFILES.{skip,ignore} as well

	Fixes #391892 more completely

2007-01-10  Rodney Dawes  <dobey@novell.com>

	* intltool-extract.in.in (type_ini): Handle extracting comments as
	well as messages
	* tests/cases/Makefile.am: Add extract13.desktop.in appropriately
	* tests/cases/extract13.desktop.in: New test case for .desktop comments
	* tests/results/Makefile.am: Add extract13.desktop.in.h
	* tests/results/extract13.desktop.in.h: Resulting header with strings
	* tests/selftest.pl.in: Add test case 32 for extracting desktop file
	comment strings for translators

	Patch from Takao Fujiwara <Takao.Fujiwara@Sun.COM>

	Fixes #390271