Age | Commit message (Collapse) | Author |
|
* 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.
|
|
|
|
* 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.
|
|
* doc/user/Makefile.am (skrflags): Remove `--compat=skribe'.
* doc/user/*.skb: Trivial API update.
|
|
|
|
|
|
|
|
|
|
|
|
* configure.ac: Update.
* doc/Makefile.am (SUBDIRS): Update.
(EXTRA_DIST): New.
* doc/modules/Makefile.am (SUBDIRS): Remove.
(EXTRA_DIST): New.
|
|
* doc/modules/skribilo/documentation/manual.scm: Set the `emit-sui'
custom to `#t'.
* doc/user/Makefile.am (html_DATA): Add `user.sui'.
|
|
* doc/user/start.skb, doc/user/src/start?.skb: Fix inconsistencies.
Reported by R. Clayton <rvclayton@acm.org>.
|
|
|
|
* 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'.
|
|
|
|
|