2005-11-03  Alexander Larsson  <alexl@redhat.com>

	* NEWS:
	Update for release

2005-11-01  Kjartan Maraas  <kmaraas@gnome.org>

	* gconf/gconf-backend.c: (gconf_get_backend): Use
	G_MODULE_BIND_LAZY in g_module_open().
	* gconf/gconf-internals.c: (gconf_value_from_corba_value),
	(gconf_value_type_to_string), (gconf_unquote_string_inplace),
	(type_byte), (byte_type), (gconf_value_encode),
	(gconf_get_lock_or_current_holder): Remove unused and
	unreachable code.
	* gconf/gconf-listeners.c: (ltable_insert): Warning fix.
	* gconf/gconf-value.c: (gconf_value_compare): Same here.
	* gconf/gconf.c: (gconf_unescape_key),
	(corba_errno_to_gconf_errno), (gconf_server_broken),
	(gconf_handle_corba_exception): And here.
	* gconf/gconfd.c: (main): Missing closelog() call.

2005-10-28  Erdal Ronahi  <erdal.ronahi@gmail.com>

	* configure.in: Added ku (Kurdish) to ALL_LINGUAS

2005-10-27  Alexander Larsson  <alexl@redhat.com>

	* gconf/gconf-sources.c (gconf_sources_is_affected):
	Correctly handle the case where the modified source
	is not in the sources list.

2005-10-18  Tor Lillqvist  <tml@novell.com>

	* gconf/gconf-backend.c (invalid_chars[]): Do allow space in
	configuration source addresses on Windows, as space is common in
	user names, and thus home directories (i.e., profile folders).

2005-10-09  Mark McLoughlin  <mark@skynet.ie>

	Based on patch from Lorenzo Colitti <lorenzo@colitti.com>
	in bug #316673

	* backends/markup-tree.c: (parse_tree): read and process
	the xml file incrementally in 4k chunks.

2005-09-13  Stepan Kasal  <kasal@ucw.cz>

	* gconf-2.m4.in (AM_GCONF_SOURCE_2): Simplify the handling of
	--enable-schemas-install.
	* Makefile.am (EXTRA_DIST): Remove sources for files gnerated at
	config time; they are distributed automatically.
	(DISTCLEANFILES): Deleted; we don't use intltool here.
	* .cvsignore: Add mkinstalldirs.

2005-09-10  Tor Lillqvist  <tml@novell.com>

	* gconf/gconf-backend.c (gconf_address_resource): On Win32, do
	_gconf_win32_replace_prefix() on the return value so that we
	change configure-time prefix pathnames in the path file into
	corresponding end-user installation prefix pathnames.

	* gconf/gconf-sanity-check.c: Use gstdio wrappers here, too.

	* backends/markup-backend.c (get_dir_from_address): Use
	G_IS_DIR_SEPARATOR().

2005-09-06  Mark McLoughlin  <mark@skynet.ie>

	* configure.in: post-release bump to 2.12.1.
	
==================== 2.12.0 ====================