2001-08-22  Johan Dahlin  <zilch.am@home.se>

	* samples/gtkhtml/gtkhtml.py: Dito :)

	* samples/control/control.py: Update.

	* samples/nautilus/Nautilus_View_gtkhtmlpy.oaf: Dito.

	* samples/control/SampleControl.oaf: Remove hardcoded path.

	* oaf/oafmodule.c: Dito.

	* nautilus/nautilusmodule.c: Code style cleanup.

	* nautilus/nautilus.py: There's no need to call bonobo.init () now.

	* nautilus/Makefile.am: Small cleanup

	* bonobo/generate/generate.py: Rename *_defs to *_template

	* bonobo/generate/bonobomodule.ignore: add bonobo_moniker_use_extender.

	* bonobo/bonobomodule.c: Dito

	* bonobo/bonobo.py: A few minor updates. Init is called when
	bonobo is imported.

	* configure.in: Bump version number to 0.2.0.
	Remove test/Makefile from AC_OUTPUT.

	* TODO: update

	* README: Larger update.

	* Makefile.am (EXTRA_DIST): Small cleanup

2001-08-14  Johan Dahlin  <zilch.am@home.se>

	* bonobo/bonobo.py: Fix part of support for BonoboStreamMem and BonoboStream.

	* bonobo/bonobomodule.c (_wrap_bonobo_stream_mem_create): New function

	* bonobo/generate/dicts.py: New file.
	
	* bonobo/generate/defs.py: New file.	

	* test/testListener.py: Update.

	* test/testBonoboUIComponent.py: Big update here too.

	* bonobo/bonobomodule.c (_wrap_bonobo_ui_component_add_listener): Added.
	(UIListenerMarshal): Added.

2001-08-12  Johan Dahlin  <zilch.am@home.se>

	* oaf/Makefile.am (AUTOMAKE_OPTIONS): Require 1.4h
	(pyexecdir): Remove

	* nautilus/Makefile.am (AUTOMAKE_OPTIONS): Require 1.4h
	(pyexecdir): Remove

	* bonobo/generate/bonobomodule.ignore: Added
	bonobo_control_set_property & bonobo_control_get_property.

	* bonobo/bonobomodule.c: Many changed, mosty cosmetic.
	(_wrap_bonobo_control_get_property): 
	(_wrap_bonobo_control_set_property): New.

	* bonobo/bonobo.py (BonoboControl.set_property): Fix.
	(event_sub): Fix.

	* bonobo/Makefile.am (AUTOMAKE_OPTIONS): Require 1.4h.
	(pyexecdir): Remove
	(GENERATE): Added dicts.py and defs.py

	* configure.in (AM_PATH_PYTHON): Should be 1.5 instead of module.

	* autogen.sh: check for AUTOMAKE & AUTOMAKE env variables.

	* bonobo/Makefile.am (AUTOMAKE_OPTIONS): Require 1.4h 

	* bonobo/generate/generate.py: Large update, almost a complete rewrite.

	* bonobo/generate/defs.py:
	* bonobo/generate/dicts.py: New files, splitted from generate.py

2001-07-30  Johan Dahlin  <zilch.am@home.se>

        * README: small update
	
2001-07-02  Johan Dahlin  <zilch.am@home.se>

        * configure.in: Changed gnome-python check to not require X.

2001-06-26  Johan Dahlin  <zilch.am@home.se>

	* bonobo/bonobo.py: s/__conv__/__call/ && s/conv\ \(/conv\(/

2001-06-22  Johan Dahlin  <zilch.am@home.se>

	* test/testListener.py: Small update.

	* test/testBonoboWindow.py (test_comp): Update test. It now tests GdkPixbuf too.

	* bonobo/generate/generate.py: Update, to make Bonobo_* cast correctly.

	* bonobo/bonobo.py (ui_util_set_pixbuf): Fix so pixbuf functions 
	works. (They was untested ;)
	(BonoboObjectClient.has_interface): Change interface to has_interface.

2001-06-19  Johan Dahlin  <zilch.am@home.se>

	* bonobo/bonobomodule.c (PySequence_ToGList): 
	s/PySequence_Size/PySequence_Length/
	To make it compile with python 1.5.2
	(thanks Dave)

2001-06-18  Johan Dahlin  <zilch.am@home.se>

	* bonobo/generate/bonobomodule.ignore: add_listener implented,
	get_component_names can now be autogenerated.

2001-06-11  Johan Dahlin  <zilch.am@home.se>

    * README: Added more info about orbit-python cvs.

	* bonobo/bonobo.py : A few small optimizations. 

	* configure.in, nautilus/Makefile.am: nautilus is optional, not required

2001-06-09  Johan Dahlin  <zilch.am@home.se>

	* bonobo/bonobomodule.c (my_init_pygtk): Use internal
	pygdkpixbuf init function instead of gnome-python's 
	(Because it's broken)

	* bonobo/generate/generate.py: Fix so only PyORBit_XXX
	macros and functions are used

2001-06-08  Johan Dahlin  <zilch.am@home.se>

	* nautilus/nautilusmodule.c: Removed GList_ToPyList, since it's
	not needed here.

	* test/testBonoboWindow.py (test_comp): added 
	deregister_get_components_names test, so we could test GList*.

	* bonobo/generate/generate.py: GList*+Remove all warnings related 
	to CORBA_any conversions.

	* bonobo/generate/bonobomodule.ignore: Removed all GList* functions, 
	since they can now be autogenerated,

	* bonobo/bonobomodule.c (PySequence_ToGList, GList_ToPyList): 
	New functions to convert GList* <-> Python.

	* bonobo/bonobo.py (BonoboWindow.deregister_get_component_names): Added

	* bonobo/Makefile.am (GENERATE): Added bonobmodule.ignore

2001-06-07  Johan Dahlin  <zilch.am@home.se>

	* nautilus/nautilusmodule.c: Finished wrapping. NautilusView is complete.
	Needs some more testing though.
	
	* nautilus/nautilus.py: Dito.
	
	* samples/nautilus/component.py (Component.load_location): Cleanup

2001-06-06  Johan Dahlin  <zilch.am@home.se>

	* nautilus/nautilusmodule.c: Initial import
	
	* nautilus/nautilus.py: Initial import
	
	* nautilus/Makefile.am: Initial import

2001-06-06  Johan Dahlin  <zilch.am@home.se>

	* NEWS: Added.

	* TODO: Added a TODO

	* Makefile.am (SUBDIRS): Added nautilus/

	* configure.in: Added check for nautilus

2001-05-13  Johan Dahlin  <zilch.am@home.se>

	* bonobo/bonobomodule.c: Added bonobo-embeddable & bonobo-view

	* test/moniker.py (test_moniker): Cleanup

	* bonobo/bonobo-widget.c (wrap_bonobo_widget_get_control_franme): Added

2001-04-27  Johan Dahlin  <zilch.am@home.se>

	* bonobo/bonobo-ui-component.c (wrap_bonobo_ui_component_get_type): h0h0-bug fixed

	* bonobo/bonobo.py: dito

	* bonobo/bonobo-moniker-util.c (wrap_bonobo_moniker_client_resolve_default): 
	(wrap_bonobo_moniker_client_resolve_client_default): 
	(wrap_bonobo_moniker_util_new_from_name_full): 
	(wrap_bonobo_moniker_util_get_parent_name): 
	(wrap_bonobo_moniker_util_qi_return): 
	(wrap_bonobo_moniker_util_seek_std_separator): 
	(wrap_bonobo_moniker_util_escape): 
	(wrap_bonobo_moniker_util_unescape): 
	(wrap_bonobo_moniker_client_equal): Added

	* bonobo/bonobo.py (moniker_client_get_name): dito

	* bonobo/bonobo-moniker-util.c (wrap_bonobo_moniker_client_get_name): Added

2001-04-26  Johan Dahlin  <zilch.am@home.se>

	* bonobo/bonobo.py (moniker_client_new_from_name): Dito

	* bonobo/bonobo-moniker-util.c:  Added bonobo_moniker_client_new_from_name

	* bonobo/bonobomodule.c (bonobomod_methods): Added bonobo-moniker-utils.c

	* bonobo/bonobo-moniker-util.c (wrap_bonobo_get_object): New file, added bonobo_get_object

	* bonobo/bonobo-object.c: Removed bonobo_get_object, since it should be in bonobo-moniker-utils.c

	* bonobo/bonobomodule.c: Updated status

	* bonobo/bonobo.py (ui_engine_widget_get_node): 

	* test/moniker.py: Added simple moniker test (evolution)

	* bonobo/bonobo.py: Added, tested and documented all functions from bonobo-context.c

	* bonobo/bonobo-context.c: New file, added all 4 functions.

	* oaf/oafmodule.c: Added initialized-patch from Robey Pointer.
	Indent correctly.

	* bonobo/bonobo.py (BonoboUIContainer.set_engine): Added most functions, added documentation,
	still needs more testing.

	* bonobo/bonobo-ui-engine.c: Added most functions.

2001-04-25  Johan Dahlin  <zilch.am@home.se>

	* bonobo/bonobomodule.c: Oops, forgot to add bonobo-control-frame.c

	* bonobo/bonobo-object.c (wrap_bonobo_object_query_local_interface)
	(wrap_bonobo_object_query_interface): Fixed typo pointed out by Robey Pointer, thanks!

2001-04-24  Johan Dahlin  <zilch.am@home.se>

	* bonobo/bonobo-control-frame.c: Add all functions

	* bonobo/bonobo.py (BonoboControlFrame): Added, tested, documented all functions.

	* bonobo/bonobo.py (BonoboUINode): Added and tested all functions

	* bonobo/bonobo-ui-node.c: Added all functions (almost)

	* bonobo/bonobo-ui-container.c (wrap_bonobo_ui_container_get_type): Layout

2001-04-23  Johan Dahlin  <zilch.am@home.se>

	* bonobo/bonobo-ui-engine.c, bonobo/bonobo-ui-container.c: Fix layout

2001-04-23  Mikael Hallendal  <micke@codefactory.se>

	* configure.in: Check in module gtk instead of Gtkinter.

2001-04-23  Johan Dahlin  <zilch.am@home.se>

	* bonobo/bonobo-ui-component.c (VerbMarshal): Cast correctly, to avoid two warnings

	* bonobo/bonobo-generic-factory.c (GenericFactoryMarshal): Updated, but it still
	need more cleaning.

	* bonobo/bonobo-ui-component.c (VerbMarshal): dito

	* bonobo/bonobo.py: Comment update
	(conv.__call__): Added callback convert function

	* bonobo/bonobomodule.c: Updated status

	* bonobo/bonobo.py (BonoboUIComponent.set_status): Added

	* bonobo/bonobo-ui-component.c (wrap_bonobo_ui_component_thaw): Added
	(wrap_bonobo_ui_component_thaw): Added
	(wrap_bonobo_ui_component_set_prop): Added
	(wrap_bonobo_ui_component_get_prop): Added
	(wrap_bonobo_ui_component_set_status): Added

	* bonobo/bonobo.py (BonoboUIComponent.freeze): Added
	(BonoboUIComponent.thaw): Added

2001-04-22  Johan Dahlin  <zilch.am@home.se>

	* bonobo/bonobo-ui-component.c (wrap_bonobo_ui_component_rm): Just joking, return void

	* bonobo/bonobo.py (BonoboUIComponent.rm): Added

	* bonobo/bonobo-ui-component.c (wrap_bonobo_ui_component_rm): Return bool, not void
	(wrap_bonobo_ui_component_path_exists): Added

	* bonobo/bonobo.py (BonoboObject.query_local_interface): Added

	* bonobo/bonobo-object.c (wrap_bonobo_object_query_interface): Added
	(wrap_bonobo_object_query_local_interface): Added

	* bonobo/bonobo.py (BonoboObject.query_interface): Added

	* bonobo/bonobomodule.c: Update status

	* bonobo/bonobo-object.c (wrap_bonobo_object_dump_interfaces): Added

	* bonobo/bonobo.py (BonoboObject.dump_interfaces): Added

	* bonobo/bonobo-object.c (wrap_bonobo_object_idle_unref): Added

	* bonobo/bonobo.py (BonoboObject.idle_unref): Added

	* bonobo/bonobo-object.c (wrap_bonobo_object_unref): Added
	(wrap_bonobo_object_ref): Added

2001-04-22  Richard Hult  <rhult@codefactory.se>

	* bonobo/bonobo-property-bag.c (wrap_bonobo_property_bag_get_docstring):
	Fix warning.

2001-04-21  Johan Dahlin  <zilch.am@home.se>

	* bonobo/bonobo.py (BonoboUIComponent.rm): Added BonoboUIComponent.rm
	(BonoboUIComponent.get): 
	(BonoboObject.add_interface): Clean up

	* bonobo/bonobo-ui-component.c (wrap_bonobo_ui_component_rm): Added bonobo_ui_component_rm
	
2001-04-21  Johan Dahlin  <zilch.am@home.se>

	* Makefile.am, NEWS, README, aclocal.m4, autogen.sh, configure.in,
	AUTHORS, COPYING, ChangeLog, INSTALL, acinclude.m4,
	bonobo/bonobo-generic-factory.c, bonobo/bonobo-ui-component.c,
	bonobo/bonobo-widget.c, oaf/Makefile.am, oaf/oafmodule.c,
	test/mrproject.py, test/testBonoboControl.py,
	test/testBonoboPropertyBag.py, test/testBonoboUIComponent.py,
	test/testBonoboWidget.py, test/testBonoboWindow.py,
	bonobo/Makefile.am, bonobo/bonobo-control-frame.c,
	bonobo/bonobo-control.c, bonobo/bonobo-main.c,
	bonobo/bonobo-object-client.c, bonobo/bonobo-object.c,
	bonobo/bonobo-property-bag.c, bonobo/bonobo-ui-container.c,
	bonobo/bonobo-ui-engine.c, bonobo/bonobo-ui-node.c,
	bonobo/bonobo-ui-util.c, bonobo/bonobo-window.c, bonobo/bonobo.py,
	bonobo/bonobomodule.c, bonobo/pybonobo.h,
	macros/gnome-ghttp-check.m4, macros/gnome-objc-checks.m4,
	macros/gnome-undelfs.m4, macros/gnome-xml-check.m4,
	macros/.cvsignore, macros/Makefile.am, macros/aclocal-include.m4,
	macros/autogen.sh, macros/compiler-flags.m4, macros/curses.m4,
	macros/gnome-common.m4, macros/gnome-cxx-check.m4,
	macros/gnome-fileutils.m4, macros/gnome-gettext.m4,
	macros/gnome-gnorba-check.m4, macros/gnome-guile-checks.m4,
	macros/gnome-libgtop-check.m4, macros/gnome-pilot.m4,
	macros/gnome-support.m4, macros/gnome-vfs.m4, macros/gnome.m4,
	macros/gperf-check.m4, macros/linger.m4,
	macros/need-declaration.m4, macros/pygnome.m4, macros/ChangeLog,
	macros/gnome-bonobo-check.m4, macros/gnome-orbit-check.m4,
	macros/gnome-print-check.m4, macros/gnome-pthread-check.m4,
	macros/gnome-x-checks.m4: Initial import

