Removed item about backslash-escaped colons in field list field names: implemented...
[docutils.git] / docutils / HISTORY.txt
blobd6f9e88011337717f47f914a848508d985f2df4c
1 .. -*- coding: utf-8 -*-
3 ==================
4  Docutils History
5 ==================
7 :Author: David Goodger; open to all Docutils developers
8 :Contact: docutils-develop@lists.sourceforge.net
9 :Date: $Date$
10 :Revision: $Revision$
11 :Web site: http://docutils.sourceforge.net/
12 :Copyright: This document has been placed in the public domain.
14 .. contents::
16 Changes Since 0.14
17 ==================
19 * General
21   - Dropped support for Python 2.4, 2.5, 3.1, and 3.2.
22   - infrastructure automatisms.
24 * docutils/writers/latex2e/__init__.py
26   - Fix [ 323 ] don't add ``\phantomsection`` and whitespace to
27     ``parts['title'].
30 Release 0.14 (2017-08-03)
31 =========================
33 * docs/ref/docutils.dtd:
35   - Enable validation of Docutils XML documents against the DTD:
37     Use attribute type NMTOKEN instead of REFID for the `refid` attribute
38     and NMTOKENS for `backrefs`: REFID refers to an ID type instance,
39     however, the `ids` attribute cannot use the ID type because `XML only
40     allows one ID per Element Type`__ and doesn't support a multiple-ID
41     "IDS" attribute type.
43   __ https://www.w3.org/TR/REC-xml/#sec-attribute-types
45 * docs/ref/rst/restructuredtext.txt:
47   - Added documentation for escaped whitespace in URI contexts.
48   - Clarify use of Unicode character categories.
50 * docutils/parsers/rst/states.py:
52   - Added functionality: escaped whitespace in URI contexts.
53   - Consistent handling of all whitespace characters in inline markup
54     recognition. Fixes [ 307 ] and [ 3402314 ] (now [ 173 ]).
56 * docutils/parsers/rst/directives/images.py:
58   - Added support for escaped whitespace in URI contexts.
60 * docutils/parsers/rst/directives/tables.py:
62   - Rework patch [ 120 ] (revert change to ``Table.get_column_widths()``
63     that led to problems in an application with a custom table directive).
65 * docutils/transforms/frontmatter.py
67   - Fix [ 320 ] Russian docinfo fields not recognized.
69 * docutils/transforms/references.py
71   - Don't add a second ID to problematic references.
73 * docutils/transforms/universal.py
75   Fix SmartQuotes: warn only once if language is unsupported,
76   keep "rawsource" when "educating" quotes.
78 * docutils/utils/__init__.py:
80   - Added ``split_escaped_whitespace`` function, support for escaped
81     whitespace in URI contexts.
83 * docutils/utils/error_reporting.py
85   - Fix [ 321 ] Import block might cause name error.
87 * docutils/utils/smartquotes.py:
89   - Update quote definitions for languages et, fi, fr, ro, sv, tr, uk.
90   - New quote definitions for hr, hsb, hu, lv, sh, sl, sr.
91   - Fix [ 313 ] Differentiate apostrophe from closing single quote
92     (if possible).
93   - Fix [ 317 ] Extra space inserted with French smartquotes.
94   - Add command line interface for stand-alone use (requires 2.7).
96 * docutils/writers/_html_base.py
98   - Provide default title in metadata (required by HTML5).
99   - Fix [ 312 ] HTML writer generates invalid HTML if the table has two tags.
100   - Fix [ 319 ] The MathJax CDN shut down on April 30, 2017. For security
101     reasons, we don't use a third party public installation as default but
102     warn if math-output_ is set to MathJax without specifying a URL.
104 * docutils/writers/html4css1/__init__.py
106   - Apply [ 125 ] HTML writer: respect automatic table column sizing.
108 * docutils/writers/latex2e/__init__.py
110   - Handle class arguments for block-level elements by wrapping them
111     in a "DUclass" environment. This replaces the special handling for
112     "epigraph" and "topic" elements.
114 * docutils/writers/manpage.py
116   - Apply [ 141 ] Handling inline in manpage writer.
118 * docutils/writers/odf_odt/__init__.py:
120   - Command setting ``language`` now sets the default language
121     of the generated ODF document.
122   - The use of image directive options :width: (%), :scale:, etc now
123     set the width/height/size of images in the generated ODF
124     documents.
125   - The heading/title of admonitions now reflects the language
126     specified by the ``language`` setting.
127   - Fixed [ 306 ] only first of multiple "image" directives with the same URL
128     shown in output.
129   - Fixed [ 282 ] python3: AttributeError.
131 * tools/rst2html4.py: New front-end.
133 * tools/dev/generate_punctuation_chars.py: New skript
134   to test and update utils.punctuation_chars.
137 Release 0.13.1 (2016-12-09)
138 ===========================
140 * docutils/languages/fa.py
141   docutils/parsers/rst/languages/fa.py
142   docutils/languages/la.py
143   docutils/parsers/rst/languages/la.py:
145   - Apply [ 133 ] Persian mappings by Shahin Azad.
146   - Apply [ 135 ] Language modules for Latvian by Alexander Smishlajev
148 * docutils/nodes.py
150   - Fix [ 253 ] Attribute key without value not allowed in XML.
152 * docutils/parsers/
154   - Apply [ 103 ] Recognize inline markups without word boundaries.
155   - Enable escaping in embedded URIs and aliases (fixes [ 284 ]).
157 * docutils/parsers/rst/__init__.py
159   - Fix [ 233 ] Change the base URL for the :rfc: role.
161 * docutils/parsers/rst/directives/tables.py
163   - Apply [ 120 ] tables accept option widths: list of relative widths, 'auto'
164     or 'grid'.
166   - Implement feature request [ 48 ]
167     Add :align: option to the table directives.
168     Thanks to Takeshi KOMIYA for the patch.
170 * docutils/parsers/rst/roles.py
172   - Fix [ 295 ] Class argument for custom role inheriting from math.
174 * docutils/parsers/rst/tableparser.py
176   - Really fix [ 159 ] Spurious table column alignment errors.
178 * docutils/transforms/frontmatter.py
180   - Add name of generic bibliographic fields as a "classes" attribute value
181     (after conversion to a valid identifier form).
183 * docutils/utils/error_reporting.py
185   - Fix [ 130 ] support streams expectiong byte-strings in ErrorOutput.
187 * docutils/utils/math/math2html.py
189   - Add ``\colon`` macro, fix spacing around colons. Fixes [ 246 ].
190   - New upstream version (additional macros, piecewise integrals and sums).
192 * docutils/writers/_html_base.py
194   - New auxiliary module for definitions common to all HTML writers.
196 * docutils/writers/html5_polyglot/
198   - New HTML writer generating clean, polyglot_ markup conforming to
199     `HTML 5`_.
201     The CSS stylesheets ``minimal.css`` and ``plain.css`` contain required
202     and recommended layout rules.
204 * docutils/writers/html4css1/__init__.py
206   - Add "docutils" to class values for "container" object to address [ 267 ].
207   - Apply patch [ 119 ] by Anatoly Techtonik: use absolute paths for
208     ``default_stylesheet_path`` and ``default_template_path``.
209   - Fix [ 266 ] creating labels/class values in description list items.
210   - Do not use <sup> and <sub> tags inside <pre> (parsed-literal blocks).
211   - Fix footnotes with content that does not start with a paragraph.
212   - Use https in default MathJax URL (report Alan G Isaac).
213   - Outsourcing of common code to _html_base.py.
215 * docutils/writers/latex2e/__init__.py
217   - Fix [ 262 ] Use ``\linewidth`` instead of ``\textwidth`` for figures,
218     admonitions and docinfo.
220   - Use absolute path for ``default_template_path``.
222   - Removed deprecated options ``--use-latex-footnotes`` and
223     ``--figure-footnotes``.
225   - Cleaner LaTeX code for enumerations and literal blocks.
227   - Use "hyperref" package together with "bookmark" (improved hyperlinking
228     by the same author).
230   - Fix [ 286 ] Empty column title cause invalid latex file.
232   - Fix [ 224 ] Fix rowspan support for tables.
234   - Let LaTeX determine the column widths in tables with "colwidths-auto".
235     Not suited for multi-paragraph cells!
237 * docutils/writers/odf_odt/__init__.py
239   - remove decode.encode of filename stored in zip.
241 * docutils/writers/xetex/__init__.py
243   - LuaLaTex compatibility: do not load "xunicode".
245 * tools/
247   - New front-end ``rst2html5.py``.
249 * tox.ini
251   - Test py26, py27, py33 and py34.
253     To use, install the ``tox`` package via pip or easy_install and use
254     tox from the project root directory.
256 .. _polyglot: http://www.w3.org/TR/html-polyglot/
257 .. _HTML 5: http://www.w3.org/TR/html5/
258 .. _XHTML 1.0: http://www.w3.org/TR/xhtml1/
261 Release 0.12 (2014-07-06)
262 =========================
264 * docs/ref/rst/directives.txt
266   - Update "math" and "csv-table" descriptions.
268 * docutils/parsers/rst/directives/images.py
270   - Fix [ 258 ] figwidth="image" generates unitless width value.
272 * docutils/parsers/rst/states.py
274   - Improve error report when a non-ASCII character is specified as
275     delimiter, quote or escape character under Python 2.
276     Fixes [ 249 ] and [ 250 ].
278 * docutils/writers/html4css1/__init__.py
280   - Don't add newline after inline math.
281     Thanks to Yury G. Kudryashov for the patch.
283 * docutils/writers/latex2e/__init__.py
285   - Fix [ 239 ] Latex writer glues paragraphs with figure floats.
286   - Apply [ 116 ] by Kirill Smelkov. Don't hardcode \large for subtitle.
288 * docutils/writers/odf_odt/__init__.py
290   - Apply patch by Jakub Wilk to fix bug [ 100 ].
292 * test/test_error_reporting.py
294   - Fix [ 223 ] by removing redundant tests we do not have control over.
296 * test/test_nodes.py
298   - Apply [ 115 ] respect fixed 2to3 string literal conversion behavior.
300 Release 0.11 (2013-07-22)
301 =========================
303 * General
305   - Apply [ 2714873 ] Fix for the overwritting of document attributes.
306   - Support embedded aliases within hyperlink references.
307   - Fix [ 228 ] try local import of docutils components (reader, writer, parser,
308     language module) before global search.
310 * docutils/nodes.py
312   - Fix [ 3601607 ] node.__repr__() must return `str` instance.
314 * docutils/parsers/rst/directives/__init__.py
316   - Fix [ 3606028 ] ``assert`` is skipped with ``python -O``.
318 * docutils/parsers/rst/directives/images.py
320   - Apply [ 3599485 ] node source/line information for sphinx translation.
322 * docutils/parsers/rst/directives/tables.py
324   - Fix [ 210 ] Python 3.3 checks CVS syntax only if "strict" is True.
326 * docutils/parsers/rst/states.py
328   - Fix [ 157 ] Line block parsing doesn't like system message.
329   - Always import our local copy of roman.py (report Larry Hastings).
331 * docutils/transforms/references.py
333   - Fix [ 3607029 ] traceback with embedded alias pointing to missing target.
335 * docutils/utils/__init__.py
337   - Fix [ 3596884 ] exception importing ``docutils.io``.
339 * docutils/writers/html4css1/__init__.py
341   - Fix [ 3600051 ] for tables in a list, table cells are not compacted.
342   - New setting `stylesheet_dirs`: Comma-separated list of directories
343     where stylesheets are found. Used by `stylesheet_path` when expanding
344     relative path arguments.
345   - New default for math-output_: ``HTML math.css``.
346   - Avoid repeated class declarations in html4css1 writer
347     (modified version of patch [ 104 ]).
349 .. _math-output: docs/user/config.html#math-output
351 * docutils/writers/latex2e/__init__.py
353   - Drop the simple algorithm replacing straight double quotes with
354     English typographic ones.
355     Activate the SmartQuotes_ transform if you want this feature.
356   - Fix literal use of babel shorthands (straight quote, tilde, ...).
357   - Fix [ 3603246 ] Bug in option "--graphicx-option=auto".
358   - New setting `stylesheet_dirs`.
360 .. _SmartQuotes: docs/user/config.html#smart-quotes
362 * docutils/writers/manpage.py
364   - Fix [3607063] handle lines starting with a period.
365   - Fix option separating comma was bold (thanks to Bill Morris).
367 Release 0.10 (2012-12-16)
368 =========================
370 * General
372   - Dropped support for Python 2.3.
373   - ``docutils/math``, ``docutils/error_reporting.py``, and
374     ``docutils/urischemes.py`` moved to the utils package.
375   - Fix [3541369] Relative __import__ also with Python 3.3.
376   - Fix [3559988] and [3560841] __import__ local writer, reader, languages
377     and parsers for Python 2.7 up.
378   - Fix import of PIL.Image.
379   - Change default of "syntax highlight" option to "long",
380     basic syntax highlight styles for LaTeX and HTML.
382 * docutils/io.py
384   - FileInput/FileOutput: no system-exit on IOError.  The `handle_io_errors`
385     option is ignored and will be removed in a future release.
386   - Fix Py3k error writing to stdout with encoding differing from default.
387   - Fix opening binary files under Py3k (thanks to Dominic Fitzpatrick).
389 * docutils/parsers/rst/directives/misc.py
391   - Fix [ 3546533 ] Unicode error with `date` directive.
393 * docutils/transforms/universal.py
395   - SmartQuotes transform for typographic quotes and dashes.
397 * docutils/utils/__init__.py
399   - normalize_language_tag() now returns `BCP 47`_ conformant tags
400     with subtags separated by ``-``.
402 * docutils/writers/html4css1/__init__.py
404   - Use ``<code>`` tag for inline "code",
405     do not drop nested inline nodes (syntax highlight tokens).
406   - Customizable MathJax URL (based on patch by Dmitry Shachnev).
407   - No line break after opening inline math tag.
409 * docutils/writers/manpage.py
411   - Apply [ 3527401 ] addmonition's don't preserve indentation
412   - Apply [ 3527397 ] Add indentation to literal blocks in manpage writer.
414 * docutils/writers/xetex/__init__.py
416   - Apply [ 3555160 ] ensure order of "otherlanguages".
417   - Fix section numbering by LaTeX.
419 * docutils/writers/s5_html/__init__.py
421   - Fix [ 3556388 ] Mathjax does not work with rst2s5.
423 * docutils/writers/s5_html/docutils_xml.py
425   - Fix [ 3552403 ] Prevent broken PyXML replacing stdlibs xml module.
426   - Fix/improve output with ``--indent`` option.
428 * setup.py
430   - Tag ``math.css`` stylesheet as data file (patch by Dmitry Shachnev).
432 * tools/test/test_buildhtml.py
434   - Fix [ 3521167 ] allow running in any directory.
435   - Fix [ 3521168 ] allow running with Python 3.
438 Release 0.9.1 (2012-06-17)
439 ==========================
441 * setup.py
443   - Fix [ 3527842 ]. Under Python 3, converted tests and tools were
444     installed in the PYTHONPATH. Converted tests are now
445     stored in ``test3/``, tools no longer need conversion.
447     If you installed one of Docutils versions 0.7 ... 0.9 with
448     ``setup.py install`` under Python 3, remove the spurious
449     ``test/`` and ``tools/`` directories in the site library root.
451 * test/
453   - Make tests independent from the location of the ``test/`` directory.
454   - Use converted sources (from the ``build/`` directory) for tests under
455     Python 3.
457 * tools/
459   - Make tools compatible with both, Python 2 and 3 without 2to3-conversion.
461 * docutils/io.py
463   - Fix writing binary data to sys.stdout under Python 3 (allows
464     ``rst2odt.py`` to be used with output redirection).
466 * docutils/parsers/rst/directives/misc.py
468   - Fix [ 3525847 ]. Catch and report UnicodeEncodeError with
469     ``locale == C`` and 8-bit char in path argument of `include` directive.
471 * test/alltests.py
473   - class `Tee`: catch UnicodeError when writing to "ascii" stream or
474     file under Python 3.
476 Release 0.9 (2012-05-02)
477 ========================
479 * General:
481   - New reStructuredText "code" role and directive and "code" option
482     of the "include" directive with syntax highlighting by Pygments_.
483   - Fix parse_option_marker for option arguments containing ``=``.
484   - Fix [ 2993756 ]: import Python Imaging Library's Image module
485     via ``import PIL`` as starting with PIL 1.2,
486     "PIL lives in the PIL namespace only" (announcement__).
488 .. _Pygments: http://pygments.org/
489 __ http://mail.python.org/pipermail/image-sig/2011-January/006650.html
491 * setup.py
493   - Fix [ 2971827 ] and [ 3442827 ]
494     extras/roman.py moved to docutils/utils/roman.py
496 * docutils/frontend.py
498   - Fix [ 3481980 ] Use os.getcwdu() in make_paths_absolute().
500 * docutils/io.py
502   - Fix [ 3395948 ] (Work around encoding problems in Py3k).
503   - `mode` argument for FileOutput avoids code replication in
504     BinaryFileOutput.
505   - New exceptions InputError and OutputError for IO errors in
506     FileInput/FileOutput.
508 * docutils/core.py:
510   - No "hard" system exit on file IO errors: catch and report them in
511     `Publisher.reportException` instead. Allows handling by a calling
512     application if the configuration setting `traceback` is True.
514 * docutils/utils.py -> docutils/utils/__init__.py
516   - docutils.utils is now a package (providing a place for sub-modules)
518   .. note:: docutils/math, docutils/error_reporting.py, and
519      docutils/urischemes.py will move to the utils package in the next
520      release, too. See RELEASE-NOTES__
522      __ RELEASE-NOTES.html
524   - DependencyList uses io.FileOutput and 'utf8' encoding to prevent
525     errors recording non-ASCII filenames (fixes [ 3434355 ]).
527   - Fix relative_path() with source=None and `unicode` target.
529 * docutils/parsers/rst/states.py
531   - Fix [ 3402314 ] allow non-ASCII whitespace, punctuation
532     characters and "international" quotes around inline markup.
533   - Use `field_marker` pattern to look for start of a
534     directive option block (fixes [ 3484857 ]).
536 * docutils/parsers/rst/tableparser.py
538   - Fix [ 2926161 ] for simple tables.
539     (Combining chars in grid tables still contribute to cell width.)
541 * docutils/writers/latex2e/__init__.py
543   - Support the `abbreviation` and `acronym` standard roles.
544   - Record only files required to generate the LaTeX source as dependencies.
545   - Fix handling of missing stylesheets.
546   - Use ``\setcounter{secnumdepth}{0}`` instead of ``*``-versions
547     when suppressing LaTeX section numbering.
548   - Use ``\DUtitle`` for unsupported section levels
549   - Apply [ 3512791 ] do not compare string literals with "is"
551 * docutils/writers/xetex/__init__.py
553   - Avoid code duplication with latex2e writer (solves [ 3512728 ]).
555 * docutils/writers/html4css1/__init__.py
557   - Change default for `math-output` setting to MathJax.
558   - Fix handling of missing stylesheets.
560 * docutils/writers/docutils_xml.py
562   - Use the visitor pattern with default_visit()/default_depart() methods
563     instead of minidom to facilitate special handling of selected nodes.
564   - Support raw XML (inserted as-is inside a <raw></raw> node).
566 * docutils/writers/manpage.py
568   - Do not emit comment line with trailing blank. Problematic for VCS.
570 Release 0.8.1 (2011-08-30)
571 ==========================
573 * General:
575   - Fix [ 3364658 ] (Change last file with Apache license to BSD-2-Clause)
576     and [ 3395920 ] (correct copyright info for rst.el).
578 * test/
580   -  Apply [ 3303733 ] and [ 3365041 ] to fix tests under Py3k.
582 * docutils/writers/latex2e/__init__.py
584   - Clean up Babel language setting. Restores Sphinx compatibility.
586 Release 0.8 (2011-07-07)
587 ========================
589 * General:
591   - Handle language codes according to `BCP 47`_.
592   - If the specified language is not supported by Docutils,
593     warn and fall back to English.
594   - Math support: reStructuredText "math" role and directive,
595     ``math`` and ``math_block`` doctree elements.
596   - Decode command line arguments with the locale's preferred encoding
597     (to allow, e.g., ``--title=Dornröschen``).
598   - Orphaned "python" reader and "newlatex2e" writer moved to the sandbox.
599   - New sub-module `error_reporting`: handle encoding/decoding errors
600     when reporting exceptions.
601   - Some additions to the Docutils core are released under the 2-Clause BSD
602     license, see COPYING_ for details.
604   .. _BCP 47: http://www.rfc-editor.org/rfc/bcp/bcp47.txt
605   .. _COPYING: COPYING.html
607 * reStructuredText:
609   - Most directives now support a "name" option that attaches a
610     reference name.
612   - Directive content may start on the first line also when the directive
613     type accepts options.
615 * docs/dev/policies.txt:
617   - Recommend the 2-Clause BSD license
618     (http://www.spdx.org/licenses/BSD-2-Clause)
619     for code that is kept under the author's copyright.
621 * tools/buildhtml.py:
623   - Fix ``--local`` switch.
625 * Fix [ 3018371 ] Added Lithuanian mappings by Dalius Dobravolskas.
627 * docutils/writers/html4css1/__init__.py
629   - Set "lang" argument for objects with class argument
630     "language-<language tag>".
631   - New setting "math-output" with support for HTML, MathML, and LaTeX.
633 * docutils/writers/latex2e/__init__.py
635   - Fix [ 3043986 ] AttributeError using :local: with table of content.
636   - Place title data in the document preamble.
637   - Load `babel` package only if required.
638   - Update list of supported languages.
639   - New config setting "hyperref-options".
640     No hard-coded "unicode" hyperref option (clash with xetex).
641   - Set language for custom roles, paragraphs, block-quotes, and
642     line-quotes with class argument "language-<language tag>".
643   - Fix [ 3095603 ] wrong quotes output for russian and other languages.
644   - Convert image URI to a local file path.
645   - Apply [ 3148141 ] fix multicolumn support when a colspanning cell
646     has more than one paragraph (Wolfgang Scherer).
647   - \leavevmode before longtable only when needed (prevents spurious vspace)
648   - do not advance table counter for tables without caption
650 * docutils/writers/xetex/__init__.py
652   - New writer generating LaTeX code for compiling with ``xelatex``.
654     A separate writer (inheriting from latex2e) instead of a ``--xetex``
655     option allows separate config options for XeTeX vs. LaTeX2e.
657 * docutils/writers/manpage.py
659   - Fix: BUG#3219183 - vertical space in definition lists containing markup.
660   - Fix: vertical space cleaning for option group ``.``.
662 * tools/editors/emacs/rst.el:
664   - Fix [ 3001100 ] does not handle spaces in filenames
665     (thanks to Jakub Wilk)
667 * docutils/utils.py:
669   - strip whitespace from stylesheet arguments
670   - exclude combining chars from column_width()
671     (partial fix for [ 2926161 ])
673 * docutils/parsers/rst/directives/misc.py:
675   - Fix [ 1830389 ] Replace not breaking on getting system_messages from
676     nested_parse
678 * docutils/io.py:
680   - Do not close() sys.stdin, sys.stdout, or sys.stderr. Prevents
681     ``Exception ValueError: 'I/O operation on closed file.'`` with Python 3.
683 Release 0.7 (2010-07-07)
684 ========================
686 * General:
688   - Fix [ 2881769 ] setup configuration.
689   - Fix [ 2788716 ] reporting problems in included files.
691 * docutils/io.py
693   - FileInput opens files as text files with universal newline support
694     (mode "rU", configurable with the new optional argument "mode").
696 * docutils/nodes.py
698   - Fix [ 2975987 ] repr(Text) failed with long string (Jeffrey C. Jacobs).
700 * docutils/utils.py
702   - Fix [ 2923723 ] let decode_path() tolerate path == None
704 * docutils/writers/html4css1/__init__.py
706   - Support SVG and SWF images (thanks to Stefan Rank).
707   - Generate valid XHTML for centered images with targets.
708     Use CSS classes instead of "align" tags for image alignment.
710 * docutils/writers/latex2e/__init__.py
712   - Use `transforms.writer_aux.Admonitions` to "normalize" special
713     admonitions.
714   - Use the ``\url`` command for URLs (breaks long URLs instead of
715     writing into the margin).
716   - Preserve runs of spaces in `inline literals`__.
717   - Deprecate ``figure_footnotes`` setting.
718   - Rename ``use_latex_footnotes`` setting to `docutils_footnotes`__.
719   - New ``latex_preamble`` setting.
720   - Use PDF standard fonts (Times/Helvetica/Courier) as default.
721   - Fix hyperlink targets (labels) for images, figures, and tables.
722   - Apply [ 2961988 ] Load babel after inputenc and fontenc.
723   - Apply [ 2961991 ] Call hyperref with unicode option.
724   - Drop the special `output_encoding`__ default ("latin-1").
725     The Docutils wide default (usually "UTF-8") is used instead.
726   - Render inline markup in document title and subtitle.
727   - Fix numbering depth with LaTeX section numbering.
728   - Update Unicode -> LaTeX translations.
729   - Fix bug with topic directive (thanks to Alan G Isaac for reporting).
731 __ docs/ref/restructuredtext.html#inline-literals
732 __ docs/user/config.html#docutils-footnotes
733 __ docs/user/config.html#output_encoding
735 * docutils/writers/manpage.py
737   - Fix: supported attribute (thanks to peter2108).
738   - Remove trailing blanks in code (keep in sync with mercurial version).
739   - Titles level 1, that is ``.SH``, always uppercase.
740   - Apply patch from mg: literal text should be bold in man-pages.
742 * docutils/nodes.py
744   - Fix: encoding ``'ascii'`` must be lowercase to prevent problems for
745     turkish locale.
747 * setup.py:
749   - Python 3 support: copy test/ and tools/ to the build-dir
750     and convert Python sources with 2to3.
753 Release 0.6 (2009-10-11)
754 ========================
756 * General:
758   - Docutils is now compatible with Python versions from 2.3 up to 2.6
759     and convertible to 3.1 code.
761     + Node.__nonzero__ returns True instead of 1.
762     + use os.walk instead os.path.walk.
763     + minimize "types" module where possible.
764     + Backwards-compatible changes to remove python2.6 -3 deprecation warnings
765     + Text nodes now subclass unicode rather than UserString
766       (which is gone in python 3.0).
767     + 3.0 compatibility module docutils._compat
769     + Drop 2.2 compatibility workarounds.
770     + Drop extras/optparse.py and extras/textwrap.py
771       (stdlib modules since 2.3).
773   - OpenOffice export: ODT writer moved from sandbox to Doctutils core.
774   - Unix man page export: manpage writer moved from sandbox to Doctutils
775     core.
777   - Apply [ 1719345 ] Galician translation
778   - Apply [ 1905741 ] Polish translation
779   - Apply [ 1878977 ] make_id(): deaccent characters.
780   - Apply [ 2029251 ] return nonzero when tests fail.
781   - Fix [ 1692788 ] allow UTF-8 in style sheets.
782   - Fix [ 2781629 ] support non-ASCII chars in file names.
783   - Apply [ 2845002 ] let ``--no-raw`` disable raw *roles* too.
784   - Fix [ 2831643 ] by renaming DirectiveError.message to DirectiveError.msg
785   - Fix [ 2821266 ] --strict option works now like --halt=info.
786   - Fix [ 2788716 ] DirectiveError now correctly reports source and line.
787   - Fix [ 1627229 ] hyperlink references in substitutions.
789   - The "newlatex" writer is orphaned.
791 * reStructuredText:
793   - Documented Unicode characters allowed as inline markup openers,
794     closers, and delimiters.
795   - Allow units for all length specifications.
796   - Allow percent sign in "scale" argument of "figure" and "image" directives.
797   - Bugfix: The "figalign" argument of a figure now works as intended
798     (aligning the figure, not its contents).
799   - Align images with class "align-[right|center|left]"
800     (allows setting the alignment of an image in a figure).
802 * docutils/nodes.py:
804   - Added ``Element.__contains__`` method, for the in-operator.
806 * docutils/parsers/rst/states.py:
808   - Apply [ 1994493 ] Patch to support all kinds of quotes in inline markup.
809   - Added support for Unicode inline markup delimiters "‐ ‑ ‒ – —" and
810     " " (non-breaking space), and "¡ ¿" openers.
812 * docutils/parsers/directives/misc.py:
814   - Added ``start-line`` and ``end-line`` options to "include"
815     directive to select a range of lines.
816   - Hard tabs in literal inclusions are replaced by spaces. This is
817     configurable via the new ``tab-width`` option of the "include" directive
818     (a negative tab-width prevents tab expansion).
820 * docutils/utils.py:
822   - Add ``get_stylesheet_list`` function.
823   - Apply [ 2834836 ] print info at halt
825 * docutils/transforms/universal.py:
827   - Raise default priority of StripClasses to exclude stripped classes from
828     the ToC.
830 * docutils/writers/html4css1/__init__.py:
832   - ``--stylesheet`` and ``--stylesheet-path`` options support a comma
833     separated list of stylesheets.
834   - Address [ 1938891 ] Inline literal text creates "pre" span only when
835     needed to prevent inter-word line wraps.
836   - Use `translate` method instead of repeated `replace` calls.
837   - Fix [ 1757105 ] New ``table-style`` option. Added to standard table
838     classes to allow CSS styling that does not interfere with other
839     table-using constructs (field lists, citations, ...).
841 * docutils/writers/newlatex2e/__init__.py:
843   - Apply [ 1612821 ] Double quotes in literal text in Italian/German
845 * docutils/writers/latex2e/__init__.py (see also
846   `<docs/user/docutils-05-compat.sty.html>`__) :
848   - Add ``--embed-stylesheet`` option.
849   - Apply [ 1474017 ] image vertical alignment is reversed.
850   - Apply [ 2051599 ] multi-page tables in latex writer (from pabigot).
851   - Change: has_key for dictionaries (not Nodes) to in-operator.
852   - Merge adjacent citations into one latex cite command.
853   - Failsave implementation of custom roles. LaTeX compilation now ignores
854     unknown classes instead of aborting with an error.
855   - Support custom roles based on standard roles.
856   - LaTeX packages can be used as ``--stylesheet`` arguments without
857     restriction. (A style sheet is now referenced with the ``\usepackage``
858     command, if it ends with ``.sty`` or has no extension.)
859   - Add ``bp`` to lenghts without unit (prevents LaTex errors).
860   - Correctly write length unit ``pt`` as ``bp`` in LaTeX.
861   - Do not convert ``px`` to ``pt`` (``px`` is supported by pdfTeX since
862     2005-02-04 as a configurable length unit).
863   - Do not use fontenc, nor the obsolete 'ae' and 'aeguill' packages
864     if font-encoding is set to ''. LaTeX defaults to OT1 then.
865   - Set sub- and superscript role argument in text mode not as math.
866     Use a custom role based on sub-/superscript if you want italic shape.
867   - Shorter preamble and less dependencies: Load packages and define macros
868     only if required in the document.
869   - Use the name prefix ``DU`` for all Docutils specific LaTeX macros.
870   - New custom environments and commands with optional "classes" argument.
871   - Simpler LaTeX encoding, e.g. "\%" instead of "{\%}".
872   - Better conformance to Docutils specifications with ``--use-latex-toc``.
873     Support for LaTeX generated ToC also with unnumbered sections.
874   - If 'sectnum_xform' is False, the 'sectnum' directive triggers
875     section numbering by LaTeX.
876   - Use default font in admonitions and sidebar.
877   - Align of image in a figure defaults to 'center'.
878   - Bugfix: Newlines around targets and references prevent run-together
879     paragraphs.
880   - Fix internal hyperlinks.
881   - Use class defaults for page margins ('typearea' now optional).
882   - Float placement made configurable, default changed to "here definitely".
883   - Typeset generic topic as "quote block with title".
884   - Use template (file and configuration option).
885   - In the default template, load cmap.sty (fix text extraction in PDF) and
886     fixltx2e.sty (LaTeX patches, \textsubscript).
887   - Render doctest blocks as literal blocks (fixes [ 1586058 ]).
888   - Use `translate` instead of repeated `replace` calls for text encoding.
889   - Hyperlinked footnotes and support for symbol footnotes and
890     ``--footnote-references=brackets`` with ``--use-latex-footnotes``.
891   - Complete pairs of binary options
892     (``--figure-footnotes, --figure-citations, --link-stylesheet``,
893     ``--use-docutils-toc, --use-docutils-docinfo, --topic-abstract``)
894   - New defaults:
895     - font-encoding: "T1" (formerly implicitely set by 'ae').
896     - use-latex-toc: true (ToC with page numbers).
897     - use-latex-footnotes: true (no mixup with figures).
899 * docutils/writers/manpage.py
901   - Do not print version at document end, this is done by the viewer.
902   - Do not print date at document end, this is done by the viewer.
903   - Fix storage of docinfo fields for none standard fields.
905 * docutils/tools/rst2man.py
907 Release 0.5 (2008-06-25)
908 ========================
910 * docutils/languages/he.py: Added to project: Hebrew mappings by
911   Meir Kriheli.
913 * docutils/parsers/rst/languages/he.py: Added to project: Hebrew
914   mappings by Meir Kriheli.
916 * docutils/frontend.py:
918   - Configuration files are now assumed and required to be
919     UTF-8-encoded.
920   - Paths of applied configuration files are now recorded in the
921     runtime setting ``_config_files`` (accessible via
922     ``--dump-settings``).
923   - Added ``--strip-elements-with-class`` and ``--strip-class``
924     options (``strip_elements_with_classes`` and ``strip_classes``
925     settings).
927 * docutils/io.py:
929   - Added code to determine the input encoding from data: encoding
930     declarations or the presence of byte order marks (UTF-8 & UTF-16).
931   - Added support for IronPython 1.0.
933 * docutils/nodes.py:
935   - Added ``document.__getstate__`` method, for pickling.
937 * docutils/parsers/rst/states.py:
939   - Allow ``+`` and ``:`` in reference names.
940   - Unquoted targets beginning with an underscore (``.. __target:
941     URI``) are no longer accepted.
942   - Added support for multiple attributions in a physical block quote
943     (indented text block), dividing it into multiple logical block
944     quotes.
945   - Added support for unicode bullets in bullet lists: "•", "‣", and
946     "⁃".
947   - Added support for new object-oriented directive interface,
948     retaining compatibility to the old functional interface.
949   - Added support for throwing ``DirectiveError``'s from within
950     directive code.
952 * docutils/parsers/rst/__init__.py:
954   - Added ``Directive`` base class.
955   - Added ``DirectiveError`` base class.
956   - Fixed ``file_insertion_enabled`` & ``raw_enabled`` setting
957     definitions.
959 * docutils/parsers/directives/:
961   - Refactored all reStructuredText directives to use the new
962     object-oriented directive interface.  Errors are now (mostly)
963     thrown using the new ``DirectiveError`` class.
965 * docutils/parsers/directives/misc.py:
967   - Added ``start-after`` and ``end-before`` options to ``include``
968     directive; thanks to Stefan Rank.
970 * docutils/transforms/universal.py:
972   - Added ``StripClassesAndElements`` transform to remove from the
973     document tree all elements with classes in
974     ``settings.strip_elements_with_classes`` and all "classes"
975     attribute values in ``self.document.settings.strip_classes``.
977 * docutils/transforms/writer_aux.py:
979   - Added ``Admonitions`` transform to transform specific admonitions
980     (like ``note``, ``warning``, etc.) into generic admonitions with a
981     localized title.
983 * docutils/writers/html4css1/__init__.py:
985   - Moved template functionality from the PEP/HTML writer here.
986   - Expanded the fragments available in the ``parts`` attribute.
987   - Moved ``id`` attributes from titles to surrounding ``div``
988     elements.
989   - Dropped all ``name`` attributes of ``a`` elements (``id`` is
990     universally supported now).
991   - ``template.txt`` is now opened in text mode instead of binary mode
992     (to ensure Windows compatibility).
993   - ``a`` elements now have an "internal" or "external" class,
994     depending on reference type.
996 * docutils/writers/html4css1/template.txt: Added to project.
998 * docutils/writers/pep_html/:
1000   - Moved template functionality to the HTML writer.
1002 * docutils/writers/s5_html/__init__.py:
1004   - Added ``view_mode`` & ``hidden_controls`` settings
1005     (``--view-mode`` & ``--hidden-controls/--visible-controls``
1006     options).
1008 * docutils/writers/latex2e/__init__.py:
1010   - Add ``--literal-block-env``
1011   - Fix: escaping ``%`` in href urls.
1012   - Move usepackage hyperref after stylesheet inclusion.
1013   - Fix: scrartcl does not have chapter but scrreprt.
1014   - Add newline after ``\end{verbatim}``.
1015   - Merge smaller differences from latex2e_adaptive_preamble.
1016   - Add ``use-part-section``.
1017   - Put leavevmode before longtable to avoid having it moved before sub/pargraph.
1018   - Using leavemode option_list no longer needs to check if parent
1019     is a definition list.
1020   - Append ``\leavemode`` to definition list terms.
1021   - No longer write visit\_/depart_definition_list_item comments to
1022     output.
1023   - Table column width with 3 decimal places.
1024   - Add table stubs support (boldfont).
1025   - Add assemble_parts to writer.
1026   - Add simply support for nested tables.
1027   - Fix verbatim in tables if use-verbatim-when-possible.
1028   - Use section commands down to subparagraph.
1029   - Put ensuremath around some latin1 chars.
1030   - Set ``usepackage[utf8x]{inputenc}`` for utf-8.
1031   - New option ``--use-bibtex=style,db1,db2``.
1032   - New option ``--reference-label`` to allow usage of LaTeX ref for
1033     labels in section references.
1034   - Add a label after every section to support sectionnumbers as reference
1035     labels.
1036   - Fix: bug# 1605376 rst2latex: bad options group list
1037   - Remove inactive code for use_optionlist_for_option_list.
1038   - Remove latex comments from option_list output.
1039   - Fix: bug# 1612270 double qoutes in italian literal.
1040   - Fix: output ``hypertarget{ node.get(refid) }{}`` from visit_target.
1041   - Add option --use-latex-abstract.
1042   - Image width unit ``px`` is translated to ``pt``.
1043   - Add image height support.
1044   - Fix: image width ``70%`` is converted ``0.700\linewidth``.
1045     bug #1457388
1046   - Fix: Do not escape underscores in citation reference labels if
1047     use-latex-citations is set.
1048   - Use centering instead of center for figure contents, to avoid vertical
1049     space.
1050   - Recognize table class: borderless, nolines, booktabs, standard.
1051   - Fix: Renaming contents section does not work with latex writer; SF
1052     bug #1487405.
1053   - Applied patch for custom roles with classes from Edward Loper.
1054   - Fixed bug that caused crashes with more than 256 lists.
1056 * docutils/writers/pep_html/__init__.py:
1058   - Changed to support new python.org website structure and
1059     pep2pyramid.py.
1061 * docs/howto/security.txt: "Deploying Docutils Securely", added to
1062   project.
1064 * tools/buildhtml.py:
1066   -- Added ``ignore`` setting to exclude a list of shell patterns
1067      (default: ``.svn:CVS``).
1069 * tools/editors/emacs/rst.el:
1071   - Changed license to "GPL".
1072   - Added ``rst-straighten-decorations`` function.
1073   - The ``compile`` module is now always loaded.
1074   - Added ``rst-toggle-line-block`` function.
1075   - Headings consisting only of non-ASCII characters are now
1076     recognized by ``rst-toc`` and ``rst-adjust``.
1077   - Added font-lock support for multi-line comments where the first
1078     comment line is empty.
1079   - Added ``(require 'font-lock)``.
1081 * setup.py:
1083   - Provide descriptive error message if distutils is missing.
1086 Release 0.4 (2006-01-09)
1087 ========================
1089 * General:
1091   - Updated the project policies for trunk/branch development &
1092     version numbering.
1094 * docutils/__init__.py:
1096   - Added ``__version_details__`` attribute to describe code source
1097     (repository/snapshot/release).
1098   - Replaced ``default_transforms`` attribute of TransformSpec with
1099     ``get_transforms()`` method.
1101 * docutils/core.py:
1103   - Added ``publish_doctree`` and ``publish_from_doctree`` convenience
1104     functions, for document tree extraction and reprocessing.
1106 * docutils/io.py:
1108   - Added ``DocTreeInput`` class, for reprocessing existing documents.
1109   - Added support for non-Unicode (e.g. binary) writer output.
1111 * docutils/nodes.py:
1113   - Re-introduced ``Targetable.indirect_reference_name``, for
1114     MoinMoin/reST compatibility (removed in r3124/r3129).
1115   - Added ``serial_escape`` function; escapes string values that are
1116     elements of a list, for serialization.  Modified Docutils-XML
1117     writing (``Element._dom_node``) and pseudo-XML writing
1118     (``Element.starttag``) to use ``serial_escape``.
1119   - Added ``Node.deepcopy()`` method.
1120   - Removed the internal lists ``document.substitution_refs``,
1121     ``document.anonymous_refs``, and ``document.anonymous_targets``.
1122   - Added a "container" element.
1123   - Fixed bug where values of list-valued attributes of elements
1124     originating from custom interpreted text roles (i.e., with custom
1125     classes) were being shared between element instances.  Reported by
1126     Shmuel Zeigerman.
1128 * docutils/statemachine.py:
1130   - Added trailing whitespace stripping to ``string2lines()``.
1131   - Added ``StringList.pad_double_width()`` & ``.replace()`` for East
1132     Asian double-width character support.
1134 * docutils/utils.py:
1136   - Added ``east_asian_column_width()`` for double-width character
1137     support.
1139 * docutils/languages/ja.py: Added to project: Japanese mappings by
1140   Hisashi Morita.
1142 * docutils/languages/zh_cn.py: Added to project: Simplified Chinese
1143   mappings by Panjunyong.
1145 * docutils/parsers/null.py: Added to project; a do-nothing parser.
1147 * docutils/parsers/rst/__init__.py:
1149   - Added validator to tab_width setting, with test.  Closes SF bug
1150     #1212515, report from Wu Wei.
1152 * docutils/parsers/rst/states.py:
1154   - Fixed bug with escaped colons indicating a literal block.
1155   - Fixed bug with enumerated lists (SF#1254145).
1156   - Backslash-escaped colons inside of field names are now allowed.
1157   - Targets (implicit and explicit), anonymous hyperlink references
1158     and auto-numbered footnote references inside of substitution
1159     definitions are now disallowed.
1160   - Fixed bug: list items with blank first lines.
1161   - Fixed bug: block quote attributions with indented second lines.
1162   - Added East Asian double-width character support (Python 2.4 only).
1164 * docutils/parsers/rst/tableparser.py:
1166   - Added East Asian double-width character support (Python 2.4 only).
1168 * docutils/parsers/rst/directives/body.py:
1170   - Added the "container" directive.
1172 * docutils/parsers/rst/directives/misc.py:
1174   - Added the "default-role", "title", and "date" directives.
1175   - Added standard data file syntax to the "include" directive.
1176   - Added support for "class" directive content.
1178 * docutils/parsers/rst/directives/images.py:
1180   - Added ``indirect_reference_name`` support for images with a target
1181     option.
1182   - Added support for image width and height units.
1183   - Fixed bug with image "target" options.
1185 * docutils/parsers/rst/directives/references.py:
1187   - Added "class" attribute to "target-notes" directive, for
1188     footnote_reference classes.
1190 * docutils/parsers/rst/include/: Directory added to project; contains
1191   standard data files for the "include" directive.  Initial contents:
1192   character entity substitution definition sets, and a set of
1193   definitions for S5/HTML presentations.
1195 * docutils/parsers/rst/languages/ja.py: Added to project: Japanese
1196   mappings by David Goodger.
1198 * docutils/parsers/rst/languages/zh_cn.py: Added to project:
1199   Simplified Chinese mappings by Panjunyong.
1201 * docutils/readers/__init__.py:
1203   - Added universal.Decorations and universal.ExposeInternals
1204     transforms as default transforms for all readers.
1205   - Added ``ReReader`` base class for readers that reread an existing
1206     document tree.
1208 * docutils/readers/doctree.py: Added to project; a reader for existing
1209   document trees.
1211 * docutils/transforms/frontmatter.py:
1213   - Fixed the DocInfo transform to handle SVN-style expansion of the
1214     "Date" keyword.
1215   - In ``DocInfo.extract_authors``, treat the contents of "authors"
1216     fields uniformly.
1218 * docutils/transforms/misc.py:
1220   - Added misc.Transitions transform, extracted from
1221     universal.FinalChecks.
1223 * docutils/transforms/references.py:
1225   - Added references.DanglingReferences transform, extracted from
1226     universal.FinalChecks.
1227   - Fixed bug with doubly-indirect substitutions.
1228   - Added footnote_reference classes attribute to "TargetNotes".
1229   - Fixed bug with circular substitution definitions that put Docutils
1230     into an infinite loop.
1232 * docutils/transforms/universal.py:
1234   - Added universal.ExposeInternals transform, extracted from
1235     universal.FinalChecks.
1236   - Removed universal.FinalChecks transform (logic has been moved to
1237     several new transforms).
1238   - Fixed bug with the "expose_internals" setting and Text nodes
1239     (exposed by the "rawsource" internal attribute).
1240   - Added the universal.StripComments transform, implementation of the
1241     "strip_comments" setting.
1243 * docutils/transforms/writer_aux.py: Added to project; auxiliary
1244   transforms for writers.
1246   - Added ``Compound`` transform, which flattens compound paragraphs.
1248 * docutils/writers/: Several writer modules (html4css1.py) were
1249   converted into packages.  Support modules and data files have been
1250   moved into the packages.  The stylesheets for the HTML writers are
1251   now installed along with the code, the code knows where to find
1252   them, and the default is to use them (actually, to embed them).
1253   Some adjustments to configuration files may be necessary.  The
1254   easiest way to obtain the new default behavior is to remove all
1255   settings whose name includes "stylesheet".
1257 * docutils/writers/__init__.py:
1259   - Added universal.Messages and universal.FilterMessages transforms
1260     as default transforms for all writers.
1261   - Added ``UnfilteredWriter`` base class for writers that pass the
1262     document tree on unchanged.
1264 * docutils/writers/docutils_xml.py:
1266   - Made ``xmlcharrefreplace`` the default output encoding error
1267     handler.
1269 * docutils/writers/html4css1/:
1271   - Added support for image width and height units.
1272   - Made ``xmlcharrefreplace`` the default output encoding error
1273     handler.
1274   - Made ``--embed-stylesheet`` the default rather than
1275     ``--link-stylesheet``.
1276   - Moved "id" attribute from container (section etc.) to title's <a>
1277     tag, to be on the same tag as "name".
1278     (!!! To be reverted in Docutils 0.5.)
1279   - Added vertical space between fields of field lists.
1280   - Added ``--compact-field-lists`` option to remove vertical space in
1281     simple field lists.
1282   - Made cloaking of email addresses with ``--cloak-email-addresses``
1283     less obtrusive.
1284   - Fixed support for centered images.
1285   - Added support for class="compact" & class="open" lists.
1287 * docutils/writers/latex2e/:
1289   - Underscores in citekeys are no longer escaped.
1291 * docutils/writers/newlatex2e/unicode_map.py: Added to project;
1292   mapping of Unicode characters to LaTeX equivalents.
1294 * docutils/writers/s5_html/: Package added to project; writer for
1295   S5/HTML slide shows.
1297 * docs/dev/distributing.txt: Added to project; guide for distributors
1298   (package maintainers).
1300 * docs/dev/hacking.txt: Added to project; guide for developers.
1302 * docs/ref/doctree.txt:
1304   - Updated for plural attributes "classes", "ids", "names",
1305     "dupnames".
1306   - Added the "container" element.
1308 * docs/ref/docutils.dtd:
1310   - Updated for plural attributes "classes", "ids", "names",
1311     "dupnames".
1313 * docs/user/emacs.txt: Added to project; a document about Emacs
1314   support for reStructuredText and Docutils.
1316 * docs/user/links.txt: Added to project; lists of Docutils-related
1317   links.
1319 * docs/user/mailing-lists.txt: Added to project; information about
1320   Docutils-related mailing lists and how to access them.
1322 * docs/user/slide-shows.txt: Added to project; example of and docs for
1323   the S5/HTML writer (``rst2s5.py`` front end).
1325 * docs/ref/rst/definitions.txt: "reStructuredText Standard Definition
1326   Files", added to project.
1328 * test/coverage.sh: Added to project; test coverage script.
1330 * test/DocutilsTestSupport.py:
1332   - Added support for specifying runtime settings at the suite level.
1334 * test/test_functional.py:
1336   - Added the ``clear_output_directory`` function.
1337   - Added support for ``_test_more`` functions in functional test
1338     config files.
1340 * tools/rst2s5.py: Added to project; front end for the S5/HTML writer.
1342 * tools/rstpep2html.py: Renamed from pep.py.
1344 * tools/dev/create_unimap.py: Added to project; script to create the
1345   docutils/writers/unimap_latex.py mapping file.
1347 * tools/dev/profile_docutils.py: Added to project; profiler script.
1349 * tools/dev/unicode2rstsubs.py: Moved from tools/unicode2rstsubs.py.
1351 * tools/editors/emacs/restructuredtext.el,
1352   tools/editors/emacs/rst-html.el, tools/editors/emacs/rst-mode.el:
1353   Removed from project; the functionality is now contained in rst.el.
1355 * tools/editors/emacs/rst.el: Added to project.  Added many features
1356   and fixed many bugs.  See docs/user/emacs.txt for details.
1358 * tools/stylesheets: Removed from project.  Stylesheets have been
1359   renamed and moved into writer packages.
1362 Release 0.3.9 (2005-05-26)
1363 ==========================
1365 * General:
1367   - Eliminated and replaced all uses of the old string attributes
1368     ``id``, ``name``, ``dupname`` and ``class`` with references to the
1369     new list attributes ``ids``, ``names``, ``dupnames`` and
1370     ``classes`` throughout the whole source tree.
1372 * docutils/core.py:
1374   - Enabled ``--dump-*`` options when ``--traceback`` specified,
1375     allowing for easier debugging.
1376   - In ``Publisher.publish()``, expanded the generic top-level
1377     exception catching.
1379 * docutils/examples.py:
1381   - Added ``internals`` function for exploration.
1383 * docutils/io.py:
1385   - Fixed ``Input.decode`` method to apply heuristics only if no
1386     encoding is explicitly given, and to provide better reporting of
1387     decoding errors.
1388   - The ``Input.decode`` method now removes byte order marks (BOMs)
1389     from input streams.
1391 * docutils/nodes.py:
1393   - ``image`` element class changed to subclass of Element, not
1394     TextElement (it's an empty element, and cannot contain text).
1395   - Added ``attr_defaults`` dictionary for default attribute values.
1396   - Added empty list as default value for the following attributes:
1397     ``ids``, ``names``, ``dupnames``, ``classes``, and ``backrefs``.
1398   - Added ``document.decoration`` attribute,
1399     ``document.get_decoration`` method, and ``decoration.get_header``
1400     & ``.get_footer`` methods.
1401   - Added ``Element.update_basic_atts()`` and ``Element.substitute()``
1402     methods.
1404 * docutils/utils.py:
1406   - Removed ``docutils.utils.Reporter.categories``,
1407     ``docutils.utils.ConditionSet``, and all references to them, to
1408     simplify error reporting.
1410 * docutils/languages/nl.py: Added to project; Dutch mappings by
1411   Martijn Pieters.
1413 * docutils/parsers/rst/__init__.py:
1415   - Added settings: ``file_insertion_enabled`` & ``raw_enabled``.
1417 * docutils/parsers/rst/states.py:
1419   - Added check for escaped at-mark to prevent email address recognition.
1420   - Fixed option lists to allow spaces inside ``<angle-bracketed option
1421     arguments>``.
1422   - Allowed whitespace in paths and URLs.
1423   - Added auto-enumerated list items.
1424   - Fixed bug that assumed ``.. _`` and ``.. |`` were invariably
1425     followed by text.
1426   - Added support for table stub columns.
1428 * docutils/parsers/rst/directives/__init__.py:
1430   - Allowed whitespace in paths (``path`` function).
1431   - Added ``uri`` directive option conversion function.
1433 * docutils/parsers/rst/directives/body.py:
1435   - Fixed illegal context bug with "topic" directive (allowed within
1436     sidebars; not within body elements).
1438 * docutils/parsers/rst/directives/images.py:
1440   - Allowed whitespace (stripped) in "image" & "figure" directive URLs.
1441   - Added support for the ``file_insertion_enabled`` setting in the
1442     "figure" directive (disables "figwidth" option).
1443   - "image" directive: added checks for valid values of "align" option,
1444     depending on context.  "figure" directive: added specialized
1445     "align" option and attribute on "figure" element.
1446   - Made ":figwidth: image" option of "figure" directive work again.
1447   - Fixed bug with reference names containing uppercase letters
1448     (e.g. ``Name_``) in "target" option of "image" directive.
1450 * docutils/parsers/rst/directives/misc.py:
1452   - Fixed "include" and "raw" directives to catch text decoding
1453     errors.
1454   - Allowed whitespace in "include" & "raw" directive paths.
1455   - Added support for ``file_insertion_enabled`` & ``raw_enabled``
1456     settings in "include" & "raw" directives.
1458 * docutils/parsers/rst/directives/parts.py:
1460   - Added "header" & "footer" directives.
1461   - Fixed illegal context bug with "contents" directive (topics
1462     allowed within sidebars; not within body elements).
1464 * docutils/parsers/rst/directives/tables.py:
1466   - Added "list-table" directive.
1467   - Caught empty CSV table bug.
1468   - Added support for the ``file_insertion_enabled`` setting in the
1469     "csv-table" directive.
1470   - Added ``stub-columns`` option to "csv-table" and "list-table"
1471     directives.
1473 * docutils/parsers/rst/languages/nl.py: Added to project; Dutch
1474   mappings by Martijn Pieters.
1476 * docutils/readers/standalone.py:
1478   - Added ``--section-subtitles`` and ``--no-section-subtitles``
1479     options to activate or deactivate the SectSubTitle transform.
1481 * docutils/transforms/frontmatter.py:
1483   - Added SectSubTitle transform to promote titles of lone
1484     subsections to subtitles.
1486 * docutils/transforms/references.py:
1488   - Fixed mislocated internal targets bug, by propagating internal
1489     targets to the next node, making use of the newly added support
1490     for multiple names and IDs.
1491   - Fixed duplicate footnote label bug.
1492   - Replaced ``ChainedTargets`` with more generic ``PropagateTargets``
1493     transform.
1495 * docutils/writers/html4css1.py:
1497   - Fixed unencoded stylesheet reference bug (characters like "&" in
1498     stylesheet references).
1499   - ``target`` nodes now appear as ``span`` tags (instead of ``a``
1500     tags).
1501   - Added support for multiple IDs per node by creating empty ``span``
1502     tags.
1503   - Added the ``field_name_limit`` & ``option_limit`` settings &
1504     support.
1505   - Added support for table stub columns.
1506   - Added support for the ``align`` attribute on ``figure`` elements.
1507   - Added the ``cloak_email_addresses`` setting & support.
1508   - Added ``html_prolog``, ``html_head``, ``html_body``,
1509     ``html_title``, & ``html_subtitle`` to parts dictionary exposed by
1510     ``docutils.core.publish_parts``.
1511   - Added support for section subtitles.
1513 * docutils/writers/latex2e.py:
1515   - Fixed tables starting with more than one multirow cell.
1516   - Improved --use-latex-docinfo so that organization/contact/address
1517     fields are lumped with the last author field and appear on the
1518     titlepage.
1519   - Made sure the titlepage is always shown with --use-latex-docinfo,
1520     even if the document has no title.
1521   - Made sure that latex doesn't fill in today's date if no date field
1522     was given.
1523   - Added support for section subtitles.
1525 * docutils/writers/newlatex2e.py: Added to project; a new LaTeX writer
1526   (under development).
1528 * docutils/writers/null.py: Added to project; a do-nothing Writer.
1530 * docs/api/publisher.txt:
1532   - Added "``publish_parts`` Details" section.
1534 * docutils/dev/repository.txt: Added to project; information about the
1535   Docutils Subversion repository.
1537 * docs/ref/docutils.dtd:
1539   - Added a ``stub`` attribute to the ``colspec`` element via the
1540     ``tbl.colspec.att`` parameter entity.
1541   - Allowed topic elements within sidebars
1542   - Added an ``align`` attribute to the ``figure`` element.
1544 * tools/rst2newlatex.py: Added to project; front end for the new LaTeX
1545   writer.
1548 Release 0.3.7 (2004-12-24)
1549 ==========================
1551 * docutils/frontend.py:
1553   - Added options: --input-encoding-error-handler,
1554     --record-dependencies, --leave-footnote-reference-space,
1555     --strict-visitor.
1556   - Added command-line and config file support for "overrides" setting
1557     parameter.
1559 * docutils/io.py:
1561   - Added support for input encoding error handler.
1563 * docutils/nodes.py:
1565   - Added dispatch_visit and dispatch_departure methods to
1566     NodeVisitor; useful as a hook for Visitors.
1567   - Changed structure of ``line_block``; added ``line``.
1568   - Added ``compound`` node class.
1569   - Added a mechanism for Visitors to transitionally ignore new node
1570     classes.
1572 * docutils/utils.py:
1574   - Moved ``escape2null`` and ``unescape`` functions from
1575     docutils/parsers/rst/states.py.
1577 * docutils/parsers/rst/roles.py:
1579   - Added "raw" role.
1580   - Changed role function API: the "text" parameter now takes
1581     null-escaped interpreted text content.
1583 * docutils/parsers/rst/states.py:
1585   - Fixed bug where a "role" directive in a nested parse would crash
1586     the parser; the state machine's "language" attribute was not being
1587     copied over.
1588   - Added support for line block syntax.
1589   - Fixed directive parsing bug: argument-less directives didn't
1590     notice that arguments were present.
1591   - Removed error checking for transitions.
1592   - Added support for multiple classifiers in definition list items.
1593   - Moved ``escape2null`` and ``unescape`` functions to docutils/utils.py.
1594   - Changed role function API: the "text" parameter now takes
1595     null-escaped interpreted text content.
1596   - Empty sections and documents are allowed now.
1598 * docutils/parsers/rst/directives/__init__.py:
1600   - Added ``encoding`` directive option conversion function.
1601   - Allow multiple class names in class_option conversion function.
1603 * docutils/parsers/rst/directives/body.py:
1605   - Converted the line-block directive to use the new structure.
1606   - Extracted the old line-block functionality to the ``block``
1607     function (still used).
1608   - Added ``compound`` directive (thanks to Lea Wiemann).
1610 * docutils/parsers/rst/directives/misc.py:
1612   - Added "encoding" option to "include" and "raw" directives.
1613   - Added "trim", "ltrim", and "rtrim" options to "unicode" directive.
1614   - Allow multiple class names in the "class" directive.
1616 * docutils/parsers/rst/directives/parts.py:
1618   - Directive "sectnum" now accepts "prefix", "suffix", and "start"
1619     options.  Thanks to Lele Gaifax.
1621 * docutils/parsers/rst/directives/tables.py:
1623   - Added "encoding" directive to "csv-table" directive.
1624   - Added workaround for lack of Unicode support in csv.py, for
1625     non-ASCII CSV input.
1627 * docutils/transforms/misc.py:
1629   - Fixed bug when multiple "class" directives are applied to a single
1630     element.
1631   - Enabled multiple format names for "raw" directive.
1633 * docutils/transforms/references.py:
1635   - Added support for trimming whitespace from beside substitution
1636     references.
1638 * docutils/transforms/universal.py:
1640   - FinalChecks now checks for illegal transitions and moves
1641     transitions between sections.
1643 * docutils/writers/html4css1.py:
1645   - HTMLTranslator.encode now converts U+00A0 to "&nbsp;".
1646   - "stylesheet" and "stylesheet_path" settings are now mutually
1647     exclusive.
1648   - Added support for the new line_block/line structure.
1649   - --footnote-references now overrides
1650     --trim-footnote-reference-space, if applicable.
1651   - Added support for ``compound`` elements.
1652   - Enabled multiple format names for "raw" directive.
1653   - ``<p>`` tags of a paragraph which is the only visible child of the
1654     document node are no longer stripped.
1655   - Moved paragraph-compacting logic (for stripping ``<p>`` tags) to
1656     new method ``should_be_compact_paragraph()``.
1657   - Added class="docutils" to ``dl``, ``hr``, ``table`` and ``tt``
1658     elements.
1659   - "raw" elements are now surrounded by ``span`` or ``div`` tags in
1660     the output if they have their ``class`` attribute set.
1661   - The whole document is now surrounded by a ``<div
1662     class="document">`` element.
1663   - Body-level images are now wrapped by their own ``<div>`` elements,
1664     with image classes copied to the wrapper, and for images which
1665     have the ``:align:`` option set, the surrounding ``<div>`` now
1666     receives a class attribute (like ``class="align-left"``).
1668 * docutils/writers/latex2e.py:
1670   - no newline after depart_term.
1671   - Added translations for some Unicode quotes.
1672   - Added option "font-encoding", made package AE the default.
1673   - "stylesheet" and "stylesheet_path" settings are now mutually
1674     exclusive.
1675   - --footnote-references now overrides
1676     --trim-footnote-reference-space, if applicable.
1677   - The footnote label style now matches the footnote reference style
1678     ("brackets" or "superscript").
1679   - Added support for ``compound`` elements.
1680   - Enabled multiple format names for "raw" directive.
1682 * docs/ref/docutils.dtd:
1684   - Changed structure of the ``line_block`` element; added ``line``.
1685   - Added ``compound`` element.
1686   - Added "ltrim" and "rtrim" attributes to
1687     ``substitution_definition`` element.
1688   - Enabled multiple format names for ``raw`` element.
1689   - Enabled multiple classifiers in ``definition_list_item`` elements.
1691 * docs/ref/rst/directives.txt
1693   - Marked "line-block" as deprecated.
1694   - "Class" directive now allows multiple class names.
1695   - Added "Rationale for Class Attribute Value Conversion".
1696   - Added warning about "raw" overuse/abuse.
1698 * docs/ref/rst/restructuredtext.txt:
1700   - Added syntax for line blocks.
1701   - Definition list items may have multiple classifiers.
1703 * docs/ref/rst/roles.txt:
1705   - Added "raw" role.
1707 * tools/stylesheets/default.css:
1709   - Added support for the new line_block structure.
1710   - Added "docutils" class to ``dl``, ``hr``, ``table`` and ``tt``.
1713 Release 0.3.5 (2004-07-29)
1714 ==========================
1716 General:
1718 * _`Documentation cleanup/reorganization`.
1720   - Created new subdirectories of docs/:
1722     * ``docs/user/``: introductory/tutorial material for end-users
1723     * ``docs/dev/``: for core-developers (development notes, plans, etc.)
1724     * ``docs/api/``: API reference material for client-developers
1725     * ``docs/ref/``: reference material for all groups
1726     * ``docs/howto/``: for component-developers and core-developers
1727     * ``docs/peps/``: Python Enhancement Proposals
1729   - Moved ``docs/*`` to ``docs/user/``.
1730   - Moved ``pysource.dtd``, ``pysource.txt``, ``semantics.txt`` from
1731     ``spec/`` to ``docs/dev``.
1732   - Moved ``doctree.txt``, ``docutils.dtd``, ``soextblx.dtd``,
1733     ``transforms.txt`` from ``spec/`` to ``docs/ref/``.
1734   - Moved ``alternatives.txt``, and ``problems.txt`` from
1735     ``spec/rst/`` to ``docs/dev/rst/``.
1736   - Moved ``reStructuredText.txt``, ``directives.txt``,
1737     ``interpreted.txt``, and ``introduction.txt`` from ``spec/rst/``
1738     to ``docs/ref/rst/``.  Renamed ``interpreted.txt`` to
1739     ``roles.txt``, ``reStructuredText.txt`` to
1740     ``restructuredtext.txt``.
1741   - Moved ``spec/howto/`` to ``docs/howto``.
1743   In order to keep the CVS history of moved files, we supplied
1744   SourceForge with a `script for modifying the Docutils CVS
1745   repository`__.
1747   __ http://cvs.sourceforge.net/viewcvs.py/*checkout*/docutils/sandbox/davidg/infrastructure/cvs-reorg.sh?content-type=text/plain&rev=1.5
1749   After running the cleanup script:
1751   - Added ``docs/index.txt``.
1752   - Added a ``.htaccess`` file to the ``web`` module, containing
1753     redirects for all old paths to new paths.  They'll preserve
1754     fragments (the "#name" part of a URL), and won't clutter up the
1755     file system, and will correct the URL in the user's browser.
1756   - Added ``BUGS.txt``, ``docs/dev/policies.txt``,
1757     ``docs/dev/website.txt``, ``docs/dev/release.txt`` from all but
1758     the "To Do" list itself in ``docs/dev/todo.txt``.
1759   - Moved "Future Plans" from ``HISTORY.txt`` to new "Priorities"
1760     section of ``docs/dev/todo.txt``.
1761   - Added ``THANKS.txt`` from "Acknowledgements" in ``HISTORY.txt``.
1762   - Added "How To Report Bugs" to ``BUGS.txt``.
1763   - Went through all the sources and docs (including under web/) and
1764     updated links.  Mostly done by Lea Wiemann; thanks Lea!
1765     (Still need to update links in the sandboxes.)
1767 Specific:
1769 * BUGS.txt: Added to project.
1771 * THANKS.txt: Added to project.
1773 * docutils/__init__.py:
1775   - 0.3.4: Post-release.
1777 * docutils/core.py:
1779   - Added special error handling & advice for UnicodeEncodeError.
1780   - Refactored Publisher.publish (simplified exception handling &
1781     extracted debug dumps).
1782   - Renamed "enable_exit" parameter of convenience functions to
1783     "enable_exit_status".
1784   - Enabled traceback (exception propagation) by default in
1785     programmatic convenience functions.
1786   - Now publish_file and publish_cmdline convenience functions return
1787     the encoded string results in addition to their regular I/O.
1788   - Extracted common code from publish_file, publish_string, and
1789     publish_parts, into new publish_programmatically.  Extracted
1790     settings code to ``Publisher.process_programmatic_settings``.
1791   - In Publisher.publish, disabled ``settings_overrides`` when
1792     ``settings`` is supplied; redundant.
1794 * docutils/frontend.py:
1796   - Added help text for "--output-encoding-error-handler" and
1797     "--error-encoding-error-handler".
1798   - Renamed "--exit" to "--exit-status".
1799   - Simplified default-setting code.
1801 * docutils/parsers/rst/__init__.py:
1803   - Added "--pep-base-url" and "--rfc-base-url" options.
1805 * docutils/parsers/rst/states.py:
1807   - Made URI recognition more aggressive and intelligent.
1809 * docutils/parsers/rst/directives/__init__.py:
1811   - Added several directive option conversion functions.
1813 * docutils/parsers/rst/directives/body.py:
1815   - Moved "table" directive to tables.py.
1817 * docutils/parsers/rst/directives/tables.py: Table-related directives,
1818   added to project.
1820 * docutils/writers/latex2e.py:
1822   - Added "--table-style=(standard|booktabs|nolines)"
1823   - figures get "here" option (LaTeX per default puts them at bottom),
1824     and figure content is centered.
1825   - Rowspan support for tables.
1826   - Fix: admonition titles before first section.
1827   - Replace ``--`` in literal by ``-{}-`` because fontencoding T1 has endash.
1828   - Replave ``_`` in literal by an underlined blank, because it has the correct
1829     width.
1830   - Fix: encode pdfbookmark titles, ``#`` broke pdflatex.
1831   - A few unicode replacements, if output_encoding != utf
1832   - Add "--graphicx-option".
1833   - Indent literal-blocks.
1834   - Fix: omit ``\maketitle`` when there is no document title.
1836 * docs/index.txt: "Docutils Project Documentation Overview", added to
1837   project.
1839 * docs/api/cmdline-tool.txt: "Inside A Docutils Command-Line Front-End
1840   Tool", added to project.
1842 * docs/api/publisher.txt: "The Docutils Publisher", added to project.
1844 * docs/api/runtime-settings.txt: "Docutils Runtime Settings", added to project.
1846 * docs/dev/policies.txt: Added to project (extracted from
1847   ``docs/dev/todo.txt``, formerly ``spec/notes.txt``).
1849 * docs/dev/release.txt: Added to project (extracted from
1850   ``docs/dev/todo.txt``, formerly ``spec/notes.txt``).
1852 * docs/dev/testing.txt: Added to project.
1854 * docs/dev/website.txt: Added to project (extracted from
1855   ``docs/dev/todo.txt``, formerly ``spec/notes.txt``).
1857 * docs/ref/rst/directives.txt:
1859   - Added directives: "table", "csv-table".
1861 * docs/user/rst/cheatsheet.txt: "The reStructuredText Cheat Sheet"
1862   added to project.  1 page for syntax, and a 1 page reference for
1863   directives and roles.  Source text to be used as-is; not meant to be
1864   converted to HTML.
1866 * docs/user/rst/demo.txt: Added to project; moved from tools/test.txt
1867   with a change of title.
1869 * test/functional/, contents, and test/test_functional.py: Added to
1870   project.
1872 * tools/buildhtml.py: Fixed bug with config file handling.
1874 * tools/html.py: Removed from project (duplicate of rst2html.py).
1876 * tools/pep2html.py: Removed from project (duplicate of Python's
1877   nondist/peps/pep2html.py; Docutils' tools/pep.py can be used for
1878   Docutils-related PEPs in docs/peps/).
1880 * tools/rst2pseudoxml.py: Renamed from publish.py.
1882 * tools/rst2xml.py: Renamed from docutils-xml.py.
1884 * tools/test.txt: Removed from project; moved to
1885   docs/user/rst/demo.txt.
1887 * setup.py: Now also installs ``rst2latex.py``.
1890 Release 0.3.3 (2004-05-09)
1891 ==========================
1893 * docutils/__init__.py:
1895   - 0.3.1: Reorganized config file format (multiple sections); see
1896     docs/config.txt.
1897   - Added unknown_reference_resolvers attribute to TransformSpec.
1898   - 0.3.2: Interpreted text reorganization.
1899   - 0.3.3: Released.
1901 * docutils/core.py:
1903   - Catch system messages to stop tracebacks from parsing errors.
1904   - Catch exceptions during processing report & exit without
1905     tracebacks, except when "--traceback" used.
1906   - Reordered components for OptionParser; application comes last.
1907   - Added "config_section" parameter to several methods and functions,
1908     allowing front ends to easily specify their config file sections.
1909   - Added publish_parts convenience function to allow access to individual
1910     parts of a document.
1912 * docutils/examples.py: Added to project; practical examples of
1913   Docutils client code, to be used as-is or as models for variations.
1915 * docutils/frontend.py:
1917   - Added "--traceback" & "--no-traceback" options ("traceback"
1918     setting).
1919   - Implemented support for config file reorganization:
1920     ``standard_config_files`` moved from ``ConfigParser`` to
1921     ``OptionParser``; added
1922     ``OptionParser.get_config_file_settings()`` and
1923     ``.get_standard_config_settings()``; support for old "[options]"
1924     section (with deprecation warning) and mapping from old to new
1925     settings.
1926   - Reimplemented setting validation.
1927   - Enabled flexible boolean values: yes/no, true/false, on/off.
1928   - Added ``Values``, a subclass of ``optparse.Values``, with support
1929     for list setting attributes.
1930   - Added support for new ``DOCUTILSCONFIG`` environment variable;
1931     thanks to Beni Cherniavsky.
1932   - Added "--no-section-numbering" option.
1934 * docutils/io.py:
1936   - Catch IOErrors when opening source & destination files, report &
1937     exit without tracebacks.  Added ``handle_io_errors`` parameter to
1938     ``FileInput`` & ``FileOutput`` to enable caller error handling.
1940 * docutils/nodes.py:
1942   - Changed ``SparseNodeVisitor`` and ``GenericNodeVisitor`` dynamic
1943     method definitions (via ``exec``) to dynamic assignments (via
1944     ``setattr``); thanks to Roman Suzi.
1945   - Encapsulated visitor dynamic assignments in a function; thanks to
1946     Ian Bicking.
1947   - Added indirect_reference_name attribute to the Targetable
1948     class. This attribute holds the whitespace_normalized_name
1949     (contains mixed case) of a target.
1951 * docutils/statemachine.py:
1953   - Renamed ``StringList.strip_indent`` to ``.trim_left``.
1954   - Added ``StringList.get_2D_block``.
1956 * docutils/utils.py:
1958   - Added "level" attribute to SystemMessage exceptions.
1960 * docutils/languages/af.py: Added to project; Afrikaans mappings by
1961   Jannie Hofmeyr.
1963 * docutils/languages/cs.py: Added to project; Czech mappings by Marek
1964   Blaha.
1966 * docutils/languages/eo.py: Added to project; Esperanto mappings by
1967   Marcelo Huerta San Martin.
1969 * docutils/languages/pt_br.py: Added to project; Brazilian Portuguese
1970   mappings by Lalo Martins.
1972 * docutils/languages/ru.py: Added to project; Russian mappings by
1973   Roman Suzi.
1975 * docutils/parsers/rst/roles.py: Added to project.  Contains
1976   interpreted text role functions, a registry for interpreted text
1977   roles, and an API for adding to and retrieving from the registry.
1978   Contributed by Edward Loper.
1980 * docutils/parsers/rst/states.py:
1982   - Updated ``RSTState.nested_parse`` for "include" in table cells.
1983   - Allowed true em-dash character and "---" as block quote
1984     attribution marker.
1985   - Added support for <angle-bracketed> complex option arguments
1986     (option lists).
1987   - Fixed handling of backslashes in substitution definitions.
1988   - Fixed off-by-1 error with extra whitespace after substitution
1989     definition directive.
1990   - Added inline markup parsing to field lists' field names.
1991   - Added support for quoted (and unindented) literal blocks.
1992     Driven in part by a bribe from Frank Siebenlist (thanks!).
1993   - Parser now handles escapes in URIs correctly.
1994   - Made embedded-URIs' reference text omittable.  Idea from Beni
1995     Cherniavsky.
1996   - Refactored explicit target processing code.
1997   - Added name attribute to references containing the reference name only
1998     through whitespace_normalize_name (no case changes).
1999   - parse_target no longer returns the refname after going through
2000     normalize_name. This is now handled in make_target.
2001   - Fixed bug relating to role-less interpreted text in non-English
2002     contexts.
2003   - Reorganized interpreted text processing; moved code into the new
2004     roles.py module.  Contributed by Edward Loper.
2005   - Refactored ``Body.parse_directive`` into ``run_directive`` and
2006     ``parse_directive_block``.
2008 * docutils/parsers/rst/tableparser.py:
2010   - Reworked for ``StringList``, to support "include" directives in
2011     table cells.
2013 * docutils/parsers/rst/directives/__init__.py:
2015   - Renamed ``unchanged()`` directive option conversion function to
2016     ``unchanged_required``, and added a new ``unchanged``.
2017   - Catch unicode value too high error; fixes bug 781766.
2018   - Beefed up directive error reporting.
2020 * docutils/parsers/rst/directives/body.py:
2022   - Added basic "table" directive.
2024 * docutils/parsers/rst/directives/images.py:
2026   - Added "target" option to "image" directive.
2027   - Added name attribute to references containing the reference name only
2028     through whitespace_normalize_name (no case changes).
2030 * docutils/parsers/rst/directives/misc.py:
2032   - Isolated the import of the ``urllib2`` module; was causing
2033     problems on SourceForge (``libssl.so.2`` unavailable?).
2034   - Added the "role" directive for declaring custom interpreted text
2035     roles.
2037 * docutils/parsers/rst/directives/parts.py:
2039   - The "contents" directive does more work up-front, creating the
2040     "topic" and "title", and leaving the "pending" node for the
2041     transform.  Allows earlier reference resolution; fixes subtle bug.
2043 * docutils/parsers/rst/languages/af.py: Added to project; Afrikaans
2044   mappings by Jannie Hofmeyr.
2046 * docutils/parsers/rst/languages/cs.py: Added to project; Czech
2047   mappings by Marek Blaha.
2049 * docutils/parsers/rst/languages/eo.py: Added to project; Esperanto
2050   mappings by Marcelo Huerta San Martin.
2052 * docutils/parsers/rst/languages/pt_br.py: Added to project; Brazilian
2053   Portuguese mappings by Lalo Martins.
2055 * docutils/parsers/rst/languages/ru.py: Added to project; Russian
2056   mappings by Roman Suzi.
2058 * docutils/transforms/parts.py:
2060   - The "contents" directive does more work up-front, creating the
2061     "topic" and "title", and leaving the "pending" node for the
2062     transform.  Allows earlier reference resolution; fixes subtle bug.
2063   - Added support for disabling of section numbering.
2065 * docutils/transforms/references.py:
2067   - Verifying that external targets are truly targets and not indirect
2068     references. This is because we are now adding a "name" attribute to
2069     references in addition to targets. Note sure if this is correct!
2070   - Added code to hook into the unknown_reference_resolvers list for a
2071     transformer in resolve_indirect_target. This allows the
2072     unknown_reference_resolvers to keep around indirect targets which
2073     docutils doesn't know about.
2074   - Added specific error message for duplicate targets.
2076 * docutils/transforms/universal.py:
2078   - Added FilterMessages transform (removes system messages below the
2079     verbosity threshold).
2080   - Added hook (via docutils.TransformSpec.unknown_reference_resolvers)
2081     to FinalCheckVisitor for application-specific handling of
2082     unresolvable references.
2083   - Added specific error message for duplicate targets.
2085 * docutils/writers/__init__.py:
2087   - Added assemble_parts method to the Writer class to allow for
2088     access to a documents individual parts.
2089   - Documented & set default for ``Writer.output`` attribute.
2091 * docutils/writers/html4css1.py:
2093   - Fixed unicode handling of attribute values (bug 760673).
2094   - Prevent duplication of "class" attribute values (bug report from
2095     Kirill Lapshin).
2096   - Improved table grid/border handling (prompted by report from Bob
2097     Marshall).
2098   - Added support for table titles.
2099   - Added "<title />" for untitled docs, for XHTML conformance; thanks
2100     to Darek Suchojad.
2101   - Added functionality to keep track of individual parts of a document
2102     and store them in a dictionary as the "parts" attribute of the writer.
2103     Contributed by Reggie Dugard at the Docutils sprint at PyCon DC 2004.
2104   - Added proper support for the "scale" attribute of the "image"
2105     element.  Contributed by Brent Cook.
2106   - Added ``--initial-header-level`` option.
2107   - Fixed bug: the body_pre_docinfo segment depended on there being a
2108     docinfo; if no docinfo, the document title was incorporated into
2109     the body segment.  Adversely affected the publish_parts interface.
2111 * docutils/writers/latex2e.py:
2113   - Changed default stylesheet to "no stylesheet" to avoid latex complaining
2114     about a missing file.
2115   - Added options and support: ``--compound-enumerators``,
2116     ``--section-prefix-for-enumerators``, and
2117     ``--section-enumerator-separator``.  By John F Meinel Jr (SF patch
2118     934322).
2119   - Added option ``--use-verbatim-when-possible``, to avoid
2120     problematic characters (eg, '~' in italian) in literal blocks.
2121   - It's now possible to use four section levels in the `book` and
2122     `report` LaTeX classes.  The default `article` class still has
2123     three levels limit.
2125 * docs/config.txt: "Docutils Configuration Files", added to project.
2126   Moved config file entry descriptions from tools.txt.
2128 * docs/tools.txt:
2130   - Moved config file entry descriptions to config.txt.
2132 * spec/notes.txt: Continual updates.  Added "Setting Up For Docutils
2133   Development".
2135 * spec/howto/rst-roles.txt: "Creating reStructuredText Interpreted
2136   Text Roles", added to project.
2138 * spec/rst/reStructuredText.txt:
2140   - Added description of support for <angle-bracketed> complex option
2141     arguments to option lists.
2142   - Added subsections for indented and quoted literal blocks.
2144 * test: Continually adding & updating tests.
2146   - Added test/test_settings.py & test/data/config_*.txt support
2147     files.
2148   - Added test/test_writers/test_htmlfragment.py.
2150 * test/DocutilsTestSupport.py:
2152   - Refactored LaTeX publisher test suite/case class names to make
2153     testing other writers easier.
2154   - Added HtmlWriterPublishTestCase and HtmlFragmentTestSuite classes
2155     to test the processing of HTML fragments which use the new
2156     publish_parts convenience function.
2158 * tools/buildhtml.py:
2160   - Added support for the "--prune" option.
2161   - Removed dependency on pep2html.py; plaintext PEPs no longer
2162     supported.
2164 * tools/docutils.conf:
2166   - Updated for configuration file reorganization.
2168 * tools/rst2html.py:
2170   - copied from tools/html.py
2172 * setup.py:
2174   - added a 'scripts' section to configuration
2175   - added 'tools/rst2html.py' to the scripts section
2178 Release 0.3 (2003-06-24)
2179 ========================
2181 General:
2183 * Renamed "attribute" to "option" for directives/extensions.
2185 * Renamed transform method "transform" to "apply".
2187 * Renamed "options" to "settings" for runtime settings (as set by
2188   command-line options).  Sometimes "option" (singular) became
2189   "settings" (plural).  Some variations below:
2191   - document.options -> document.settings (stored in other objects as
2192     well)
2193   - option_spec -> settings_spec (not directives though)
2194   - OptionSpec -> SettingsSpec
2195   - cmdline_options -> settings_spec
2196   - relative_path_options -> relative_path_settings
2197   - option_default_overrides -> settings_default_overrides
2198   - Publisher.set_options -> Publisher.get_settings
2200 Specific:
2202 * COPYING.txt: Added "Public Domain Dedication".
2204 * FAQ.txt: Frequently asked questions, added to project.
2206 * setup.py:
2208   - Updated with PyPI Trove classifiers.
2209   - Conditional installation of third-party modules.
2211 * docutils/__init__.py:
2213   - Bumped version to 0.2.1 to reflect changes to I/O classes.
2214   - Bumped version to 0.2.2 to reflect changes to stylesheet options.
2215   - Factored ``SettingsSpec`` out of ``Component``; separately useful.
2216   - Bumped version to 0.2.3 because of the new "--embed-stylesheet"
2217     option and its effect on the PEP template & writer.
2218   - Bumped version to 0.2.4 due to changes to the PEP template &
2219     stylesheet.
2220   - Bumped version to 0.2.5 to reflect changes to Reporter output.
2221   - Added ``TransformSpec`` class for new transform system.
2222   - Bumped version to 0.2.6 for API changes (renaming).
2223   - Bumped version to 0.2.7 for new ``docutils.core.publish_*``
2224     convenience functions.
2225   - Added ``Component.component_type`` attribute.
2226   - Bumped version to 0.2.8 because of the internal parser switch from
2227     plain lists to the docutils.statemachine.StringList objects.
2228   - Bumped version to 0.2.9 because of the frontend.py API changes.
2229   - Bumped version to 0.2.10 due to changes to the project layout
2230     (third-party modules removed from the "docutils" package), and
2231     signature changes in ``io.Input``/``io.Output``.
2232   - Changed version to 0.3.0 for release.
2234 * docutils/core.py:
2236   - Made ``publish()`` a bit more convenient.
2237   - Generalized ``Publisher.set_io``.
2238   - Renamed ``publish()`` to ``publish_cmdline()``; rearranged its
2239     parameters; improved its docstring.
2240   - Added ``publish_file()`` and ``publish_string()``.
2241   - Factored ``Publisher.set_source()`` and ``.set_destination()``
2242     out of ``.set_io``.
2243   - Added support for "--dump-pseudo-xml", "--dump-settings", and
2244     "--dump-transforms" hidden options.
2245   - Added ``Publisher.apply_transforms()`` method.
2246   - Added ``Publisher.set_components()`` method; support for
2247     ``publish_*()`` conveninece functions.
2248   - Moved config file processing to docutils/frontend.py.
2249   - Added support for exit status ("exit_level" setting &
2250     ``enable_exit`` parameter for Publisher.publish() and convenience
2251     functions).
2253 * docutils/frontend.py:
2255   - Check for & exit on identical source & destination paths.
2256   - Fixed bug with absolute paths & "--config".
2257   - Set non-command-line defaults in ``OptionParser.__init__()``:
2258     ``_source`` & ``_destination``.
2259   - Distributed ``relative_path_settings`` to components; updated
2260     ``OptionParser.populate_from_components()`` to combine it all.
2261   - Require list of keys in ``make_paths_absolute`` (was implicit in
2262     global ``relative_path_settings``).
2263   - Added "--expose-internal-attribute", "--dump-pseudo-xml",
2264     "--dump-settings", and "--dump-transforms" hidden options.
2265   - Removed nasty internals-fiddling ``ConfigParser.get_section``
2266     code, replaced with correct code.
2267   - Added validation functionality for config files.
2268   - Added "--error-encoding" option/setting, "_disable_config"
2269     internal setting.
2270   - Added encoding validation; updated "--input-encoding" and
2271     "--output-encoding"; added "--error-encoding-error-handler" and
2272     "--output-encoding-error-handler".
2273   - Moved config file processing from docutils/core.py.
2274   - Updated ``OptionParser.populate_from_components`` to handle new
2275     ``SettingsSpec.settings_defaults`` dict.
2276   - Added support for "-" => stdin/stdout.
2277   - Added "exit_level" setting ("--exit" option).
2279 * docutils/io.py:
2281   - Split ``IO`` classes into subclasses of ``Input`` and ``Output``.
2282   - Added automatic closing to ``FileInput`` and ``FileOutput``.
2283   - Delayed opening of ``FileOutput`` file until ``write()`` called.
2284   - ``FileOutput.write()`` now returns the encoded output string.
2285   - Try to get path/stream name automatically in ``FileInput`` &
2286     ``FileOutput``.
2287   - Added defaults for source & destination paths.
2288   - Allow for Unicode I/O with an explicit "unicode" encoding.
2289   - Added ``Output.encode()``.
2290   - Removed dependency on runtime settings; pass encoding directly.
2291   - Recognize Unicode strings in ``Input.decode()``.
2292   - Added support for output encoding error handlers.
2294 * docutils/nodes.py:
2296   - Added "Invisible" element category class.
2297   - Changed ``Node.walk()`` & ``.walkabout()`` to permit more tree
2298     modification during a traversal.
2299   - Added element classes: ``line_block``, ``generated``, ``address``,
2300     ``sidebar``, ``rubric``, ``attribution``, ``admonition``,
2301     ``superscript``, ``subscript``, ``inline``
2302   - Added support for lists of nodes to ``Element.insert()``.
2303   - Fixed parent linking in ``Element.replace()``.
2304   - Added new abstract superclass ``FixedTextElement``; adds
2305     "xml:space" attribute.
2306   - Added support for "line" attribute of ``system_message`` nodes.
2307   - Added support for the observer pattern from ``utils.Reporter``.
2308     Added ``parse_messages`` and ``transform_messages`` attributes to
2309     ``document``, removed ``messages``.  Added ``note_parse_message``
2310     and ``note_transform_message`` methods.
2311   - Added support for improved diagnostics:
2313     - Added "document", "source", and "line" internal attributes to
2314       ``Node``, set by ``Node.setup_child()``.
2315     - Converted variations on ``node.parent = self`` to
2316       ``self.setup_child(node)``.
2317     - Added ``document.current_source`` & ``.current_line``
2318       attributes, and ``.note_source`` observer method.
2319     - Changed "system_message" output to GNU-Tools format.
2321   - Added a "rawsource" attribute to the ``Text`` class, for text
2322     before backslash-escape resolution.
2323   - Support for new transform system.
2324   - Reworked ``pending`` element.
2325   - Fixed XML DOM bug (SF #660611).
2326   - Removed the ``interpeted`` element class and added
2327     ``title_reference``, ``abbreviation``, ``acronym``.
2328   - Made substitutions case-sensitive-but-forgiving; moved some code
2329     from the parser.
2330   - Fixed Unicode bug on element attributes (report: William Dode).
2332 * docutils/optik.py: Removed from project; replaced with
2333   extras/optparse.py and extras/textwrap.py.  These will be installed
2334   only if they're not already present in the Python installation.
2336 * docutils/roman.py: Moved to extras/roman.py; this will be installed
2337   only if it's not already present in the Python installation.
2339 * docutils/statemachine.py:
2341   - Factored out ``State.add_initial_transitions()`` so it can be
2342     extended.
2343   - Converted whitespace-specific "blank" and "indent" transitions
2344     from special-case code to ordinary transitions: removed
2345     ``StateMachineWS.check_line()`` & ``.check_whitespace()``, added
2346     ``StateWS.add_initial_transitions()`` method, ``ws_patterns`` &
2347     ``ws_initial_transitions`` attributes.
2348   - Removed ``State.match_transition()`` after merging it into
2349     ``.check_line()``.
2350   - Added ``StateCorrection`` exception.
2351   - Added support for ``StateCorrection`` in ``StateMachine.run()``
2352     (moved ``TransitionCorrection`` support there too.)
2353   - Changed ``StateMachine.next_line()`` and ``.goto_line()`` to raise
2354     ``EOFError`` instead of ``IndexError``.
2355   - Added ``State.no_match`` method.
2356   - Added support for the Observer pattern, triggered by input line
2357     changes.
2358   - Added ``strip_top`` parameter to
2359     ``StateMachineWS.get_first_known_indented``.
2360   - Made ``context`` a parameter to ``StateMachine.run()``.
2361   - Added ``ViewList`` & ``StringList`` classes;
2362     ``extract_indented()`` becomes ``StringList.get_indented()``.
2363   - Added ``StateMachine.insert_input()``.
2364   - Fixed ViewList slice handling for Python 2.3.  Patch from (and
2365     thanks to) Fred Drake.
2367 * docutils/utils.py:
2369   - Added a ``source`` attribute to Reporter instances and
2370     ``system_message`` elements.
2371   - Added an observer pattern to ``utils.Reporter`` to keep track of
2372     system messages.
2373   - Fixed bugs in ``relative_path()``.
2374   - Added support for improved diagnostics.
2375   - Moved ``normalize_name()`` to nodes.py (``fully_normalize_name``).
2376   - Added support for encoding Reporter stderr output, and encoding
2377     error handlers.
2378   - Reporter keeps track of the highest level system message yet
2379     generated.
2381 * docutils/languages: Fixed bibliographic field language lookups.
2383 * docutils/languages/es.py: Added to project; Spanish mappings by
2384   Marcelo Huerta San Martin.
2386 * docutils/languages/fr.py: Added to project; French mappings by
2387   Stefane Fermigier.
2389 * docutils/languages/it.py: Added to project; Italian mappings by
2390   Nicola Larosa.
2392 * docutils/languages/sk.py: Added to project; Slovak mappings by
2393   Miroslav Vasko.
2395 * docutils/parser/__init__.py:
2397   - Added ``Parser.finish_parse()`` method.
2399 * docutils/parser/rst/__init__.py:
2401   - Added options: "--pep-references", "--rfc-references",
2402     "--tab-width", "--trim-footnote-reference-space".
2404 * docutils/parsers/rst/states.py:
2406   - Changed "title under/overline too short" system messages from INFO
2407     to WARNING, and fixed its insertion location.
2408   - Fixed enumerated list item parsing to allow paragraphs & section
2409     titles to begin with enumerators.
2410   - Converted system messages to use the new "line" attribute.
2411   - Fixed a substitution reference edge case.
2412   - Added support for "--pep-references" and "--rfc-references"
2413     options; reworked ``Inliner`` code to make customization easier.
2414   - Removed field argument parsing.
2415   - Added support for short section title over/underlines.
2416   - Fixed "simple reference name" regexp to ignore text like
2417     "object.__method__"; not an anonymous reference.
2418   - Added support for improved diagnostics.
2419   - Reworked directive API, based on Dethe Elza's contribution.  Added
2420     ``Body.parse_directive()``, ``.parse_directive_options()``,
2421     ``.parse_directive_arguments()`` methods.
2422   - Added ``ExtensionOptions`` class, to parse directive options
2423     without parsing field bodies.  Factored
2424     ``Body.parse_field_body()`` out of ``Body.field()``, overridden in
2425     ``ExtensionOptions``.
2426   - Improved definition list term/classifier parsing.
2427   - Added warnings for unknown directives.
2428   - Renamed ``Stuff`` to ``Struct``.
2429   - Now flagged as errors: transitions at the beginning or end of
2430     sections, empty sections (except title), and empty documents.
2431   - Updated for ``statemachine.StringList``.
2432   - Enabled recognition of schemeless email addresses in targets.
2433   - Added support for embedded URIs in hyperlink references.
2434   - Added backslash-escapes to inline markup end-string suffix.
2435   - Added support for correct interpreted text processing.
2436   - Fixed nested title parsing (topic, sidebar directives).
2437   - Added special processing of backslash-escaped whitespace (idea
2438     from David Abrahams).
2439   - Made substitutions case-sensitive-but-forgiving; moved some code
2440     to ``docutils.nodes``.
2441   - Added support for block quote attributions.
2442   - Added a kludge to work-around a conflict between the bubble-up
2443     parser strategy and short titles (<= 3 char-long over- &
2444     underlines).  Fixes SF bug #738803 "infinite loop with multiple
2445     titles" submitted by Jason Diamond.
2446   - Added explicit interpreted text roles for standard inline markup:
2447     "emphasis", "strong", "literal".
2448   - Implemented "superscript" and "subscript" interpreted text roles.
2449   - Added initial support for "abbreviation" and "acronym" roles;
2450     incomplete.
2451   - Added support for "--trim-footnote-reference-space" option.
2452   - Optional space before colons in directives & hyperlink targets.
2454 * docutils/parsers/rst/tableparser.py:
2456   - Fixed a bug that was producing unwanted empty rows in "simple"
2457     tables.
2458   - Detect bad column spans in "simple" tables.
2460 * docutils/parsers/rst/directives: Updated all directive functions to
2461   new API.
2463 * docutils/parsers/rst/directives/__init__.py:
2465   - Added ``flag()``, ``unchanged()``, ``path()``,
2466     ``nonnegative_int()``, ``choice()``, and ``class_option()``
2467     directive option helper functions.
2468   - Added warnings for unknown directives.
2469   - Return ``None`` for missing directives.
2470   - Added ``register_directive()``, thanks to William Dode and Paul
2471     Moore.
2473 * docutils/parsers/rst/directives/admonitions.py:
2475   - Added "admonition" directive.
2477 * docutils/parsers/rst/directives/body.py: Added to project.  Contains
2478   the "topic", "sidebar" (from Patrick O'Brien), "line-block",
2479   "parsed-literal", "rubric", "epigraph", "highlights" and
2480   "pull-quote" directives.
2482 * docutils/parsers/rst/directives/images.py:
2484   - Added an "align" attribute to the "image" & "figure" directives
2485     (by Adam Chodorowski).
2486   - Added "class" option to "image", and "figclass" to "figure".
2488 * docutils/parsers/rst/directives/misc.py:
2490   - Added "include", "raw", and "replace" directives, courtesy of
2491     Dethe Elza.
2492   - Added "unicode" and "class" directives.
2494 * docutils/parsers/rst/directives/parts.py:
2496   - Added the "sectnum" directive; by Dmitry Jemerov.
2497   - Added "class" option to "contents" directive.
2499 * docutils/parsers/rst/directives/references.py: Added to project.
2500   Contains the "target-notes" directive.
2502 * docutils/parsers/rst/languages/__init__.py:
2504   - Return ``None`` from get_language() for missing language modules.
2506 * docutils/parsers/rst/languages/de.py: Added to project; German
2507   mappings by Engelbert Gruber.
2509 * docutils/parsers/rst/languages/en.py:
2511   - Added interpreted text roles mapping.
2513 * docutils/parsers/rst/languages/es.py: Added to project; Spanish
2514   mappings by Marcelo Huerta San Martin.
2516 * docutils/parsers/rst/languages/fr.py: Added to project; French
2517   mappings by William Dode.
2519 * docutils/parsers/rst/languages/it.py: Added to project; Italian
2520   mappings by Nicola Larosa.
2522 * docutils/parsers/rst/languages/sk.py: Added to project; Slovak
2523   mappings by Miroslav Vasko.
2525 * docutils/readers/__init__.py:
2527   - Added support for the observer pattern from ``utils.Reporter``, in
2528     ``Reader.parse`` and ``Reader.transform``.
2529   - Removed ``Reader.transform()`` method.
2530   - Added default parameter values to ``Reader.__init__()`` to make
2531     instantiation easier.
2532   - Removed bogus aliases: "restructuredtext" is *not* a Reader.
2534 * docutils/readers/pep.py:
2536   - Added the ``peps.TargetNotes`` transform to the Reader.
2537   - Removed PEP & RFC reference detection code; moved to
2538     parsers/rst/states.py as options (enabled here by default).
2539   - Added support for pre-acceptance PEPs (no PEP number yet).
2540   - Moved ``Inliner`` & made it a class attribute of ``Reader`` for
2541     easy subclassing.
2543 * docutils/readers/python: Python Source Reader subpackage added to
2544   project, including preliminary versions of:
2546   - __init__.py
2547   - moduleparser.py: Parser for Python modules.
2549 * docutils/transforms/__init__.py:
2551   - Added ``Transformer`` class and completed transform reform.
2552   - Added unknown_reference_resolvers list for each transformer. This list holds
2553     the list of functions provided by each component of the transformer that
2554     help resolve references.
2556 * docutils/transforms/frontmatter.py:
2558   - Improved support for generic fields.
2559   - Fixed bibliographic field language lookups.
2561 * docutils/transforms/misc.py: Added to project.  Miscellaneous
2562   transforms.
2564 * docutils/transforms/parts.py:
2566   - Moved the "id" attribute from TOC list items to the references
2567     (``Contents.build_contents()``).
2568   - Added the ``SectNum`` transform; by Dmitry Jemerov.
2569   - Added "class" attribute support to ``Contents``.
2571 * docutils/transforms/peps.py:
2573   - Added ``mask_email()`` function, updating to pep2html.py's
2574     functionality.
2575   - Linked "Content-Type: text/x-rst" to PEP 12.
2576   - Added the ``TargetNotes`` PEP-specific transform.
2577   - Added ``TargetNotes.cleanup_callback``.
2578   - Added title check to ``Headers``.
2580 * docutils/transforms/references.py:
2582   - Added the ``TargetNotes`` generic transform.
2583   - Split ``Hyperlinks`` into multiple transforms.
2584   - Fixed bug with multiply-indirect references (report: Bruce Smith).
2585   - Added check for circular indirect references.
2586   - Made substitutions case-sensitive-but-forgiving.
2588 * docutils/transforms/universal.py:
2590   - Added support for the "--expose-internal-attributes" option.
2591   - Removed ``Pending`` transform classes & data.
2593 * docutils/writers/__init__.py:
2595   - Removed ``Writer.transform()`` method.
2597 * docutils/writers/docutils-xml.py:
2599   - Added XML and doctype declarations.
2600   - Added "--no-doctype" and "--no-xml-declaration" options.
2602 * docutils/writers/html4css1.py:
2604   - "name" attributes only on these tags: a, applet, form, frame,
2605     iframe, img, map.
2606   - Added "name" attribute to <a> in section titles for Netscape 4
2607     support (bug report: Pearu Peterson).
2608   - Fixed targets (names) on footnote, citation, topic title,
2609     problematic, and system_message nodes (for Netscape 4).
2610   - Changed field names from "<td>" to "<th>".
2611   - Added "@" to "&#64;" encoding to thwart address harvesters.
2612   - Improved the vertical whitespace optimization; ignore "invisible"
2613     nodes (targets, comments, etc.).
2614   - Improved inline literals with ``<span class="pre">`` around chunks
2615     of text and ``&nbsp;`` for runs of spaces.
2616   - Improved modularity of output; added ``self.body_pre_docinfo`` and
2617     ``self.docinfo`` segments.
2618   - Added support for "line_block", "address" elements.
2619   - Improved backlinks (footnotes & system_messages).
2620   - Improved system_message output.
2621   - Redefined "--stylesheet" as containing an invariant URL, used
2622     verbatim.  Added "--stylesheet-path", interpreted w.r.t. the
2623     working directory.
2624   - Added "--footnote-references" option (superscript or brackets).
2625   - Added "--compact-lists" and "--no-compact-lists" options.
2626   - Added "--embed-stylesheet" and "--link-stylesheet" options;
2627     factored out ``HTMLTranslator.get_stylesheet_reference()``.
2628   - Improved field list rendering.
2629   - Added Docutils version to "generator" meta tag.
2630   - Fixed a bug with images; they must be inline, so wrapped in <p>.
2631   - Improved layout of <pre> HTML source.
2632   - Fixed attribute typo on <colspec>.
2633   - Refined XML prologue.
2634   - Support for no stylesheet.
2635   - Removed "interpreted" element support.
2636   - Added support for "title_reference", "sidebar", "attribution",
2637     "rubric", and generic "admonition" elements.
2638   - Added "--attribution" option.
2639   - Added support for "inline", "subscript", "superscript" elements.
2640   - Added initial support for "abbreviation" and "acronym";
2641     incomplete.
2643 * docutils/writers/latex2e.py: LaTeX Writer, added by Engelbert Gruber
2644   (from the sandbox).
2646   - Added french.
2647   - Double quotes in literal blocks (special treatment for de/ngerman).
2648   - Added '--hyperlink-color' option ('0' turns off coloring of links).
2649   - Added  "--attribution" option.
2650   - Right align attributions.
2652 * docutils/writers/pep_html.py:
2654   - Parameterized output encoding in PEP template.
2655   - Reworked substitutions from ``locals()`` into ``subs`` dict.
2656   - Redefined "--pep-stylesheet" as containing an invariant URL, used
2657     verbatim.  Added "--pep-stylesheet-path", interpreted w.r.t. the
2658     working directory.
2659   - Added an override on the "--footnote-references" option.
2660   - Factored out ``HTMLTranslator.get_stylesheet_reference()``.
2661   - Added Docutils version to "generator" meta tag.
2662   - Added a "DO NOT EDIT THIS FILE" comment to generated HTML.
2664 * docs/tools.txt:
2666   - Added a "silent" setting for ``buildhtml.py``.
2667   - Added a "Getting Help" section.
2668   - Rearranged the structure.
2669   - Kept up to date, with new settings, command-line options etc.
2670   - Added section for ``rst2latex.py`` (Engelbert Gruber).
2671   - Converted settings table into a definition list.
2673 * docs/rst/quickstart.txt:
2675   - Added a table of contents.
2676   - Added feedback information.
2677   - Added mention of minimum section title underline lengths.
2678   - Removed the 4-character minimum for section title underlines.
2680 * docs/rst/quickref.html:
2682   - Added a "Getting Help" section.
2683   - Added a style to make section title backlinks more subtle.
2684   - Added mention of minimum section title underline lengths.
2685   - Removed the 4-character minimum for section title underlines.
2687 * extras: Directory added to project; contains third-party modules
2688   that Docutils depends on (optparse, textwrap, roman).  These are
2689   only installed if they're not already present.
2691 * licenses: Directory added to project; contains copies of license
2692   files for non-public-domain files.
2694 * spec/doctree.txt:
2696   - Changed the focus.  It's about DTD elements:  structural
2697     relationships, semantics, and external (public) attributes.  Not
2698     about the element class library.
2699   - Moved some implementation-specific stuff into ``docutils.nodes``
2700     docstrings.
2701   - Wrote descriptions of all common attributes and parameter
2702     entities.  Filled in introductory material.
2703   - Working through the element descriptions: 55 down, 37 to go.
2704   - Removed "Representation of Horizontal Rules" to
2705     spec/rst/alternatives.txt.
2707 * spec/docutils.dtd:
2709   - Added "generated" inline element.
2710   - Added "line_block" body element.
2711   - Added "auto" attribute to "title".
2712   - Changed content models of "literal_block" and "doctest_block" to
2713     ``%text.model``.
2714   - Added ``%number;`` attribute type parameter entity.
2715   - Changed ``%structural.elements;`` to ``%section.elements``.
2716   - Updated attribute types; made more specific.
2717   - Added "address" bibliographic element.
2718   - Added "line" attribute to ``system_message`` element.
2719   - Removed "field_argument" element; "field_name" may contain
2720     multiple words and whitespace.
2721   - Changed public identifier to docutils.sf.net.
2722   - Removed "interpreted" element; added "title_reference",
2723     "abbreviation", "acronym".
2724   - Removed "refuri" attribute from "footnote_reference" and
2725     "citation_reference".
2726   - Added "sidebar", "rubric", "attribution", "admonition",
2727     "superscript", "subscript", and "inline" elements.
2729 * spec/pep-0256.txt: Converted to reStructuredText & updated.
2731 * spec/pep-0257.txt: Converted to reStructuredText & updated.
2733 * spec/pep-0258.txt: Converted to reStructuredText & updated.
2735 * spec/semantics.txt: Updated with text from a Doc-SIG response to
2736   Dallas Mahrt.
2738 * spec/transforms.txt: Added to project.
2740 * spec/howto: Added subdirectory, for developer how-to docs.
2742 * spec/howto/rst-directives.txt: Added to project.  Original by Dethe
2743   Elza, edited & extended by David Goodger.
2745 * spec/howto/i18n.txt: Docutils Internationalization.  Added to
2746   project.
2748 * spec/rst/alternatives.txt:
2750   - Added "Doctree Representation of Transitions" from
2751     spec/doctree.txt.
2752   - Updated "Inline External Targets" & closed the debate.
2753   - Added ideas for interpreted text syntax extensions.
2754   - Added "Nested Inline Markup" section.
2756 * spec/rst/directives.txt:
2758   - Added directives: "topic", "sectnum", "target-notes",
2759     "line-block", "parsed-literal", "include", "replace", "sidebar",
2760     "admonition", "rubric", "epigraph", "highlights", "unicode" and
2761     "class".
2762   - Formalized descriptions of directive details.
2763   - Added an "align" attribute to the "image" & "figure" directives
2764     (by Adam Chodorowski).
2765   - Added "class" options to "topic", "sidebar", "line-block",
2766     "parsed-literal", "contents", and "image"; and "figclass" to
2767     "figure".
2769 * spec/rst/interpreted.txt: Added to project.  Descriptions of
2770   interpreted text roles.
2772 * spec/rst/introduction.txt:
2774   - Added pointers to material for new users.
2776 * spec/rst/reStructuredText.txt:
2778   - Disambiguated comments (just add a newline after the "::").
2779   - Updated enumerated list description; added a discussion of the
2780     second-line validity checking.
2781   - Updated directive description.
2782   - Added a note redirecting newbies to the user docs.
2783   - Expanded description of inline markup start-strings in non-markup
2784     contexts.
2785   - Removed field arguments and made field lists a generic construct.
2786   - Removed the 4-character minimum for section title underlines.
2787   - Clarified term/classifier delimiter & inline markup ambiguity
2788     (definition lists).
2789   - Added "Embedded URIs".
2790   - Updated "Interpreted Text" section.
2791   - Added "Character-Level Inline Markup" section.
2793 * test: Continually adding & updating tests.
2795   - Moved test/test_rst/ to test/test_parsers/test_rst/.
2796   - Moved test/test_pep/ to test/test_readers/test_pep/.
2797   - Added test/test_readers/test_python/.
2798   - Added test/test_writers/ (Engelbert Gruber).
2800 * tools:
2802   - Made the ``locale.setlocale()`` calls in front ends
2803     fault-tolerant.
2805 * tools/buildhtml.py:
2807   - Added "--silent" option.
2808   - Fixed bug with absolute paths & "--config".
2809   - Updated for new I/O classes.
2810   - Added some exception handling.
2811   - Separated publishers' setting defaults; prevents interference.
2812   - Updated for new ``publish_file()`` convenience function.
2814 * tools/pep-html-template:
2816   - Allow for "--embed-stylesheet".
2817   - Added Docutils version to "generator" meta tag.
2818   - Added a "DO NOT EDIT THIS FILE" comment to generated HTML.
2819   - Conform to XHTML spec.
2821 * tools/pep2html.py:
2823   - Made ``argv`` a parameter to ``main()``.
2824   - Added support for "Content-Type:" header & arbitrary PEP formats.
2825   - Linked "Content-Type: text/plain" to PEP 9.
2826   - Files skipped (due to an error) are not pushed onto the server.
2827   - Updated for new I/O classes.
2828   - Added ``check_requirements()`` & ``pep_type_error()``.
2829   - Added some exception handling.
2830   - Updated for new ``publish_string()`` convenience function.
2831   - Added a "DO NOT EDIT THIS FILE" comment to generated HTML.
2833 * tools/quicktest.py:
2835   - Added "-V"/"--version" option.
2837 * tools/rst2latex.py: LaTeX front end, added by Engelbert Gruber.
2839 * tools/unicode2rstsubs.py: Added to project.  Produces character
2840   entity files (reSructuredText substitutions) from the MathML master
2841   unicode.xml file.
2843 * tools/editors: Support code for editors, added to project.  Contains
2844   ``emacs/restructuredtext.el``.
2846 * tools/stylesheets/default.css: Moved into the stylesheets directory.
2848   - Added style for chunks of inline literals.
2849   - Removed margin for first child of table cells.
2850   - Right-aligned field list names.
2851   - Support for auto-numbered section titles in TOCs.
2852   - Increased the size of inline literals (<tt>) in titles.
2853   - Restored the light gray background for inline literals.
2854   - Added support for "line_block" elements.
2855   - Added style for "address" elements.
2856   - Removed "a.footnote-reference" style; doing it with ``<sup>`` now.
2857   - Improved field list rendering.
2858   - Vertical whitespace improvements.
2859   - Removed "a.target" style.
2861 * tools/stylesheets/pep.css:
2863   - Fixed nested section margins.
2864   - Other changes parallel those of ``../default.css``.
2867 Release 0.2 (2002-07-31)
2868 ========================
2870 General:
2872 - The word "component" was being used ambiguously.  From now on,
2873   "component" will be used to mean "Docutils component", as in Reader,
2874   Writer, Parser, or Transform.  Portions of documents (Table of
2875   Contents, sections, etc.)  will be called "document parts".
2876 - Did a grand renaming: a lot of ``verylongnames`` became
2877   ``very_long_names``.
2878 - Cleaned up imports: no more relative package imports or
2879   comma-separated lists of top-level modules.
2880 - Added support for an option values object which carries default
2881   settings and overrides (from command-line options and library use).
2882 - Added internal Unicode support, and support for both input and
2883   output encodings.
2884 - Added support for the ``docutils.io.IO`` class & subclasses.
2886 Specific:
2888 * docutils/__init__.py:
2890   - Added ``ApplicationError`` and ``DataError``, for use throughout
2891     the package.
2892   - Added ``Component`` base class for Docutils components; implements
2893     the ``supports`` method.
2894   - Added ``__version__`` (thus, ``docutils.__version__``).
2896 * docutils/core.py:
2898   - Removed many keyword parameters to ``Publisher.__init__()`` and
2899     ``publish()``; bundled into an option values object.  Added
2900     "argv", "usage", "description", and "option_spec" parameters for
2901     command-line support.
2902   - Added ``Publisher.process_command_line()`` and ``.set_options()``
2903     methods.
2904   - Reworked I/O model for ``docutils.io`` wrappers.
2905   - Updated ``Publisher.set_options()``; now returns option values
2906     object.
2907   - Added support for configuration files (/etc/docutils.conf,
2908     ./docutils.conf, ~/.docutils).
2909   - Added ``Publisher.setup_option_parser()``.
2910   - Added default usage message and description.
2912 * docutils/frontend.py: Added to project; support for front-end
2913   (command-line) scripts.  Option specifications may be augmented by
2914   components.  Requires Optik (http://optik.sf.net/) for option
2915   processing (installed locally as docutils/optik.py).
2917 * docutils/io.py: Added to project; uniform API for a variety of input
2918   output mechanisms.
2920 * docutils/nodes.py:
2922   - Added ``TreeCopyVisitor`` class.
2923   - Added a ``copy`` method to ``Node`` and subclasses.
2924   - Added a ``SkipDeparture`` exception for visitors.
2925   - Renamed ``TreePruningException`` from ``VisitorException``.
2926   - Added docstrings to ``TreePruningException``, subclasses, and
2927     ``Nodes.walk()``.
2928   - Improved docstrings.
2929   - Added ``SparseNodeVisitor``, refined ``NodeVisitor``.
2930   - Moved ``utils.id()`` to ``nodes.make_id()`` to avoid circular
2931     imports.
2932   - Added ``decoration``, ``header``, and ``footer`` node classes, and
2933     ``PreDecorative`` mixin.
2934   - Reworked the name/id bookkeeping; to ``document``, removed
2935     ``explicit_targets`` and ``implicit_targets`` attributes, added
2936     ``nametypes`` attribute and ``set_name_id_map`` method.
2937   - Added ``NodeFound`` exception, for use with ``NodeVisitor``
2938     traversals.
2939   - Added ``document.has_name()`` method.
2940   - Fixed DOM generation for list-attributes.
2941   - Added category class ``Labeled`` (used by footnotes & citations).
2942   - Added ``Element.set_class()`` method (sets "class" attribute).
2944 * docutils/optik.py: Added to project.  Combined from the Optik
2945   package, with added option groups and other modifications.  The use
2946   of this module is probably only temporary.
2948 * docutils/statemachine.py:
2950   - Added ``runtime_init`` method to ``StateMachine`` and ``State``.
2951   - Added underscores to improve many awkward names.
2952   - In ``string2lines()``, changed whitespace normalizing translation
2953     table to regexp; restores Python 2.0 compatibility with Unicode.
2955 * docutils/urischemes.py:
2957   - Filled in some descriptions.
2958   - Added "shttp" scheme.
2960 * docutils/utils.py:
2962   - Added ``clean_rcs_keywords`` function (moved from
2963     docutils/transforms/frontmatter.py
2964     ``DocInfo.filter_rcs_keywords``).
2965   - Added underscores to improve many awkward names.
2966   - Changed names of Reporter's thresholds:
2967     warning_level -> report_level; error_level -> halt_level.
2968   - Moved ``utils.id()`` to ``nodes.make_id()``.
2969   - Added ``relative_path(source, target)``.
2971 * docutils/languages/de.py: German mappings; added to project.  Thanks
2972   to Gunnar Schwant for the translations.
2974 * docutils/languages/en.py: Added "Dedication" bibliographic field
2975   mappings.
2977 * docutils/languages/sv.py: Swedish mappings; added to project by Adam
2978   Chodorowski.
2980 * docutils/parsers/rst/states.py:
2982   - Added underscores to improve many awkward names.
2983   - Added RFC-2822 header support.
2984   - Extracted the inline parsing code from ``RSTState`` to a separate
2985     class, ``Inliner``, which will allow easy subclassing.
2986   - Made local bindings for ``memo`` container & often-used contents
2987     (reduces code complexity a lot).  See ``RSTState.runtime_init()``.
2988   - ``RSTState.parent`` replaces ``RSTState.statemachine.node``.
2989   - Added ``MarkupMismatch`` exception; for late corrections.
2990   - Added ``-/:`` characters to inline markup's start string prefix,
2991     ``/`` to end string suffix.
2992   - Fixed a footnote bug.
2993   - Fixed a bug with literal blocks.
2994   - Applied patch from Simon Budig: simplified regexps with symbolic
2995     names, removed ``Inliner.groups`` and ``Body.explicit.groups``.
2996   - Converted regexps from ``'%s' % var`` to ``'%(var)s' % locals()``.
2997   - Fixed a bug in ``Inliner.interpreted_or_phrase_ref()``.
2998   - Allowed non-ASCII in "simple names" (directive names, field names,
2999     references, etc.).
3000   - Converted ``Inliner.patterns.initial`` to be dynamically built
3001     from parts with ``build_regexp()`` function.
3002   - Changed ``Inliner.inline_target`` to ``.inline_internal_target``.
3003   - Updated docstrings.
3004   - Changed "table" to "grid_table"; added "simple_table" support.
3006 * docutils/parsers/rst/tableparser.py:
3008   - Changed ``TableParser`` to ``GridTableParser``.
3009   - Added ``SimpleTableParser``.
3010   - Refactored naming.
3012 * docutils/parsers/rst/directives/__init__.py: Added "en" (English) as
3013   a fallback language for directive names.
3015 * docutils/parsers/rst/directives/html.py: Changed the ``meta``
3016   directive to use a ``pending`` element, used only by HTML writers.
3018 * docutils/parsers/rst/directives/parts.py: Renamed from
3019   components.py.
3021   - Added "backlinks" attribute to "contents" directive.
3023 * docutils/parsers/rst/languages/sv.py: Swedish mappings; added to
3024   project by Adam Chodorowski.
3026 * docutils/readers/__init__.py: Gave Readers more control over
3027   choosing and instantiating Parsers.
3029 * docutils/readers/pep.py: Added to project; for PEP processing.
3031 * docutils/transforms/__init__.py: ``Transform.__init__()`` now
3032   requires a ``component`` parameter.
3034 * docutils/transforms/components.py: Added to project; transforms
3035   related to Docutils components.
3037 * docutils/transforms/frontmatter.py:
3039   - In ``DocInfo.extract_authors``, check for a single "author" in an
3040     "authors" group, and convert it to a single "author" element.
3041   - Added support for "Dedication" and generic bibliographic fields.
3043 * docutils/transforms/peps.py: Added to project; PEP-specific.
3045 * docutils/transforms/parts.py: Renamed from old components.py.
3047   - Added filter for `Contents`, to use alt-text for inline images,
3048     and to remove inline markup that doesn't make sense in the ToC.
3049   - Added "name" attribute to TOC topic depending on its title.
3050   - Added support for optional TOC backlinks.
3052 * docutils/transforms/references.py: Fixed indirect target resolution
3053   in ``Hyperlinks`` transform.
3055 * docutils/transforms/universal.py:
3057   - Changed ``Messages`` transform to properly filter out system
3058     messages below the warning threshold.
3059   - Added ``Decorations`` transform (support for ``--generator``,
3060     ``--date``, ``--time``, ``--source-link`` options).
3062 * docutils/writers/__init__.py: Added "pdf" alias in anticipation of
3063   Engelbert Gruber's PDF writer.
3065 * docutils/writers/html4css1.py:
3067   - Made XHTML-compatible (switched to lowercase element & attribute
3068     names; empty tag format).
3069   - Escape double-dashes in comment text.
3070   - Improved boilerplate & modularity of output.
3071   - Exposed modular output in Writer class.
3072   - Added a "generator" meta tag to <head>.
3073   - Added support for the ``--stylesheet`` option.
3074   - Added support for ``decoration``, ``header``, and ``footer``
3075     elements.
3076   - In ``HTMLTranslator.attval()``, changed whitespace normalizing
3077     translation table to regexp; restores Python 2.0 compatibility
3078     with Unicode.
3079   - Added the translator class as instance variable to the Writer, to
3080     make it easily subclassable.
3081   - Improved option list spacing (thanks to Richard Jones).
3082   - Modified field list output.
3083   - Added backlinks to footnotes & citations.
3084   - Added percentage widths to "<col>" tags (from colspec).
3085   - Option lists: "<code>" changed to "<kbd>", ``option_argument``
3086     "<span>" changed to "<var>".
3087   - Inline literals: "<code>" changed to "<tt>".
3088   - Many changes to optimize vertical space: compact simple lists etc.
3089   - Add a command-line options & directive attributes to control TOC
3090     and footnote/citation backlinks.
3091   - Added support for optional footnote/citation backlinks.
3092   - Added support for generic bibliographic fields.
3093   - Identify backrefs.
3094   - Relative URLs for stylesheet links.
3096 * docutils/writers/pep_html.py: Added to project; HTML Writer for
3097   PEPs (subclass of ``html4css1.Writer``).
3099 * docutils/writers/pseudoxml.py: Renamed from pprint.py.
3101 * docutils/writers/docutils_xml.py: Added to project; trivial writer
3102   of the Docutils internal doctree in XML.
3104 * docs/tools.txt: "Docutils Front-End Tools", added to project.
3106 * spec/doctree.txt:
3108   - Changed the title to "The Docutils Document Tree".
3109   - Added "Hyperlink Bookkeeping" section.
3111 * spec/docutils.dtd:
3113   - Added ``decoration``, ``header``, and ``footer`` elements.
3114   - Brought ``interpreted`` element in line with the parser: changed
3115     attribute "type" to "role", added "position".
3116   - Added support for generic bibliographic fields.
3118 * spec/notes.txt: Continual updates.  Added "Project Policies".
3120 * spec/pep-0256.txt:  Updated.  Added "Roadmap to the Doctring PEPs"
3121   section.
3123 * spec/pep-0257.txt: Clarified prohibition of signature repetition.
3125 * spec/pep-0258.txt: Updated.  Added text from pysource.txt and
3126   mailing list discussions.
3128 * spec/pep-0287.txt:
3130   - Renamed to "reStructuredText Docstring Format".
3131   - Minor edits.
3132   - Reworked Q&A as an enumerated list.
3133   - Converted to reStructuredText format.
3135 * spec/pysource.dtd:
3137   - Reworked structural elements, incorporating ideas from Tony Ibbs.
3139 * spec/pysource.txt: Removed from project.  Moved much of its contents
3140   to pep-0258.txt.
3142 * spec/rst/alternatives.txt:
3144   - Expanded auto-enumerated list idea; thanks to Fred Bremmer.
3145   - Added "Inline External Targets" section.
3147 * spec/rst/directives.txt:
3149   - Added "backlinks" attribute to "contents" directive.
3151 * spec/rst/problems.txt:
3153   - Updated the Enumerated List Markup discussion.
3154   - Added new alternative table markup syntaxes.
3156 * spec/rst/reStructuredText.txt:
3158   - Clarified field list usage.
3159   - Updated enumerated list description.
3160   - Clarified purpose of directives.
3161   - Added ``-/:`` characters to inline markup's start string prefix,
3162     ``/`` to end string suffix.
3163   - Updated "Authors" bibliographic field behavior.
3164   - Changed "inline hyperlink targets" to "inline internal targets".
3165   - Added "simple table" syntax to supplement the existing but
3166     newly-renamed "grid tables".
3167   - Added cautions for anonymous hyperlink use.
3168   - Added "Dedication" and generic bibliographic fields.
3170 * test: Made test modules standalone (subdirectories became packages).
3172 * test/DocutilsTestSupport.py:
3174   - Added support for PEP extensions to reStructuredText.
3175   - Added support for simple tables.
3176   - Refactored naming.
3178 * test/package_unittest.py: Renamed from UnitTestFolder.py.
3180   - Now supports true packages containing test modules
3181     (``__init__.py`` files required); fixes duplicate module name bug.
3183 * test/test_pep/: Subpackage added to project; PEP testing.
3185 * test/test_rst/test_SimpleTableParser.py: Added to project.
3187 * tools:
3189   - Updated html.py and publish.py front-end tools to use the new
3190     command-line processing facilities of ``docutils.frontend``
3191     (exposed in ``docutils.core.Publisher``), reducing each to just a
3192     few lines of code.
3193   - Added ``locale.setlocale()`` calls to front-end tools.
3195 * tools/buildhtml.py: Added to project; batch-generates .html from all
3196   the .txt files in directories and subdirectories.
3198 * tools/default.css:
3200   - Added support for ``header`` and ``footer`` elements.
3201   - Added styles for "Dedication" topics (biblio fields).
3203 * tools/docutils.conf: A configuration file; added to project.
3205 * tools/docutils-xml.py: Added to project.
3207 * tools/pep.py: Added to project; PEP to HTML front-end tool.
3209 * tools/pep-html-template: Added to project.
3211 * tools/pep2html.py: Added to project from Python (nondist/peps).
3212   Added support for Docutils (reStructuredText PEPs).
3214 * tools/quicktest.py:
3216   - Added the ``--attributes`` option, hacked a bit.
3217   - Added a second command-line argument (output file); cleaned up.
3219 * tools/stylesheets/: Subdirectory added to project.
3221 * tools/stylesheets/pep.css: Added to project; stylesheet for PEPs.
3224 Release 0.1 (2002-04-20)
3225 ========================
3227 This is the first release of Docutils, merged from the now inactive
3228 reStructuredText__ and `Docstring Processing System`__ projects.  For
3229 the pre-Docutils history, see the `reStructuredText HISTORY`__ and the
3230 `DPS HISTORY`__ files.
3232 __ http://structuredtext.sourceforge.net/
3233 __ http://docstring.sourceforge.net/
3234 __ http://structuredtext.sourceforge.net/HISTORY.html
3235 __ http://docstring.sourceforge.net/HISTORY.html
3237 General changes: renamed 'dps' package to 'docutils'; renamed
3238 'restructuredtext' subpackage to 'rst'; merged the codebases; merged
3239 the test suites (reStructuredText's test/test_states renamed to
3240 test/test_rst); and all modifications required to make it all work.
3242 * docutils/parsers/rst/states.py:
3244   - Improved diagnostic system messages for missing blank lines.
3245   - Fixed substitution_reference bug.
3249    Local Variables:
3250    mode: indented-text
3251    indent-tabs-mode: nil
3252    sentence-end-double-space: t
3253    fill-column: 70
3254    End: