Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: pkgsrc-changes
Date: 04/07/2001 01:16:50
Module Name:	pkgsrc
Committed By:	rh
Date:		Fri Apr  6 22:16:50 UTC 2001

Modified Files:
	pkgsrc/devel/bonobo: Makefile
	pkgsrc/devel/bonobo/files: md5 patch-sum
	pkgsrc/devel/bonobo/patches: patch-ab
	pkgsrc/devel/bonobo/pkg: PLIST

Log Message:
Update bonobo to 0.37.

Changes include:

Bonobo 0.37

        * Fix Bonobo Zoomable (Michael Engber)

        * Documentation fixage (John Sheets)

        * Any serialization xml supports aliases (Dietmar)

        * Listener / Event Source fixes (Dan Winship)

        * Bonobo Control fixage (Dan Winship)

        * UI str compare fixage (Darin Adler)

        * Cleanup config dialog (Cody Russell)

        * Publicised XObject type & bits (Me)

Bonobo 0.36

        * Convert print to BonoboXObject (Me) - forgot it.

        * Fix flicker issue (Me)

        * Remove bonobo-idl (Me)

        * Use nice type creation macro (Dietmar)

        * Toolbar control leak fix (Maciej)

Bonobo 0.35

        * BonoboXObject (Me)

        * Canvas fixes (Mike Kestner)
                * IDL cleanups
                * Misc bug fixage

        * UI handler
                * Toolbar shadow preference fix (Federico Mena)
                * Toolbar sizing problems (Ettore)
                * Builtin toolbar customization GUI & popup (Me)
                * UI configuration code (Me)
                * UI Menu rebuild acceleration (Me)
                * UI config Leak fixes (Iain)
                * Toolbar resize bug (Cody Russell)
                * Tearoff menu fixage (Me, Darin Adler)

        * Monikers
                * comparison method (Me)
                * stream cache moniker (Dietmar)

        * Misc new features
                * Use a Stream to transfer print data (Me)
                * Re-namespace IDL files (Me)
                * Property bag fixage (Dietmar)
                * Automatic shlib reference tracking (Dietmar)
                * Profiling config support (Pavel Cisler)
                * Zoomable interface expansion (Cody Russell)

        * Misc bug fixing
                * Leak fixes (Morten, Me)
                * Method chaining bugs (Me)
                * Depend on oaf >= 0.6.2 (Me)
                * LibIDL checks for bonobo-idl (Me)
                * Fix bonobo-idl build (Me)
                * function signature fix (George Lebl)
                * Stream moniker extender fix (Lutz Muller)
                * Calm ORBit warnings (Maciej Stachowiak)

        * Reference counting problems nailed (Owen, Me)

        * Begginings of keyboard focus fixage (Federico)

Bonobo 0.33

        * Fixed broken standard moniker id (Me)

        * Fix UI verb tracking leak (Me)

        * Fix old UI race condition (Me)

Bonobo 0.32

        * Monikers
                * Virtualized more of BonoboMoniker (Me)
                * Item container re-written (Me)
                * Item handler implemented (Miguel)

        * UI stuff (Me)
                * Substantialy re-factored
                * Acceleration (with Pavel)
                * Configuration engine
                * Toolbar customization dialog
                * Ignore Gtk+ keybinding assignment
                * Hide lots of internals
                * Docs updated
                * honour more GNOME prefs (Jacob)

        * Property Bag (Dietmar)
                * Improved exception handling
                * Reference leaks fixed
                * new Property listener methods
                * Property is an Unknown

        * Canvas Items (Mike Kestner)
                * Add event signal
                * Add grab / ungrab
                * Fix UI merging code
                * Update proxy creation

        * Fixed reference handling on addInterface (Dietmar)

        * Event Source updated (Dietmar)

        * Several reference leaks nailed (Dietmar)

        * Improved running context ref tracking (Dietmar)

        * Macros to reduce code complexity (Dietmar)

        * Header include cleanups (Jason Leach)

        * Conversion to xml-i18n-tools (Maciej)

        * Misc. bugs fixed (Darin, Eskil Olsen, Robin Slomkowski)

Bonobo 0.31

        * Serious bugs fixed
                * Depend on ORBit-0.5.6
                * Re-include Federico's Policy leak fixes.
                * Fix fatal toolbar icon bug (DanW)
                * memset fixes (George Lebl)

        * Monikers
                Drastic simplification of Moniker API (Me)
                Std monikers merged to shlib (Dietmar)
                Moniker extenders implemented (Dietmar, Me)
                Misc. fixes (Miguel)
                Parsing tests added (Me)
                Simplify interface naming on resolve (Me)

        * Property bag
                Listening re-written using EventSource (Dietmar)
                Use our own ID scheme to identity listeners (Dietmar)
                Allow sub-classing (George Lebl)

        * Running context to track references implemented (Me)

        * Useful cleanups
                * API documentation (Miguel, Me)
                * Make generic-factory sub-classable (Me)
                * Make the component selector control useful (Me)
                * Implement a shlib factory to handle module unloading (Me)
                * UI methods on Canvas embeddables (Me)
                * VFS storage fixes (Lutz Muller)
                * Persist fixes (Gergo Erdi)
                * Make bonobo-transient sub-classable (George Lebl)

        * Build & misc. bug fixes (Arturo Tena, Richard Hult, Dave Camp
                                   Daniel Egger, Maciej Stachowiak)

Bonobo 0.30

        * Released since Elliot would not produce a fixed ORBit release,
        reverts fixes in 0.29, should not pass distcheck.

Bonobo 0.29

        * Evil bugs
                * X / CORBA synchronisation issues fixed (Me)
                * Property bag / transient memory leaks fixed (Federico)
                * Toolbar widget leak (Darin Alder)
                * Lots of misc leaks nailed (Morten)
                * Bonobo plug / socket race condition nailed (Me)

        * Storage stuff
                * Local FS Stream / Storage impl. completed (Dietmar)
                * Efs stream / storage polished up (Dietmar)
                * VFS storage cleans (Me)
                * Bonobo IO plugins version fixage (Dietmar)
                * Storage module cleans, and regression testing (Dietmar)

        * Monikers
                * Bonobo widget switched to use monikers (Me)
                * Bonobo contexts - moniker context (Me)
                * tar moniker (Vladimir Vukicevic)
                * http, gunzip monikers (Joe Shaw)
                * moniker test code (Joe Shaw)
                * Asynchronous moniker resolution (Me)

        * New transient CORBA object helper (Miguel)

        * UI stuff
                * Alpha composited icons (for pixmap themes) (Cody Russell)
                * Control desired size querying (Martin)
                * Completed toolbar item 'look' markup (John Sullivan)
                * pixmap location code flexed (Martin)
                * placeholder can hide all its contents (Darin)
                * UI signaling race conditions nailed (Darin, Me)
                * Helpers for removing dead UI components (Maciej)

        * Misc
                * CORBA_any * <-> XML serialization (Me)
                * generic listener / event interface re-written (Alex Graveley)
                * Created component selector control (Me)
                * listener fixes (Iain Holmes)
                * BonoboPropertyControl implemented & honed (Iain)
                * Make each IDL file parse individualy (Mathieu Lacage)

        * Embeddable factory bug flattened (Mike Kestner)

        * Docs
                * API build cleanups (Zach Frey)
                * Lots of API doc writing / organising (Miguel)
                * doc/NAMESPACE added to start namespacing IDL (Me)

        * Lots of bugs fixed.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/bonobo/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/bonobo/files/md5
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/bonobo/files/patch-sum
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/bonobo/patches/patch-ab
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/bonobo/pkg/PLIST

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