Age | Commit message (Expand) | Author |
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-06 | Small dist fix.•••* doc/user/Makefile.am (EXTRA_DIST): Add `src/prgm4.skb'.
| Ludovic Courtès |
2008-02-06 | configure: Improve detection of a suitable Lout.•••* configure.ac: Use `LOUT_PROGRAM' and `LOUT_REQUIRED_PACKAGE'.
* m4/lout.m4: New.
| Ludovic Courtès |
2008-02-05 | Bump version. | Ludovic Courtès |
2008-02-05 | doc: Document C/Java source highlighting. | 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-05 | doc: Fix compilation example in "Getting Started". | Ludovic Courtès |
2008-02-04 | Update PO email address.v0.9.0 | Ludovic Courtès |
2008-02-04 | Mark the release as "alpha". | Ludovic Courtès |
2008-02-04 | Fix `ChangeLog'. | Ludovic Courtès |
2008-02-04 | doc: Small style fixes. | 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 | doc: Insignificant cleanups. | Ludovic Courtès |
2008-02-03 | doc: Improve chapter on computer program highlighting. | 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-02-01 | doc: Add nice(r) front-page in Lout.•••* doc/modules/skribilo/documentation/manual.scm: Set the `on-title-page'
custom.
* doc/user/Makefile.am (EXTRA_DIST): Add `lout/front-page.lout.in'.
(BUILT_SOURCES): Add `lout/front-page.lout'.
(.lout.ps): Update `-I'.
(lout/front-page.lout): New target.
(clean-local): Remove the `lout' directory.
* doc/user/lout/book-style.lout (@ChapterStartPages): Set to `Odd'.
| Ludovic Courtès |
2008-02-01 | doc: Various insignificant cleanups. | Ludovic Courtès |
2008-01-31 | Update `NEWS' and `README'. | Ludovic Courtès |
2008-01-30 | doc: CSS improvements. | 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 | doc: Small improvements regarding the Emacs mode. | Ludovic Courtès |
2008-01-30 | doc: Improve engine introduction. | Ludovic Courtès |
2008-01-30 | doc: Add nice rendering of `doc-engine' in Lout.•••* doc/modules/skribilo/documentation/api.scm (doc-engine): New `lout'
writer.
(doc-engine): Check for Lout.
| 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 | doc: Tiny improvements of the `manual' module.•••* doc/modules/skribilo/documentation/manual.scm (disp): Use `resolve'
and test that engine, rather than raw `(engine-format? "xxx")'.
(compiler-options): Issue a warning if an option is not documented.
| 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 | Update `fr.po'. | Ludovic Courtès |
2008-01-29 | doc: Add section about "documents in Scheme programs".•••* doc/user/Makefile.am (EXTRA_DIST): Add `src/scheme.scm'.
* doc/user/syntax.skb (Documents in Scheme Programs): New.
| Ludovic Courtès |
2008-01-29 | doc: Document the `outline' reader.•••* doc/user/Makefile.am (EXTRA_DIST): Add `src/outline.txt' and
`loute.skb'.
* doc/user/compiler.skb: Add ref to `outline-syntax'.
* doc/user/syntax.skb: Re-structure, add `outline-syntax' section.
* doc/user/user.skb: Use `(skribilo reader)' and `(ice-9 pretty-print)'.
| Ludovic Courtès |
2008-01-29 | CSS: Force `pre' to the left. | 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-29 | doc: Tiny bibliography-related fixes. | Ludovic Courtès |
2008-01-28 | doc: Improve rendering of `prgm' and `disp' in Lout.•••* doc/modules/skribilo/documentation/manual.scm (prgm): Specialize Lout
output.
(disp): Likewise.
| Ludovic Courtès |
2008-01-28 | doc: Provide nicer `doc-markup' output for `lout'.•••* doc/modules/skribilo/documentation/api.scm: New lout customization.
(punctuate): New.
(doc-markup)[doc-markup.lout]: New.
Use it.
| 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 | doc: Document the Lout engine.•••* doc/modules/skribilo/documentation/env.scm (*api-engines*): Add
`lout'.
* doc/user/engine.skb: Include `loute.skb'.
* doc/user/slide.skb (Slide Package): Add `:ident'.
| 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-24 | doc: Document the "compiler".•••* doc/modules/skribilo/documentation/manual.scm (compiler-options):
Rewritten to suit our needs.
* doc/user/Makefile.am (EXTRA_DIST): `skribec.skb' renamed to
`compiler.skb'.
* doc/user/bib.skb: Fix xref.
* doc/user/lib.skb: Likewise.
* doc/user/links.skb: Likewise.
* doc/user/syntax.skb: Add `:ident'.
| Ludovic Courtès |
2008-01-23 | doc: Update `slide' package documentation. | Ludovic Courtès |