aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-07-24Reverted patch-22 (was wrong).Ludovic Court`es
2006-07-24Detect Ploticus at configuration-time and decide how to build the doc.Ludovic Court`es
2006-07-24Updated Automake/Autoconf files for the `pie' package.Ludovic Court`es
2006-07-23Added a pie-chart package that can use either Ploticus or Lout.Ludovic Courtes
2006-07-23Improved error reporting of the Skribilo module reader.Ludovic Courtes
2006-07-23Fixed `engine-add-writer!' so that the insertion order is kept.Ludovic Courtes
2006-07-21Made the HTML engine and `web-book' more style-neutral.Ludovic Court`es
2006-07-21Added support for the `:keywords' option of `document' (Lout + HTML).Ludovic Court`es
2006-07-20biblio abbrev: Added a few more abbreviations.Ludovic Court`es
2006-07-20Renamed `(skribilo runtime)' to `(skribilo utils strings)'.Ludovic Court`es
2006-07-20Removed the `(skribilo skribe utils)' module.Ludovic Court`es
2006-07-20Removed unused code in `(skribilo lib)'.Ludovic Court`es
2006-07-19Turned `with-debug' into a more self-sufficient macro.Ludovic Court`es
2006-07-19Fixed abbreviations and author names handling.Ludovic Court`es
2006-07-19Implemented `markup-body-set!'.Ludovic Court`es
2006-07-19Merged the two bibliography modules.Ludovic Court`es
2006-07-19compat: Optimized `hashtable->list'.Ludovic Court`es
2006-07-14Fixed the handling of `:' by the Skribe reader.Ludovic Courtes
2006-07-13Made `parse-list-of' tail-recursive.Ludovic Courtes
2006-07-13Use `setvbuf' on the Skribilo output port.Ludovic Courtes
2006-07-12Fixed autoloading of `verify', plus tiny cosmetic change.Ludovic Court`es
2006-07-12Noticeable performance improvements (notably in `debug').Ludovic Court`es
2006-07-11Use SRFI-35 error conditions in `resolve.scm' rather than the `error' procedu...Ludovic Court`es
2006-07-11By default, use (internally) a reader that does not record positions.Ludovic Court`es
2006-07-03outline: Fixed the regexps of the inline markup for `tt' and `q'.Ludovic Court`es
2006-06-07eq: Handle operator precedence when parenthesizing.Ludovic Court`es
2006-06-06Fixed exception handling in `output.scm'.Ludovic Court`es
2006-06-06Generalized the error condition handling framework.Ludovic Court`es
2006-06-06Cleaned up the `write' method for `markup' and `unresolved' objects.Ludovic Court`es
2006-06-06Added `bib-map'.Ludovic Court`es
2006-05-10Added biblio helpers (abbrev, author, BibTeX) taken from my `biblib.skr'.Ludovic Court`es
2006-05-10Added `bib-for-each'. Fixed binding issues in the evaluator and compat.Ludovic Court`es
2006-05-09eq: Fixed the rendering of `*' in the Lout implementation.Ludovic Court`es
2006-05-09Added `markup-option-set!'.Ludovic Court`es
2006-04-14eq: Added the `inline?' keyword; fixed the Lout engine.Ludovic Court`es
2006-04-06Small aesthetic changes in the Lout engine.Ludovic Court`es
2006-03-19Lout engine: small fixes.Ludovic Courtes
2006-03-19Image- and compat-related fixes.Ludovic Courtes
2006-03-18Moved `convert-image' et al. to `utils/images.scm'.Ludovic Courtes
2006-03-18Lout engine: better handling of the `slides' document type.Ludovic Courtes
2006-03-07Partial rewrite of the debugging facilities (slightly slower).Ludovic Courtes
2006-03-07Slight optimization: allow for non-proc predicated for markup writers.Ludovic Courtes
2006-03-02Removed the global engine table.Ludovic Court`es
2006-03-02Fixed `copy-engine' with respect to the writers optimization.Ludovic Court`es
2006-03-01Fixed tiny module loading/autoloading mistakes.Ludovic Court`es
2006-03-01Significantly optimized lookup of markup writers.Ludovic Court`es
2006-03-01Lout engine: use `push-default-engine' and `pop-default-engine'.Ludovic Court`es
2006-02-28Slightly optimized the resolution process (added `ast-resolved?').Ludovic Courtes
2006-02-27Changed the way `slide' implementations are loaded. Doc is buildable now.Ludovic Court`es
2006-02-27`eq': Added the `:renderer' option to `eq'. Support `lout'.Ludovic Court`es