unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* ttn-pers-scheme 0.38 available
@ 2004-12-03 20:03 Thien-Thi Nguyen
  0 siblings, 0 replies; only message in thread
From: Thien-Thi Nguyen @ 2004-12-03 20:03 UTC (permalink / raw)
  Cc: guile-user

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/


_______________________________________________
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:[~2004-12-03 20:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-03 20:03 ttn-pers-scheme 0.38 available Thien-Thi Nguyen

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