Age | Commit message (Collapse) | Author |
|
|
|
* emacs/skribe.el.in (skribe-title, skribe-keyword,
skribe-sectioning-markup, skribe-markup-option, skribe-italic,
skribe-bold): New faces.
(skribe-font-lock-keywords): Use them. Add special treatment for
`:title', `it', `bold'.
|
|
* 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'.
|
|
|
|
* 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.
|
|
* configure.ac: Use `AM_GNU_GETTEXT_VERSION' to make Gettext happier.
Produce `doc/man/Makefile'.
* doc/Makefile.am (SUBDIRS): Add `man'.
|
|
|
|
* 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.
|
|
|
|
|
|
* 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)'.
|