summaryrefslogtreecommitdiff
path: root/asciidoc.py
Commit message (Expand)AuthorAgeFilesLines
* Added another API doctest.Stuart Rackham2009-03-071-1/+1
* Bumped version number to 8.4.1.Stuart Rackham2009-03-071-1/+1
* Implemented 'inline literal' passthrough element and updated documentationStuart Rackham2009-03-061-16/+16
* Added asciidoc(1) --doctest option.Stuart Rackham2009-03-051-1/+31
* - Added asciidocapi doctest.Stuart Rackham2009-03-031-1/+1
* Checked in first cut of AsciiDoc API module asciidocapi.py and related changesStuart Rackham2009-03-021-92/+105
* Dropped broken undocumented --profile option.Stuart Rackham2009-02-281-11/+3
* Fixed error that occured if input file does not exist (introduced in r436).Stuart Rackham2009-02-271-4/+7
* Replaced all the deprecated try:...except: Python clauses with try:...exceptStuart Rackham2009-02-261-14/+14
* - {infile} and {indir} attributes reflect the current input file when insideStuart Rackham2009-02-221-1/+6
* Minor refactor.Stuart Rackham2009-02-221-2/+2
* - Check for illegal numbered list styles.Stuart Rackham2009-02-161-48/+59
* Added [doctime} and {docdate} intinsic attributes for source document last mo...Stuart Rackham2009-02-101-15/+29
* - FIXED: Setting config attribute entry reinitialized intrinsic attributesStuart Rackham2009-02-101-2/+1
* Updated version number, website and docs for 8.3.5 release.8.3.5Stuart Rackham2009-02-021-1/+1
* Cached precompiled regular expression delimiters (speed up User Manual compileStuart Rackham2009-02-011-2/+6
* - Created distinct list definitions for each list style to allow nesting of allStuart Rackham2009-02-011-47/+69
* - Allow template::[] macros in conf file entries section (not justStuart Rackham2009-01-281-5/+7
* Renamed 'list block' to more appropriate 'open block'.Stuart Rackham2009-01-261-1/+1
* Implemented single-line versions of ifdef::[] and ifndef::[] macros.Stuart Rackham2009-01-231-8/+18
* Fixed some embarrassingly sloppy code.Stuart Rackham2009-01-211-26/+11
* - Bumped version number.8.3.4Stuart Rackham2009-01-201-2/+2
* Floating titles can now appear in sidebar and list blocks.Stuart Rackham2009-01-191-4/+7
* Rewrote list item processing (was very crufty). List continuation andStuart Rackham2009-01-191-83/+29
* - A new list is started if the list style changes.Stuart Rackham2009-01-181-19/+7
* Eliminate minor code redundancy.Stuart Rackham2009-01-181-4/+3
* - The RCS $Id$ marker format is processed if the 'revision' attribute isStuart Rackham2009-01-171-23/+29
* Comment lines are sent to the output if the 'showcomments' attribute is defined.Stuart Rackham2009-01-151-18/+29
* Added quoting to AttributeList element attributes (single quoting attribute v...Stuart Rackham2009-01-141-1/+8
* Added auto-generated IDs to floating titles.Stuart Rackham2009-01-051-4/+8
* Changed 'bridgehead' to 'float' -- it's an attribute of the title not the nameStuart Rackham2009-01-031-5/+5
* The section title syntax can be used to generate bridgeheads.Stuart Rackham2009-01-031-0/+12
* - Bumped version number.8.3.3Stuart Rackham2009-01-021-5/+11
* The confusing numeration and numeration2 numbered list attributes have beenStuart Rackham2009-01-021-5/+5
* Corrected benign code redundancy in filter loading.Stuart Rackham2009-01-011-2/+2
* Rolled back revision 379 -- hardwiring comment blocks causes regression probl...Stuart Rackham2008-12-311-9/+0
* Bumped version number to 8.3.2Stuart Rackham2008-12-311-1/+1
* Reorganized filters into a separate subdirectory for each filter.Stuart Rackham2008-12-311-26/+28
* Hardwired CommentBlock processing to ensure macros are not executed inside co...Stuart Rackham2008-12-311-0/+9
* - Can use upperalpha, lowerroman and upperroman numbers in listdef-numbered2Stuart Rackham2008-12-301-51/+100
* Implemented 'enumeration' and 'enumeration2' numbered list attributes for spe...Stuart Rackham2008-12-301-1/+1
* You can now backslash escape system block macros.Stuart Rackham2008-12-291-3/+7
* Drop paragraph 'text' and list 'text', 'index' and 'label' match groups fromStuart Rackham2008-12-291-4/+5
* - Changed comment line block macro to a passthrough block macro to ensure noStuart Rackham2008-12-291-2/+2
* Replaced deprecated <> operator with !=.Stuart Rackham2008-12-281-2/+2
* Removed unused linuxdoc code.Stuart Rackham2008-12-281-9/+0
* Code tidy ups: dropped old types module reference; replaced has_key() with pr...Stuart Rackham2008-12-281-48/+47
* - Added missing install-sh script.Stuart Rackham2008-12-131-1/+1
* - Added uninstall target to Makefile.in.Stuart Rackham2008-12-121-1/+2
* A generalized AttributeEntry syntax to allow arbitrary configuration file ent...Stuart Rackham2008-12-111-34/+42