From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.sources Subject: ttn-pers-scheme 0.41 available Date: Sun, 03 Apr 2005 00:23:34 +0200 Message-ID: Reply-To: ttn@glug.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1112480551 1265 80.91.229.2 (2 Apr 2005 22:22:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 2 Apr 2005 22:22:31 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Apr 03 00:22:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DHqzr-0001mb-Az for guile-user@m.gmane.org; Sun, 03 Apr 2005 00:21:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHr1P-0002vA-Je for guile-user@m.gmane.org; Sat, 02 Apr 2005 17:23:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DHr0W-0002A3-Gy for guile-user@gnu.org; Sat, 02 Apr 2005 17:22:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DHr0S-000281-3A for guile-user@gnu.org; Sat, 02 Apr 2005 17:22:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DHr0K-0001yO-Eq; Sat, 02 Apr 2005 17:22:08 -0500 Original-Received: from [151.42.234.152] (helo=surf.glug.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DHqwB-0000dx-CI; Sat, 02 Apr 2005 17:17:51 -0500 Original-Received: from ttn by surf.glug.org with local (Exim 3.35 #1 (Debian)) id 1DHr1i-0003AD-00; Sun, 03 Apr 2005 00:23:34 +0200 Original-To: guile-sources@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:4331 gmane.lisp.guile.sources:191 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:4331 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 ("

" and "

", 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