unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Andy Wingo <wingo@pobox.com>
To: guile-user <guile-user@gnu.org>
Cc: guile-gtk-general <guile-gtk-general@gnu.org>
Subject: ANN: Guile-Cairo 1.3.92 released
Date: Tue, 12 Jun 2007 22:15:25 +0200	[thread overview]
Message-ID: <1181679326.4168.97.camel@localhost.localdomain> (raw)

I am pleased to announce that Guile-Cairo 1.3.92 has been released. It
may be obtained at:

  http://download.gna.org/guile-cairo/guile-cairo-1.3.92.tar.gz

At this point there are only two unwrapped functions from Cairo 1.4; I
anticipate that when those are wrapped, I will release a stable Cairo
1.4.0. When that happens, I will maintain strict API and ABI stability,
both from the Scheme and the C level. (Take that, those that accuse of
API churn! ;-)


What is Guile-Cairo
-------------------

Guile-Cairo is a binding between Guile Scheme and the Cairo graphics
library. See http://www.gnu.org/software/guile/ and
http://cairographics.org/ for more information.

What's new
----------

* File output and input functions can now read from and write to Scheme
ports.

The convention is that the filename is an optional last argument, and
that if it is not given, output will be written to the current output
port, and likewise for input and the current input port.

For example:

  (with-output-to-file "/tmp/guile-cairo.png"
    (lambda () (cairo-surface-write-to-png surf)))

-- 
http://wingolog.org/

                 reply	other threads:[~2007-06-12 20:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1181679326.4168.97.camel@localhost.localdomain \
    --to=wingo@pobox.com \
    --cc=guile-gtk-general@gnu.org \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).