aboutsummaryrefslogtreecommitdiff
path: root/src/guile/skribilo/ast.scm
AgeCommit message (Expand)Author
2020-08-01Write '#:use-module', '#:export', etc. instead of ':use-module', etc.Ludovic Courtès
2018-03-30syntax: Rename '_' to 'G_' to avoid issues on Guile 2.2.Ludovic Courtès
2015-05-27ast: Don't autoload (skribilo location).Ludovic Courtès
2015-03-11Replace "illegal" with "invalid" in error messages.Ludovic Courtès
2015-03-11Use quotes instead of backticks in user-facing messages.Ludovic Courtès
2013-03-18Add `location->string'.Ludovic Courtès
2012-05-17Switch to GPLv3+.Ludovic Courtès
2012-05-14info: Fix prev/next pointers.Ludovic Courtès
2012-05-14ast: Add `node-children'.Ludovic Courtès
2009-05-27Fix error-prone SRFI-1 autoloading.Ludovic Courtès
2009-05-26Make sure to bind nodes that are in the body of non-markup nodes.Ludovic Courtès
2009-05-26resolve: Clarify node bindings in nested documents.Ludovic Courtès
2009-03-24Add `(skribilo-module-syntax)'.Ludovic Courtès
2008-02-03Handle commands in `ast-fold'.Ludovic Courtès
2007-09-24Tolerate unresolved nodes in `first-paragraph?'.lcourtes@laas.fr--2006-libre,skribilo--devo--1.2Ludovic Court`es
2007-08-30Moved `first-paragraph?' to `ast'.Ludovic Court`es
2007-08-28ast: Provide better error messages.Ludovic Court`es
2007-08-24Slightly improved AST classes and methods.Ludovic Court`es
2007-08-24Added `equal?' for ASTs.Ludovic Court`es
2007-08-20Allow for user-specified section numbers.Ludovic Court`es
2007-06-08Slight optimization/cleanup of AST traversal functions.Ludovic Court`es
2007-06-06Cleaned up the core modules.Ludovic Court`es
2007-06-04Fixed handling of figure numbering in `ref'.Ludovic Court`es
2007-04-04Fixed `find-up'.Ludovic Court`es
2007-04-03Added support for source location tracking.Ludovic Court`es
2006-11-24Introduced `markup-number-string'.Ludovic Court`es
2006-09-03Added error conditions in `ast.scm'.Ludovic Courtes
2006-09-03Implemented per-document node identifiers.Ludovic Courtes
2006-07-24Updated the FSF address.Ludovic Court`es
2006-07-20Removed the `(skribilo skribe utils)' module.Ludovic Court`es
2006-07-19Implemented `markup-body-set!'.Ludovic Court`es
2006-06-06Cleaned up the `write' method for `markup' and `unresolved' objects.Ludovic Court`es
2006-05-09Added `markup-option-set!'.Ludovic Court`es
2006-02-28Slightly optimized the resolution process (added `ast-resolved?').Ludovic Courtes
2006-02-10Fixed syntax highlighting thanks to SILex.Ludovic Courtes
2006-01-31First time the user manual is compiled to HTML.Ludovic Courtes
2006-01-11Made compatible with the new `current-reader' as a fluid.Ludovic Court`es
2005-11-28Created a canonical module for Skribilo syntactic sugar.Ludovic Court`es
2005-11-25Overhaul: emphasized logical separation of the modules.Ludovic Court`es