Following a number of bug fixes, and particularly a serious
incompatibility in ocaml 3.12 (due to the fixing of an old typing
bug), here is a new release of LablGtk2, the ocaml interface to the
Gtk+ GUI library and friends (glade, rsvg, gnomecanvas, gnomedruid,
panel, gtkspell, gtksourceview2.)
You can find it at:
http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
The windows release will have to wait for a windows version of ocaml
3.12...
---------------------------------------------------------------------------
Jacques Garrigue Nagoya University garrigue at math.nagoya-u.ac.jp
<A HREF=http://www.math.nagoya-u.ac.jp/~garrigue/>JG</A>
$Id: CHANGES 1528 2010-09-17 08:38:54Z garrigue $
In Lablgtk-2.14.2:
2010.09.09 [Jacques]
* add GtkCurve (but it is deprecated since 2.20)
2010.08.16 [Jacques]
* rename g_value_{get,set}_variant, as the name is used by recent
versions of glib (reported by Florent Monnier)
2010.07.25 [Jacques]
* add changed signal to cell_renderer_combo (reported by Dmitry Bely)
2010.07.23 [Jacques]
* copy GtkTreePath arguments in callbacks, as reported by Benjamin.
2010.06.25 [Jacques]
* remove gtkInit.cmo from gdk_pixbuf_mlsource, no need to
initialize Gtk as Gobject is sufficient
* protect GtkThread callbacks against exceptions, and provide a
function to process messages inside a different main loop.
* add -nothinit option to lablgtk2, since Quartz cannot run the main
loop in a different thread (one should just call GtkThread.main).
See dialog-thread.ml for an example.
2010.06.08 [Jacques]
* correct interfaces due to the fixing of an unsoundness bug in ocaml 3.12
(cf. http://caml.inria.fr/mantis/view.php?id=4824)
_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs
On Fri, Sep 17, 2010 at 05:59:19PM +0900, Jacques Garrigue wrote:
> Dear Camlers,
>
> Following a number of bug fixes, and particularly a serious
> incompatibility in ocaml 3.12 (due to the fixing of an old typing
> bug), here is a new release of LablGtk2, the ocaml interface to the
> Gtk+ GUI library and friends (glade, rsvg, gnomecanvas, gnomedruid,
> panel, gtkspell, gtksourceview2.)
>
> You can find it at:
>
> http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
--
Jérémie
Jacques Garrigue
-----
From: JérémieDimino <jer...@dimino.org>