2006-03-31  Bill Haneman <bill.haneman@sun.com>

	* configure.in, NEWS: Revved to 1.7.7.
	
2006-03-30  Guntupalli Karunakar  <karunakar@indlinux.org>

	* configure.in: Added 'dz' (Dzongkha) to ALL_LINGUAS.

2006-03-27  Bill Haneman <bill.haneman@sun.com>

	* configure.in: Define $LIBTOOL_EXPORT_OPTIONS
	to strip "cspi_*" from the symbol table.
	
	* cspi/spi_streamablecontent.c:
	(get_streams): Make this method static.

	* cspi/spi_main.c:
	(_cspi_exception_throw): rename to cspi_exception_throw,
	so we can strip it with the rest...

	* cspi/Makefile.am:
	Add LIBTOOL_EXPORT_OPTIONS to libcspi_la_LDFLAGS.
	
2006-03-27  Bill Haneman <bill.haneman@sun.com>

	Add doxygen-generated IDL docs to tarball, and enable 
	doxygen during build/install when available.  Bug #301345.
	
	* configure.in: Add docs/reference/idl/Makefile to AC_OUTPUT.

	* docs/reference/Makefile.am: Add idl to SUBDIRS.

	* docs/reference/idl/Makefile.am: Optionally use
	doxygen to create docs.
	
2006-03-20  Vladimer Sichinava  <vlsichinava@gmail.com>

        * configure.in: Added "ka" (Georgian) to ALL_LINGUAS

2006-03-20  Bill Haneman <bill.haneman@sun.com>

	* libspi/table.c:
	(impl_get_selected_rows): Don't free the selection if it's
	empty or has not been assigned; init it to NULL so you can tell.
	Also, allow for zero selected rows.
	(impl_getSelectedColumns): Ditto.  Bug #319088.

2006-03-11  Vincent Untz  <vuntz@gnome.org>

	Leak fix for bug #334217.

	* libspi/application.c: spi_application_toolkit_event_listener():
	don't duplicate the string we pass as an argument to
	spi_init_any_nil() since spi_init_any_nil() already does it
	* registryd/deviceeventcontroller.c:
	(spi_dec_button_update_and_emit): ditto
	(spi_dec_mouse_check): ditto
	(spi_dec_emit_modifier_event): ditto
	(spi_device_event_controller_forward_mouse): ditto
	* registryd/registry.c:
	(desktop_add_application): ditto
	(desktop_remove_application): ditto