summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLudovic Courtes2005-12-04 21:25:27 +0000
committerLudovic Courtes2005-12-04 21:25:27 +0000
commita8fe8dda53e5e3625d14d5ad0cb8fe27da5cfaf8 (patch)
treee88fc99718c237be91106d8964c01dade1d3a2b4 /ChangeLog
parent5113d97ba18980899c573387bdfdc6a086ef332f (diff)
parent13460dbc76c37ef1257cff2e8e6f59f451148b82 (diff)
downloadskribilo-a8fe8dda53e5e3625d14d5ad0cb8fe27da5cfaf8.tar.gz
skribilo-a8fe8dda53e5e3625d14d5ad0cb8fe27da5cfaf8.tar.lz
skribilo-a8fe8dda53e5e3625d14d5ad0cb8fe27da5cfaf8.zip
Merge from lcourtes@laas.fr--2005-mobile
Patches applied: * lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 (patch 15) - Fixed the resolution mechanism and converted it to SRFI-39. git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-18
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e200d2a..6d86a2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,30 @@
# arch-tag: automatic-ChangeLog--lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2
#
+2005-12-03 16:44:38 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-15
+
+ Summary:
+ Fixed the resolution mechanism and converted it to SRFI-39.
+ Revision:
+ skribilo--devel--1.2--patch-15
+
+ * src/guile/skribilo/output.scm: Cosmetic changes.
+
+ * src/guile/skribilo/resolve.scm: Use SRFI-39.
+ (*unresolved*): Became an SRFI-39 parameter object.
+ (resolve!): Use `parameterize' over `*unresolved*'.
+ (do-resolve!): For `<container>', resolve the body of NODE even if
+ PARENT is not unspecified. A similar fix had gone into the Bigloo
+ implementation of Skribe (the patch was never actually integrated as it
+ seems). This makes it possible to use `numref'.
+ For `<unresolved>', to not invoke `do-resolve!' on the result of PROC's
+ invocation. Similarly, this had gone into Skribe.
+
+ modified files:
+ ChangeLog src/guile/skribilo/output.scm
+ src/guile/skribilo/resolve.scm
+
+
2005-12-03 11:35:47 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-14
Summary: