From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 3A57B7EE4C for ; Tue, 1 Oct 2013 12:07:51 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of garrigue@math.nagoya-u.ac.jp) identity=pra; client-ip=133.6.130.5; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="garrigue@math.nagoya-u.ac.jp"; x-sender="garrigue@math.nagoya-u.ac.jp"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of garrigue@math.nagoya-u.ac.jp) identity=mailfrom; client-ip=133.6.130.5; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="garrigue@math.nagoya-u.ac.jp"; x-sender="garrigue@math.nagoya-u.ac.jp"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mailhost.math.nagoya-u.ac.jp) identity=helo; client-ip=133.6.130.5; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="garrigue@math.nagoya-u.ac.jp"; x-sender="postmaster@mailhost.math.nagoya-u.ac.jp"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApAxAOOdSlKFBoIFnGdsb2JhbABaFoMpvH2GIA4BAQEBAQgUCTyCZgkBN4E9iBcNqRGEVgKFUokMB4JbiyKFfYk6jkiBL5N+ X-IPAS-Result: ApAxAOOdSlKFBoIFnGdsb2JhbABaFoMpvH2GIA4BAQEBAQgUCTyCZgkBN4E9iBcNqRGEVgKFUokMB4JbiyKFfYk6jkiBL5N+ X-IronPort-AV: E=Sophos;i="4.90,1013,1371074400"; d="scan'208";a="28673464" Received: from rabbit.math.nagoya-u.ac.jp (HELO mailhost.math.nagoya-u.ac.jp) ([133.6.130.5]) by mail3-smtp-sop.national.inria.fr with ESMTP; 01 Oct 2013 12:07:48 +0200 Received: from mailhost.math.nagoya-u.ac.jp (localhost [127.0.0.1]) by mailhost.math.nagoya-u.ac.jp (Postfix) with ESMTP id C813463B9; Tue, 1 Oct 2013 19:07:45 +0900 (JST) Received: from mailhost.math.nagoya-u.ac.jp (localhost [127.0.0.1]) by mailhost.math.nagoya-u.ac.jp (Postfix) with ESMTP id 7605E40E0; Tue, 1 Oct 2013 19:07:45 +0900 (JST) DomainKey-Signature: h=Received:Date:Message-Id:To:Subject:From:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; b=; c=nofws; d=math.nagoya-u.ac.jp; q=; s=alpha Received: from localhost (58x158x128x157.ap58.ftth.ucom.ne.jp [58.158.128.157]) by mailhost.math.nagoya-u.ac.jp (Postfix) with ESMTPSA id 331E840DD; Tue, 1 Oct 2013 19:07:45 +0900 (JST) Date: Tue, 01 Oct 2013 19:07:38 +0900 (JST) Message-Id: <20131001.190738.208942909.garrigue@math.nagoya-u.ac.jp> To: caml-list@inria.fr, lablgtk-list@lists.forge.ocamlcore.org From: Jacques Garrigue X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [Caml-list] [Announce] LablGtk 2.18.0 and LablGL 1.05 Dear Camlers, With a small ICFP induced delay, here comes LablGtk 2.18.0, the latest release of the OCaml interface to the Gtk+ GUI library and friends (gtkglarea, glade, rsvg, gnomecanvas, gnomedruid, panel, gtkspell and gtksourceview2.) It includes a number of API additions and bug fixes. You can find it at: http://lablgtk.forge.ocamlcore.org/ A binary release for windows is included, using OCaml 4.01. Many people contributed to this release, see the commit log for all their names. Together comes LablGL 1.05, the well-typed interface to OpenGL. It can be used in combination with either LablTk (using Togl), LablGtk (using gtkglarea), and Glut. It also comes with windows binaries. Note that this is only a bug fix and compatibility release. More ambitious development was committed to the multitex branch by Didier Cassirame, and you can access it through the git repository. http://www.math.nagoya-u.ac.jp/~garrigue/soft/olabl/lablgl.html https://forge.ocamlcore.org/projects/lablgl/ --------------------------------------------------------------------------- Jacques Garrigue Nagoya University garrigue at math.nagoya-u.ac.jp JG Changes since LablGtk 2.16.0: ----------------------------- 2013.10.01 [Jacques] * prepare release * update applications for 4.01 * various fixes in windows port 2013.9.17 [Jacques] * add some GTK enumerations and update stock icon list * add properties GtkTreeView.enable_{tree,grid}_lines * add properties GtkEntry.{primary,secondary}_icon_{stock,name,pixbuf}, see examples/entry2.ml for usage 2013.7.29 [Pierre-Marie] * add tags in GtkMovementStep 2013.2.19 [Jacques] * fix compatibility with ocaml 4.01 (?lab for non-optional arguments) 2012.08.26 [Pierre-Marie] * add handling of new modifiers 2012.08.26 [Jacques] * detect findlib during configuration * support DESTDIR with findlib-install 2012.08.26 [Jacques] * indicate that only old-install supports DESTDIR * have old-install copy the META file too * cleanup the two phases of findlib-install Changes since LablGL 1.05: -------------------------- 2013-09-20: * make it work with the OCaml 4.01 windows installer (both lablglut and togl) 2013-09-11: * add configuration file for Ubuntu 2012-10-18: * allow building with make -j 2012-06-05: * switch to Togl 1.7, doesn't need Tk internals anymore 2012-03-06: * add `bgr and `bgra to Gl.format and GlTex.format (reported by Vu Ngoc San) 2010-06-16: * fix Glut.special_of_int to raise no exception (reported by malc) 2010-03-11: * merge glShader support by Florent Monnier