2005-08-29 Bill Haneman <bill.haneman@sun.com>

	* configure.in, README, NEWS: Release 1.6.5.
	
2005-07-25  Matthias Clasen  <mclasen@redhat.com>

	* test/window-listener-test.c: Fix a printf
	format error.  (#169453)

2005-07-15  Bill Haneman <bill.haneman@sun.com>

	* tests/test-simple.c: 
	(key_listener_cb): Ensure that the keystring is dup'ed instead of
	relying on the old string from the key event hanging around after
	the event handler returns.  Fixes broken 'make check'.
	
2005-06-06  Swapnil Hajare  <dreamil@gmail.com>

	* Added Marathi (mr_IN) translations.

2005-05-27  Kjartan Maraas  <kmaraas@gnome.org>

	* cspi/bonobo/cspi-bonobo-listener.c:
	(cspi_event_list_remove_by_cb): Fix the build.

2005-05-26  Michael Meeks  <michael.meeks@novell.com>

	* cspi/bonobo/cspi-bonobo-listener.c
	(cspi_event_list_remove_by_cb): actually filter by callback.

2005-05-25  Bill Haneman <bill.haneman@sun.com>

	* registryd/registry.c (remove_listener_cb):
	Make deregistration filter rules match the event emission rules.

2005-05-25  Michael Meeks  <michael.meeks@novell.com>

	* registryd/registry.c (remove_listener_cb),
	(impl_accessibility_registry_deregister_global_event_listener),
	(impl_accessibility_registry_deregister_global_event_listener_all): 
	pass a closure to the remove callback to filter listeners more
	accurately on remove.