2006-12-20  Rodney Dawes  <dobey@novell.com>

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

2006-12-20  Rodney Dawes  <dobey@novell.com>

	* Makefile.in.in (POTFILES): Reinstate the comment hack, as the $(NULL)
	change doesn't work for all cases

2006-12-20  Rodney Dawes  <dobey@novell.com>

	* intltool-extract.in.in (place_normal): Check that the directory
	exists, and create it if not, so that we can write the files

	Fixes #348952

2006-12-20  Rodney Dawes  <dobey@novell.com>

	* Makefile.in.in (POTFILES): Replace useless comment with $(NULL)

	Fixes #330509

2006-12-20  Rodney Dawes  <dobey@novell.com>

	* intltool-update.in.in (GenerateHeaders, GeneratePOTemplate):
	We don't need to use $SRCDIR/ for generating the header files, as they
	need to go into $builddir

2006-12-20  Rodney Dawes  <dobey@novell.com>

	* intltool-update.in.in (FindLeftoutFiles): Check that there is a word
	in front of .GetString for C# and allow any number of spaces before (
	Check for N_, Q_, and _ with any number of spaces between _ and (

	Fixes #386118

2006-12-19  Rodney Dawes  <dobey@novell.com>

	* intltool-update.in.in: Use $SRCDIR/ in front of .. where appropriate

2006-12-19  Rodney Dawes  <dobey@novell.com>

	* Makefile.in.in: Add a call to intltool-update -m to the check rule
	so that we can ensure that POTFILES.in is kept up to date
	(USER_LINGUAS): Remove trailing whitespace which broke building without
	LINGUAS set in the environment

2006-12-18  Rodney Dawes  <dobey@novell.com>

	* Makefile.in.in: Fix the LINGUAS support to only use locales that are
	in both LINGUAS and the LINGUAS file or ALL_LINGUAS variable, if
	LINGUAS is set in the build environment

	Fixes #342500 more completely

2006-12-09  Rodney Dawes  <dobey@novell.com>

	* intltool-update.in.in: Set $PKGNAME variable with FindPackageName so
	that FindPackageName always gets run, even with --gettext-package=foo
	Fall back to $PKGNAME instead of &FindPackageName

	Fixes #350013

2006-12-08  Rodney Dawes  <dobey@novell.com>

	* Makefile.in.in: Set $(top_builddir) to @top_builddir@ instead of ..
	Use $(top_builddir) instead of .. for the stamp-it rule
	Patch from Daniel Leidert <daniel.leidert.spam@gmx.net>

	Fixes #345560

2006-12-08  Rodney Dawes  <dobey@novell.com>

	* Makefile.in.in: Add support for using LINGUAS environment variable
	during build and install
	Simplify some of the rules to use USE_LINGUAS to avoid duplication

	Fixes #342500