summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Apply [ 3599485 ] node source/line information for sphinx translation.milde2013-01-212-0/+6
* Fix [ 3600051 ] for tables in a list, table cells are not compacted.milde2013-01-212-7/+18
* Fix [ 3601607 ] node.__repr__() must return `str` instance.milde2013-01-212-8/+60
* remove trailing whitespacemilde2013-01-201-3/+1
* Add Estonian typographic quotes.milde2013-01-171-6/+10
* Fix literal use of babel shorthands (straight quote, tilde, ...).milde2013-01-1713-92/+227
* XeTeX writer: Scale monotype font to match others.milde2013-01-171-1/+1
* Add cross link to "code" role.milde2013-01-171-0/+3
* latex2e: Drop the simple algorithm replacing straight double quotes.milde2013-01-059-204/+177
* smartquotes: Skip emtpy text tokens without updating the last character.milde2013-01-043-7/+20
* Unify/simplify type testing in "validate_*_list".milde2013-01-012-15/+15
* Fix: 3598893 --stylesheet and --stylesheet-path options broken, patch partial...grubert2012-12-312-8/+6
* TODO for BUG: 3598893 --stylesheet/path brokengrubert2012-12-311-0/+6
* Add tests for frontend.validate_comma_separated_list and frontend.validate_co...grubert2012-12-311-0/+25
* fix typogrubert2012-12-311-1/+1
* FIX: 3598956 -- No new line in buildhtml.py "Processing directory" msggrubert2012-12-311-1/+1
* Fix [ 3596884 ] exception importing ``docutils.io``.milde2012-12-272-2/+5
* sf release must be marked manuallygrubert2012-12-171-0/+2
* Add some more to 0.10 release notesgrubert2012-12-161-0/+17
* Release 0.10: set version number to 0.11grubert2012-12-1614-14/+14
* Release 0.10: added empty "Changes Since 0.10" sectiongrubert2012-12-162-0/+8
* Release 0.10: set __version_details__ to "repository"grubert2012-12-161-1/+1
* Classifier Python :: 2.4 to 2.7grubert2012-12-161-1/+4
* Release 0.10: closed "Changes Since ..." sectiondocutils-0.10@7564grubert2012-12-162-4/+4
* Release 0.10: set version number to 0.10grubert2012-12-161-1/+1
* reset section names for release.shgrubert2012-12-162-4/+4
* doc library directoriesgrubert2012-12-161-0/+30
* back to repository (tarball test_dependencies fails)grubert2012-12-131-1/+1
* Release 0.10: closed "Changes Since ..." sectiongrubert2012-12-132-4/+4
* Release 0.10: set version number to 0.10grubert2012-12-131-1/+1
* Documentation updatemilde2012-12-122-6/+11
* smartquotes: non-breaking spaces for french quotes, LaTeX character conversion.milde2012-12-122-2/+5
* Link to rst2html wrapper with citations and numbered objects by Nicolas Rougier.milde2012-12-071-0/+9
* SmartQuotes transform: language-depended quote characters.milde2012-11-267-114/+342
* Use True/False for booleans. frontend.validate_ternary() returns True/False o...milde2012-11-266-21/+19
* normalize_language_tag() now returns `BCP 47`_ conformant tagsmilde2012-11-237-42/+63
* Smartquotes: correct "educating" of quotes around inline markup.milde2012-11-183-210/+304
* Fix opening binary files under Py3k (thanks to Dominic Fitzpatrick).milde2012-11-062-2/+3
* Add link to substitution definitions for inline images.milde2012-10-251-0/+5
* Code cleanup and test html math output options.milde2012-10-253-14/+77
* merged the configuration documentation for the odt-writer into config.txtdkuhlman2012-10-211-0/+86
* Customizable MathJax URL (based on patch by Dmitry Shachnev).milde2012-10-187-110/+75
* More cases where we do not want to "educate" quotes.milde2012-10-181-1/+5
* Add SmartQuotes transform for typographic quotes and dashes.milde2012-10-169-45/+1066
* Add ``math.css`` stylesheet to data files (thanks to Dmitry Shachnev).milde2012-10-152-5/+10
* Fix to config file access and added note on config in documentationdkuhlman2012-10-132-6/+19
* Use validate_comma_separated_string_list for stylesheet setting.milde2012-10-123-19/+24
* New setting validators, code cleanup.milde2012-10-123-27/+67
* Fix Py3k error writing to stdout with encoding differing from default.milde2012-10-113-39/+39
* Add support for `imenu` and `which-func-mode`. Remember settingsmerten2012-09-2018-396/+784