From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.gtk,gmane.lisp.guile.user Subject: guile-gnome-platform 2.15.90 released Date: Fri, 15 Dec 2006 16:29:37 +0100 Message-ID: <1166196577.32156.5.camel@localhost.localdomain> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166196431 18327 80.91.229.10 (15 Dec 2006 15:27:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Dec 2006 15:27:11 +0000 (UTC) Cc: guile-user Original-X-From: guile-gtk-general-bounces+glgg-guile-gtk-general=m.gmane.org@gnu.org Fri Dec 15 16:27:07 2006 Return-path: Envelope-to: glgg-guile-gtk-general@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GvExe-0001D6-LP for glgg-guile-gtk-general@m.gmane.org; Fri, 15 Dec 2006 16:26:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvExe-0008Ef-4s for glgg-guile-gtk-general@m.gmane.org; Fri, 15 Dec 2006 10:26:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GvExb-0008E2-Ks for guile-gtk-general@gnu.org; Fri, 15 Dec 2006 10:26:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GvExZ-0008Da-4a for guile-gtk-general@gnu.org; Fri, 15 Dec 2006 10:26:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvExZ-0008DX-0U; Fri, 15 Dec 2006 10:26:53 -0500 Original-Received: from [216.27.85.7] (helo=kettle.ambient-hosting.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GvExY-0007Tr-Sn; Fri, 15 Dec 2006 10:26:53 -0500 Original-Received: from localhost.localdomain (ambient-hosting.net [10.1.6.1]) by kettle.ambient-hosting.net (Postfix) with ESMTP id A86558808B; Fri, 15 Dec 2006 10:26:49 -0500 (EST) Original-Received: by localhost.localdomain (Postfix, from userid 1000) id C284A1182CF; Fri, 15 Dec 2006 16:29:37 +0100 (CET) Original-To: guile-gtk-general X-Mailer: Evolution 2.8.1 X-BeenThere: guile-gtk-general@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussions about guile-gtk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-gtk-general-bounces+glgg-guile-gtk-general=m.gmane.org@gnu.org Errors-To: guile-gtk-general-bounces+glgg-guile-gtk-general=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.gtk:537 gmane.lisp.guile.user:5732 Archived-At: Hi, I am pleased to announce the release of guile-gnome-platform version 2.15.90. About guile-gnome-platform ========================== guile-gnome-platform is a binding between the GNOME platform libraries and the Guile Scheme language. This release brings guile-gnome out of bitrot. It is versioned 2.15.90 because it aims to wrap the 2.16 release of the GNOME platform libraries, but is still unstable. This release may be downloaded at: http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.7.99.tar.gz Further information may be had at guile-gnome's web site, http://www.gnu.org/software/guile-gnome/ Changes ======= packaging changes ----------------- * Require G-Wrap 1.9.7. * Update to use bzr as the version control system, instead of tla. atk --- * Build fix for g-wrap. corba ----- * Build fix for g-wrap. defs ---- * New platform release, no change. docs ---- * New platform release, no change. gconf ----- * Build fixes for g-wrap. glib ---- * Operate on GTypeInstances via a generic registry of fundamental type operations. guile-gnome-glib comes with operations on GObject and GParamSpec; wrappers can define other operations for other fundamental types (such as GstMiniObject in GStreamer). * Require G-Wrap 1.9.7, so that we can place all of our generics in the (gnome gw generics) module instead of in the root module. * Avoid calling scm_ functions while in GC sweep, fixes crashes on Guile 1.8. * Add support macro for wrapping custom unclassed GTypes, such as GStreamer's fractions. * Don't ignore 'null-ok (or other options) in cases like this: '("GMainContext*" "context" (null-ok) (default "NULL")). * Remove SLIB dependency by folding in the needed functionality. * Add support for gsize and gssize, both as input and output parameters. * Add accessors for fields of GError. * Other compile, memleak, and bug fixes. gnome-vfs --------- * Build updates for g-wrap. * Don't attempt to wrap bonobo functions, they are not present in newer gnome-vfs. * Fix locking, the --disable-deprecated mechanism, and some GCC 4 warnings. gtk --- * Build updates for g-wrap, compile fixes for GCC 4. * Wrap GtkListStore (previously skipped by mistake). * Wrap gint* and guint* output args, and annotate some parameters as null-ok. libglade -------- * Build updates for g-wrap. libgnome -------- * Build updates for g-wrap. libgnomecanvas -------------- * Build updates for g-wrap and other compile fixes. libgnomeui ---------- * Build updates for g-wrap. pango ----- * Build updates for g-wrap. -- http://wingolog.org/