Age | Commit message (Expand) | Author |
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 | doc: Document `--sui-path'. | 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 | doc: Use the native API instead of `--compat=skribe'.•••* doc/user/Makefile.am (skrflags): Remove `--compat=skribe'.
* doc/user/*.skb: Trivial API update.
| 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-04-07 | Small update. | Ludovic Courtès |
2008-03-31 | Update `.gitignore'. | Ludovic Courtès |
2008-03-31 | Remove 4 makefiles from `doc'.•••* configure.ac: Update.
* doc/Makefile.am (SUBDIRS): Update.
(EXTRA_DIST): New.
* doc/modules/Makefile.am (SUBDIRS): Remove.
(EXTRA_DIST): New.
| Ludovic Courtès |
2008-03-31 | doc: Produce and install a SUI file.•••* doc/modules/skribilo/documentation/manual.scm: Set the `emit-sui'
custom to `#t'.
* doc/user/Makefile.am (html_DATA): Add `user.sui'.
| Ludovic Courtès |
2008-03-31 | doc: Fix "Hello World" examples.•••* doc/user/start.skb, doc/user/src/start?.skb: Fix inconsistencies.
Reported by R. Clayton <rvclayton@acm.org>.
| Ludovic Courtès |
2008-03-15 | Add `TODO' ideas. | Ludovic Courtès |
2008-03-07 | emacs: Improve font locking.•••* 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'.
| 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 | Update ChangeLog. | 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-18 | Add a man page for `skribilo(1)'.•••* configure.ac: Use `AM_GNU_GETTEXT_VERSION' to make Gettext happier.
Produce `doc/man/Makefile'.
* doc/Makefile.am (SUBDIRS): Add `man'.
| Ludovic Courtes |
2008-02-15 | Fix Guile-Lint support on NixOS. | Ludovic Courtes |
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-14 | Update `NEWS'. | Ludovic Courtes |
2008-02-14 | Remove Guile warnings for duplicate bindings. | Ludovic Courtes |
2008-02-13 | doc: Update Emacs section.•••* doc/user/emacs.skb (Skribe Emacs Mode): Remove sentence that said
Bigloo's UDE must be installed.
| Ludovic Courtes |
2008-02-13 | Emacs mode: Font-lock comments. | Ludovic Courtes |
2008-02-13 | Emacs mode: Remove dependency on Bigloo' UDE.•••Consequently, some features are currently disabled (e.g., the toolbar), but
font-locking and indentation do work.
| Ludovic Courtes |
2008-02-08 | Add `THANKS' to the distribution. | Ludovic Courtès |
2008-02-08 | Add `THANKS'. | Ludovic Courtès |
2008-02-08 | doc: Don't delete the `lout' dir when srcdir = builddir.•••* doc/user/Makefile.am (clean-local): Test whether srcdir = builddir
before running "rm -rf lout". Reported by Barrie Stott.
| Ludovic Courtès |
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-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 |