Age | Commit message (Expand) | Author |
2008-10-08 | Add Scribe's original Info "engine". | 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-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 | Remove `.arch-inventory' files. | 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 |
2008-04-11 | eq/lout: Use procedures instead of macros.•••* 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.
| Ludovic Courtès |
2008-04-08 | Add `--sui-path'/`-U' command-line option.•••* NEWS: Update.
* src/guile/skribilo.scm (skribilo-show-help): Update.
(%options)[-U]: New.
(%default-options): Add `:sui-path'.
(skribilo): Handle it.
* src/guile/skribilo/package/base.scm (ref)[skribe-ref]: Use
`*sui-path*'.
* src/guile/skribilo/parameters.scm (*sui-path*): New.
* src/guile/skribilo/sui.scm (load-sui): Raise a `&file-search-error'
exception if not found.
| Ludovic Courtès |
2008-04-07 | Update little things. | Ludovic Courtès |
2008-04-07 | Update SILex-generated files. | Ludovic Courtès |
2008-04-07 | Recursive make sucks: remove 11 makefiles. | Ludovic Courtès |
2008-03-06 | `base' package: Add `:rulecolor' option to `table'.•••* NEWS, doc/user/colframe.skb, doc/user/table.skb: Update.
* src/guile/skribilo/engine/lout.scm (table): Support `:rulecolor'.
* src/guile/skribilo/package/base.scm (table): Support `:rulecolor'.
| Ludovic Courtès |
2008-03-03 | slide: Determine what to include in the outline slide based on `:toc'.•••* NEWS: Update.
* doc/user/slide.skb: Update.
* src/guile/skribilo/package/slide.scm (slide-topic, slide-subtopic):
Add `toc' option.
* src/guile/skribilo/package/slide/base.scm (make-subtopic-list): Filter
topic nodes whose `:toc' is true.
| Ludovic Courtès |
2008-02-15 | slide: Add new customs.•••* src/guile/skribilo/package/slide/base.scm: Support the `slide-outline-title',
`slide-outline-active-color' and `slide-outline-inactive-color' customs.
* doc/user/slide.skb, NEWS: Update.
| Ludovic Courtes |
2008-02-08 | Really really delete `images.scm'. | Ludovic Courtes |
2008-02-08 | Really delete `images.scm'. | Ludovic Courtès |
2008-02-08 | images: Add missing changes.•••* src/guile/skribilo/utils/Makefile.am (dist_module_DATA): Move
`images.scm' to `module_DATA'.
| Ludovic Courtès |
2008-02-08 | configure: Look for `convert' and `fig2dev'.•••* NEWS, README: Update.
* configure.ac: Look for `convert' and `fig2dev'.
Produce `src/guile/skribilo/utils/images.scm'.
* src/guile/skribilo/utils/images.scm.in: Use Autoconf substitution.
| Ludovic Courtès |
2008-02-05 | source: Fix comment regexp for C.•••* src/guile/skribilo/source/c-lex.l (comment): New regexp, use it.
* src/guile/skribilo/source/c-lex.scm: Regenerated.
| Ludovic Courtès |
2008-02-04 | lout: Align `prog' line numbers.•••* src/guile/skribilo/engine/lout.scm (&prog-line): Suitably align line
numbers.
| Ludovic Courtès |
2008-02-03 | Handle commands in `ast-fold'.•••* src/guile/skribilo/ast.scm (ast-fold): Iterate through the body of
commands.
| Ludovic Courtès |
2008-02-03 | Bind the nodes returned by <unresolved> nodes.•••* src/guile/skribilo/resolve.scm (do-resolve!<unresolved>): Use
`ast-fold' to bind all nodes in RES and assign them the proper
location.
| Ludovic Courtès |
2008-01-30 | web-book2: Cosmetic changes.•••* src/guile/skribilo/package/web-book2.scm (%small-toc-class): New.
(make-small-toc): New `e' argument.
[enclose]: New. Use HTML <div>, preferably.
| Ludovic Courtès |
2008-01-30 | html: Produce a more concise advertising message. :-) | Ludovic Courtès |
2008-01-30 | Fix option resolution for <node> and <container>.•••* src/guile/skribilo/resolve.scm (do-resolve<node>): Don't resolve
OPTIONS only when PARENT is `unspecified', otherwise nodes returned by
`do-resolve<unresolved>' would always have their options unresolved.
(do-resolve<container>): Likewise. In addition, make proper use of
`*unresolved*' and set the `resolved?' slot accordingly.
(do-resolve<unresolved>): Don't set the `parent' slot of RES at this
point since we have to go for another resolution run anyway.
| Ludovic Courtès |
2008-01-29 | Really fix resolution of <unresolved> nodes.•••* src/guile/skribilo/resolve.scm (do-resolve!<unresolved>): Assign a
valid parent to the AST returned by PROC.
| Ludovic Courtès |
2008-01-29 | outline: Better handle paragraphs.•••* src/guile/skribilo/reader/outline.scm (process-paragraph): When
returning, enclose RESULT in a list. Previously, we'd end up with
paragraphs like this: `(p list (list "something"))', where the first
occurrence of `list' is wrong (although `output' silently ignores
it).
| Ludovic Courtès |
2008-01-29 | outline: Liberated the list and mode-line syntax.•••* src/guile/skribilo/reader/outline.scm (%list-processors): Allow
leading whitespace for list items.
(outline-reader)[modeline-rx]: Allow figures, semi-colons and all.
| Ludovic Courtès |
2008-01-28 | lout: Make `lout-debug' Guile-Lint-friendly. | Ludovic Courtès |
2008-01-28 | lout: Fix `ref' and `:page'.•••* src/guile/skribilo/engine/lout.scm (ref): Honor `show-page-num?' for
marks; get IDENT from TARGET rather than from the `text' markup option
(which doesn't exist).
| Ludovic Courtès |
2008-01-28 | lout: Fix debugging support.•••* src/guile/skribilo/engine/lout.scm (lout-debug): Fix.
| Ludovic Courtès |
2008-01-28 | Properly handle non-list pairs in `resolve' and `verify'.•••* src/guile/skribilo/resolve.scm (do-resolve!<pair>): Return N* if
`pair?'.
* src/guile/skribilo/verify.scm (verify<pair>): Add special treatment if
OBJ is not a list.
| Ludovic Courtès |
2008-01-28 | Fix `output' error reporting.•••* src/guile/skribilo/output.scm (handle-output-error): Fix
error-reporting for unresolved nodes when `location?'.
| Ludovic Courtès |
2008-01-25 | lout: Make it so that customs are not modified by `slide'.•••* src/guile/skribilo/engine/lout.scm (lout-pdf-bookmark-node?): Handle
`slide-(sub)?topic' nodes.
(lout-engine)[pdf-bookmark-closed-pred]: Likewise.
* src/guile/skribilo/package/slide/lout.scm: Don't modify the
`pdf-bookmark-closed-pred' and `pdf-bookmark-node-pred' customs. It
had the side-effect of removing all bookmarks from the user manual.
| Ludovic Courtès |
2008-01-25 | lout: Rename `use-skribe-footnote-numbers?' custom.•••* src/guile/skribilo/engine/lout.scm
(lout-engine)[use-skribe-footnote-numbers?]: Rename to
`use-lout-footnote-numbers?', which is the opposite.
(footnote): Update.
| Ludovic Courtès |
2008-01-24 | outline: Add support for Org-Mode-style hyperlinks.•••* src/guile/skribilo/reader/outline.scm (%inline-markup): Add
Org-Mode-style hyperlinks.
| Ludovic Courtès |
2008-01-24 | skribilo: Fix `--help' and `--preload'.•••* src/guile/skribilo.scm (skribilo-show-help): Fix `--debug'.
(skribilo): Properly set the current module to USER-MODULE when
loading preloads.
| Ludovic Courtès |
2008-01-23 | html: Fix footnote production.•••* src/guile/skribilo/engine/html.scm (&html-footnotes): Use the `:label'
option instead of `:number'.
| Ludovic Courtès |
2008-01-21 | Small fixes making Guile-Lint happier.•••* src/guile/skribilo/utils/syntax.scm (unless, when): Don't use `begin'
if EXPRS contains a single expression.
* src/guile/skribilo/writer.scm (copy-markup-writer): Properly handle
NEW-ENGINE, working around `lambda*' deficiencies.
| Ludovic Courtès |
2008-01-20 | html: Fix xrefs to the `document' node.•••* src/guile/skribilo/engine/html.scm (html-file-default): Don't use
`tmpnam', was stupid.
(document): Record the current `*destination-file*' as `:file' option
of N.
(&html-generic-document): Parameterize `*destination-file*'.
| Ludovic Courtès |
2008-01-19 | Add `web-book2' package. | Ludovic Courtès |