summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-18Add a man page for `skribilo(1)'.Ludovic Courtes
* configure.ac: Use `AM_GNU_GETTEXT_VERSION' to make Gettext happier. Produce `doc/man/Makefile'. * doc/Makefile.am (SUBDIRS): Add `man'.
2008-02-15Fix Guile-Lint support on NixOS.Ludovic Courtes
2008-02-15slide: Add new customs.Ludovic Courtes
* 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.
2008-02-14Update `NEWS'.Ludovic Courtes
2008-02-14Remove Guile warnings for duplicate bindings.Ludovic Courtes
2008-02-13doc: Update Emacs section.Ludovic Courtes
* doc/user/emacs.skb (Skribe Emacs Mode): Remove sentence that said Bigloo's UDE must be installed.
2008-02-13Emacs mode: Font-lock comments.Ludovic Courtes
2008-02-13Emacs mode: Remove dependency on Bigloo' UDE.Ludovic Courtes
Consequently, some features are currently disabled (e.g., the toolbar), but font-locking and indentation do work.
2008-02-08Add `THANKS' to the distribution.Ludovic Courtès
2008-02-08Add `THANKS'.Ludovic Courtès
2008-02-08doc: Don't delete the `lout' dir when srcdir = builddir.Ludovic Courtès
* doc/user/Makefile.am (clean-local): Test whether srcdir = builddir before running "rm -rf lout". Reported by Barrie Stott.
2008-02-08Really really delete `images.scm'.Ludovic Courtes
2008-02-08Really delete `images.scm'.Ludovic Courtès
2008-02-08images: Add missing changes.Ludovic Courtès
* src/guile/skribilo/utils/Makefile.am (dist_module_DATA): Move `images.scm' to `module_DATA'.
2008-02-08configure: Look for `convert' and `fig2dev'.Ludovic Courtès
* 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.
2008-02-06Small dist fix.Ludovic Courtès
* doc/user/Makefile.am (EXTRA_DIST): Add `src/prgm4.skb'.
2008-02-06configure: Improve detection of a suitable Lout.Ludovic Courtès
* configure.ac: Use `LOUT_PROGRAM' and `LOUT_REQUIRED_PACKAGE'. * m4/lout.m4: New.
2008-02-05Bump version.Ludovic Courtès
2008-02-05doc: Document C/Java source highlighting.Ludovic Courtès
2008-02-05source: Fix comment regexp for C.Ludovic Courtès
* src/guile/skribilo/source/c-lex.l (comment): New regexp, use it. * src/guile/skribilo/source/c-lex.scm: Regenerated.
2008-02-05doc: Fix compilation example in "Getting Started".Ludovic Courtès
2008-02-04Update PO email address.v0.9.0Ludovic Courtès
2008-02-04Mark the release as "alpha".Ludovic Courtès
2008-02-04Fix `ChangeLog'.Ludovic Courtès
2008-02-04doc: Small style fixes.Ludovic Courtès
2008-02-04lout: Align `prog' line numbers.Ludovic Courtès
* src/guile/skribilo/engine/lout.scm (&prog-line): Suitably align line numbers.
2008-02-03doc: Insignificant cleanups.Ludovic Courtès
2008-02-03doc: Improve chapter on computer program highlighting.Ludovic Courtès
2008-02-03Handle commands in `ast-fold'.Ludovic Courtès
* src/guile/skribilo/ast.scm (ast-fold): Iterate through the body of commands.
2008-02-03Bind the nodes returned by <unresolved> nodes.Ludovic Courtès
* src/guile/skribilo/resolve.scm (do-resolve!<unresolved>): Use `ast-fold' to bind all nodes in RES and assign them the proper location.
2008-02-01doc: Add nice(r) front-page in Lout.Ludovic Courtès
* 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'.
2008-02-01doc: Various insignificant cleanups.Ludovic Courtès
2008-01-31Update `NEWS' and `README'.Ludovic Courtès
2008-01-30doc: CSS improvements.Ludovic Courtès
2008-01-30web-book2: Cosmetic changes.Ludovic Courtès
* src/guile/skribilo/package/web-book2.scm (%small-toc-class): New. (make-small-toc): New `e' argument. [enclose]: New. Use HTML <div>, preferably.
2008-01-30html: Produce a more concise advertising message. :-)Ludovic Courtès
2008-01-30doc: Small improvements regarding the Emacs mode.Ludovic Courtès
2008-01-30doc: Improve engine introduction.Ludovic Courtès
2008-01-30doc: Add nice rendering of `doc-engine' in Lout.Ludovic Courtès
* doc/modules/skribilo/documentation/api.scm (doc-engine): New `lout' writer. (doc-engine): Check for Lout.
2008-01-30Fix option resolution for <node> and <container>.Ludovic Courtès
* 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.
2008-01-29doc: Tiny improvements of the `manual' module.Ludovic Courtès
* 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.
2008-01-29Really fix resolution of <unresolved> nodes.Ludovic Courtès
* src/guile/skribilo/resolve.scm (do-resolve!<unresolved>): Assign a valid parent to the AST returned by PROC.
2008-01-29Update `fr.po'.Ludovic Courtès
2008-01-29doc: Add section about "documents in Scheme programs".Ludovic Courtès
* doc/user/Makefile.am (EXTRA_DIST): Add `src/scheme.scm'. * doc/user/syntax.skb (Documents in Scheme Programs): New.
2008-01-29doc: Document the `outline' reader.Ludovic Courtès
* 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)'.
2008-01-29CSS: Force `pre' to the left.Ludovic Courtès
2008-01-29outline: Better handle paragraphs.Ludovic Courtès
* 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).
2008-01-29outline: Liberated the list and mode-line syntax.Ludovic Courtès
* src/guile/skribilo/reader/outline.scm (%list-processors): Allow leading whitespace for list items. (outline-reader)[modeline-rx]: Allow figures, semi-colons and all.
2008-01-29doc: Tiny bibliography-related fixes.Ludovic Courtès
2008-01-28doc: Improve rendering of `prgm' and `disp' in Lout.Ludovic Courtès
* doc/modules/skribilo/documentation/manual.scm (prgm): Specialize Lout output. (disp): Likewise.