Go to the first, previous, next, last section, table of contents.
- *
-
The programme's name has been changed to SM,
that the default directory name is now `sm', and that the `.smongo' file is now called `.sm'.
- *
-
Typing `make install' now installs the macro and help libraries. The
destinations of some files is now different -- see the main Makefile
for details.
- *
-
The compiled graphcap entry format has been changed (fixed);
you must rerun `compile_g'.
- *
-
The command SET
name = macro(vector) has been changed.
Previously only one argument was
permitted, but it could be an expression, and the result was returned
by assigning to $1 in a rather confusing way. Now many arguments
are permitted (but they can't be expressions), and the result is
returned as $0. See SET in the manual for more details.
- *
-
the SET DIMEN(
vec) = expr statement has been altered, so
the right-hand expression must be a number (with an optional suffix to
denote a string-valued vector).
- *
-
The way you specify limits for logarithmic axes to AXIS is now
consistent with the way you specify them to BOX.
- *
-
The 8th bit of graphcap entries is no longer stripped. To
include an ascii null (
\000) in an entry specify \377,
a \377 may be written \377\377.
- *
-
You must now include the library utils.a in addition to plotsub.a
and devices.a when linking to SM as a graphics library.
Go to the first, previous, next, last section, table of contents.