| Age | Commit message (Collapse) | Author | 
 | 
* src/guile/skribilo/resolve.scm (do-resolve!<unresolved>): Bind
  sub-nodes of RES in the innermost document rather than in the root
  document.
* tests/resolve.test ("resolved nested document bindings"): New test.
 | 
 | 
* src/guile/skribilo/ast.scm (document-bind-nodes!): Bind nodes in the
  innermost document, which may or may not be the root document.
* tests/resolve.test ("root document has no parent", "nested document
  has a parent", "nested document is its own `ast-document'", "nested
  document bindings"): New tests.
 | 
 | 
* tests/Makefile.am (TESTS): Add `resolve.test'.
  (CLEANFILES): Add `resolve.log'.
 | 
 | 
* tests/Makefile.am (TESTS): Add `ast.test'.
  (CLEANFILES): Add `ast.log'.
 | 
 | 
* tests/readers/rss-2.test ("broken date format", "table"): New tests.
 | 
 | 
 | 
 | 
* Makefile.am (SUBDIRS): Add `tests'.
* configure.ac: Produce `tests/Makefile'.
* src/guile/Makefile.am (EXTRA_DIST): Add SRFI-64 files.
* tests: New directory.
 |