diff options
author | Ludovic Courtes | 2006-07-23 20:49:08 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-07-23 20:49:08 +0000 |
commit | 9d8bd8dfbcd71464a17bf3e12546868a5c9e0580 (patch) | |
tree | 12ff72b13986629206f75857c895e1b48c286344 /ChangeLog | |
parent | ce8ab209442beed465642c3208bd3e3ed7609292 (diff) | |
download | skribilo-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-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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: |