[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ttn-pers-scheme 0.38 available
From: |
Thien-Thi Nguyen |
Subject: |
ttn-pers-scheme 0.38 available |
Date: |
Fri, 03 Dec 2004 21:03:26 +0100 |
release notes:
no particular reason, just Procrastinating (actually, the sgf module
is practice for an sgf.el to be written Soon Enough :-)...
thi
README excerpt:
This directory contains ttn's personal scheme library,
a collection of Guile Scheme code and intervening text
(-: as well as a maintenance methodology :-).
NEWS excerpt:
- 0.38 | 2004-12-03
- Bugfix to (ttn edit) expansion of `case'
The expander for `editing-buffer' used to transform `case'
expressions incorrectly: adding an extra set of parens for
each element in the choices list.
- Module no longer maintained: (ttn display-table)
This functionality has migrated to Guile-PG (see link below).
- Module no longer maintained: (ttn eformat)
- Module no longer maintained: (ttn defvar)
These will be dropped in some future release.
- New module: (ttn sgf)
- Extensions to (ttn html-data) proc `href'
This now takes an optional third arg `name'.
For example: (flatten (href "x" "y" "z"))
=| <A NAME="z" HREF="x">y</A>
Additionally, `url' can be #f, in which case it is omitted.
For example: (flatten (href #f "y" "z"))
=| <A NAME="z">y</A>
- Extension to `collect-files-sorted-by-mtime'
This proc now takes keyword args: #:key PROC, applying PROC to
each element in `files' to get the actual filename to stat.
- Info entry now under category "Guile modules"
It used to be under "Software Libraries".
tarball and other files in dir:
http://www.glug.org/people/ttn/software/ttn-pers-scheme/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ttn-pers-scheme 0.38 available,
Thien-Thi Nguyen <=