summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Spelling corrections.8.6.8Stuart Rackham2012-07-174-48/+58
|
* music2png: optimize the previous commit (the real solution was -strip notStuart Rackham2012-07-111-8/+5
| | | | -monochrome). Bump the version number.
* FIXED: music2png.py: convert(1) -monochrome +repage options necessary toStuart Rackham2012-07-103-4/+11
| | | | | suppress FOP error 'FOPException: Raster ByteInterleavedRaster' (FOP 1.0, Imagemagick 6.6.9-7).
* Updated change log for pending 8.6.8 release.Stuart Rackham2012-07-102-4/+70
|
* Bumped version number.Stuart Rackham2012-07-104-5/+5
|
* - Increased default maxiumum include depth from 5 to 10.Stuart Rackham2012-07-102-6/+10
| | | | | - Emit warning if maximum include depth is exceeded. - Suppress repeated console messages.
* music filter: Removed --beams=None option from abc2ly invokation because it isStuart Rackham2012-07-021-1/+1
| | | | | | | broken on Lilypond 2.14 (Ubuntu 12.04) -- get 'abc2ly: error: --beams option does not take a value' (the man page says --beams is the correct syntax but on the info page says --beams=None is). I've never understood what this option is supposed to do.
* FIXED: latex, music and graphviz filters: When the filter output image isStuart Rackham2012-07-023-0/+22
| | | | | | data-uri encoded write it to the indir (instead of the outdir) so that encoder can find it. See https://groups.google.com/group/asciidoc/browse_thread/thread/f5174f450a61f14b
* FIXED: Escape the ] character inside inline macros.Stuart Rackham2012-07-022-2/+8
| | | | See https://groups.google.com/group/asciidoc/browse_thread/thread/db3b734a6931cb74
* User Guide: Polished 'Open Block' documentation.Stuart Rackham2012-06-241-8/+11
|
* FIXED: source highlighter filter: Pass 'role' attribute to HTML backends.Stuart Rackham2012-06-201-2/+2
|
* FIXED: source highlight filter: docbook backend: 'role' attribute wasStuart Rackham2012-06-201-1/+2
| | | | | | not passed to listings without a title. Patch submitted by Lex Trotman. See https://groups.google.com/group/asciidoc/browse_thread/thread/13c9ee97930342b3
* Added 'flexndex' to website list of external resources.Stuart Rackham2012-06-171-0/+3
|
* Replaced obsolete <tt> tag with <code> in HTML backends.Stuart Rackham2012-06-177-27/+27
|
* Allow configuration attribute entries to create a new sectionStuart Rackham2012-06-111-4/+1
| | | | | (previously you could only modify existing sections). See: https://groups.google.com/group/asciidoc/browse_thread/thread/7be28e9714f249c7
* Documented {wj} (word-joiner) attribute and updated FAQ.Stuart Rackham2012-06-112-2/+3
| | | | See: https://groups.google.com/group/asciidoc/browse_thread/thread/961a957ab5872ebf
* Added FAQ 'How can I place a footnote immediately following quoted text?'Stuart Rackham2012-06-111-0/+14
| | | | See https://groups.google.com/group/asciidoc/browse_thread/thread/961a957ab5872ebf
* Added Greek language configuration file. Contributed by Michael Dourmousoglou.Stuart Rackham2012-06-111-0/+55
| | | | See https://groups.google.com/group/asciidoc/browse_thread/thread/9e79d8494ef8d870
* FAQ indentation.Stuart Rackham2012-06-111-3/+2
|
* FAQ: Added 'Using roles to select fonts for PDF'. Submitted by LexStuart Rackham2012-04-151-0/+46
| | | | | Trotman and based on solution by Antonio Borneo. See: https://groups.google.com/group/asciidoc/browse_frm/thread/64b071bb21de9cf0
* Documentation: Fixed typo.Stuart Rackham2012-04-061-1/+1
|
* - Documentation update: clarified use of 'toc-placement' attributeStuart Rackham2012-04-053-6/+16
| | | | | | | (suggested by Tom Baker). - Added 'Practical Unit Testing' book by Tomek Kaczanowski to the list of 'Documents written using AsciiDoc' http://www.methods.co.nz/asciidoc/index.html#X6
* Documentation update: Note that the 'iconsdir' also specified theStuart Rackham2012-04-021-4/+7
| | | | | location of the callout number images. See https://groups.google.com/group/asciidoc/browse_frm/thread/c3a504b10662f8b6
* Fixed pygments source not being highlighted (pygments.css was not picked up byStuart Rackham2012-03-305-1/+42
| | | | new 'source-highlighter' attribute).
* Documentation update, see: ↵Stuart Rackham2012-03-271-1/+6
| | | | https://groups.google.com/group/asciidoc/browse_frm/thread/64b071bb21de9cf0
* - Apply same monospaced font size to all monospaced text.Stuart Rackham2012-03-273-18/+10
| | | | | | | | - Replaced '0' number padding with ' ' (space) in numbered GNU source-highlight outputs. - Allow 'highlight' source highlighter to use 'python' for Python {language} name. - AsciiDoc website: Use 'highlight' as the source highlighter.
* Corrected source-highlighter attribute value for Highlighter (fromStuart Rackham2012-03-262-10/+9
| | | | 'highlighter' to 'highlight').
* Update the AsciiDoc 'source' filter to allow the use of the 'highlighter'Stuart Rackham2012-03-254-65/+112
| | | | | | | source code highlighter. See https://groups.google.com/group/asciidoc/browse_frm/thread/e045c9986c71d72a NOTE: The 'pygments' attribute has been deprecated in favor of the new 'source'highlighter' attribute.
* Added test file for additional Open Block and Paragraph styles.Stuart Rackham2012-03-241-0/+117
|
* - Additional Open Block and Paragraph styles.Stuart Rackham2012-03-2411-69/+193
| | | | | | | - Tests and documentation dor additional Open Block and Paragraph styles. - Vim syntax highlighter: Don't confuse trailing open block delimiter with section underline. - Added 'skip' option to paragraphs (c.f. Delimited Block 'skip' option).
* Added tag 8.6.7 for changeset 0d28750e6a90Stuart Rackham2012-03-170-0/+0
|
* FAQ updates.8.6.7Stuart Rackham2012-03-174-18/+70
|
* - Unified font styles across default stylesheets.Stuart Rackham2012-03-168-57/+64
| | | | - Documentation updates.
* Documentation update.Stuart Rackham2012-03-141-0/+4
|
* - Bumped version number for forthcoming release.Stuart Rackham2012-03-148-44/+152
| | | | | | - Updated CHANGELOG for forthcoming release. - FIXED: Microsoft Windows shelled command-line truncation that caused shelled commands to fail e.g. the 'data-uri' attribute failure.
* Fixed typo.Stuart Rackham2012-03-101-1/+1
|
* - FIXED: All Python filters are executed with the same PythonStuart Rackham2012-03-0110-57/+129
| | | | | | | | | | | | | | | | | | | interpreter that executes the asciidoc parent (previously filters were hardwired to execute the 'python' interpreter). This prevents Python mixups (see http://groups.google.com/group/asciidoc/browse_thread/thread/14e8fcb289a135b/3af3b4e57b827c78?lnk=gst&q=archlinux#3af3b4e57b827c78 - FIXED: Leaky file handles in a2x and music and latex filters which created incompatibility problems for Jython. See http://stackoverflow.com/questions/1832528/is-close-necessary-when-using-iterator-on-a-python-file-object - FIXED: Jython AsciiDoc API (asciidocapi.py) StringIO incompatibility. There is still an outstanding Jython related asciidocapi bug that occurs when using a cStringIO output file: Jython throws an error when non-ascii characters are found in included CSS or JavaScript files (e.g. slidy.css), this only happens if you are executing asciidoc via the asciidocapi and you are using a StringIO output file (as opposed to a real file).
* - FIXED: 8.6.6 regression broke Jython compatibility.Stuart Rackham2012-02-281-32/+35
| | | | | | See http://groups.google.com/group/asciidoc/browse_thread/thread/4608b77ec289f6c4 - FIXED: Minimum Python version number in error message was incorrect.
* FIXED: Translated strings 'Version' and 'Last updated' in RussianStuart Rackham2012-02-281-3/+2
| | | | | language conf file. See http://code.google.com/p/asciidoc/issues/detail?id=10
* Documentation update to correct error in r1128.Stuart Rackham2012-02-261-1/+3
|
* Fixed Python 2.4 backward incompatibility (seeStuart Rackham2012-02-261-1/+1
| | | | http://code.google.com/p/asciidoc/issues/detail?id=9)
* Added `backend-confdir` intrinsic attribute. In the case of a backendStuart Rackham2012-02-262-8/+12
| | | | plugin this refers to the plugin's directory.
* Website updates.Stuart Rackham2012-02-262-0/+11
|
* Documenation updates.Stuart Rackham2012-02-083-35/+39
|
* Fixed broken link on AsciiDoc home page.Stuart Rackham2012-01-121-3/+3
|
* Documenation updates.Stuart Rackham2012-01-011-7/+7
|
* Better 'ascii-ids': replace non-ASCII characters with ASCII equivalents.Stuart Rackham2012-01-012-3/+14
| | | | | Based on suggestion by Simon K?gedal Reimer, see: http://groups.google.com/group/asciidoc/browse_thread/thread/33e99b78e2472122
* - Documentation updates.Stuart Rackham2011-12-225-22/+29
| | | | | - Specified multi-item configuration file style parameters with Python tuple (not list) syntax: for consistency and conform to User Guide.
* - FIXED: Reverted r1116 (late night whooly thinking).Stuart Rackham2011-12-204-1/+20
| | | | | - Template concatentation test case. - Documentation tweak.
* FIXED: Duplicated entries in TOC of large document. Patch submitted byStuart Rackham2011-12-191-2/+2
| | | | | Sebastien Helleu. See http://groups.google.com/group/asciidoc/browse_thread/thread/103445ab9d95cb0c