index
:
delta/python-packages/docutils.git
abolish-userstring
abolish-userstring-haskey
abolish-userstring-haskey@5608
abolish-userstring@5603
address-rendering
address-rendering@4309
adjacent-citations
adjacent-citations@5042
ax
better-emacs
blais_interrupt_render
blais_interruptus
blais_interruptus@3512
directives
docutils-0.4
docutils-0.4@4265
goodger
include-after-until
include-after-until@4999
index-bug
index-bug@5586
lossless-rst-writer
lossless-rst-writer@5513
master
multiple-ids
nesting
plugins
plugins@4951
rel-0.15
reporter-categories
reporter-categories@3161
s5
s5@4010
subdocs
subdocs@5264
tibs
todo
todo2
todo2@3743
todo@3675
transforms
vendor
svn.code.sf.net: p/docutils/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docutils
Commit message (
Expand
)
Author
Age
Files
Lines
*
typo
s5@4010
goodger
2005-11-08
1
-2
/
+2
*
added end to Emacs stanza
goodger
2005-11-08
1
-0
/
+1
*
changed the HTML rendering of the "Authors" bibliographic field
goodger
2005-10-29
1
-4
/
+14
*
converted latin1 files to utf8;
wiemann
2005-10-29
3
-5
/
+5
*
added the "container" element & directive, a generic container
goodger
2005-10-28
20
-2
/
+53
*
removed references to default.css;
wiemann
2005-10-11
1
-2
/
+2
*
removed more internal state (`document.anonymous_refs` and
wiemann
2005-10-11
3
-33
/
+25
*
disallow anonymous hyperlink references and auto-numbered footnotes
wiemann
2005-10-11
1
-4
/
+13
*
added Node.deepcopy(); fixed bug with doubly-indirect substitutions
wiemann
2005-10-11
2
-45
/
+53
*
disallow targets inside substitution definitions
wiemann
2005-10-11
2
-24
/
+30
*
Fix: do not escape citekeys in latex citations.
grubert
2005-10-10
1
-1
/
+3
*
added reference to newlatex2e/base.tex
wiemann
2005-10-08
1
-2
/
+10
*
improved documentation about state transition table
wiemann
2005-10-08
1
-1
/
+2
*
added "Local Variables" block because most blocks are wrapped at column
wiemann
2005-10-08
1
-0
/
+7
*
fixed bug with center-alignment of image; added test
wiemann
2005-10-03
1
-4
/
+14
*
Added ``serial_escape`` function; escapes string values that are elements of ...
goodger
2005-10-02
1
-2
/
+6
*
Added support for "class" directive content.
goodger
2005-09-29
1
-7
/
+17
*
renamed Element.substitute to Element.replace_self
wiemann
2005-09-26
7
-17
/
+17
*
replaced %r with "%s" to avoid backslashes being doubled on Windows systems
wiemann
2005-09-26
2
-3
/
+3
*
moved pruning docutils.conf up the tree so that template.txt isn't processed ...
wiemann
2005-09-26
1
-0
/
+0
*
added docutils/writers/support/ directory and removed tools/stylesheets/; upd...
goodger
2005-09-25
13
-51
/
+1883
*
added clarifying comment; thanks to Anthony Baxter for pointing this out
goodger
2005-09-24
1
-0
/
+3
*
changed DanglingReferences priority back to 850
wiemann
2005-09-22
1
-1
/
+1
*
Merged "transforms" branch into trunk.
wiemann
2005-09-20
12
-70
/
+91
*
made cloaking of email addresses with ``--cloak-email-addresses`` less obtrus...
wiemann
2005-09-17
1
-14
/
+15
*
Added support for specifying runtime settings at the suite level
goodger
2005-09-15
1
-0
/
+4
*
created docutils/writers/support directory for supporting modules and data fi...
goodger
2005-09-15
3
-2
/
+3
*
fixed bug with expose_internals setting and Text nodes (exposed by the "rawso...
goodger
2005-09-15
1
-1
/
+4
*
more tests, more handling for edge cases, some polishing
wiemann
2005-09-12
1
-4
/
+5
*
polished new LaTeX writer;
wiemann
2005-09-11
1
-10
/
+2
*
updated docs: history and tranform list
wiemann
2005-09-11
1
-17
/
+36
*
added writer_aux module containing Compound transform,
wiemann
2005-09-11
1
-0
/
+52
*
replaced node.parent.replace(node, new) constructs with node.substitute(new)
wiemann
2005-09-11
5
-14
/
+14
*
cover two more cases:
wiemann
2005-09-11
1
-4
/
+17
*
renamed update to update_basic_atts;
wiemann
2005-09-11
1
-10
/
+7
*
added Element.substitute()
wiemann
2005-09-11
1
-0
/
+11
*
renamed Element.attr_defaults to list_attributes;
wiemann
2005-09-11
1
-10
/
+22
*
removed 1-argument use of ``setdefault``, slated to be removed from Python
goodger
2005-09-03
1
-6
/
+9
*
replaced "infix" parameter of starttag method with "empty" parameter;
wiemann
2005-09-02
1
-6
/
+15
*
allow field bodies of simple field lists to be empty;
wiemann
2005-08-29
1
-1
/
+2
*
HTML writer:
wiemann
2005-08-29
1
-5
/
+47
*
replaced hack with clean handling of unreferenced anonymous targets
wiemann
2005-08-28
1
-5
/
+6
*
LaTeX writer: protect closing sqaure brackets as well
wiemann
2005-08-27
1
-2
/
+1
*
catch another case of malformed hyperlink target
wiemann
2005-08-26
1
-1
/
+1
*
catch unescaped colon at end of hyperlink targets
goodger
2005-08-26
1
-0
/
+1
*
Moved "id" attribute from container (section etc.) to the <a> tag in the titl...
goodger
2005-08-25
1
-10
/
+27
*
made _stylesheet_required setting default to 0,
wiemann
2005-08-24
3
-9
/
+3
*
fixed bug with "image" directive "target" option
goodger
2005-08-24
1
-3
/
+4
*
removed superfluous error message
wiemann
2005-08-17
1
-3
/
+1
*
committed too early; sorry
wiemann
2005-08-15
1
-4
/
+0
[next]