aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-22Update `NEWS'.Ludovic Courtès
2008-11-22configure: Make sure the SRFI-35 implementation is not broken.Ludovic Courtès
* configure.ac: Use `SKR_GUILE_SRFI_35_WORKS'.
2008-11-21info: More cleanups, makes `guile-lint' happy.Ludovic Courtès
2008-11-21justify: Rename `output' to `output-justified' to avoid confusion.Ludovic Courtès
* src/guile/skribilo/utils/justify.scm (output): Rename to... (output-justified): this.
2008-11-20info: Remove Bigloo type annotations and `with-access'.Ludovic Courtès
2008-11-20info: Use `text-table', handle footnotes.Ludovic Courtès
* src/guile/skribilo/engine/info.scm: Use the `text-table' module. (document): Properly handle footnotes.
2008-11-20Turn `(skribilo utils text-table)' into a Guile module.Ludovic Courtès
2008-11-20Add `(skribilo table)'.Ludovic Courtès
2008-10-10Import `table.scm' (ASCII tables) from Scribe 1.1a.Ludovic Courtès
2008-10-10info: Remove biglooisms and fix typos.Ludovic Courtès
* src/guile/skribilo/engine/info.scm: Use normal number operations instead of their `fx' version. (table, mailto): Quote option list.
2008-10-09justify: Rename `string-replace' to `string-replace-char'.Ludovic Courtès
* src/guile/skribilo/utils/justify.scm (string-replace): Rename to... (string-replace-char): ... this, to avoid name collision with core Guile.
2008-10-09justify: Remove unused bindings.Ludovic Courtès
* src/guile/skribilo/utils/justify.scm (*justifiers*, pre-output, post-output, strtok, my-string-append): Remove. (tokens-justify)[reverse-line]: Remove. (tokens-justify): Use `string-concatenate' instead of `apply string-append'.
2008-10-09justify: Fix syntactic errors.Ludovic Courtès
* src/guile/skribilo/utils/justify.scm: Use `#\bs' instead of `#\a008'. Use `display' and `format' instead of `print' and `fprint'.
2008-10-09Make `(skribilo utils justify)' an actual Guile module.Ludovic Courtès
2008-10-09Fix Info engine module name.Ludovic Courtès
2008-10-09Separate `justify' module from Info engine.Ludovic Courtès
2008-10-08First stab at the conversion of the Info engine.Ludovic Courtès
2008-10-08web: Fix SD URL.Ludovic Courtès
2008-10-08Bump version to 0.9.2.Ludovic Courtès
2008-10-08Add Scribe's original Info "engine".Ludovic Courtès
2008-10-07web: Add links to other plain text document formats.Ludovic Courtès
2008-04-23web: Mention Esperanto!v0.9.1Ludovic Courtès
2008-04-23web: Add related links.Ludovic Courtès
2008-04-23Update web site, with SUI refs to the user manual.Ludovic Courtès
2008-04-23Fix SUI `:ident' references.Ludovic Courtès
* 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.
2008-04-23Add the web site source.Ludovic Courtès
2008-04-22Update `NEWS' and `TODO'.Ludovic Courtès
2008-04-22doc: Add "More on Skribilo".Ludovic Courtès
* doc/user/user.skb (Introduction)[More on Skribilo]: New section.
2008-04-22Fix SUI documentation.Ludovic Courtès
* doc/user/htmle.skb: Add link to section `sui'. * doc/user/links.skb (sui): Fix references to Skribe and SUI production example and description.
2008-04-21Update `fr.po'.Ludovic Courtès
2008-04-21doc: Fix makefile.Ludovic Courtès
* doc/user/Makefile.am (EXTRA_DIST): Add `contexte.skb'.
2008-04-21Update `TODO' and `NEWS'.Ludovic Courtès
2008-04-21Document the `context' engine.Ludovic Courtès
* doc/modules/skribilo/documentation/env.scm (*api-engines*): Add `context'. * doc/user/contexte.skb: New file. * doc/user/engine.skb: Include it. * src/guile/skribilo/engine/context.scm (context-customs): Moved to the `make-engine' call so that automatic documentation extraction works.
2008-04-21Allow builds of the user manual with LaTeX and ConTeXt.Ludovic Courtès
* doc/modules/skribilo/documentation/api.scm (doc-engine): Fix `skribe-warning' invocation. * doc/user/Makefile.am (.skb.lout): Move out of `if HAVE_LOUT'. (.skb.tex, .skb.ctx): New targets.
2008-04-21Run Guile-Lint on documentation modules.Ludovic Courtès
* doc/modules/Makefile.am (CLEANFILES, lintable): New. Include `guile-lint.am'. * guile-lint.am: Add "-L $(top_srcdir)/doc/modules".
2008-04-21Remove `.arch-inventory' files.Ludovic Courtès
2008-04-21Update `POTFILES.in'.Ludovic Courtès
2008-04-21Fix tiny errors.Ludovic Courtès
2008-04-21eq: Use SRFI-35 exceptions instead of `skribe-error'.Ludovic Courtès
* src/guile/skribilo/package/eq.scm: Raise `&invalid-argument-error' when relevant.
2008-04-15eq: Use plain procedures instead of stupid macros.Ludovic Courtès
* src/guile/skribilo/package/eq.scm (simple-markup-writer, simple-binary-markup-writer): Turn into procedures, update callers.
2008-04-15Use SRFI-35 exceptions in `(skribilo biblio author)'.Ludovic Courtès
* src/guile/skribilo/biblio/author.scm (bib-sort/first-author-last-name): Use `raise'.
2008-04-15Use SRFI-35 exceptions in `(skribilo sui)'.Ludovic Courtès
* src/guile/skribilo/sui.scm (&sui-error, &invalid-sui-error, handle-sui-error): New. Use them instead of `skribe-error'.
2008-04-15Use SRFI-35 exceptions in `(skribilo writer)'.Ludovic Courtès
* src/guile/skribilo/writer.scm: Raise `&invalid-argument-error' instead of using `skribe-error'.
2008-04-15Use SRFI-35 exceptions in `(skribilo verify)'.Ludovic Courtès
* src/guile/skribilo/verify.scm (&verify-error, &unsupported-markup-option-error, handle-verify-error): New. (check-required-options): Use it instead of `skribe-error'.
2008-04-15Support message conditions in `call-with-skribilo-error-catch'.Ludovic Courtès
* src/guile/skribilo/condition.scm (%call-with-skribilo-error-catch): Support `message-condition?'.
2008-04-15Use SRFI-35 conditions in `(skribilo index)'.Ludovic Courtès
* src/guile/skribilo/index.scm (resolve-the-index)[index-ref]: Raise a `&message' exception instead of using `skribe-error'.
2008-04-12source: Use SRFI-35 exceptions.Ludovic Courtès
* src/guile/skribilo/source.scm (&source-error, &no-extractor-error, &definition-not-found-error, handle-source-error): New. Use them.
2008-04-12engine: Use SRFI-35 exceptions instead of `skribe-error'.Ludovic Courtès
* src/guile/skribilo/engine.scm (&engine-error, &unknown-engine-error, handle-engine-error): New. Replace all `skribe-error' invocation with a relevant SRFI-34 `raise'. * src/guile/skribilo/evaluator.scm (evaluate-document-from-port): Use `lookup-engine' instead of `find-engine'. Raise an `&invalid-argument-error' instead of using `skribe-error'.
2008-04-11eq/lout: Use procedures instead of macros.Ludovic Courtès
* src/guile/skribilo/package/eq/lout.scm (simple-lout-markup-writer, binary-lout-markup-writer, range-lout-markup-writer): Turned into procedures, callers updated. Guile-Lint (as of version 14) is unable to handle macros defined within the same source file as they are used, so it makes it happy.
2008-04-08doc: Document `--sui-path'.Ludovic Courtès