aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-03-24Add experimental `--enable-guile-vm' configure option.Ludovic Courtès
2009-03-24Add `(skribilo-module-syntax)'.Ludovic Courtès
2009-03-24Robustify `invocation-location'.Ludovic Courtès
2009-03-24Have `*current-engine*' default to `#f'.Ludovic Courtès
2009-03-24Have `*document-reader*' default to `#f'.Ludovic Courtès
2009-03-24Fix overzealous autoloading in `(skribilo)'.Ludovic Courtès
2009-03-18writer: Adapt `%procedure-arity' to Guile-VM.Ludovic Courtès
2009-03-17outline: Don't store multiple values in a single variable.Ludovic Courtès
2009-03-05Remove circular dependency between `engine' and `writer'.Ludovic Courtès
2009-03-05Remove circular dependency between `writer' and `output'.Ludovic Courtès
2009-03-05Move `%procedure-arity' out of `lib.scm'.Ludovic Courtès
2009-03-05Use orthodox macrology for `new'.Ludovic Courtès
2009-03-02Slightly simplify `(skribilo prog)'.Ludovic Courtès
2009-01-07info: Slightly improve the layout of keyed items (for `description').Ludovic Courtès
2009-01-07info: New `:info-node' for `chapter', `section', etc.Ludovic Courtès
2009-01-07info: Warn about duplicate node titles.Ludovic Courtès
2009-01-07Fix SRFI-64 to allow the use of `test-assert'.Ludovic Courtès
2009-01-07html: Fix footnote output for chapters that are not in a separate file.Ludovic Courtès
2009-01-05html: Produce hyperlinks back to the call site of footnotes.Ludovic Courtès
2008-12-23Install the user-specified locale.Ludovic Courtès
2008-12-23Add test framework and `rss-2' unit tests.Ludovic Courtès
2008-12-23rss-2: Rename `generic-tag->skribe' to `shtml->skribe'.Ludovic Courtès
2008-12-23rss-2: Fix buglets.Ludovic Courtès
2008-12-23rss-2: Remove debugging statement.Ludovic Courtès
2008-12-21Add `rss-2' reader, for RSS 2.0 feeds as an input syntax.Ludovic Courtès
2008-12-21lout: Issue a warning instead of an error for `(image :url ...)'.Ludovic Courtès
2008-12-21Add `--custom' option to `skribilo'.Ludovic Courtès
2008-12-13info: Handle references to marks.Ludovic Courtès
2008-12-13info: Add spacing around lists.Ludovic Courtès
2008-12-13info: Add space markups and `tt'.Ludovic Courtès
2008-12-07info: Fix ornaments.Ludovic Courtès
2008-12-07info: Improve `url-ref' output.Ludovic Courtès
2008-12-07info: Justify all strings that are output.Ludovic Courtès
2008-12-07base engine: Pass location information appropriately.Ludovic Courtès
2008-11-25info: Add supported options for each markup writer.Ludovic Courtès
2008-11-25justify, text-table: Fix width rounding issues.Ludovic Courtès
2008-11-24Delete the destination file upon failure.Ludovic Courtès
2008-11-23Add the new Info-related modules to the distribution.Ludovic Courtès
2008-11-23justify: Fix typo.Ludovic Courtès
2008-11-23justify: Add missing new lines in `output-flush'.Ludovic Courtès
2008-11-23Try to display a stack trace in `call-with-skribilo-error-catch'.Ludovic Courtès
2008-11-21info: More cleanups, makes `guile-lint' happy.Ludovic Courtès
2008-11-21justify: Rename `output' to `output-justified' to avoid confusion.Ludovic Courtès
2008-11-20info: Remove Bigloo type annotations and `with-access'.Ludovic Courtès
2008-11-20info: Use `text-table', handle footnotes.Ludovic Courtès
2008-11-20Turn `(skribilo utils text-table)' into a Guile module.Ludovic Courtès
2008-11-20Add `(skribilo table)'.Ludovic Courtès
2008-10-10Import `table.scm' (ASCII tables) from Scribe 1.1a.Ludovic Courtès
2008-10-10info: Remove biglooisms and fix typos.Ludovic Courtès
2008-10-09justify: Rename `string-replace' to `string-replace-char'.Ludovic Courtès