summaryrefslogtreecommitdiff
path: root/HISTORY.txt
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.11: added empty "Changes Since 0.11" sectiongrubert2013-07-221-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7698 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.11: closed "Changes Since ..." sectiondocutils-0.11@7694grubert2013-07-221-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7694 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* testing on ubuntu 10.04 installation broken because of different module ↵grubert2013-07-131-2/+2
| | | | | | directory: revert git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7687 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.11: closed "Changes Since ..." sectiongrubert2013-07-131-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7685 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 210 ] Python 3.3 checks CVS syntax only if "strict" is True.milde2013-05-161-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7662 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Avoid repeated class declarations in html4css1 writermilde2013-05-071-0/+2
| | | | | | | | Modified version of patch [ 104 ]. HtmlTranslator.starttag() no longer adds class arguments to the node. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7661 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 228 ], part II.milde2013-04-181-5/+2
| | | | | | | Try local import of docutils components (reader, writer, parser, language module) before global search. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7648 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 228 ] search docutils components first locally then globally.milde2013-04-171-0/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7646 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Always import our local copy of roman.py (report Larry Hastings).milde2013-03-251-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7640 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 157 ] Line block parsing does not like system message.milde2013-03-221-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7638 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [3607063] handle lines starting with a period.grubert2013-03-081-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7626 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3607029 ] traceback with embedded alias pointing to missing target.milde2013-03-071-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7624 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New default for `math-output` setting: "HTML math.css".milde2013-03-041-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7623 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3606028 ] ``assert`` is skipped with ``python -O``.milde2013-03-041-0/+4
| | | | | | | Also, raise ValueError with list of valid units if length_or_percentage_or_unitless() fails. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7621 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New setting `stylesheet_dirs`.milde2013-03-021-0/+4
| | | | | | | | | | | | | | | | Comma-separated list of directories where stylesheets are found. Used by `stylesheet_path` when expanding relative path arguments. Now, it is easy to add a custom stylesheet to Docutils default stylesheet with, e.g., --stylesheet_path="html4css1.css, mystyle.css" Changed behaviour of the default settings: if there is a file "html4css1.css" in the working directory of the process at launch, it is used instead of the one provided by Docutils in the writer source directory. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7618 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support embedded aliases within hyperlink references.milde2013-02-181-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7610 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3603246 ] Bug in option "--graphicx-option=auto".milde2013-02-131-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7602 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* manpage Fix option separating comma was bold (thanks to Bill Morris).grubert2013-02-121-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7601 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply [ 2714873 ] Fix for the overwritting of document attributes.milde2013-01-211-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7595 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply [ 3599485 ] node source/line information for sphinx translation.milde2013-01-211-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7594 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3600051 ] for tables in a list, table cells are not compacted.milde2013-01-211-0/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7593 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix literal use of babel shorthands (straight quote, tilde, ...).milde2013-01-171-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7589 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latex2e: Drop the simple algorithm replacing straight double quotes.milde2013-01-051-4/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7586 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3596884 ] exception importing ``docutils.io``.milde2012-12-271-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7578 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.10: added empty "Changes Since 0.10" sectiongrubert2012-12-161-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7568 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.10: closed "Changes Since ..." sectiondocutils-0.10@7564grubert2012-12-161-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7563 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reset section names for release.shgrubert2012-12-161-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7558 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.10: closed "Changes Since ..." sectiongrubert2012-12-131-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7547 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* SmartQuotes transform: language-depended quote characters.milde2012-11-261-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7540 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* normalize_language_tag() now returns `BCP 47`_ conformant tagsmilde2012-11-231-0/+5
| | | | | | Subtags separated by ``-``, not ``_``. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7538 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix opening binary files under Py3k (thanks to Dominic Fitzpatrick).milde2012-11-061-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7536 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Customizable MathJax URL (based on patch by Dmitry Shachnev).milde2012-10-181-0/+2
| | | | | | Also: No line break after opening inline math tag. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7532 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add SmartQuotes transform for typographic quotes and dashes.milde2012-10-161-8/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7530 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add ``math.css`` stylesheet to data files (thanks to Dmitry Shachnev).milde2012-10-151-5/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7529 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix Py3k error writing to stdout with encoding differing from default.milde2012-10-111-0/+1
| | | | | | Cleanup of the workarounds for Py3k encoding problems. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7525 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Change default of "syntax highlight" option to "long", milde2012-09-141-0/+2
| | | | | | Add basic syntax highlight styles for LaTeX and HTML. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7514 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Use ``<code>`` tag for inline "code", do not drop nested inline nodes ↵milde2012-09-121-0/+5
| | | | | | (syntax highlight tokens). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7511 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix import of PIL.Image.milde2012-09-121-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7510 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix section numbering by LaTeX.milde2012-09-061-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7506 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Allow running test_buildhtml.py from anywhere, also with Python 3.milde2012-09-031-0/+5
| | | | | | Fixes [ 3521167 ] and [ 3521168 ]. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7505 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [3559988] and [3560841] __import__ local writer, reader, languages and ↵grubert2012-08-261-0/+2
| | | | | | parsers for Python 2.7 up. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7503 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3552403 ] Prevent broken PyXML replacing stdlibs xml module.milde2012-08-161-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7497 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3556388 ] Mathjax does not work with rst2s5.milde2012-08-141-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7494 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply [ 3555160 ] ensure order of "otherlanguages".milde2012-08-141-3/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7492 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3546533 ] unicode error with date directive.milde2012-07-221-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7487 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [3541369] Relative __import__ also with Python 3.3.milde2012-07-111-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7486 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply [3527401] manpage writer addmonition's don't preserve indentationgrubert2012-07-061-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7485 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply [3527397] Add indentation to literal blocks in manpage writergrubert2012-07-041-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7480 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* io.FileInput/io.FileOutput: no system-exit on IOError.milde2012-06-251-0/+5
| | | | | | | The `handle_io_errors` option is ignored and will be removed in a future release. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7466 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7464 929543f6-e4f2-0310-98a6-ba3bd3dd1d04