summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLudovic Courtes2006-07-23 20:49:08 +0000
committerLudovic Courtes2006-07-23 20:49:08 +0000
commit9d8bd8dfbcd71464a17bf3e12546868a5c9e0580 (patch)
tree12ff72b13986629206f75857c895e1b48c286344 /ChangeLog
parentce8ab209442beed465642c3208bd3e3ed7609292 (diff)
downloadskribilo-9d8bd8dfbcd71464a17bf3e12546868a5c9e0580.tar.gz
skribilo-9d8bd8dfbcd71464a17bf3e12546868a5c9e0580.tar.lz
skribilo-9d8bd8dfbcd71464a17bf3e12546868a5c9e0580.zip
Fixed `engine-add-writer!' so that the insertion order is kept.
* src/guile/skribilo/engine.scm (engine-add-writer!): Use `append' instead of `cons' when adding a writer, so that the insertion order is honored when lookups are performed. This fixes a generation bug (e.g., for the first page of the User Manual) and slightly improves performance. * src/guile/skribilo/writer.scm (lookup-markup-writer): Documented the impact of registration order. git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-22
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c743e12..69447d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,27 @@
# arch-tag: automatic-ChangeLog--lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2
#
+2006-07-23 14:38:34 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-61
+
+ Summary:
+ Fixed `engine-add-writer!' so that the insertion order is kept.
+ Revision:
+ skribilo--devel--1.2--patch-61
+
+ * src/guile/skribilo/engine.scm (engine-add-writer!): Use `append'
+ instead of `cons' when adding a writer, so that the insertion order is
+ honored when lookups are performed. This fixes a generation bug (e.g.,
+ for the first page of the User Manual) and slightly improves
+ performance.
+
+ * src/guile/skribilo/writer.scm (lookup-markup-writer): Documented the
+ impact of registration order.
+
+ modified files:
+ ChangeLog src/guile/skribilo/engine.scm
+ src/guile/skribilo/writer.scm
+
+
2006-07-14 14:42:40 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-59
Summary: