Subject: CVS commit: pkgsrc/devel/libbonoboui
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 09/21/2004 16:47:10
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Tue Sep 21 16:47:10 UTC 2004

Modified Files:
	pkgsrc/devel/libbonoboui: Makefile PLIST buildlink3.mk distinfo
Removed Files:
	pkgsrc/devel/libbonoboui/patches: patch-aa

Log Message:
Update to 2.8.0.  This version corresponds to GNOME 2.8.0.
While here, move documentation to share/doc, out of share/doc/html.

2004-09-13  Mark McLoughlin  <mark@skynet.ie>

	* configure.in: Version 2.8.0.

2004-09-08  Gora Mohanty  <gmohanty@cvs.gnome.org>

        * configure.in: Added 'or' to ALL_LINGUAS.

2004-08-16  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "bs" to ALL_LINGUAS.

2004-08-11  Kjartan Maraas  <kmaraas@gnome.org>

	* bonobo/bonobo-control.c: (bonobo_control_get_ambient_properties),
	(bonobo_control_set_transient_for): NULL vs 0 stuff.
	* bonobo/bonobo-dock-layout.c: (bonobo_dock_layout_create_string):
	Same.
	* bonobo/bonobo-selector.c: (bonobo_selector_instance_init),
	(bonobo_selector_set_property): Same here too.
	* bonobo/bonobo-socket.c: Use correct type for the bitfield.
	* bonobo/bonobo-ui-preferences.c: (keys_changed_fn):
	gtk_idle_add() is deprecated. Use g_idle_add instead.
	* bonobo/bonobo-ui-sync-status.c:
	(impl_bonobo_ui_sync_status_state): Cast to avoid a warning.
	* bonobo/bonobo-ui-sync-toolbar.c: (get_dock_item): Fix warning.
	* bonobo/bonobo-window.c: (bonobo_window_instance_init):
	NULL vs 0 again
	* samples/compound-doc/container/document.c: (sample_doc_new):
	Ansi argument list again.
	* samples/container/bonobo-sample-container.c: NULL vs 0 again.
	* tests/test-moniker.c: Same here.

2004-08-11  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added nb to ALL_LINGUAS.

2004-06-25  Muktha  <muktha.narayan@wipro.com>

	* bonobo/bonobo-ui-engine.c
	(check_excess_widgets): Add a check for NULL in
	g_message.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/devel/libbonoboui/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/devel/libbonoboui/PLIST
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/libbonoboui/buildlink3.mk
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/libbonoboui/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/devel/libbonoboui/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.