2003-06-28  Masao Mutoh  <mutoh@highway.ne.jp>

	* sample/test-gnome/canvas-primitives.rb: Fix warning for ruby-1.8.x.
	* src/rbgnome-dialog.c, src/rbgnome.h, extconf.rb: 
	Use rb_block_proc instead of rb_f_lambda if exist.

2003-01-14  Masao Mutoh  <mutoh@highway.ne.jp>

	* COPYING.LIB: Add a file.

2002-09-01  KUBO Takehiro <kubo@jiubao.org>

	* src/rbgnome-app-helper.c, src/rbgnome-dialog.c: Change same as 
	Ruby/GTK changes for signal_callback().

2002-08-29  KUBO Takehiro <kubo@jiubao.org>

	* src/rbgnome-canvas-item.c, src/rbgtk-xmhtml.c, extconf.rb: Bugfix for 
	Undefined symbols.

2002-08-19  KUBO Takehiro <kubo@jiubao.org>

	* src/rbgnome-canvas-item.c: Remove set_gtkarg(). Modify citem_set().
	Add get_gdkimlib_image,citem_get(),Init_gnome_canvas_item().
	* src/rbgnome-canvas-util.c: Add get_gnome_canvas_points(), 
	make_gnome_canvas_points()
	* src/rbgnome.[ch]: Support GtkArg system.

2002-08-18  KUBO Takehiro <kubo@jiubao.org>

	* src/rbgnome-canvas-item.c: BugFix Gnome::CanvasItem#grab, #ungrab.
	* src/rbgnome-canvas-group.c, rbgnome.h: Support GtkType dynamically.
	* sample/test-gnome/canvas_arrowhead.rb, canvas-primitives.rb:
	Change mouse cursor icon when cursor is dragged.
	
2002-08-06  KUBO Takehiro <kubo@jiubao.org>

   * extconf.rb, src/lib/gnome.rb, src/rbgnome-canvas.c, 
   rbgnome-canvas-item.c, rbgnome-canvas-util.c, 
   sample/text-gnome/canvas-arrowhead.rb, canvas-primitives.rb: Support libart.
   * src/rbgnome-canvas-util.c: Remove Gnome::CanvasPoints#ref, #unref, #free.

2002-08-04  KUBO Takehiro <kubo@jiubao.org>

	* src/rbgnome-app-helper.c: Fix segmentation fault.

2002-07-30  KUBO Takehiro <kubo@jiubao.org>

	* src/rbgnome-canvas-util.c: Add file. Support Gnome::Canvas, 
	CanvasGroup, CanvasItem, CanvasLine, CanvasRect, CanvasText, CanvasImage, 
	CanvasWidget, CanvasPoints.
	* sample/test-gnome/canvas-arrowhead.rb, canvas-features.rb, 
	canvas-fifteen.rb, canvas-primitives.rb, canvas.rb, flower.png, toroid.png: 
	Add file. Add Gnome::Canvas* sample to test-gnome.rb.
	* sample/test-gnome/test-gnome.rb, src/rbgnome-canvas-group.c, 
	src/rbgnome-canvas-item.c, rbgnome-canvas.c, rbgnome.[ch]: 
	Support Gnome::Canvas, CanvasGroup, CanvasItem, CanvasLine, CanvasRect, 
	CanvasText, CanvasImage, CanvasWidget, CanvasPoints.

2002-07-28  KUBO Takehiro <kubo@jiubao.org>

	* src/rbgnome.c: Bugfix for Gnome::init when options is not set.

2002-07-28  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgnome.c: Change value of Gnome::POPT_ARGS from "args" to "".
	as suggested by Kazuhiro NISHIYAMA <zn@mbf.nifty.com>. 

2002-07-23  Masao Mutoh  <mutoh@highway.ne.jp>

	* src/rbgnome.c: Add Gnome.init.
	* sample/*.rb: Support Gnome.init.
	* sample/gnome-init-popt.rb: Add file. Gnome.init sample.

2002-06-04  Masao Mutoh <mutoh@highway.ne.jp>

	* extconf.rb: use $libs but $LDFLAGS for static link.
	Reported by WATANABE Hirofumi <eban@os.rim.or.jp>

2002-06-04  Masao Mutoh <mutoh@highway.ne.jp>

	* extconf.rb:Fix an install problem when it execute from extconf.rb 
	of parent directory.
        	Create objs of Makefile automaticaly like ruby-gtk.
	Reported by akira yamada <akira@arika.org>

2002-05-28  Masao Mutoh <mutoh@highway.ne.jp>

	* README: Modified.

2002-05-26  Masao Mutoh <mutoh@highway.ne.jp>

	* extconf.rb: Append  rbgtk-xmhtml to target.

2002-05-26  Nobuyoshi Nakada <nobu.nokada@softhome.net>

	* src/rbgtk-xmhtml.c: Fix to fail to compile with undefined variable.

2002-05-26  Akinori MUSHA <knu@iDaemons.org>

	* extconf.rb: Support --with-gnome-config (patch [532458])

2002-03-19  Neil Conway <neilconway@rogers.com>

	* src/rbgnome.c: Update for change in rbgtk.h: now use the
	name RUBY_GTK_OBJ_KEY.

2002-03-19  Neil Conway <neilconway@rogers.com>

	* src/rbgnome.c, src/rbgnome.h: Implement get_value_from_gno_obj.

2002-02-07  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-file-entry.c: Code cleanup.

2002-02-05  Neil Conway <neilconway@rogers.com>

	* src/rbgnome.c: Improve Gnome.is_program_in_path: I think this
	fixes a memory leak.

	* src/rbgnome-desktop-entry.c: Add 12 simple methods, improve #launch.

2002-02-04  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-desktop-entry.c: More work, class now finished.

	* src/rbgnome-config.c: Implement 11 methods.

2002-02-03  Neil Conway <neilconway@rogers.com>

	* extconf.rb: Update for new Gnome::DesktopEntry class.

	* src/rbgnome.h: Update for new Gnome::DesktopEntry class.

	* src/rbgnome.c: Code cleanup, implement Gnome.is_program_in_path.

	* src/rbgnome-stock.c: Code cleanup, change indentation to remove
	tabs.

	* src/rbgnome-dentry-edit.c: Implement DEntryEdit.new_notebook,
	#set_dentry and #get_dentry.

	* src/rbgnome-desktop-entry.c: Add partial implementation -- not
	finished yet.

2002-02-03  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-pixmap.c: Code cleanup, fix compiler warnings, reformat,
	remove commented-out code.

	* src/rbgnome-appbar.c: Fix constructor: add critical set_widget().

2002-01-17  Neil Conway <neilconway@rogers.com>

	* sample/test-gnome/font-picker.rb: Fix email address,
	more minor code. Still WIP.

2002-01-08  Neil Conway <neilconway@rogers.com>

	* README: Update my email address.

	* src/rbgnome-icon-list.c: Implement most of this widget.

	* src/rbgnome-client.c: Minor improvements.


2001-12-14  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-canvas-item.c: Implement 1 method.

2001-12-11  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-canvas.c: Implement 1 method.

	* src/rbgnome-dentry-edit.c: Add signals.

2001-12-10  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-client.c: Implement 4 methods, add signals.

	* src/rbgnome-canvas-item.c: Implement 8 methods, replace
	get_widget with get_gobject.

2001-12-09  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-client.c: Implement 10 methods.

	* src/rbgnome-canvas-item.c: Implement 6 methods.

2001-11-26  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-proc-bar.c: Implement widget, mostly. 2 tricky methods
	still need to be written, and the implementation of one method needs
	to be double-checked.

	* src/rbgnome-canvas.c: Implement 1 method.

2001-11-25  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-canvas-group.c: Implement widget.

	* src/rbgnome-canvas.c: Implement 2 methods.

	* src/rbgnome-canvas-item.c: Add a bit of basic code.

2001-11-25  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-util.c: Fix indentation.

	* src/rbgnome-util.c: Optimize by not checking for a NULL return
	value when not needed. Cleanup by using the CSTR2OBJ macro
	when appropriate.

	* src/rbgnome-icon-entry.c, src/rbgnome-pixmap-entry.c,
	rbgnome/file-entry.c: Use CSTR2OBJ macro.

2001-11-25  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-canvas.c: Implement 4 methods, remove #w2c_d because
	it's unnecessary.

2001-11-24  Neil Conway <neilconway@rogers.com>

	* MANIFEST: File removed.

2001-11-24  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-canvas.c: Add a bunch of stubs methods.

2001-11-23  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-canvas-item.c, src/rbgnome-icon-list.c: Files
	added. The widgets haven't been implemented yet though.

	* src/rbgnome-canvas.c: Removed old code, it was basically
	junk. This also remains to be implemented.

	* src/rbgnome-font-picker.c: Add 3 methods: #get_use_font_in_label,
	#get_use_font_in_label_size and #get_show_size.

2001-11-23  Neil Conway <neilconway@rogers.com>

	* sample/test-gnome/font-picker.rb: Major improvements.
	Mostly finished.

	* src/rbgnome-property-box.c: Implement new widget.

2001-11-23  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-messagebox.c: Remove extraneous hierarchy diagram.

2001-11-22  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-app.c: Remove extraneous hierarchy diagram.

	* sample/test-gnome/font-picker.rb: Add sample file. Only
	partially implemented right now.

2001-11-22  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-icon-selection.c: Implement new widget.

2001-11-18  Neil Conway <neilconway@rogers.com>

	* sample/gnome-test/sample.rb: Tweak comment.

	* src/rbgnome-dialog.c, src/rbgnome.c: Move Init_gnome_about()
	to after superclass initialization. This means that Gnome::About
	works properly now.

2001-11-18  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-about.c: Change #initialize to require 5
	arguments. For some reason, this widget still doesn't
	work properly.

2001-11-18  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-scores.c: Implement new widget.

	* src/rbgnome-dock-item.c, src/rbgnome-dialog.c: Remove
        extraneous hierarchy diagram.

	* src/rbgnome-font-picker.c: Add "font-set" signal.

2001-11-17  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-font-picker.c: Implemented new widget.

	* extconf.rb, rbgnome.c, rbgnome.h: Update for removal of
        Gnome::FontSelector and addition of Gnome::URL.

	* src/rbgnome-font-selector.c: Remove file. This is deprecated
	upstream, and the wrapping was really incomplete.

	* src/rbgnome-font-selector.c: Fix a compiler warning, remove
	some misleading comments.

	* src/rbgnome-url.c: Add this simple module.

2001-11-16  Neil Conway <neilconway@rogers.com>

	* NEWS: Update for new release.

2001-10-18  Neil Conway <neilconway@rogers.com>

	* NEWS: Add file.

	* src/rbgnome-dentry-edit.c: Rename class to Gnome::DEntryEdit,
	minor code cleanup.

	* src/rbgtk-pixmap-menuitem.c: Improve style.

2001-10-16  Neil Conway <neilconway@rogers.com>

	* README.ja: Removed file, once again: it's simple
	enough that no Japanese translation is needed.

2001-10-15  Neil Conway <neilconway@rogers.com>

	* README.ja: Re-added file.

	* ENVIRONMENT: File removed (seems pretty useless
	to me).

	* src/rbgnome.c: Remember to initialize Gnome::DEntryEdit.

	* src/rbgnome-app-helper.c: Code refactoring.

2001-10-08  Neil Conway <neilconway@rogers.com>

	* src/rbgnome-config.c: Code cleanup.

	* src/rbgnome-dialog.c, src/rbgnome-config.c: Add license.

2001-10-08  Neil Conway <neilconway@rogers.com>

	* extconf.rb: Minor tweaks to 'distclean'.

	* ChangeLog: Remove duplicate entries.

2001-10-05  Neil Conway <neilconway@rogers.com>

	* extconf.rb, src/rbgnome.c, src/rbgnome.h,
	src/rbgtk-pixmapmenuitem.c: Add a wrapper for the
	Gtk::PixBufMenuItem widget.

	* ToDo, src/rbgnome-dentry-edit.c: Files added.

	* ToDo, src/rbgnome-dentry-edit.c: Add a list of unimplemented
	widgets.

	* src/rbgnome-number-entry.c, src/rbgnome-dock-item.c,
	src/rbgnome-dialog.c, src/rbgnome-dock-layout.c,
	src/rbgnome-app-helper.c: Fix compiler warnings.

	* MANIFEST: Updated.

	* src/rbgnome-href.c: Add license, code cleanup.

	* src/rbgnome.c: Update get_gnome_type() for new widgets.

	* src/rbgnome-spell.c: Add license, check for errors in
	check_spell(), code cleanup.

	* src/rbgnomefontselector.c, src/rbgnomecalculator.c,
	src/rbgtkdial.c: Add license.

2001-02-23  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* doc/rbbr.rb: new simple class browser.

2001-02-18  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* sample/animator_demo.rb: try two file name of pixmap.

2001-02-18  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgnome-util.c: should return nil when C function returns NULL.

2001-01-13  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/lib/gnome.rb: add wrapper library for loading depedencies.

2000-06-05  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* extconf.rb: support target `site-install'.

2000-03-30  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* sample/test-gnome/sample.rb, sample/test-gnome/test-gnome.rb,
	sample/gnome-hello/gnome-hello-0-basic.rb,
	sample/gnome-hello/gnome-hello-1-menus.rb,
	sample/gnome-hello/gnome-hello-2-i18n.rb,
	sample/gnome-hello/gnome-hello-4-SM.rb, 
	sample/animator_demo.rb:
        require 'gdk_imlib'.

2000-03-30  Hiroshi Igarashi  <iga@ruby-lang.org>

	* src/rbgnome-pixmap.c: include `rbgdkimlib.h'.

2000-03-30  Hiroshi Igarashi  <iga@ruby-lang.org>

	* src/rbgnome-file-entry.c (fentry_set_modal): return self.

2000-03-30  Hiroshi Igarashi  <iga@ruby-lang.org>

	* src/rbgnome-appbar.c (appbar_set_default, appbar_pop):
	declare type of return values.

2000-03-30  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgnome-client.c, src/rbgnome-dock-layout.c, src/rbgtkdial.c:
	fix typos.

2000-03-30  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* extconf.rb: add include path of ruby-gdkimlib.

	* doc/rbbr.rb: new simple class browser.
