summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
...
* merged branches/s5 changes r4011:4155 into trunk/docutilsgoodger2005-12-0832-24/+2073
* added East Asian double-width character support; thanks to Frank Bennett for ...goodger2005-12-074-6/+70
* don't catch SystemExit exceptionsgoodger2005-12-071-1/+5
* in ``Publisher.publish()``, expanded the generic top-level exception catchinggoodger2005-12-061-6/+7
* Fixed bugs: list items with blank first lines; block quote attributions with ...goodger2005-12-061-4/+11
* Added trailing whitespace stripping to ``string2lines()``goodger2005-12-061-2/+3
* removed style information for pre.line-block -- not used anymorewiemann2005-11-202-8/+0
* added right margin to figure in HTML -- otherwisewiemann2005-11-202-2/+4
* allow escaped colons inside of fieldswiemann2005-11-191-3/+3
* merged r4078 to pep.csswiemann2005-11-191-2/+4
* added 1px margin for footnotes so that thewiemann2005-11-191-2/+4
* moved container test to the end of standard.txt test data file;wiemann2005-11-181-0/+6
* Add width option to includegraphics and align to figure.grubert2005-11-181-4/+15
* added Japanese language files; thanks Hisashi Morita!wiemann2005-11-172-0/+166
* replaced "traditional" with "simplified"wiemann2005-11-172-4/+4
* add zh_cn (simplified Chinese) language mappings; thanks to Panjunyong!wiemann2005-11-172-0/+184
* minor edits & correctionsgoodger2005-11-151-2/+1
* fixed Subversion Date keyword parsingwiemann2005-11-111-1/+1
* Fixed the DocInfo transform to handle SVN-style expansion of the "Date" keywo...goodger2005-11-111-2/+2
* typos5@4010goodger2005-11-081-2/+2
* added end to Emacs stanzagoodger2005-11-081-0/+1
* changed the HTML rendering of the "Authors" bibliographic fieldgoodger2005-10-291-4/+14
* converted latin1 files to utf8;wiemann2005-10-293-5/+5
* added the "container" element & directive, a generic containergoodger2005-10-2820-2/+53
* removed references to default.css;wiemann2005-10-111-2/+2
* removed more internal state (`document.anonymous_refs` andwiemann2005-10-113-33/+25
* disallow anonymous hyperlink references and auto-numbered footnoteswiemann2005-10-111-4/+13
* added Node.deepcopy(); fixed bug with doubly-indirect substitutionswiemann2005-10-112-45/+53
* disallow targets inside substitution definitionswiemann2005-10-112-24/+30
* Fix: do not escape citekeys in latex citations.grubert2005-10-101-1/+3
* added reference to newlatex2e/base.texwiemann2005-10-081-2/+10
* improved documentation about state transition tablewiemann2005-10-081-1/+2
* added "Local Variables" block because most blocks are wrapped at columnwiemann2005-10-081-0/+7
* fixed bug with center-alignment of image; added testwiemann2005-10-031-4/+14
* Added ``serial_escape`` function; escapes string values that are elements of ...goodger2005-10-021-2/+6
* Added support for "class" directive content.goodger2005-09-291-7/+17
* renamed Element.substitute to Element.replace_selfwiemann2005-09-267-17/+17
* replaced %r with "%s" to avoid backslashes being doubled on Windows systemswiemann2005-09-262-3/+3
* moved pruning docutils.conf up the tree so that template.txt isn't processed ...wiemann2005-09-261-0/+0
* added docutils/writers/support/ directory and removed tools/stylesheets/; upd...goodger2005-09-2513-51/+1883
* added clarifying comment; thanks to Anthony Baxter for pointing this outgoodger2005-09-241-0/+3
* changed DanglingReferences priority back to 850wiemann2005-09-221-1/+1
* Merged "transforms" branch into trunk.wiemann2005-09-2012-70/+91
* made cloaking of email addresses with ``--cloak-email-addresses`` less obtrus...wiemann2005-09-171-14/+15
* Added support for specifying runtime settings at the suite levelgoodger2005-09-151-0/+4
* created docutils/writers/support directory for supporting modules and data fi...goodger2005-09-153-2/+3
* fixed bug with expose_internals setting and Text nodes (exposed by the "rawso...goodger2005-09-151-1/+4
* more tests, more handling for edge cases, some polishingwiemann2005-09-121-4/+5
* polished new LaTeX writer;wiemann2005-09-111-10/+2
* updated docs: history and tranform listwiemann2005-09-111-17/+36