2005-02-05 Gustavo J. A. M. Carneiro * tools/browser/Makefile.am (CLEANFILES): Add bonobo-browser.desktop. * configure.in: Version 2.8.1. * NEWS: Update. 2005-02-02 Markus Meissner * bonobo/bonobo-selector.c (bonobo_selector_new): fix g_object_new termination. 2005-01-22 Benjamin Berg * bonobo/bonobo-dock-item-grip.c (bonobo_dock_item_grip_expose): The orientation passed to gtk_paint_handle should not be the same as the orientation of the widget, but turned by 90°. Fixes #162761. 2004-01-10 Arvind Samptur * bonobo/bonobo-dock-item.c (bonobo_dock_item_detach): Don't create a new vbox/hbox if we had already had a detached toolbar and had actually hidden it. (bonobo_dock_item_unmap): set the floating hidden status (bonobo_dock_item_unrealize): invoke bonobo_dock_item_unfloat() when we are detached and hidden (bonobo_dock_item_unfloat): reset floating hidden status Fixes #161137 (bonobo_dock_item_attach): fix a compiler warning about a GtkWidget* not being used. 2005-01-04 JP Rosevear * bonobo/bonobo-ui-sync-toolbar.c (impl_bonobo_ui_sync_toolbar_update_root): use bonobo_ui_sync_toolbar_get_look instead of parse_look so that hlook and vlook are also handled 2005-01-11 Kjartan Maraas * bonobo/bonobo-dock-item-grip.c: (bonobo_dock_item_grip_get_accessible): Fix string. s/Un dock/Undock/. Closes bug #132211. 2004-12-11 Gustavo J. A. M. Carneiro * samples/canvdemo/Makefile.am (EXTRA_DIST): Remove CanvDemo.server, fixes #160558. * samples/controls/Makefile.am (EXTRA_DIST): Remove $(server_in_files) and $(server_DATA). Fixes #160380. 2004-12-02 Dwayne Bailey * configure.in: Added "zu" to ALL_LINGUAS. 2004-11-15 Dwayne Bailey * configure.in: Added "nso" to ALL_LINGUAS. Sat Nov 13 01:05:27 2004 Jonathan Blandford * bonobo/bonobo-canvas-item.c: * bonobo/bonobo-selector-widget.c: * bonobo/bonobo-selector.c: * bonobo/bonobo-ui-toolbar.c: * bonobo/bonobo-window.c: * tests/test-filesel.c: s/libgnome\/gnome-i18n.h/glib/gi18n.h/g 2004-10-21 Marco Pesenti Gritti reviewed by: Michael Meeks * bonobo/bonobo-ui-sync-toolbar.c: (impl_bonobo_ui_sync_toolbar_state), (toolbar_build_widget): Deprecate pack-end behavior and add a space type for separators. 2004-10-04 Gustavo J. A. M. Carneiro * bonobo/bonobo-control.c (bonobo_control_set_transient_for): See if there is already a GdkWindow wrapper registered for the x11_id, reuse it if it exists, otherwise request new one. Fixes #151378. 2004-10-02 Jesus Bravo Alvarez * configure.in: Added gl (Galician) to ALL_LINGUAS. 2004-09-29 Matthias Clasen Merged from the gnome-2-8 branch by Federico Mena Quintero : * bonobo/bonobo-ui-toolbar-control-item.c: Remove a broken and unneeded finalizer, avoid warnings when toolbars are destroyed, and make control toolitems non-homogeneous. 2004-09-27 Damien Carbery Fixes #153629 * tools/browser/bonobo-browser.c: include locale.h. 2004-09-25 Matthias Clasen * bonobo/bonobo-ui-preferences.c (bonobo_ui_preferences_get_toolbar_style): Match the prototype. 2004-09-25 Federico Mena Quintero * Merged the fixes from the toolbar-rework branch. 2004-09-21 Rodrigo Moya * tools/Makefile.am: added new tools directory. * tools/browser/*: get the Bonobo component browser from bonobo-support module. * configure.in: * Makefile.am: added new directories to the build. 2004-09-14 Tomasz Kłoczko * configure.in: remove AC_SUBST() for CFLAGS, CPPFLAGS and LDFLAGS variables (substed by default).