Age | Commit message (Collapse) | Author |
|
* doc/skr/api.skr (doc-markup): Updated default value of SOURCE.
* doc/user/bib.skb (bib-sort/authors): Change value of SOURCE (should
have been done earlier!).
* doc/user/sectioning.skb (p): Likewise.
* src/guile/skribilo/evaluator.scm (%evaluate): Updated comment.
* src/guile/skribilo/module.scm (%skribilo-user-imports): Added
`(skribilo package base)'.
(%skribe-core-modules): Removed `api'.
* src/guile/skribilo/package/Makefile.am (dist_guilemodule_DATA): Added
`base.scm'.
* src/guile/skribilo/package/base.scm: No longer use
`define-skribe-module'. Use an appropriate `define-module' instead.
Fixed uses of `gensym' so that they pass a string instead of a symbol
or nothing. Similarly, use Guile's native hash table API instead of
the one in `compat'.
(include): Use `include-document' instead of `skribe-include'.
* src/guile/skribilo/package/eq.scm: Use `package base' instead of
`skribe api'.
* src/guile/skribilo/package/pie.scm: Likewise.
* src/guile/skribilo/skribe/Makefile.am (dist_guilemodule_DATA): Removed
`api.scm'.
* src/guile/skribilo/utils/compat.scm (date): Export it.
(correct-arity?): New.
git-archimport-id: lcourtes@laas.fr--2005-libre/skribilo--devo--1.2--patch-32
|
|
* 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
|
|
Initial import of Skribe 1.2d.
git-archimport-id: lcourtes@laas.fr--2004-libre/skribilo--devel--1.2--base-0
|