ruby-****@sourc*****
ruby-****@sourc*****
2004年 3月 8日 (月) 22:41:25 JST
------------------------- REMOTE_ADDR = 218.231.161.247 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/?News_20040308_1 ------------------------- = News (2004-03-08) == Ruby-GNOME2 0.9.0 released! ((*Posted by lrz on 2004-03-08 (Mon) 09:35:28*)) - Ruby-GNOME2 0.9.0 has just been released! - - This release features a binding for the ATK library, support for custom Libglade widgets, auto-conversion from (and to) Ruby types in Libgda, best support of Ruby 1.8.1, a GStreamer tutorial and several enhancements in other libraries. - - You can read the ((<complete ruby-talk announcement|URL:http://ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-talk/94493>)) for more information. + Ruby-GNOME2 0.9.0 has just been released! + + This release features a binding for the ATK library, support for custom Libglade widgets, auto-conversion from (and to) Ruby types in Libgda, best support of Ruby 1.8.1, a GStreamer tutorial and several enhancements in other libraries. + + == Packages + ((<Downloads from here.|URL:http://sourceforge.net/project/showfiles.php?group_id=53614>)) + + :ruby-gtk2 + The minimum package which includes Ruby/GLib2, Ruby/ATK, Ruby/GdkPixbuf, Ruby/Pango, Ruby/GTK2. + + :ruby-gstreamer + The minimum package for Ruby/GStreamer. (Ruby/GLib2, Ruby/GStreamer) + + :ruby-gnome2 + All of Ruby-GNOME2 libraries. + + == Resources + ((<Mailing lists|URL:http://sourceforge.net/mail/?group_id=53614>)) + + ((<IRC|URL:http://ruby-gnome2.sourceforge.jp/hiki.cgi?irc>)) + + === Project website + * (English) ((<URL:http://ruby-gnome2.sourceforge.jp/>)) + * (French) ((<URL:http://ruby-gnome2.sourceforge.jp/fr/>)) + * (Italian) ((<URL:http://ruby-gnome2.sourceforge.jp/it/>)) + * (Japanese) ((<URL:http://ruby-gnome2.sourceforge.jp/ja/>)) + + + === Documents + * ((<Ruby-GNOME2 API Reference|URL:http://ruby-gnome2.sourceforge.jp/hiki.cgi?Ruby-GNOME2+API+Reference>)) + * Tutorials + * ((<English|URL:http://ruby-gnome2.sourceforge.jp/hiki.cgi?tutorials>)) + * ((<"Ruby/Libgda Tutorial"|URL:http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-libgda>)) + * ((<"Ruby/GTK2 TreeView Tutorial"|URL:http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-treeview>)) + * ((<French|URL:http://ruby-gnome2.sourceforge.jp/fr/hiki.cgi?tutoriels>)) + * ((<Italian|URL:http://ruby-gnome2.sourceforge.jp/it/hiki.cgi?tutorials>)) + * ((<Japanese|URL:http://ruby-gnome2.sourceforge.jp/ja/hiki.cgi?tutorials>)) + + === Other resources + * ((<Samples|URL:http://ruby-gnome2.sourceforge.jp/hiki.cgi?Samples>)) + * ((<gtk+-2.2 binary package for cygwin|URL:http://web.sfc.keio.ac.jp/~s01397ms/cygwin/index.html.en>)) + * ((<GTK+ for Windows|URL:http://www.dropline.net/gtk/>)) + * ((<Links|URL:http://ruby-gnome2.sourceforge.jp/hiki.cgi?Links>)) + + + == Changes since version 0.8.1 + === Ruby/GLib + * Improved, fixed bugs: [Kenichi Komiya, Vincent Isambart, Masao Mutoh] + * GLib::Object, GLib::Param::Flags, mkmf-gnome2.rb, sample/type-register.rb + * Added new macros: [Masao Mutoh] + * G_DEF_CLASS3() + + === Ruby/ATK [NEW] + * Added and compeleted: [Masao Mutoh] + * Atk::Action, Atk::Document, Atk::GObjectAccessible, Atk::NoOpObject, Atk::NoOpObjectFactory, Atk::Value, Atk::Component, Atk::Image, Atk::HyperText, Atk::HyperLink, Atk::EditableText, Atk::Implementor, Atk::Object, Atk::Relation, Atk::Registry, Atk::ObjectFactory, Atk::State, Atk::StateSet, Atk::EditableText, Atk::Table + * Added: [Masao Mutoh] + * Atk::Util, Atk::Component, Atk::Selection, Atk::Text + + === Ruby/GdkPixbuf + * None. + + === Ruby/Pango + * None. + + === Ruby/GTK + * Completed: [Masao Mutoh] + * Gdk::Keymap, Gdk::Pixmap, Gdk::Drawable, Gdk::Screen, Gdk::Event, Gdk::EventExpose, Gdk::Selection, Gdk::GC, Gdk::Window, Gtk::Object, Gtk::BindingSet, Gtk::Container, Gtk::Setting, Gtk::TextAttributes, Gdk::Property, Gtk::Widget + * Added: [Kenichi Komiya, Masao, Mutoh] + * Gtk::TextAppearance, sample/misc/bindings.rb, properties.rb, style_property.rb, settings.rb + * Added some methods, improved, fixed bugs: [Kenichi Komiya, Masahiro Sakai, Vincent Isambart, Dafydd Harries, Masao Mutoh] + * Gtk::SizeGroup, Gtk::TextTagTable, Gtk::TextTag, Gdk::Colormap, Gtk::TreeViewColumn, Gtk::TextIter, Gtk::SpinButton, Gtk::Allocation, Gtk::TextView, Gtk::TextBuffer, Gtk::TreePath, Gtk::TreeIter, Gdk::Display, sample/gtk-demo/main.rb, stock_browser.rb, list_store.rb, tree_store.rb, sample/testgtk/notebook.rb, sample/misc/label.rb, toolbar.rb, extconf.rb + * Removed: [Masao Mutoh] + * Gtk::Object#activate_binding + * Use Gtk::Object#bindings_activate insted. + * Gtk::TextAttribute#copy + * Use GLib::Boxed#copy instead. + * Gdk::EventKey#string, #length. + * makedefconst.rb - Don't use anymore. + * Deperecated: [Masao Mutoh] + * Gtk::TextBuffer#insert_with_tags, #insert_pixbuf, #insert_child_anchor. + * They will be removed until 1.0.0. Use Gtk::TextBuffer#insert instead. + + === Ruby/GNOME + * Fixed bugs: [Masao Mutoh] + * Gnome::Program + + === Ruby/GnomeCanvas + * Added: [Masao Mutoh] + * Gnome::CanvasShape, Gnome::CanvasRE, Gnome::CanvasClipgroup + * Fixed bugs: [Vincent Isambart, Masao Mutoh] + * extconf.rb, sample/canvas-curve.rb + + === Ruby/Libglade + * Added: [Masao Mutoh] + * sample/custom.[rb|glade] + * Added methods: [Archit Baweja, Masao Mutoh] + * GladeXML#widget_names, #filename, #[], #require, #provide + * Improved, fixed bugs: [Masao Mutoh] + * bin/ruby-glade-create-template + + === Ruby/Libart + * Improved: [Masao Mutoh] + * extconf.rb + + === Ruby/GConf + * None. + + === Ruby/GStreamer + * Added some methods, improved, fixed bugs: [Laurent Sansonetti] + * Gst, Gst::Bin, Gst::Pad, Gst::PadTemplate, Gst::Type, Gst::Element, sample/gst-inspect.rb, media-type2.rb + + === Ruby/GnomeVFS + * Added some methods, improved, fixed bugs: [Masahiro Sakai, Masao Mutoh] + * GnomeVFS::FileInfo, Gnome::VFS::File, GnomeVFS::ProtocolError, GnomeVFS::NoMasterBrowserError + + === Ruby/GtkHtml2 + * Added some methods, fixed bugs: [Vincent Isambart, Masao Mutoh] + * Gtk::HtmlView, Gtk::HtmlStream, extconf.rb + + === Ruby/GtkGLExt + * Added some methods, improved, fixed bugs: [Vincent Isambart, Masao Mutoh] + * Gdk::GLDrawable, sample/*.rb + + === Ruby/Libgda + * Added: [Laurent Sansonetti] + * GeometricPoint, Gda::Money, Gdak::Time + * Added some methods, improved, fixed bugs: [Nikolai Weibull, Laurent Sansonetti] + * Gda::Error, Gda::ParameterList, Gda::Provider, Gda::DataSource, Gda::Connection, Gda::Parameter, Gda::Command, Gda::Row, Gda::Value, Gda::DataModel, Gda::ModelList, Gda::FieldAttributes, tests/*.rb, src/lib/libgda.rb