release notes:

  this release is motivated primarily by need for `rest-lines-trim'
  field type for Guile-SDL coverage note-taking and excuse-making...

  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.41 | 2005-04-03
  
    - Changes to (ttn sgf)
  
      - Dropped proc: display-in-emacs-syntax
  
        This was a provisionary proc useful in the period before SGF
        read/write support appeared in gnugo.el 2.2.10:
  
        http://www.glug.org/people/ttn/software/personal-elisp/standalone/
  
      - Property `GM' range extended to 20
  
        The `GM' property specifies the type of game tree(s) encoded in
        an SGF file.  The SGF[4] specification says:
  
        Valid numbers are: Go = 1, Othello = 2, chess = 3,
        Gomoku+Renju = 4, Nine Men's Morris = 5, Backgammon = 6,
        Chinese chess = 7, Shogi = 8, Lines of Action = 9,
        Ataxx = 10, Hex = 11, Jungle = 12, Neutron = 13,
        Philosopher's Football = 14, Quadrature = 15, Trax = 16,
        Tantrix = 17, Amazons = 18, Octi = 19, Gess = 20.
  
    - More chars trasliterated in (ttn html-world) procs' output
  
        Previously, only "<" was changed to "L".  Now, "&" is changed to
        "8" and ">" is changed to "7", as well.
  
    - Change to (ttn html-data) proc: `p'
  
        This proc now takes an optional arg, any value of which causes
        begin and end ("<P>" and "</P>", respectively) style rendering
        around the arg.
  
    - New field type for (ttn read-text-db-table) proc: `read-text-db-table'
  
        A field may now be declared as having type `rest-lines-trim',
        which arranges for the reading procedure to extract the rest of
        the lines of the record before the delimiter (exactly like field
        type `rest-lines'), and additionally to apply `string-trim-both'
        (from SRFI-13) to the result before collecting it.
  
    - New module: (ttn rw-vcg)
  
        VCG is a program to layout and visualize graphs in 2D.  This
        module allows you to read and write .vcg files (which specify
        "nodes" and "edges" and their attributes as well as global
        attributes) produced by or for VCG, from a Scheme program.

tarball, html doc, expanded dist, and other files in dir:

  http://www.glug.org/people/ttn/software/ps/


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

Reply via email to