[[project @ 2003-10-19 15:57:43 by ghouston] ghouston**20031019155743 Ignore-this: b9a1cac648ff08d5e030971463d9b443 * scsh.scm: export open-string-source (from Paul Emsley). * version 2.0.1. ] hunk ./ChangeLog 1 +2003-10-19 Gary Houston + + * configure.in: version 2.0.1. + * USAGE: added open-string-source. + * scsh.scm: export open-string-source (from Paul Emsley). + hunk ./NEWS 1 -Changes in guile-scsh 2.0.0, compared to earlier versions (such as the -version distributed with Debian GNU/Linux circa 1998): +Changes between guile-scsh versions 2.0.0 and 2.0.1: + +* Fixed the "run" macro, by exporting open-string-source from the +(scsh scsh) module (from Paul Emsley). + +Changes between 2.0.0 and earlier versions (such as the version +distributed with Debian GNU/Linux circa 1998): hunk ./configure.in 5 -AM_INIT_AUTOMAKE(guile-scsh, 2.0.0, no-define) +AM_INIT_AUTOMAKE(guile-scsh, 2.0.1, no-define) hunk ./scsh.scm 31 - run/collecting* run/port+proc* + open-string-source run/collecting* run/port+proc*