Tue May 28 23:56:47 2002 Masao Mutoh <mutoh@highway.ne.jp>

   * README: Modified.

Sun May 26 23:40:24 2002 Masao Mutoh <mutoh@highway.ne.jp>

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

Sun May 26 21:59:49 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>

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

Sun May 26 15:08:10 2002 Akinori MUSHA <knu@iDaemons.org>

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

Tue Mar 19 09:59:53 2002 Neil Conway <neilconway@rogers.com>

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

Tue Mar 19 01:19:03 2002 Neil Conway <neilconway@rogers.com>

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

Thu Feb  7 17:49:53 2002 Neil Conway <neilconway@rogers.com>

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

Tue Feb  5 19:16:14 2002 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.

Mon Feb  4 00:28:39 2002 Neil Conway <neilconway@rogers.com>

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

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

Sun Feb  3 22:59:28 2002 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.

Sun Feb  3 19:29:18 2002 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().

Thu Jan 17 23:26:08 2002 Neil Conway <neilconway@rogers.com>

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

Tue Jan  8 08:17:21 2002 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.


Fri Dec 14 18:57:57 2001 Neil Conway <neilconway@rogers.com>

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

Tue Dec 11 20:53:21 2001 Neil Conway <neilconway@rogers.com>

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

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

Mon Dec 10 17:39:39 2001 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.

Sun Dec  9 14:14:41 2001 Neil Conway <neilconway@rogers.com>

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

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

Mon Nov 26 19:15:55 2001 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.

Sun Nov 25 20:56:20 2001 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.

Sun Nov 25 16:44:29 2001 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.

Sun Nov 25 12:32:51 2001 Neil Conway <neilconway@rogers.com>

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

Sat Nov 24 16:28:37 2001 Neil Conway <neilconway@rogers.com>

	* MANIFEST: File removed.

Sat Nov 24 11:00:44 2001 Neil Conway <neilconway@rogers.com>

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

Fri Nov 23 21:11:35 2001 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.

Fri Nov 23 13:44:27 2001 Neil Conway <neilconway@rogers.com>

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

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

Fri Nov 23 12:04:16 2001 Neil Conway <neilconway@rogers.com>

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

Thu Nov 22 18:12:10 2001 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.

Thu Nov 22 17:30:07 2001 Neil Conway <neilconway@rogers.com>

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

Sun Nov 18 17:10:16 2001 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.

Sun Nov 18 15:29:57 2001 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.

Sun Nov 18 12:16:10 2001 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.

Sat Nov 17 17:35:28 2001 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.

Fri Nov 16 15:13:58 2001 Neil Conway <neilconway@rogers.com>

	* NEWS: Update for new release.

Thu Oct 18 14:26:18 2001 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.

Tue Oct 16 13:17:53 2001 Neil Conway <neilconway@rogers.com>

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

Mon Oct 15 16:23:28 2001 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.

Mon Oct  8 13:32:37 2001  Neil Conway <neilconway@rogers.com>

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

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

Mon Oct  8 13:32:37 2001  Neil Conway <neilconway@rogers.com>

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

	* ChangeLog: Remove duplicate entries.

Fri Oct  5 17:56:44 2001  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.

Fri Feb 23 23:38:04 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

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

Sun Feb 18 21:32:07 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

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

Sun Feb 18 21:29:03 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

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

Sat Jan 13 01:35:56 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

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

2000-06-05 16:07:50   Hiroshi IGARASHI  <iga@ruby-lang.org>

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

2000-03-30 22:13:56   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 15:23:23   Hiroshi Igarashi  <iga@ruby-lang.org>

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

2000-03-30 15:20:56   Hiroshi Igarashi  <iga@ruby-lang.org>

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

2000-03-30 15:18:39   Hiroshi Igarashi  <iga@ruby-lang.org>

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

2000-03-30 15:13:14   Hiroshi IGARASHI  <iga@ruby-lang.org>

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

2000-03-30 14:49:24   Hiroshi IGARASHI  <iga@ruby-lang.org>

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

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