diff options
author | Ludovic Courtès | 2008-04-23 22:33:23 +0200 |
---|---|---|
committer | Ludovic Courtès | 2008-04-23 22:33:23 +0200 |
commit | 5add78aba082524aee7350432f9ac0c0e983b33d (patch) | |
tree | a52315356a45e189a0253fa853f81d3c9cc666b2 /NEWS | |
parent | 087306a64cc34ea2b5415e3c1cd8505faedf4f14 (diff) | |
download | skribilo-5add78aba082524aee7350432f9ac0c0e983b33d.tar.gz skribilo-5add78aba082524aee7350432f9ac0c0e983b33d.tar.lz skribilo-5add78aba082524aee7350432f9ac0c0e983b33d.zip |
Fix SUI `:ident' references.
* src/guile/skribilo/package/base.scm (skribe-ref): Pass the result of
`dirname' as the DIR argument of `sui-ref->url'. Don't pass ":ident
ident" to `ref'.
* src/guile/skribilo/sui.scm (sui-find-ref): Fix invocation of
`sui-search-all-refs'.
(sui-search-all-refs): Actually implemented.
* NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ Namely, `slide-outline-title' and ** The `:toc' option of `slide' determines whether to include it in the outline ** New option `:rulecolor' for `table' ** New `--sui-path' command-line option, new `*sui-path*' parameter +** Fix SUI `:ident' references ** Use more SRFI-34/35 exception handling instead of `skribe-error' ** Lesser reliance on recursive make |