Date: Fri, 18 Feb 2005 13:31:05 +0900 (JST) Message-Id: <20050218.133105.21620718.garrigue at math.nagoya-u.ac.jp> To: lablgtk at math.nagoya-u.ac.jp Subject: New lablgtk2 snapshot From: Jacques Garrigue Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit (The snapshot was updated due to a demand by Hendrik Tews.) There is a new snapshot of lablgtk2 at http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/olabl/lablgtk2-20050218.tar.gz It includes many changes since november, including support for new functionality and parts of gtk-2.6. Vm threads are now supported by the makefile, which is useful for platforms where posix threads are buggy under ocaml, like FreeBSD. Note that some changes may be incompatible, as it is very difficult to ensure both compatibility and type safety. There are no binary versions of snapshots. --------------------------------------------------------------------------- Jacques Garrigue Nagoya University garrigue at math.nagoya-u.ac.jp JG Changes since 20041119: 2005.02.18 [Jacques] * add GObj.event_signals#scroll and other missing wevents (Hendrik Tews) 2005.02.17 [Jacques] * allow using vmthreads 2005.02.07 [Olivier] * GTree.Path.is_prev now returns bool (T. Kurt Bond) 2005.01.08 [Olivier] * add a use_markup optional argument to GEdit.combo_box_text. 2005.01.04 [Olivier] (2.6) * new stock items * add PangoEllipsizeMode for PangoLayout * new GtkLabel properties * new GtkProgressbar::ellipsize property * new GtkTreeView properties and separator rows 2005.01.02 [Olivier] * 2.6 improvements to GtkComboBox (separators and a couple of new properties) 2004.12.05 [Olivier] * add GtkFileChooserButton (2.6) 2004.12.04 [Jacques] * fix constraint in GUtil.memo 2004.12.02 [Olivier] * add GtkAboutDialog (2.6) 2004.12.02 [Jacques] * fix Michael Furr's bug reports 2004.11.24 [Olivier] * add GMisc.statusbar#has_resize_grip and #set_has_resize_grip GMisc.statusbar now inherits from GPack.box * add GtkIconView (2.6) 2004.11.22 [Olivier] * add GtkCellRendererCombo (2.6) * add GtkCellRendererProgress (2.6)