summaryrefslogtreecommitdiff
path: root/asciidoc.py
Commit message (Expand)AuthorAgeFilesLines
* Bumped version number.Stuart Rackham2013-11-061-1/+1
* Allow tabsize=0 in configuration file. SeeStuart Rackham2012-12-311-7/+6
* If admonition icons are embedded using the Data URI Scheme and the iconsStuart Rackham2012-09-111-0/+4
* FIXED: Synthesised *-option attributes for options set in table conf file styleStuart Rackham2012-08-291-0/+2
* Bumped version number.Stuart Rackham2012-07-101-1/+1
* - Increased default maxiumum include depth from 5 to 10.Stuart Rackham2012-07-101-5/+9
* Allow configuration attribute entries to create a new sectionStuart Rackham2012-06-111-4/+1
* - Additional Open Block and Paragraph styles.Stuart Rackham2012-03-241-0/+2
* - Bumped version number for forthcoming release.Stuart Rackham2012-03-141-2/+13
* - FIXED: All Python filters are executed with the same PythonStuart Rackham2012-03-011-14/+25
* - FIXED: 8.6.6 regression broke Jython compatibility.Stuart Rackham2012-02-281-32/+35
* Added `backend-confdir` intrinsic attribute. In the case of a backendStuart Rackham2012-02-261-7/+10
* Better 'ascii-ids': replace non-ASCII characters with ASCII equivalents.Stuart Rackham2012-01-011-3/+5
* - FIXED: Reverted r1116 (late night whooly thinking).Stuart Rackham2011-12-201-1/+0
* FIXED: The 'eval' block macro would execute multiple times if itStuart Rackham2011-12-161-4/+2
* No need to ``unprocess'' attributes if the delimited block is skippedStuart Rackham2011-12-161-8/+5
* If the delimited block 'skip' option is set do not consume block titleStuart Rackham2011-12-131-8/+9
* FIXED: Bug in append section name syntax feature (r1066).Stuart Rackham2011-12-041-0/+1
* Allow dashes in ``short_name''.Stuart Rackham2011-11-141-2/+2
* The {blockname} is the block style (lists and delimited blocks) soStuart Rackham2011-11-131-5/+7
* - Tidied the 'blockname' attribute code.Stuart Rackham2011-11-111-52/+48
* The 'blockname' attribute has been refined: it is set to the blockStuart Rackham2011-11-101-24/+27
* Allow top level 'blockname' to be initialized.Stuart Rackham2011-11-091-0/+3
* Added global 'blockname' attribute that is dynamically updated to the currentStuart Rackham2011-11-081-0/+33
* If the 'ascii-ids' attribute is defined then non-ascii characters are strippe...Stuart Rackham2011-11-081-8/+10
* Added 'replacement3' substitution to enable ODT whitespace processingStuart Rackham2011-11-051-5/+8
* Fixed a couple of typos.Stuart Rackham2011-11-051-2/+2
* FIXED: Use configured normal substitution in preference to the default one.Stuart Rackham2011-11-051-1/+1
* FIXED: Grammatical error in error messages. Patch submitted by DagStuart Rackham2011-11-041-2/+2
* - The asciidoc --theme option can be used to specify the theme (in addition toStuart Rackham2011-09-031-26/+37
* Plugin install command: Delete backend directory is install fails.Stuart Rackham2011-09-011-0/+2
* Plugin install command: Fixed bug extracting binary files on Windows (reportedStuart Rackham2011-09-011-2/+5
* - Added plugin 'build' command for plugin file creation.Stuart Rackham2011-08-301-5/+54
* - If a filter directory contains a file named __noautoload__ then theStuart Rackham2011-08-291-12/+18
* - If the section name is prefixed with a '+' character then theStuart Rackham2011-08-281-23/+34
* Bumped version number.Stuart Rackham2011-08-251-1/+1
* If a plugin Zip file does not contain file permissions (probably becauseStuart Rackham2011-08-221-1/+5
* Modifications to the previous backend plugins commit:Stuart Rackham2011-08-161-50/+43
* The following changes make it possible to distribute an AsciiDocStuart Rackham2011-08-141-12/+38
* Documentation typos. Patch submitted by Simon Ruderich. See:Stuart Rackham2011-08-121-1/+1
* - Added verbose message for ifeval::[] macro evaluation.Stuart Rackham2011-08-101-0/+1
* Update asciidoc.py to remove eval()s.Kenny MacDermid2011-08-041-40/+154
* Fixed: vertically spanned table cells resulted in incorrect column styles beingStuart Rackham2011-08-091-17/+45
* - html5,xhtml11: Implemented themes directory structure.Stuart Rackham2011-05-311-64/+103
* Added 'dropped line' trace name which lists lines containing undefinedStuart Rackham2011-05-171-0/+1
* Improved trace documentation.Stuart Rackham2011-05-171-1/+3
* Bumped version number.Stuart Rackham2011-05-031-1/+1
* - Don't pass header 'title' attribute to asciidoc filters.Stuart Rackham2011-05-011-3/+9
* - Added 'filters' and 'topics' help topics.Stuart Rackham2011-05-011-1/+2
* Pass parent configuration files, command-line attributes and header attributesStuart Rackham2011-04-301-1/+16