From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.sources Subject: Guile-SDL 0.2.5 available Date: Fri, 23 Jul 2004 14:31:51 +0200 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: Reply-To: ttn@glug.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1090586852 7302 80.91.224.253 (23 Jul 2004 12:47:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Jul 2004 12:47:32 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jul 23 14:47:25 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BnzSO-0004UG-00 for ; Fri, 23 Jul 2004 14:47:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BnzVH-0003FP-F9 for guile-user@m.gmane.org; Fri, 23 Jul 2004 08:50:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BnzVC-0003Dw-9Z for guile-user@gnu.org; Fri, 23 Jul 2004 08:50:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BnzVA-0003DY-Bc for guile-user@gnu.org; Fri, 23 Jul 2004 08:50:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BnzV8-0003D5-6q; Fri, 23 Jul 2004 08:50:14 -0400 Original-Received: from [151.42.169.201] (helo=surf.glug.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BnzRm-0001Lh-O2; Fri, 23 Jul 2004 08:46:47 -0400 Original-Received: from ttn by surf.glug.org with local (Exim 3.35 #1 (Debian)) id 1BnzDL-0004DT-00; Fri, 23 Jul 2004 14:31:51 +0200 Original-To: guile-sources@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:3339 gmane.lisp.guile.sources:144 README excerpt: This directory contains guile-sdl, a set of modules that provide bindings for SDL (Simple DirectMedia Layer) to enable Guile programmers to do all the nice things you can do with SDL. NEWS excerpt: - 0.2.5 | 2004-07-23 - backward-compatability installation bugfix: libFOO.la symlinks To support the venerable "scm_init_FOO_BAR_module" method for loading binary modules in versions of Guile that look for a FOO/libBAR.la, and not simply FOO/BAR.la, appropriately named symlinks are now created for each installed .la file. - bugfix: symbolic return value for `fading-music' and `fading-channel' These procs used to return an integer. Now they return a symbol, one of: MIX_NO_FADING, MIX_FADING_OUT, MIX_FADING_IN. - new (sdl misc-utils) proc: poll-with-push-on-timeout-proc - new (sdl sdl) proc: enumstash-enums cvs tag: v-0-2-5 tarball, anoncvs instructions and other files in dir: http://www.glug.org/people/ttn/software/guile-sdl/ comments: w/ introduction of `enumstash-enums' probably numerical arguments will no longer be necessary. 0.5.x series will likely drop procs `enum->number' and `number->enum', and perhaps also `flags->number' and `number->flags' (not yet decided -- still mulling). thi _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user