Subject: CVS commit: pkgsrc/doc
To: None <pkgsrc-changes@netbsd.org>
From: Jason Beegan <jtb@netbsd.org>
List: pkgsrc-changes
Date: 03/24/2003 14:15:06
Module Name: pkgsrc
Committed By: jtb
Date: Mon Mar 24 12:15:06 UTC 2003
Modified Files:
pkgsrc/doc: CHANGES
Log Message:
Note update of icon to 9.4.1.
Changes:
* Support for NetBSD on PowerPC based systems.
* An Icon source file can be made executable under Unix by prefixing it
with a comment line
#!/usr/bin/env icon
and setting its execute permission bit. This uses a new icon command,
which in another form allows a small Icon program to be embedded within
a shell script. See the new man page for details. The traditional icont
command remains available for less specialized purposes.
* The performance of large sets and tables has been improved.
* Some minor bugs have been fixed.
To generate a diff of this commit:
cvs rdiff -r1.1758 -r1.1759 pkgsrc/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.