summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtb <jtb>2003-07-10 08:31:15 +0000
committerjtb <jtb>2003-07-10 08:31:15 +0000
commitf07db16a1fd32ea8706f4b3d2c24050094cc2f5c (patch)
tree428f3f2ffd6263363b1607f22d132bd65401da2c
parenteb7659ea7b44ea16803c4245f240dea07880dba5 (diff)
downloadpkgsrc-f07db16a1fd32ea8706f4b3d2c24050094cc2f5c.tar.gz
Note update of gri to 2.12.5.
This only lists new features, there are many bugfixes. * Apply a patch provided Kawamura Masao, relating to (a) errors in the documentation of file locations and (b) a programming error hidden behind an unset precompiler flag. * Add `sed' RPN operator, to work on strings * Add `skewness' and `kurtosis' RPN operators, to work on columns * In the documentation, change the names of some variables to be clearer: `ll_x' is now written `xleft', etc. * Add RPN binary operators `and', `or' for logical operations, along with negation operator `not' * Add `draw arc' command * Add `set x axis labels' and `set y axis labels' commands. * Permit specification of `pt' units for `draw label', `draw box', `draw symbol at', and `draw line from'. * Add `set clip to curve' command. _Caution:_ this needs extension, and may have a bug if called twice in succession [but is this with an intervening `set clip off'] * Add `group' and `end group' commands, in preparation for SVG output. So far these commands do nothing, and are basically just a signal that users should not create commands with these names since Gri will need them soon. * Add `..xinc..' and `..yinc..' builtin variables. * Make the `open' command accept URLs as filenames.
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 36852497a53..6efeebd3809 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.2712 2003/07/10 08:07:38 jtb Exp $
+$NetBSD: CHANGES,v 1.2713 2003/07/10 08:31:15 jtb Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -2714,3 +2714,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated icewm-gnome to 1.2.9 [jmmv 2003-07-09]
Updated icewm-imlib to 1.2.9 [jmmv 2003-07-09]
Updated xcircuit to 3.1.16 [jtb 2003-07-09]
+ Updated gri to 2.12.5 [jtb 2003-07-09]