Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Revision Log
2008/02/03 00:54:14 9970 9970 tjaden Added Pandoc native output. This is only intended for a once-off conversion,
with some manual fixup afterwards, so it may not handle all the corner cases.
2005/08/28 07:40:37 5377 5377 tjaden Give a more informative error message if you try to insert two items with
duplicate keys in a BST.
2005/08/05 22:51:33 5320 5320 strangemoose fixed #define FOO; , typedef PALETTE FOO, and gui_menu_draw_menu_item)
2005/08/05 22:08:12 5319 5319 strangemoose fixed macro and constant tags.
2005/08/05 21:48:55 5318 5318 strangemoose hopefully fixed error with parsing functions missing the trailing ;
2005/08/05 21:29:29 5317 5317 strangemoose removed code that triggered an unused variable warning.
2005/08/05 21:24:52 5316 5316 strangemoose fixed dashed tag names.
2005/08/05 21:17:32 5315 5315 strangemoose utf8 fix
2005/08/05 21:02:35 5314 5314 strangemoose fix for <blockquote> tag found at the top of the docs
2005/07/17 05:40:59 5286 5286 tjaden Improved the markup of some minor documents
2005/07/17 05:39:30 5285 5285 tjaden Changed the AST so that there is no DocumentClass (i.e. Book or Article).
Documents can be embedded within other documents after parsing, so it does not
make sense to determine whether the document is a "book" or an "article" until
we have the overall result. The way we determine that now (if the backend so
requires) is to check the depth of section nesting of the final document.
Updated the backends to match, and made some small fixes to some of them.
2005/07/16 15:35:26 5284 5284 tjaden Updated patches (so @included files are in the correct places)
2005/07/16 15:22:39 5283 5283 tjaden Updated patches for @include command
2005/07/16 15:14:28 5282 5282 tjaden Made XML backend handle subsections exactly the same as sections. It was
unable to handle FAQ and Changes lists in a subsection context, which was
previously not possible.
2005/07/16 14:58:33 5281 5281 tjaden Added support for a new @include command.
2005/07/16 14:56:16 5280 5280 tjaden Removed Test.hs program and replaced it by a shell script Test.sh.
2005/07/16 14:32:17 5279 5279 tjaden Rearrange a few things
2005/07/16 14:29:27 5278 5278 tjaden Made all the backends able to handle five levels of section nesting.
2005/07/15 15:53:12 5277 5277 tjaden Added @sect1 ... @sect5 commands as synonyms for @chapter, @heading and @hnode.
2005/07/13 14:11:12 5276 5276 tjaden Removed the distinction between Chapters/Sections/Subsections at the AST level,
so now there are only Sections containing Sections. The parser has NOT yet
been modified to allow the new flexibility. For example, subsections (@hnodes)
still can't nest. Updated backends to match, though the lack of aforementioned
parser changes means those updates haven't been tested.