guile-user
[Top][All Lists]
Advanced

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

guile-xlib-0.4 released


From: Neil Jerram
Subject: guile-xlib-0.4 released
Date: 27 Dec 2002 20:46:15 +0000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Available at http://www.ossau.uklinux.net/guile/guile-xlib-0.4.tar.gz.

NEWS excerpt follows.  Many thanks to Thi for his contributions to
this release, and to Alain Rouge for pushing me on the pixmaps front.

        Neil

Changes since release 0.3

* Some pixmap-related primitives added

x-create-pixmap!, x-copy-area!, x-clear-area!, x-clear-window!

* Documentation created

guile-xlib now has Info documentation.

* autogen.sh added

The distribution now includes the autogen.sh script that the authors
use for bootstrapping the build before running ./configure.  This
means that you can now hack Makefile.am, configure.in etc. yourself,
and then run autogen.sh to propagate your changes into the rest of the
build.

* (xlib core) module removed

This is an incompatible change, for which apologies, but it removes
complexity that we simply don't need.

All of guile-xlib's functionality is now imported by using just the
(xlib xlib) module.

* guile-xlib program removed

The only difference between guile-xlib and plain guile was the
deprecated usage of the scm_register_module_xxx interface.  Now that
this usage is no longer needed, there is no point in retaining
guile-xlib.

* Compilation compatibility for current and development Guiles

xlib.c has been enhanced so that it can be compiled under both current
stable (1.6.x) Guile and development CVS Guile.  I'd like to support
older Guiles as well (1.3.4, 1.4.x), but unfortunately I don't have
those handy to test against.




reply via email to

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