guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Guile-SDL 0.2.5 available


From: Thien-Thi Nguyen
Subject: Guile-SDL 0.2.5 available
Date: Fri, 23 Jul 2004 14:31:51 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]