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
/
writers
Commit message (
Expand
)
Author
Age
Files
Lines
*
moved writers.get_writer_class to generic utils.get_entry_point
wiemann
2007-03-01
1
-24
/
+1
*
added auto-discovery of writers
wiemann
2007-03-01
1
-2
/
+7
*
Put ensuremath around some latin1 chars.
plugins@4951
grubert
2007-02-27
1
-0
/
+12
*
Set ``usepackage[utf8x]{inputenc}`` for utf-8.
grubert
2007-02-27
1
-3
/
+7
*
do not use codecs.open, because it always uses binary mode
wiemann
2007-02-26
1
-4
/
+2
*
New option ``--use-bibtex=style,db1,db2``.
grubert
2007-02-22
1
-10
/
+22
*
- New option ``--reference-label`` to allow usage of LaTeX ref for
grubert
2007-02-21
1
-0
/
+12
*
Added ``--strip-elements-with-class`` and ``--strip-class`` options (``strip_...
goodger
2007-02-12
1
-1
/
+1
*
dropped all name attributes of "a" elements
wiemann
2007-01-16
1
-23
/
+12
*
+ - Moved ``id`` attributes from titles to surrounding ``div``
wiemann
2007-01-16
2
-33
/
+12
*
Fix: bug# 1605376 rst2latex: bad options group list.
grubert
2006-12-11
1
-0
/
+3
*
Remove inactive code for use_optionlist_for_option_list.
grubert
2006-12-11
1
-36
/
+7
*
Fix: bug# 1612270 double qoutes in italian literal.
grubert
2006-12-10
1
-0
/
+3
*
Fix: output hypertargets
grubert
2006-11-28
1
-0
/
+3
*
Add option --use-latex-abstract.
grubert
2006-11-17
1
-0
/
+14
*
added textcomp
wiemann
2006-11-12
2
-0
/
+5
*
fixed omission from r4802
goodger
2006-11-12
1
-3
/
+3
*
correct faulty setting definitions & add test; 0.4 backport candidate
goodger
2006-11-12
2
-5
/
+5
*
- Image width unit ``px`` is translated to ``pt``:
grubert
2006-11-02
1
-3
/
+24
*
Expand description of --use-latex-toc option.
grubert
2006-10-18
1
-4
/
+5
*
added note about raw between paragraphs
wiemann
2006-10-14
1
-0
/
+4
*
Reorder code in visit_literal_block.
grubert
2006-10-11
1
-12
/
+12
*
fixed behavior for newlines followed by asterisks
wiemann
2006-10-09
2
-1
/
+8
*
added note about space between footnotes
wiemann
2006-10-09
1
-0
/
+2
*
added note about underscores in citations
wiemann
2006-10-09
1
-0
/
+3
*
Fix: Do not escape underscores in citation reference labels if
grubert
2006-10-08
1
-1
/
+6
*
Use centering instead of center for figure contents, to avoid vertical space.
grubert
2006-10-08
1
-4
/
+8
*
Recognize table class: borderless, nolines, booktabs, standard.
grubert
2006-09-03
1
-1
/
+15
*
added notes and comments
wiemann
2006-08-18
2
-24
/
+29
*
removed unused methods
wiemann
2006-08-16
1
-6
/
+0
*
added writer_aux.Admonitions transform;
wiemann
2006-08-16
3
-54
/
+14
*
the wiki is spammy, so I moved the development notes into SVN
wiemann
2006-08-16
2
-2
/
+71
*
more comment tuning
wiemann
2006-08-16
1
-6
/
+9
*
added more comments
wiemann
2006-08-16
1
-9
/
+23
*
more name refactoring, some comments
wiemann
2006-08-16
2
-64
/
+89
*
some refactoring on macro naming convention
wiemann
2006-08-16
2
-39
/
+41
*
handle unencodable characters in comments; changed default encoding to latin1
wiemann
2006-08-11
1
-3
/
+21
*
more cleanup and comments
wiemann
2006-08-09
1
-145
/
+150
*
some cleanup and some comments for the base stylesheet of newlatex2e
wiemann
2006-08-07
1
-40
/
+72
*
sf-bug 1488740: unicode strings dont support translate delete-chars.
grubert
2006-06-19
1
-1
/
+1
*
remove Py21 compatibility cruft
wiemann
2006-06-08
1
-5
/
+2
*
removed support for passing attribute values to handler command names:
wiemann
2006-06-04
1
-6
/
+2
*
use $Id$ instead of $Date$ and $Revision$;
wiemann
2006-05-21
12
-44
/
+23
*
Fix: Renaming contents section does not work with latex writer. SFbug 1487405
grubert
2006-05-13
1
-17
/
+21
*
Prevent latex writer from crashing on files with >256 lists (patch 1475247 by...
grubert
2006-04-24
1
-11
/
+19
*
Add custom role with two classes.
grubert
2006-04-04
1
-8
/
+5
*
Add custom role test to functional latex.
grubert
2006-04-02
1
-1
/
+7
*
Added ``view_mode`` & ``hidden_controls`` settings (``--view-mode`` & ``--hid...
goodger
2006-04-01
1
-3
/
+20
*
Moved template functionality from the PEP/HTML writer to the HTML writer. Exp...
goodger
2006-03-31
6
-37
/
+66
*
added pep_file_url_template setting; corrected PEP urls (removed .html); rest...
goodger
2006-03-23
1
-1
/
+1
[next]