Age | Commit message (Expand) | Author |
2008-11-23 | justify: Add missing new lines in `output-flush'.•••* src/guile/skribilo/utils/justify.scm (output-flush): Add `newline'
calls after each series of `display'.
| Ludovic Courtès |
2008-11-23 | Try to display a stack trace in `call-with-skribilo-error-catch'.•••* src/guile/skribilo/condition.scm (show-stack-trace): New.
(%call-with-skribilo-error-catch): Use `with-exception-handler'
instead of `guard' so the faulty call stack can be captured. Use
`show-stack-trace'.
* NEWS: Update.
| Ludovic Courtès |
2008-11-22 | Update `NEWS'. | Ludovic Courtès |
2008-11-22 | configure: Make sure the SRFI-35 implementation is not broken.•••* configure.ac: Use `SKR_GUILE_SRFI_35_WORKS'.
| Ludovic Courtès |
2008-11-21 | info: More cleanups, makes `guile-lint' happy. | Ludovic Courtès |
2008-11-21 | justify: Rename `output' to `output-justified' to avoid confusion.•••* src/guile/skribilo/utils/justify.scm (output): Rename to...
(output-justified): this.
| Ludovic Courtès |
2008-11-20 | info: Remove Bigloo type annotations and `with-access'. | Ludovic Courtès |
2008-11-20 | info: Use `text-table', handle footnotes.•••* src/guile/skribilo/engine/info.scm: Use the `text-table' module.
(document): Properly handle footnotes.
| Ludovic Courtès |
2008-11-20 | Turn `(skribilo utils text-table)' into a Guile module. | Ludovic Courtès |
2008-11-20 | Add `(skribilo table)'. | Ludovic Courtès |
2008-10-10 | Import `table.scm' (ASCII tables) from Scribe 1.1a. | Ludovic Courtès |
2008-10-10 | info: Remove biglooisms and fix typos.•••* src/guile/skribilo/engine/info.scm: Use normal number operations
instead of their `fx' version.
(table, mailto): Quote option list.
| Ludovic Courtès |
2008-10-09 | justify: Rename `string-replace' to `string-replace-char'.•••* src/guile/skribilo/utils/justify.scm (string-replace): Rename to...
(string-replace-char): ... this, to avoid name collision with core
Guile.
| Ludovic Courtès |
2008-10-09 | justify: Remove unused bindings.•••* 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'.
| Ludovic Courtès |
2008-10-09 | justify: Fix syntactic errors.•••* src/guile/skribilo/utils/justify.scm: Use `#\bs' instead of
`#\a008'. Use `display' and `format' instead of `print' and
`fprint'.
| Ludovic Courtès |
2008-10-09 | Make `(skribilo utils justify)' an actual Guile module. | Ludovic Courtès |
2008-10-09 | Fix Info engine module name. | Ludovic Courtès |
2008-10-09 | Separate `justify' module from Info engine. | Ludovic Courtès |
2008-10-08 | First stab at the conversion of the Info engine. | Ludovic Courtès |
2008-10-08 | web: Fix SD URL. | Ludovic Courtès |
2008-10-08 | Bump version to 0.9.2. | Ludovic Courtès |
2008-10-08 | Add Scribe's original Info "engine". | Ludovic Courtès |
2008-10-07 | web: Add links to other plain text document formats. | Ludovic Courtès |
2008-04-23 | web: Mention Esperanto!v0.9.1 | Ludovic Courtès |
2008-04-23 | web: Add related links. | Ludovic Courtès |
2008-04-23 | Update web site, with SUI refs to the user manual. | Ludovic Courtès |
2008-04-23 | 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.
| Ludovic Courtès |
2008-04-23 | Add the web site source. | Ludovic Courtès |
2008-04-22 | Update `NEWS' and `TODO'. | Ludovic Courtès |
2008-04-22 | doc: Add "More on Skribilo".•••* doc/user/user.skb (Introduction)[More on Skribilo]: New section.
| Ludovic Courtès |
2008-04-22 | Fix SUI documentation.•••* doc/user/htmle.skb: Add link to section `sui'.
* doc/user/links.skb (sui): Fix references to Skribe and SUI production
example and description.
| Ludovic Courtès |
2008-04-21 | Update `fr.po'. | Ludovic Courtès |
2008-04-21 | doc: Fix makefile.•••* doc/user/Makefile.am (EXTRA_DIST): Add `contexte.skb'.
| Ludovic Courtès |
2008-04-21 | Update `TODO' and `NEWS'. | Ludovic Courtès |
2008-04-21 | Document the `context' engine.•••* 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.
| Ludovic Courtès |
2008-04-21 | Allow builds of the user manual with LaTeX and ConTeXt.•••* 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.
| Ludovic Courtès |
2008-04-21 | Run Guile-Lint on documentation modules.•••* doc/modules/Makefile.am (CLEANFILES, lintable): New.
Include `guile-lint.am'.
* guile-lint.am: Add "-L $(top_srcdir)/doc/modules".
| Ludovic Courtès |
2008-04-21 | Remove `.arch-inventory' files. | Ludovic Courtès |
2008-04-21 | Update `POTFILES.in'. | Ludovic Courtès |
2008-04-21 | Fix tiny errors. | Ludovic Courtès |
2008-04-21 | eq: Use SRFI-35 exceptions instead of `skribe-error'.•••* src/guile/skribilo/package/eq.scm: Raise `&invalid-argument-error'
when relevant.
| Ludovic Courtès |
2008-04-15 | eq: Use plain procedures instead of stupid macros.•••* src/guile/skribilo/package/eq.scm (simple-markup-writer,
simple-binary-markup-writer): Turn into procedures, update callers.
| Ludovic Courtès |
2008-04-15 | Use SRFI-35 exceptions in `(skribilo biblio author)'.•••* src/guile/skribilo/biblio/author.scm
(bib-sort/first-author-last-name): Use `raise'.
| Ludovic Courtès |
2008-04-15 | Use SRFI-35 exceptions in `(skribilo sui)'.•••* src/guile/skribilo/sui.scm (&sui-error, &invalid-sui-error,
handle-sui-error): New.
Use them instead of `skribe-error'.
| Ludovic Courtès |
2008-04-15 | Use SRFI-35 exceptions in `(skribilo writer)'.•••* src/guile/skribilo/writer.scm: Raise `&invalid-argument-error' instead
of using `skribe-error'.
| Ludovic Courtès |
2008-04-15 | Use SRFI-35 exceptions in `(skribilo verify)'.•••* src/guile/skribilo/verify.scm (&verify-error,
&unsupported-markup-option-error, handle-verify-error): New.
(check-required-options): Use it instead of `skribe-error'.
| Ludovic Courtès |
2008-04-15 | Support message conditions in `call-with-skribilo-error-catch'.•••* src/guile/skribilo/condition.scm (%call-with-skribilo-error-catch):
Support `message-condition?'.
| Ludovic Courtès |
2008-04-15 | Use SRFI-35 conditions in `(skribilo index)'.•••* src/guile/skribilo/index.scm (resolve-the-index)[index-ref]: Raise a
`&message' exception instead of using `skribe-error'.
| Ludovic Courtès |
2008-04-12 | source: Use SRFI-35 exceptions.•••* src/guile/skribilo/source.scm (&source-error, &no-extractor-error,
&definition-not-found-error, handle-source-error): New. Use them.
| Ludovic Courtès |
2008-04-12 | engine: Use SRFI-35 exceptions instead of `skribe-error'.•••* 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'.
| Ludovic Courtès |