2007-07-11  Andy Wingo  <wingo@pobox.com>

	* TODO: Empty :)

	* doc/scripts.texi: Flesh out.

2007-07-10  Andy Wingo  <wingo@pobox.com>

	* doc/scripts.texi: Actually add this

	* present/util.scm: 
	* present/svg.scm: 
	* present/org-mode.scm: 
	* present/fold.scm: 
	* present.scm: Document.

	* doc/make-html.scm: Add support for including extra menu entries
	that come from texinfo files.

	* doc/guile-present.scm: Add bits so that the command line docs
	are in texi and html output.

	* doc/docs.mk ($(doc)scmfiles): depend on the configuration scm
	file.

	* TODO: Add some things

2007-07-08  Andy Wingo  <wingo@pobox.com>

	* doc/guile-present.scm (*modules*): Add the fold and util
	modules.

	* tests/unit-tests/Makefile.am (TESTS): 
	* tests/unit-tests/jpl-outline-es:
	* tests/unit-tests/org-mode.scm: Flesh out the tests with the very
	granular test of my JPL presentation.

	* doc/guile-present.texi: Add the texi so that automake doesn't
	complain. Note that this file is generated.

	* present/fold.scm: New module, used by (present svg).

	* present/svg.scm: New module, implements transformation to SVG.

	* doc/guile-present.scm (*modules*): Add (present svg).

	* present/org-mode.scm: It's ul, not ol. Make org->presentation
	read from a port. Parse the title, if given, to make a title page.
	Add headers to slides.

	* configure.ac: 
	* Makefile.am (SUBDIRS): 
	* bin/Makefile.am (bin_SCRIPTS): Autofoo to add bin/
	
	* bin/org-to-pdf-presentation: New file, turns an org file into a
	PDF presentation.

	* present/Makefile.am:
	* present/util.scm: Add new module.

	* present/org-mode.scm: Implement.

	* tests/Makefile:
	* tests/Makefile.in:
	* tests/unit-tests/Makefile:
	* tests/unit-tests/Makefile.in: Remove from VC.

	* doc/guile-present.scm: Fix up.

	* configure.ac: Fix up an error message and the output file list.

	* Initial import.
