You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(20) |
Jun
(46) |
Jul
(58) |
Aug
(103) |
Sep
(153) |
Oct
(192) |
Nov
(228) |
Dec
(213) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(61) |
Feb
(114) |
Mar
(103) |
Apr
(51) |
May
(84) |
Jun
(38) |
Jul
(125) |
Aug
(324) |
Sep
(120) |
Oct
(98) |
Nov
(145) |
Dec
(108) |
2004 |
Jan
(75) |
Feb
(72) |
Mar
(203) |
Apr
(33) |
May
(59) |
Jun
(39) |
Jul
(41) |
Aug
(108) |
Sep
(39) |
Oct
(74) |
Nov
(98) |
Dec
(21) |
2005 |
Jan
(113) |
Feb
(93) |
Mar
(113) |
Apr
(8) |
May
(11) |
Jun
(98) |
Jul
(91) |
Aug
(39) |
Sep
(149) |
Oct
(199) |
Nov
(29) |
Dec
(4) |
2006 |
Jan
(20) |
Feb
(6) |
Mar
(19) |
Apr
(21) |
May
(119) |
Jun
(105) |
Jul
(63) |
Aug
(10) |
Sep
(18) |
Oct
(26) |
Nov
(44) |
Dec
(113) |
2007 |
Jan
(14) |
Feb
(14) |
Mar
(11) |
Apr
(8) |
May
(7) |
Jun
(49) |
Jul
(188) |
Aug
(32) |
Sep
(12) |
Oct
(32) |
Nov
(79) |
Dec
(27) |
2008 |
Jan
(54) |
Feb
(32) |
Mar
(104) |
Apr
(247) |
May
(51) |
Jun
(25) |
Jul
(6) |
Aug
(13) |
Sep
(60) |
Oct
(63) |
Nov
(49) |
Dec
(10) |
2009 |
Jan
(132) |
Feb
(14) |
Mar
(16) |
Apr
(3) |
May
(23) |
Jun
(10) |
Jul
(14) |
Aug
(12) |
Sep
(24) |
Oct
(6) |
Nov
|
Dec
(6) |
2010 |
Jan
(12) |
Feb
(13) |
Mar
(2) |
Apr
(13) |
May
(7) |
Jun
(3) |
Jul
(6) |
Aug
|
Sep
(156) |
Oct
(57) |
Nov
(9) |
Dec
(2) |
2011 |
Jan
(109) |
Feb
(431) |
Mar
(17) |
Apr
|
May
(8) |
Jun
(25) |
Jul
(12) |
Aug
(9) |
Sep
(80) |
Oct
(244) |
Nov
(341) |
Dec
(559) |
2012 |
Jan
(137) |
Feb
(185) |
Mar
(6) |
Apr
(30) |
May
(26) |
Jun
(3) |
Jul
(25) |
Aug
(5) |
Sep
(4) |
Oct
(2) |
Nov
(16) |
Dec
(190) |
2013 |
Jan
(204) |
Feb
(70) |
Mar
(137) |
Apr
(180) |
May
(149) |
Jun
(39) |
Jul
(22) |
Aug
(8) |
Sep
(78) |
Oct
(488) |
Nov
(134) |
Dec
(138) |
2014 |
Jan
(18) |
Feb
(148) |
Mar
(238) |
Apr
(177) |
May
(45) |
Jun
(36) |
Jul
(176) |
Aug
(33) |
Sep
(114) |
Oct
(265) |
Nov
(263) |
Dec
(184) |
2015 |
Jan
(163) |
Feb
(44) |
Mar
(196) |
Apr
(184) |
May
(308) |
Jun
(132) |
Jul
(81) |
Aug
(76) |
Sep
(440) |
Oct
(125) |
Nov
(75) |
Dec
(111) |
2016 |
Jan
(210) |
Feb
(88) |
Mar
(86) |
Apr
(137) |
May
(145) |
Jun
(257) |
Jul
(35) |
Aug
(312) |
Sep
(69) |
Oct
(43) |
Nov
(91) |
Dec
(103) |
2017 |
Jan
(72) |
Feb
(50) |
Mar
(80) |
Apr
(238) |
May
(122) |
Jun
(47) |
Jul
(197) |
Aug
(92) |
Sep
(21) |
Oct
(45) |
Nov
(52) |
Dec
(26) |
2018 |
Jan
(3) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Masahiro S. <sa...@us...> - 2002-07-27 06:23:52
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/glib In directory usw-pr-cvs1:/tmp/cvs-serv760 Modified Files: ChangeLog Log Message: * src/rbgobj_object.c: implement GObject.gobject_new experimentaly. example: w = GLib::GObject.gobject_new("GtkWindow", "title" => "Hello World") |
From: Masahiro S. <sa...@us...> - 2002-07-27 06:23:52
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/glib/src In directory usw-pr-cvs1:/tmp/cvs-serv760/src Modified Files: rbgobj_object.c rbgobj_value.c rbgobject.h Log Message: * src/rbgobj_object.c: implement GObject.gobject_new experimentaly. example: w = GLib::GObject.gobject_new("GtkWindow", "title" => "Hello World") |
From: Masahiro S. <sa...@us...> - 2002-07-26 14:45:46
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/glib In directory usw-pr-cvs1:/tmp/cvs-serv6913 Modified Files: ChangeLog Log Message: fix typo |
From: Masahiro S. <sa...@us...> - 2002-07-26 14:42:18
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gtk/src In directory usw-pr-cvs1:/tmp/cvs-serv5289/src Modified Files: rbgtkobject.c Log Message: * src/rbgtkobject.c (gobj_destroy): follow Ruby/GLib's change of internal data structure. |
From: Masahiro S. <sa...@us...> - 2002-07-26 14:42:17
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gtk In directory usw-pr-cvs1:/tmp/cvs-serv5289 Modified Files: ChangeLog Log Message: * src/rbgtkobject.c (gobj_destroy): follow Ruby/GLib's change of internal data structure. |
From: Masahiro S. <sa...@us...> - 2002-07-26 14:31:36
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/glib/src In directory usw-pr-cvs1:/tmp/cvs-serv1192/src Modified Files: global.h rbglib.c rbgobj_object.c rbgobj_param.c rbgobj_value.c rbgobject.h Added Files: rbgobj_paramspecs.c Log Message: * extconf.rb: check allocation framework * src/rbgobj_object.c: introduce intermediate data structure (gobj_holder) for managing not only GObject*, but also class_info and ruby object itself. * src/rbgobj_object.c: abolish gobject_object_list_v and gobject_object_list * src/rbgobj_object.c: use gobject_weak_ref() to observe an explicit disposition. (e.g. by gtk_object_destroy()) * src/rbgobj_object.c: implement GObject#set_property and GObject#get_property * src/rbgobj_paramspecs.c: created |
From: Masahiro S. <sa...@us...> - 2002-07-26 14:31:35
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/glib In directory usw-pr-cvs1:/tmp/cvs-serv1192 Modified Files: ChangeLog extconf.rb Log Message: * extconf.rb: check allocation framework * src/rbgobj_object.c: introduce intermediate data structure (gobj_holder) for managing not only GObject*, but also class_info and ruby object itself. * src/rbgobj_object.c: abolish gobject_object_list_v and gobject_object_list * src/rbgobj_object.c: use gobject_weak_ref() to observe an explicit disposition. (e.g. by gtk_object_destroy()) * src/rbgobj_object.c: implement GObject#set_property and GObject#get_property * src/rbgobj_paramspecs.c: created |
From: MUTOH M. <mu...@us...> - 2002-07-25 12:12:40
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gnome/sample/gnome-hello In directory usw-pr-cvs1:/tmp/cvs-serv10595/sample/gnome-hello Modified Files: gnome-hello-0-basic.rb gnome-hello-1-menus.rb gnome-hello-2-i18n.rb gnome-hello-4-SM.rb Log Message: * src/rbgnome.c: Add Gnome.init. * sample/*.rb: Support Gnome.init. * sample/gnome-init-popt.rb: Add file. Gnome.init sample. * extconf.rb: use $libs but $LDFLAGS for static link. Reported by WATANABE Hirofumi <eb...@os...> * 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 <ak...@ar...> |
From: MUTOH M. <mu...@us...> - 2002-07-25 12:12:40
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gnome In directory usw-pr-cvs1:/tmp/cvs-serv10595 Modified Files: ChangeLog extconf.rb Log Message: * src/rbgnome.c: Add Gnome.init. * sample/*.rb: Support Gnome.init. * sample/gnome-init-popt.rb: Add file. Gnome.init sample. * extconf.rb: use $libs but $LDFLAGS for static link. Reported by WATANABE Hirofumi <eb...@os...> * 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 <ak...@ar...> |
From: MUTOH M. <mu...@us...> - 2002-07-25 12:12:40
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gnome/sample In directory usw-pr-cvs1:/tmp/cvs-serv10595/sample Modified Files: animator_demo.rb Added Files: gnome-init-popt.rb Log Message: * src/rbgnome.c: Add Gnome.init. * sample/*.rb: Support Gnome.init. * sample/gnome-init-popt.rb: Add file. Gnome.init sample. * extconf.rb: use $libs but $LDFLAGS for static link. Reported by WATANABE Hirofumi <eb...@os...> * 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 <ak...@ar...> |
From: MUTOH M. <mu...@us...> - 2002-07-25 12:12:40
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gnome/sample/test-gnome In directory usw-pr-cvs1:/tmp/cvs-serv10595/sample/test-gnome Modified Files: test-gnome.rb Log Message: * src/rbgnome.c: Add Gnome.init. * sample/*.rb: Support Gnome.init. * sample/gnome-init-popt.rb: Add file. Gnome.init sample. * extconf.rb: use $libs but $LDFLAGS for static link. Reported by WATANABE Hirofumi <eb...@os...> * 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 <ak...@ar...> |
From: MUTOH M. <mu...@us...> - 2002-07-25 12:12:39
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gnome/src In directory usw-pr-cvs1:/tmp/cvs-serv10595/src Modified Files: rbgnome.c Log Message: * src/rbgnome.c: Add Gnome.init. * sample/*.rb: Support Gnome.init. * sample/gnome-init-popt.rb: Add file. Gnome.init sample. * extconf.rb: use $libs but $LDFLAGS for static link. Reported by WATANABE Hirofumi <eb...@os...> * 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 <ak...@ar...> |
From: MUTOH M. <mu...@us...> - 2002-07-20 15:00:42
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gtk In directory usw-pr-cvs1:/tmp/cvs-serv30856 Modified Files: ChangeLog Log Message: src/rbgtkentry.c: Gtk::Entry.new() accept a "max_length" as optionnal argument. by Guillaume Pierronnet <mo...@ne...> |
From: MUTOH M. <mu...@us...> - 2002-07-20 15:00:42
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gtk/src In directory usw-pr-cvs1:/tmp/cvs-serv30856/src Modified Files: rbgtkentry.c Log Message: src/rbgtkentry.c: Gtk::Entry.new() accept a "max_length" as optionnal argument. by Guillaume Pierronnet <mo...@ne...> |
From: MUTOH M. <mu...@us...> - 2002-07-09 16:24:25
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gtk/src In directory usw-pr-cvs1:/tmp/cvs-serv30989/src Modified Files: rbgtksocket.c Log Message: src/rbgtksocket.c: Add Gtk::Socket#xwindow. sample/t-gtkplug.rb, sample/t-gtksocket.rb: Add sample for Gtk::Socket, Gtk::Plug. |
From: MUTOH M. <mu...@us...> - 2002-07-09 16:24:25
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gtk In directory usw-pr-cvs1:/tmp/cvs-serv30989 Modified Files: ChangeLog Log Message: src/rbgtksocket.c: Add Gtk::Socket#xwindow. sample/t-gtkplug.rb, sample/t-gtksocket.rb: Add sample for Gtk::Socket, Gtk::Plug. |
From: MUTOH M. <mu...@us...> - 2002-07-09 16:24:25
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gtk/sample In directory usw-pr-cvs1:/tmp/cvs-serv30989/sample Added Files: t-gtkplug.rb t-gtksocket.rb Log Message: src/rbgtksocket.c: Add Gtk::Socket#xwindow. sample/t-gtkplug.rb, sample/t-gtksocket.rb: Add sample for Gtk::Socket, Gtk::Plug. |
From: MUTOH M. <mu...@us...> - 2002-07-07 06:06:12
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gtk/src In directory usw-pr-cvs1:/tmp/cvs-serv7013/src Modified Files: rbgdkcolormap.c Log Message: Remove Gdk::Colormap#alloc. |
From: MUTOH M. <mu...@us...> - 2002-07-07 06:06:12
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gtk In directory usw-pr-cvs1:/tmp/cvs-serv7013 Modified Files: ChangeLog Log Message: Remove Gdk::Colormap#alloc. |
From: MUTOH M. <mu...@us...> - 2002-07-07 06:00:57
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gtk In directory usw-pr-cvs1:/tmp/cvs-serv6289 Modified Files: ChangeLog Log Message: Fix compile error for Gdk::Font(#ifdef GTK_DISABLE_DEPRECATED is wrong). |
From: MUTOH M. <mu...@us...> - 2002-07-07 05:59:17
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gtk/src In directory usw-pr-cvs1:/tmp/cvs-serv5998 Modified Files: rbgtk.h Log Message: Fix compile error for Gdk::Font(#ifdef GTK_DISABLE_DEPRECATED is wrong). |
From: MUTOH M. <mu...@us...> - 2002-07-07 05:14:40
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gtk/src In directory usw-pr-cvs1:/tmp/cvs-serv28941 Modified Files: rbgdk.c Log Message: Remove rbgdkim.c. |
From: MUTOH M. <mu...@us...> - 2002-07-07 05:12:17
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gtk In directory usw-pr-cvs1:/tmp/cvs-serv28498 Modified Files: extconf.rb Log Message: Remove src/rbgdkim.c. |
From: MUTOH M. <mu...@us...> - 2002-07-07 05:11:14
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gtk In directory usw-pr-cvs1:/tmp/cvs-serv28315 Modified Files: ChangeLog Log Message: Remove src/rbgdkim.c |
From: MUTOH M. <mu...@us...> - 2002-07-07 05:10:35
|
Update of /cvsroot/ruby-gnome2/ruby-gnome2/gtk/src In directory usw-pr-cvs1:/tmp/cvs-serv28186 Removed Files: rbgdkim.c Log Message: Remove File. |