summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* added writer_aux module containing Compound transform,wiemann2005-09-111-0/+52
* replaced node.parent.replace(node, new) constructs with node.substitute(new)wiemann2005-09-115-14/+14
* cover two more cases:wiemann2005-09-111-4/+17
* renamed update to update_basic_atts;wiemann2005-09-111-10/+7
* added Element.substitute()wiemann2005-09-111-0/+11
* renamed Element.attr_defaults to list_attributes;wiemann2005-09-111-10/+22
* removed 1-argument use of ``setdefault``, slated to be removed from Pythongoodger2005-09-031-6/+9
* replaced "infix" parameter of starttag method with "empty" parameter;wiemann2005-09-021-6/+15
* allow field bodies of simple field lists to be empty;wiemann2005-08-291-1/+2
* HTML writer:wiemann2005-08-291-5/+47
* replaced hack with clean handling of unreferenced anonymous targetswiemann2005-08-281-5/+6
* LaTeX writer: protect closing sqaure brackets as wellwiemann2005-08-271-2/+1
* catch another case of malformed hyperlink targetwiemann2005-08-261-1/+1
* catch unescaped colon at end of hyperlink targetsgoodger2005-08-261-0/+1
* Moved "id" attribute from container (section etc.) to the <a> tag in the titl...goodger2005-08-251-10/+27
* made _stylesheet_required setting default to 0,wiemann2005-08-243-9/+3
* fixed bug with "image" directive "target" optiongoodger2005-08-241-3/+4
* removed superfluous error messagewiemann2005-08-171-3/+1
* committed too early; sorrywiemann2005-08-151-4/+0