Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 7f3d3854c2a65f2db432fdf36ae48305 > files > 8

guile-cairo-1.4.0-8.fc12.i686.rpm

Guile-Cairo NEWS


Guile-Cairo wraps the Cairo graphics library for Guile Scheme.


guile-cairo 1.4.0 -- 2007-07-28
===============================

* Guile-Cairo, like Cairo itself, now has a stable API and ABI. There
  will be no more incompatible changes made.

* Users may now contribute improvements to the generated documentation.
  See doc/README for more information.

* Some Scheme name typos fixed, after looking over the exported symbol
  list: cairo-image-surface-get-height, cairo-image-surface-get-stride,
  cairo-path-data-type-get-values.


guile-cairo 1.3.93 - 2007-07-17
===============================

* Guile-Cairo is now documented.

Documentation is available in PDF, HTML, Info, and online within Guile
via the help system.


guile-cairo 1.3.92 - 2007-06-12
===============================

* 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)))


guile-cairo 1.3.91 -- 2007-06-08
================================

* Add backwards compatability to Cairo 1.2. Thanks to Steve Tell.

* Build fix for external projects using guile-cairo: header files now
  include everything they depend on.

* Bugfixes in vector type accessors and cairo-set-source-rgba.


guile-cairo 1.3.90 -- 2007-05-18
================================

* Initial release.


Copyright (C) 2007 Andy Wingo <wingo at pobox dot com>

Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice
and this notice are preserved.