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
/
HISTORY.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release 0.7: closed "Changes Since ..." section
docutils-0.7@6357
grubert
2010-07-07
1
-1
/
+4
*
LaTeX writer fixes
milde
2010-06-28
1
-1
/
+4
*
markup correction
goodger
2010-06-17
1
-1
/
+1
*
latex writer: Render inline markup in document title and subtitle
milde
2010-05-07
1
-0
/
+1
*
Drop the latex2e-special output_encoding default ("latin-1").
milde
2010-05-05
1
-0
/
+3
*
Let the html4css1 writer generate valid XHTML for centered images with targets
milde
2010-04-28
1
-0
/
+2
*
Fix [ 2788716 ] reporting problems in included files.
milde
2010-04-26
1
-1
/
+2
*
Fix [ 2975987 ] repr(Text) failed with long string (Jeffrey C. Jacobs).
milde
2010-03-26
1
-0
/
+4
*
Copy/convert test suite and tools with ``python3 setup.py build``.
milde
2010-03-18
1
-0
/
+6
*
Apply [ 2961991 ] Call hyperref with unicode option.
milde
2010-03-03
1
-0
/
+1
*
Apply [ 2961988 ] Load babel after inputenc and fontenc.
milde
2010-03-03
1
-0
/
+1
*
support SWF images,
milde
2010-03-02
1
-1
/
+1
*
Support SVG images (patch by Stefan Rank).
milde
2010-03-02
1
-0
/
+4
*
Fix hyperlink targets (labels) for images, figures, and tables in LaTeX.
milde
2010-02-05
1
-1
/
+2
*
Fix: supported attribute (thanks to peter2108).
grubert
2010-01-17
1
-0
/
+1
*
Remove trailing blanks in code (keep in sync with mercurial version).
grubert
2010-01-12
1
-0
/
+1
*
Fix [ 2923723 ] let decode_path() tolerate path == None
milde
2010-01-08
1
-0
/
+4
*
Titles level 1, that is ``.SH``, always uppercase.
grubert
2009-12-21
1
-0
/
+1
*
Apply patch from mg: literal text should be bold in man-pages.
grubert
2009-12-07
1
-0
/
+4
*
New ``latex_preamble`` setting, PDF standard fonts as default.
milde
2009-11-30
1
-0
/
+2
*
Deprecate --figure-footnotes and --use-latex-footnotes options
milde
2009-11-20
1
-0
/
+3
*
(partially) Fix reporting for problems in included files.
milde
2009-10-28
1
-0
/
+4
*
FileInput opens files as text files with universal newline support
milde
2009-10-25
1
-0
/
+5
*
Preserve runs of spaces in "inline literal" text.
milde
2009-10-25
1
-0
/
+3
*
Use the ``\\\\url`` command for URLs
milde
2009-10-23
1
-1
/
+3
*
Fix: encoding ``'ascii'`` must be lowercase to prevent problems for turkish l...
grubert
2009-10-20
1
-0
/
+5
*
use `transforms.writer_aux.Admonitions` to "normalize" special admonitions
milde
2009-10-13
1
-0
/
+4
*
Release 0.6: added empty "Changes Since 0.6" section
grubert
2009-10-11
1
-0
/
+4
*
Fix: unexpected indentation
grubert
2009-10-11
1
-1
/
+1
*
change to release
grubert
2009-10-11
1
-2
/
+2
*
Complete pairs of binary options and some new defaults
milde
2009-10-08
1
-0
/
+9
*
Fix [ 1627229 ] hyperlink references in substitutions.
milde
2009-10-06
1
-0
/
+1
*
Drop extras/optparse.py and extras/textwrap.py (stdlib modules since 2.3).
milde
2009-10-05
1
-3
/
+5
*
load cmap.sty and fixltx2e.sty in the default template
milde
2009-10-05
1
-0
/
+2
*
Fix [ 2788716 ] DirectiveError now correctly reports source and line.
milde
2009-09-25
1
-0
/
+1
*
Tab expansion in literal inclusions, ``tab-width`` option of for "include"
milde
2009-09-21
1
-2
/
+6
*
Bugfix for combination of "footnote-references=brackets"
milde
2009-09-16
1
-2
/
+2
*
(LaTeX) footnotes now link forth and back.
milde
2009-09-14
1
-1
/
+1
*
Hyperlinked footnote marks and support for symbol footnotes
milde
2009-09-13
1
-1
/
+3
*
Fix [ 1757105 ] New ``table-style`` option.
milde
2009-09-11
1
-0
/
+3
*
Use `translate` method instead of repeated `replace` calls.
milde
2009-09-11
1
-0
/
+3
*
Apply [ 2845002 ] let ``--no-raw`` disable raw *roles* too.
milde
2009-09-10
1
-0
/
+1
*
Fix [ 2781629 ] support non-ASCII chars in file names.
milde
2009-09-10
1
-0
/
+1
*
Fix [ 1692788 ] allow UTF-8 in style sheets.
milde
2009-09-07
1
-3
/
+4
*
Address [ 1938891 ] Inline literal text creates "pre" span only when needed
milde
2009-09-07
1
-0
/
+2
*
Apply [ 2029251 ] return nonzero when tests fail.
milde
2009-09-03
1
-0
/
+1
*
Render doctest blocks as literal blocks (fixes [ 1586058 ]).
milde
2009-09-03
1
-0
/
+1
*
Options for "include" directive to select a range of lines.
milde
2009-09-03
1
-0
/
+5
*
Apply [ 2834836 ] print info at halt.
milde
2009-09-03
1
-0
/
+6
*
Updated template support: more parts, alternative template
milde
2009-09-02
1
-3
/
+2
[next]