diff --git a/changelog b/changelog index bd649e7..a13f458 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20100328 tpd src/axiom-website/patches.html 20100328.01.tpd.patch +20100328 tpd src/interp/util.lisp.pamphlet fix unescapeStringsInForm 20100323 tpd src/axiom-website/patches.html 20100323.01.tpd.patch 20100323 tpd books/bookvol10.5 first draft of numerics volume 20100316 tpd src/axiom-website/patches.html 2010316.01.tpd.patch diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index 8cf1e91..6c2f626 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -2578,5 +2578,7 @@ books/bookvol5.pamphlet add Nate Daly to credits
books/bookvol10 add Elementary Functions branch cuts
20100323.01.tpd.patch books/bookvol10.5 first draft of numerics volume
+20100328.01.tpd.patch +src/interp/util.lisp.pamphlet fix unescapeStringsInForm
diff --git a/src/interp/util.lisp.pamphlet b/src/interp/util.lisp.pamphlet index 2c90e14..da81617 100644 --- a/src/interp/util.lisp.pamphlet +++ b/src/interp/util.lisp.pamphlet @@ -506,7 +506,6 @@ if you use the browse function of the {\bf hypertex} system. <>= (setq browse-functions '( -;; loadbrowse |browserAutoloadOnceTrigger| |parentsOf| ;interop.boot |getParentsFor| ;old compiler @@ -560,8 +559,7 @@ if you use the browse function of the {\bf hypertex} system. |oPageFrom| |spadSys| |spadType| - |syscomPage| - |unescapeStringsInForm|)) + |syscomPage|)) @ \subsubsection{translate-functions}