Age | Commit message (Collapse) | Author |
|
* doc/user/emacs.skb (Skribe Emacs Mode): Remove sentence that said
Bigloo's UDE must be installed.
|
|
|
|
Consequently, some features are currently disabled (e.g., the toolbar), but
font-locking and indentation do work.
|
|
|
|
|
|
* doc/user/Makefile.am (clean-local): Test whether srcdir = builddir
before running "rm -rf lout". Reported by Barrie Stott.
|
|
|
|
|
|
* src/guile/skribilo/utils/Makefile.am (dist_module_DATA): Move
`images.scm' to `module_DATA'.
|
|
* 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.
|
|
* doc/user/Makefile.am (EXTRA_DIST): Add `src/prgm4.skb'.
|
|
* configure.ac: Use `LOUT_PROGRAM' and `LOUT_REQUIRED_PACKAGE'.
* m4/lout.m4: New.
|
|
|
|
|
|
* src/guile/skribilo/source/c-lex.l (comment): New regexp, use it.
* src/guile/skribilo/source/c-lex.scm: Regenerated.
|
|
|
|
|
|
|
|
|
|
|
|
* src/guile/skribilo/engine/lout.scm (&prog-line): Suitably align line
numbers.
|
|
|
|
|
|
* src/guile/skribilo/ast.scm (ast-fold): Iterate through the body of
commands.
|
|
* src/guile/skribilo/resolve.scm (do-resolve!<unresolved>): Use
`ast-fold' to bind all nodes in RES and assign them the proper
location.
|
|
* 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'.
|
|
|
|
|
|
|
|
* src/guile/skribilo/package/web-book2.scm (%small-toc-class): New.
(make-small-toc): New `e' argument.
[enclose]: New. Use HTML <div>, preferably.
|
|
|
|
|
|
|
|
* doc/modules/skribilo/documentation/api.scm (doc-engine): New `lout'
writer.
(doc-engine): Check for Lout.
|
|
* 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.
|
|
* 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.
|
|
* src/guile/skribilo/resolve.scm (do-resolve!<unresolved>): Assign a
valid parent to the AST returned by PROC.
|
|
|
|
* doc/user/Makefile.am (EXTRA_DIST): Add `src/scheme.scm'.
* doc/user/syntax.skb (Documents in Scheme Programs): New.
|
|
* 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)'.
|
|
|
|
* 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).
|
|
* src/guile/skribilo/reader/outline.scm (%list-processors): Allow
leading whitespace for list items.
(outline-reader)[modeline-rx]: Allow figures, semi-colons and all.
|
|
|
|
* doc/modules/skribilo/documentation/manual.scm (prgm): Specialize Lout
output.
(disp): Likewise.
|
|
* doc/modules/skribilo/documentation/api.scm: New lout customization.
(punctuate): New.
(doc-markup)[doc-markup.lout]: New.
Use it.
|
|
|
|
* 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).
|
|
* src/guile/skribilo/engine/lout.scm (lout-debug): Fix.
|
|
* 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.
|