I've amended the axiom branch. No changes to any of the Makenotes.tex
anymore.

Otherwise the difference between my previous commit and the one I want
to eventually commit to SVN is attached.

Can I commit

https://github.com/hemmecke/fricas/commit/b71a9d46170488eb5e524894ed3f379dcac25f6e

to SVN?

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/90d83203-d402-4250-e797-cfd58b6a85cd%40hemmecke.org.
diff --git a/src/algebra/alg_top.spad b/src/algebra/alg_top.spad
index 0e4aef78..0f4336be 100644
--- a/src/algebra/alg_top.spad
+++ b/src/algebra/alg_top.spad
@@ -84,7 +84,7 @@ Other cohomology domains:
 DeRhamComplex:
 \url{https://github.com/fricas/fricas/blob/master/src/algebra/derham.spad}
 DifferentialGeometry
-\url{http://fricas-wiki.newsynthesis.org/SandBoxDifferentialGeometry}
+\url{http://fricas-wiki.math.uni.wroc.pl/SandBoxDifferentialGeometry}

 \section{Introduction}

diff --git a/src/input/perm.input b/src/input/perm.input
index a20474ab..3bf554ed 100644
--- a/src/input/perm.input
+++ b/src/input/perm.input
@@ -2,11 +2,11 @@

 )clear all

--- This file demonstrates some of the new routines for permutations
--- in FRICAS.       ( Last change: 05/16/89   by   HWG )
---                  (J. Grabmeier: adjusted to new concept: 08/07/89)
---                  (M. Weller   : adjusted to 1..: 03/29/90)
---                  (J. Grabmeier : adjusted to new algebra 05/14/90)
+-- This file demonstrates some of the new routines for permutations.
+-- ( Last change: 05/16/89   by   HWG )
+-- (J. Grabmeier: adjusted to new concept: 08/07/89)
+-- (M. Weller   : adjusted to 1..: 03/29/90)
+-- (J. Grabmeier : adjusted to new algebra 05/14/90)

 -- Permutations can act on every set, finite or infinite.
 -- Usually permutations are given as a product of cycles,
diff --git a/src/interp/setq.lisp b/src/interp/setq.lisp
index 915e2211..fafdcd4c 100644
--- a/src/interp/setq.lisp
+++ b/src/interp/setq.lisp
@@ -231,8 +231,7 @@
        (|recurrence| . "set functions recurrence")
        (|restore|    . "history )restore")
        (|save|       . "history )save")
-       (|startGraphics|    .  "system
-$FRICAS/lib/viewman &")
+       (|startGraphics|    .  "system $FRICAS/lib/viewman &")
        (|stopGraphics|     .  "lisp (|sockSendSignal| 2 15)")
        (|time|       . "set message time")
        (|type|       . "set message type")

Reply via email to