libbonoboui 2.16.0
* Translation updates.
libbonoboui 2.15.1
* Fix the about dialog in bonobo-browser (Matthias)
* Fix leaks in the UI code that showed up when changing
components in evolution. (Cecilia Gonzalez)
* Set menubar to correct detachable state (Manuel Clos)
libbonoboui 2.15.0
* Use move LINGUAS out of configure.in (Przemysław Grzegorczyk)
* Build and warning fixes (Marcus Meissner, Kjartan)
* Fix moving of detached toolbars (Nikolay V. Shmyrev)
* Fix a crash in the component browser (Joe Marcus Clarke)
* Win32 portability fixes (Tor Lillqvist)
* Translation updates:
* Runa Bhattacharjee (bn_IN)
* Rajesh Ranjan (hi)
* Christophe Merlet (fr)
* Žygimantas Beručka (lt)
* Raivis Dejus (lv)
* Subhransu Behera (or)
* Leonardo Ferreira Fontenelle (pt_BR)
* Inaki Larranaga (eu)
* Baris Cicek (tr)
* Maxim Dziumanenko (uk)
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
* bugs fixed
+ Merged the fixes from the toolbar-rework branch (Federico Mena Quintero)
+ Fix warnings when toolbars are destroyed (Federico)
+ Fix GDK interaction problem when running a control in same process as the
container (Gustavo)
+ Fix include of wrong i18n header files (Jonathan Blandford)
+ Don't install files from examples (Gustavo)
+ Dock item a11y fix (Kjartan Maraas)
+ More toolbar fixes (Arvind Samptur)
+ Toolbar theme rendering fixes (Benjamin Berg, JP Rosevear)
* misc.
+ Remove redundant AC_SUBST's in configure.in (Tomasz Kłoczko)
+ Add Bonobo component browser tool (Rodrigo Moya)
+ Deprecate pack-end behavior and add a space type for separators.
(Marco Pesenti Gritti)
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
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.
be incomplete, but couldn't find anything better:
libbonoboui 2.5.3
* bugs fixed
+ toolbar/dock destruction crasher (Michael)
+ unused arg cleanup (Fernando Herrera)
* featurelets
+ BonoboWindow cleanup (Arvind Samptur)
libbonoboui 2.5.2
* bugs fixed
+ require the right gtk+ (Jason Leach)
+ AIX portability (The Written Word)
+ svg icon image size (Sergey V. Udaltsov)
+ status bar grip problem (Michael)
+ control 'activate' signal (Federico, JP)
+ memove not strcpy for overlap (JP)
+ dock size allocation problem (Michael)
* featurelets
+ status bar packing improvement (Alexander Larsson)
- Fixed BonoboSocket so that it will autoactivate controls appropriately;
this did not work for in-process controls.
- Merged changes from the HEAD branch so that toolbar buttons are not
focusable.
* bonobo/bonobo-ui-toolbar.c (accumulate_item_size): split from
(update_sizes): here and account for the popup's item's size itself if items
moved there.
* bonobo/bonobo-ui-toolbar.c (show_popup_window): fix#76310, popup going off
the side of the screen unhelpfully.
* configure.in: Added Amharic (am) and Dutch (nl) to ALL_LINGUAS
* configure.in: add a check for people with stale / non-parallel installable
gdk-pixbuf's - it seems there are a number of such people.
* Fix Makefile.am's for libtool's non-understanding of -pthread.
* bonobo/bonobo-ui-util.c (bonobo_help_display_cb): re-hash so we can still
allow components to register their own custom prefix intead of using the
main program's always.
* bonobo/bonobo-ui-util.c (bonobo_help_display_cb): fix search datadir to use
existing GnomeProgram if available.
- bonobo/bonobo-file-selector-util.c
(create_bonobo_selector): fix acute brokenness.
- bonobo/bonobo-ui-component.c (ui_event),
(impl_Bonobo_UIComponent_execVerb): 64bit safe va-list termination.
- tests/test-ui.c (cb_do_popup): don't destroy popup immediately after popup.
- bonobo/bonobo-ui-component.c
(bonobo_ui_component_set_translate): don't segv later if we have a NULL /
bogus xml string coming in.
- Added am and be translations.
- samples/controls/Makefile.am,
samples/compound-doc/bonobo-hello/Makefile.am: Fix $(prefix)/lib -> $(libdir).
- bonobo/bonobo-ui-init-gtk.c: Change POPT_ARG_STRING to POPT_ARG_INT for the
screen argument
- configure.in: require libxml - fixes breakage from removing it from
bonobo-activation's pkg-config requirements.