Subject: CVS commit: pkgsrc/x11/ruby-gtk
To: None <pkgsrc-changes@netbsd.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 06/30/2001 18:23:03
Module Name:	pkgsrc
Committed By:	taca
Date:		Sat Jun 30 15:23:02 UTC 2001

Modified Files:
	pkgsrc/x11/ruby-gtk: Makefile distinfo
	pkgsrc/x11/ruby-gtk/patches: patch-aa
	pkgsrc/x11/ruby-gtk/pkg: PLIST

Log Message:
Switch to new Ruby frame work.
Update ruby-gtk to 0.23 to 0.25, quoted from ChangeLog:

Thu May 24 06:31:44 2001  kadu <kadu3@m16.alpha-net.ne.jp>

	* doc/rbbr.rb: attach a document viewer with refe, ri.

Tue May 22 06:22:53 2001  MUTOH Masao <mutoh@highway.ne.jp>

	* src/rbgtkitemfactory.h: define a missing constant of
	Gtk::ItemFactory.

Tue May 22 06:19:26 2001  MUTOH Masao <mutoh@highway.ne.jp>

	* src/rbgdk.c, src/rbgdkconst.c: define values of type GdkFunction.

Sun May 20 23:02:17 2001  MUTOH Masao <mutoh@highway.ne.jp>

	* src/rbgdk.c: Gdk::GC#set_dashes takes an Array argument instead of
	String.

Mon May  7 00:47:49 2001  MUTOH Masao <mutoh@highway.ne.jp>

	* src/rbgdkcolor.c: Gdk::Colormap#colors returns the proper value.

Sun Apr 22 17:39:21 2001  MUTOH Masao <mutoh@highway.ne.jp>

	* src/rbgdk.c: define methods of Gdk::Image.

Sun Apr 15 19:37:42 2001  MUTOH Masao <mutoh@highway.ne.jp>

	* src/rbgdkcolor.c: Gdk::Colormap#alloc_color returns
	the pixel value now.

Mon Apr  9 05:27:24 2001  MUTOH Masao <mutoh@highway.ne.jp>

	* src/rbgdkcolor.c: define Gdk::Colormap#colors, Gdk::Color#pixel.

Fri Mar 30 23:17:26 2001  Masahiro Sakai  <zvm01052@nifty.ne.jp>

	* src/rbgtk.c (rbgtk_register_class): manage mappnig GtkType
	to ruby class object.

	* src/rbgtk.c (get_gtk_type): support additional registered classes.

	* src/rbgtk.c (rbgtk_lookup_class_by_gtype): implemented newly.

Wed Mar 28 06:54:25 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtk.c (rbgtk_lookup_class): check whether the instance
	variable is defined.

Sat Mar  3 08:10:54 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtk.h init.c rbgdk.c rbgtk.c rbgtkmain.c:
	raise exception when FATAL/ERROR logs are emitted from GDK/GTK.

Fri Feb 16 18:48:50 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* version 0.24 released.

Fri Jan 19 20:49:49 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* extconf.rb: fix dependencies for rbgdk.o, rbgdkconst.o.

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

	* src/rbgtk.h: declaration for function notimplemented() is disused
	and causes compile errors now.

Fri Jan 12 05:40:23 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgdk.c: define Gdk.screen_{width,height}.

	* src/rbgdkwindow.c: define Gdk::Window#set_override_redirect.

	* src/rbgtk.c (gallocation_to_a, grequisition_to_a):
	lack of use INT2FIX().

	* src/rbgtkwidget.c: Gtk::Widget#size_request should return
	Gtk::Requisition instead of to taking it as argument.

	* src/rbgtkwidget.c: define Gtk::Widget#set_app_paintable.

Fri Jan 12 01:35:45 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

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

Thu Jan 11 19:32:44 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgdkwindow.c: fix Gdk::Window#get_geometry (accessed
	not-allocated memory area).

Wed Jan 10 17:40:46 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtkitemfactory.c: add new file.

	* src/global.h, src/rbgtk.h, src/rbgtk.c, src/rbgtkobject.c:
	add stuff about Gtk::ItemFactory.

Wed Jan 10 17:08:21 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtktoolbar.c: Gtk::Toolbar#{append,prepend,insert}_item
	should return a item created newly in the toolbar.

Wed Jan 10 01:20:44 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtkclist.c: add missing methods in Gtk::CList.

Wed Jan 10 00:16:06 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtkctree.c:
	fixed Gtk::CTree#set_indent to call a correct function.

Wed Jan 10 00:09:59 2001  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtkclist.c, rbgtkctree.c, src/rbgtkfilesel.c:
        fixed to use them.

	* src/rbgtk.h, src/rbgtk.c:
        added functions to manage class info.

Sun Oct 22 20:18:25 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtkmain.c (exec_interval): proc was called twice.

Mon Oct  9 13:42:34 2000  MOROHOSHI Akihiko <moro@remus.dti.ne.jp>

	* src/rbgtkclist.c (clist_marker_mark): improve GC marking.

	* src/rbgtkctree.c (ctree_marker_mark, ctree_node_mark_recursive):
	ditto.

Fri Sep 22 19:30:58 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* extconf.rb: raise an exception if gdkcursors.h or gdkkeysyms.h
	are not found.

Tue Sep  5 06:28:00 2000  Minero Aoki  <aamine@dp.u-netsurf.ne.jp>

	* src/rbgtkitem.c:
	Gtk::TreeItem#subtree, subtree=, expanded?, leaf?

	* src/rbgtk.c:
	gtk_object_list is a st_table.

	* src/global.h:
	now gtk_object_list is not extern.

	* src/rbgtkctree.c:
	uses get_value_from_gobject() instead of make_ctree_node().
	checkes type of CTreeNode.
	define Gtk::CTree#[]

Tue Sep  5 05:55:56 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgdkwindow.c: define Gdk::Window#{show,hide}.

Tue Sep  5 05:25:22 2000  Yasushi Shoji <yashi@yashi.com>

	* src/rbgdk.c, src/rbgdkconst.c, src/rbgdkwindow.c, src/rbgtk.h,
	src/rbgtkwindow.c: define Gdk::Geometry and
	Gtk::Window#set_geometry_hints ([ruby-ext:01055]).

Tue Sep  5 04:54:55 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtkfilesel.c:
        define Gtk::FileSelection#{dir_list,file_list}.

Sat Sep  2 19:06:04 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgdkevent.c: should map gdouble to Float on returning value.

Sat Sep  2 05:50:23 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtkmain.c (gtk_m_events_pending, gtk_m_main_iteration):
        Gtk.events_pending, Gtk.main_iteration should return true/false.

	* src/rbgtkmain.c (gtk_m_get_current_event):
	define Gtk.get_current_event.

Sun Jun 25 10:39:50 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgdkcolor.c (gdkcolor_to_a, Init_gtk_gdk_color):
	define Gdk::Color#to_a giving array [red, green ,blue].

Tue Jun 20 00:33:28 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* extconf.rb: define distclean target in topdir Makefile.

Wed Jun 07 16:28:16 2000  Masaki Fukushima <fukusima@goto.info.waseda.ac.jp>

        * src/rbgtk.c: use g_main_set_poll_func() and rb_thread_select()
	to improve the response. This is applied only for ruby 1.5.4 and later.

Mon Jun 05 16:13:05 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

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

Sat May 13 15:26:02 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtk.c (Init_gtk_gtk): restore calling Init_gtk_accel_group().

Thu May 11 13:30:25 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgdkcolor.c: define the missing methods in Gdk::Color.

Sun May 07 12:53:37 2000  Hiroyuki ARAKI  <hiro@zob.ne.jp>

	* src/rbgdkpixmap.c:
	define Gdk::Pixmap#colormap_create_from_xpm(?:_d)?.

Sun May 07 11:59:25 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* doc/gtkbrows.rb: do not refer GdkImlib.

Sat May 06 22:27:19 2000  Hiroyuki ARAKI  <hiro@zob.ne.jp>

	* src/rbgdk.c: define some missing methods in Gdk::Font.

Sat Apr 22 19:26:25 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/init.c (Init_gtk): call Init_gtk_xxx() after calling gtk_init().

Sat Apr 22 19:10:34 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* sample/testgtk/testgtk.rb: display version of Ruby/GTK.

Thu Mar 30 22:53:41 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtkpaned.c (paned_child1, paned_child2):
	use get_value_from_gobject to return correct objects.

Thu Mar 30 22:46:47 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtkconst.c, src/rbgtkclist.c (clist_row_is_visible):
	change correspondence between C and Ruby in type GtkVisibility.

Thu Mar 30 22:39:36 2000  Yasushi Shoji <yashi@yashi.com>

	* src/rbgtkwindow.c: define Gtk::Window#set_transient_for

Thu Mar 30 22:18:08 2000  WATANABE Hirofumi  <watanabe@ase.ptg.sony.co.jp>

	* gtk-config.cygwin: gtk-config for cygwin.

Thu Mar 30 21:53:37 2000  WATANABE Hirofumi  <watanabe@ase.ptg.sony.co.jp>

	* extconf.rb, src/rbgtk.c, src/rbgtk.h: modify to support cygwin.

Thu Mar 30 21:17:43 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtkwindow.c, src/rbgtkstyle.c, src/rbgtktable.c,
	src/rbgtktext.c, src/rbgtktogglebutton.c, src/rbgtktoolbar.c,
	src/rbgtktree.c, src/rbgtkvbox.c, src/rbgtkwidget.c, src/rbgtkpaned.c,
	src/rbgtkpreview.c, src/rbgtkprogress.c, src/rbgtkscale.c,
	src/rbgtkspinbutton.c, src/rbgtkeditable.c, src/rbgtkentry.c,
	src/rbgtkhbox.c, src/rbgtklabel.c, src/rbgtkmain.c,
	src/rbgtknotebook.c, src/rbgtkclist.c, src/rbgtkcolorsel.c,
	src/rbgtkcombo.c, src/rbgtkctree.c, src/rbgdkcolor.c,
	src/rbgdkdraw.c, src/rbgdkwindow.c, src/rbgtkaspectframe.c,
	src/rbgtkbox.c, src/rbgtkcheckmenuitem.c:
        replace `RTEST' with `RGTEST'.

Thu Mar 30 21:15:00 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtk.h: define a macro `RGTEST' returning gboolean value.

Thu Mar 30 20:50:46 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/global.h: declare Init_gtk_style().

Thu Mar 30 20:49:01 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtk.c (Init_gtk_gtk): call Init_gtk_style().

Thu Mar 30 20:01:17 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/init.c: move declarations of Init_gtk_xxx to `global.h'.

Thu Mar 30 19:59:42 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/global.h: declare functions Init_gtk_xxx.

Thu Mar 30 18:52:49 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* extconf.rb: fix typos.

Thu Mar 30 18:50:39 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* extconf.rb: add `rbgtk.h' to dependency.

Thu Mar 30 18:48:26 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/global.h: this file contains private objects for ruby-gtk.

Thu Mar 30 18:47:03 2000  Hiroshi IGARASHI  <iga@ruby-lang.org>

	* src/rbgtk.h: create a header file for public objects.

Wed Mar 29 20:07:41 2000  Hiroshi IGARASHI  <igarashi@ueda.info.waseda.ac.jp>

	* src/*.c: split files per class.

Wed Mar 29 20:02:47 2000  Hiroshi IGARASHI  <igarashi@ueda.info.waseda.ac.jp>

	* src/rbgdkimlib.c: gdkimlib is separated to other module.

Mon Mar 27 18:23:42 2000  Hiroshi IGARASHI  <igarashi@ueda.info.waseda.ac.jp>

	* sample/testgtk/statusbar.rb, sample/testgtk/clist.rb,
	sample/testgtk/ctree.rb:
	avoid syntax error.

Tue Feb 22 21:17:51 2000  YASUI Kentarow <kenyasui@alles.or.jp>

	* src/rbgtkclist.c:
	define method row_is_visible and modify moveto in class Gtk::CList.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/x11/ruby-gtk/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/ruby-gtk/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/ruby-gtk/patches/patch-aa
cvs rdiff -r1.6 -r1.7 pkgsrc/x11/ruby-gtk/pkg/PLIST

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