aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLudovic Courtes2006-01-16 22:33:10 +0000
committerLudovic Courtes2006-01-16 22:33:10 +0000
commit36a235bc558321245eb410633c314b03e5bb9f81 (patch)
tree56d287670d9ce43285e8e961f9f443dd74751317 /ChangeLog
parentf66ef36a1c5a8c28e6a95ec9f6b19e20e914e42a (diff)
parent2d8fa88ef04b3a6141a2b03a9671a7dd0fcc1f60 (diff)
downloadskribilo-36a235bc558321245eb410633c314b03e5bb9f81.tar.gz
skribilo-36a235bc558321245eb410633c314b03e5bb9f81.tar.lz
skribilo-36a235bc558321245eb410633c314b03e5bb9f81.zip
More SRFI-3[45] enhancements; first stab at the user documentation.
* src/guile/skribilo/biblio.scm (skribe-open-bib-file): Raise a `&file-search-error' when needed. * src/guile/skribilo/runtime.scm (convert-image): Likewise. * src/guile/skribilo/source.scm (source-read-lines): Likewise. (source-read-definition): Likewise. * src/guile/skribilo/utils/compat.scm (skribe-load): Only look up `%skribe-known-files' when `load-document' failed. (find-file/path): Use `search-path'. (find-runtime-type): Implemented. * doc/skr/api.skr: Use `(ice-9 match)'. Use `match' instead of `match-case'. (api-search-definition): Search in `%load-path' and `(skribe-path)'. (define-markup?): First stab at getting the `match' syntax right. * doc/user/src/start[3-5].skb: Small fixes. git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--patch-28
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ca3201..25a5820 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,41 @@
# arch-tag: automatic-ChangeLog--lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2
#
+2006-01-16 22:31:32 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-25
+
+ Summary:
+ More SRFI-3[45] enhancements; first stab at the user documentation.
+ Revision:
+ skribilo--devel--1.2--patch-25
+
+ * src/guile/skribilo/biblio.scm (skribe-open-bib-file): Raise a
+ `&file-search-error' when needed.
+
+ * src/guile/skribilo/runtime.scm (convert-image): Likewise.
+
+ * src/guile/skribilo/source.scm (source-read-lines): Likewise.
+ (source-read-definition): Likewise.
+
+ * src/guile/skribilo/utils/compat.scm (skribe-load): Only look up
+ `%skribe-known-files' when `load-document' failed.
+ (find-file/path): Use `search-path'.
+ (find-runtime-type): Implemented.
+
+ * doc/skr/api.skr: Use `(ice-9 match)'. Use `match' instead of
+ `match-case'.
+ (api-search-definition): Search in `%load-path' and `(skribe-path)'.
+ (define-markup?): First stab at getting the `match' syntax right.
+
+ * doc/user/src/start[3-5].skb: Small fixes.
+
+ modified files:
+ ChangeLog doc/skr/api.skr doc/user/src/start3.skb
+ doc/user/src/start4.skb doc/user/src/start5.skb
+ src/guile/skribilo/biblio.scm src/guile/skribilo/runtime.scm
+ src/guile/skribilo/source.scm
+ src/guile/skribilo/utils/compat.scm
+
+
2006-01-15 21:22:18 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-24
Summary: