aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLudovic Courtes2006-01-17 22:50:23 +0000
committerLudovic Courtes2006-01-17 22:50:23 +0000
commit46c709dc1f242fa680d4425da4dfc9314686e9cc (patch)
tree93535db7d12eae5cb86a7c1af64bafe07f5d3275 /ChangeLog
parent2d8fa88ef04b3a6141a2b03a9671a7dd0fcc1f60 (diff)
downloadskribilo-46c709dc1f242fa680d4425da4dfc9314686e9cc.tar.gz
skribilo-46c709dc1f242fa680d4425da4dfc9314686e9cc.tar.lz
skribilo-46c709dc1f242fa680d4425da4dfc9314686e9cc.zip
Towards a self-hosted user manual.
* doc/skr/api.skr: Use `(skribilo reader)' and `(skribilo utils syntax)'. (api-search-definition): Added a SKRIBE-SOURCE? argument. Determine the appropriate reader based on its value. (keyword->symbol): Removed. (define-markup?): Fixed. (make-engine?): Fixed (but unverified). (make-engine-custom): Likewise. (sym/kw?): New. (define-markup-formals): Fixed. (define-markup-options): Likewise. (define-markup-rest): Likewise. (doc-markup): Added a SKRIBE-SOURCE? argument. (doc-engine): Likewise. * doc/user/*.skb: Updated the `:source' arguments to `doc-markup' and `doc-engine'. * src/guile/skribilo/utils/compat.scm (hashtable-update!): Fixed according to the Bigloo manual. git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-26
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25a5820..4d0dbf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,41 @@
# arch-tag: automatic-ChangeLog--lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2
#
+2006-01-17 22:50:23 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-26
+
+ Summary:
+ Towards a self-hosted user manual.
+ Revision:
+ skribilo--devel--1.2--patch-26
+
+ * doc/skr/api.skr: Use `(skribilo reader)' and `(skribilo utils syntax)'.
+ (api-search-definition): Added a SKRIBE-SOURCE? argument.
+ Determine the appropriate reader based on its value.
+ (keyword->symbol): Removed.
+ (define-markup?): Fixed.
+ (make-engine?): Fixed (but unverified).
+ (make-engine-custom): Likewise.
+ (sym/kw?): New.
+ (define-markup-formals): Fixed.
+ (define-markup-options): Likewise.
+ (define-markup-rest): Likewise.
+ (doc-markup): Added a SKRIBE-SOURCE? argument.
+ (doc-engine): Likewise.
+
+ * doc/user/*.skb: Updated the `:source' arguments to `doc-markup' and
+ `doc-engine'.
+
+ * src/guile/skribilo/utils/compat.scm (hashtable-update!): Fixed
+ according to the Bigloo manual.
+
+ modified files:
+ ChangeLog doc/skr/api.skr doc/user/bib.skb doc/user/engine.skb
+ doc/user/htmle.skb doc/user/image.skb doc/user/index.skb
+ doc/user/latexe.skb doc/user/lib.skb doc/user/package.skb
+ doc/user/sectioning.skb doc/user/slide.skb doc/user/xmle.skb
+ src/guile/skribilo/utils/compat.scm
+
+
2006-01-16 22:31:32 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-25
Summary: