unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* guile-lib 0.1.6 released
@ 2007-09-24 14:35 Andy Wingo
  0 siblings, 0 replies; only message in thread
From: Andy Wingo @ 2007-09-24 14:35 UTC (permalink / raw)
  To: guile-lib-dev; +Cc: guile-user

Greetings hackers,

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

  http://download.gna.org/guile-lib/guile-lib-0.1.6.tar.gz


What is Guile-Lib
-----------------

Guile-Lib is intended as an accumulation place for pure-scheme Guile
modules, allowing for people to cooperate integrating their generic
Guile modules into a coherent library. Think "a down-scaled,
limited-scope CPAN for Guile".


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

* New module: (apicheck).

Apicheck implements one function to describe a set of modules' API as an
s-expression, and another to verify the s-expression against the current
API.

* New module: (sxml fold).

(sxml fold) defines a number of fold-based XML transformation operators.

* Improved support for parsing Texinfo.

(texinfo) now parses the arguments of the @deffnx family of commands.
Added support for parsing the inline commands @b, @i, @r, @sansserif,
@slanted, @t, and @tie.

* Better automatic documentation via (texinfo reflection).

Generic functions are now documented along with all of their methods.
Documentation for methods is now taken from their procedure
implementation.

Documentation produced with `module-stexi-documentation' may now be
filtered or elided via a user-supplied procedure. This allows procedures
defined in C to have their documentation supplied from a source that is
not a docstring or an object property, for example from docs snarfed
from the C source, or from docs written in a separate texinfo file.

Procedures documented by `module-stexi-documentation' are now ordered in
the order in which they appear in the module's export list, if it is
possible to obtain this information.

* Limited support for transforming Docbook to Texinfo.

(texinfo docbook) defines procedures for parsing docbook into SXML,
flattening that SXML into a form more like STEXI, and a stylesheet for
transforming a limited subset of that SXML into STEXI. The stylesheet
may be extended by user code in order to support more docbook elements.

* Guile-Lib now has API regression tests.

Using Apicheck, we now know the exact interface exported by Guile-Lib,
so that there will be no unintentional breakages in the future.

* Bugfixes

See the ChangeLog for details on fixes to (sxml ssax input-parse) and
(string wrap).


Happy hacking,

Andy
-- 
http://wingolog.org/


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-24 14:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-24 14:35 guile-lib 0.1.6 released Andy Wingo

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