summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLudovic Court`es2007-03-08 18:15:01 +0000
committerLudovic Court`es2007-03-08 18:15:01 +0000
commit02d895fdff9949c2f97afc4d51fa79feb39aaf66 (patch)
tree32ddfbd6e0c99e402c5a0d549500a545cbe0e3dc /ChangeLog
parent051e3c9a56fbb4598d5a57e17efe6a23ea5235ea (diff)
parent5c472e01c77418125580627c5ee572c148b19079 (diff)
downloadskribilo-02d895fdff9949c2f97afc4d51fa79feb39aaf66.tar.gz
skribilo-02d895fdff9949c2f97afc4d51fa79feb39aaf66.tar.lz
skribilo-02d895fdff9949c2f97afc4d51fa79feb39aaf66.zip
evaluator: Modularized the evaluation process.
* src/guile/skribilo/evaluator.scm (evaluate-ast-from-port): New.  Based
  on code formerly in `evaluate-document-from-port'.  Pass
  `(current-module)' instead of `module' when invoking `%evaluate'.
  (evaluate-document-from-port): Use it.

git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-61
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91cc98a..248021e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,25 @@
 # arch-tag: automatic-ChangeLog--skribilo@sv.gnu.org--2006/skribilo--devo--1.2
 #
 
+2007-03-08 18:15:01 GMT	Ludovic Court`es <ludovic.courtes@laas.fr>	patch-61
+
+    Summary:
+      evaluator: Modularized the evaluation process.
+    Revision:
+      skribilo--devo--1.2--patch-61
+
+    * src/guile/skribilo/evaluator.scm (evaluate-ast-from-port): New.  Based
+      on code formerly in `evaluate-document-from-port'.  Pass
+      `(current-module)' instead of `module' when invoking `%evaluate'.
+      (evaluate-document-from-port): Use it.
+
+    modified files:
+     ChangeLog src/guile/skribilo/evaluator.scm
+
+    new patches:
+     lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-20
+
+
 2007-03-08 18:13:30 GMT	Ludovic Court`es <ludovic.courtes@laas.fr>	patch-60
 
     Summary: