Fix [ 251 ] system_message.copy() TypeError. Fix nodes.Element.copy()
[docutils.git] / docutils / HISTORY.txt
blobe6fa70fbadf44ff2fbf8b8055cc190f4e0fe029a
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 automation.
24 * docs/ref/rst/restructuredtext.txt:
26   - Document rST syntax change: Tokens like ``:this:example:`` are now valid
27     field list names (instead of ordinary text).
29 * docutils/nodes.py
31   - `Text.rstrip` and `Text.lstrip` now handle `rawsource` attribute.
32   - Fix [ 251 ] system_message.copy() TypeError.
33     Element.copy() also copies `document`, `line`, and `source` attributes.
35 * docutils/parsers/rst/states.py:
37   - Allow embedded colons in field list field names.
38   - Add `rawsource` attribute for text of inline elements and definition
39     list terms.
41 * docutils/parsers/rst/directives/html.py:
43   - Fix bug #281: Remove escaping backslashes in meta directive content.
45 * docutils/parsers/rst/directives/tables.py:
47   - Apply patch #121: Add "width" option for the table directives.
49 * docutils/transforms/frontmatter.py:
51   - Add field name as class argument to generic docinfo fields unconditionally.
52   - Ignore backslash-escaped separators when extracting authors from a
53     paragraph.
55 * docutils/transforms/references.py:
57   - Fix bug #331: fixed the "trim" options of the "unicode" directive.
59 * docutils/utils/smartquotes.py:
61   - Fix bug #332: use open quote after whitespace, ZWSP, and ZWNJ.
63 * docutils/writers/html5_polyglot/
65   - automatically add HTML5-compatible meta tags for docinfo items
66     "authors", "date", and "copyright".
68 * docutils/writers/latex2e/__init__.py:
70   - Fix bug #323: spurious ``\phantomsection`` and whitespace in
71     ``parts['title']``.
72   - Fix bug #324: Invalid LaTeX for table with empty multicolumn cell.
73   - Fixes to literal block handling.
75 * docutils/utils/__init__.py:
77   - Deprecate `unique_combinations` (obsoleted by `itertools.combinations`).
78   - New function `unescape_rawsource`.
81 Release 0.14 (2017-08-03)
82 =========================
84 * docs/ref/docutils.dtd:
86   - Enable validation of Docutils XML documents against the DTD:
88     Use attribute type NMTOKEN instead of REFID for the `refid` attribute
89     and NMTOKENS for `backrefs`: REFID refers to an ID type instance,
90     however, the `ids` attribute cannot use the ID type because `XML only
91     allows one ID per Element Type`__ and doesn't support a multiple-ID
92     "IDS" attribute type.
94   __ https://www.w3.org/TR/REC-xml/#sec-attribute-types
96 * docs/ref/rst/restructuredtext.txt:
98   - Added documentation for escaped whitespace in URI contexts.
99   - Clarify use of Unicode character categories.
101 * docutils/parsers/rst/states.py:
103   - Added functionality: escaped whitespace in URI contexts.
104   - Consistent handling of all whitespace characters in inline markup
105     recognition. Fixes [ 307 ] and [ 3402314 ] (now [ 173 ]).
107 * docutils/parsers/rst/directives/images.py:
109   - Added support for escaped whitespace in URI contexts.
111 * docutils/parsers/rst/directives/tables.py:
113   - Rework patch [ 120 ] (revert change to ``Table.get_column_widths()``
114     that led to problems in an application with a custom table directive).
116 * docutils/transforms/frontmatter.py:
118   - Fix [ 320 ] Russian docinfo fields not recognized.
120 * docutils/transforms/references.py:
122   - Don't add a second ID to problematic references.
124 * docutils/transforms/universal.py:
126   Fix SmartQuotes: warn only once if language is unsupported,
127   keep "rawsource" when "educating" quotes.
129 * docutils/utils/__init__.py:
131   - Added ``split_escaped_whitespace`` function, support for escaped
132     whitespace in URI contexts.
134 * docutils/utils/error_reporting.py:
136   - Fix [ 321 ] Import block might cause name error.
138 * docutils/utils/smartquotes.py:
140   - Update quote definitions for languages et, fi, fr, ro, sv, tr, uk.
141   - New quote definitions for hr, hsb, hu, lv, sh, sl, sr.
142   - Fix [ 313 ] Differentiate apostrophe from closing single quote
143     (if possible).
144   - Fix [ 317 ] Extra space inserted with French smartquotes.
145   - Add command line interface for stand-alone use (requires 2.7).
147 * docutils/writers/_html_base.py:
149   - Provide default title in metadata (required by HTML5).
150   - Fix [ 312 ] HTML writer generates invalid HTML if the table has two tags.
151   - Fix [ 319 ] The MathJax CDN shut down on April 30, 2017. For security
152     reasons, we don't use a third party public installation as default but
153     warn if math-output_ is set to MathJax without specifying a URL.
155 * docutils/writers/html4css1/__init__.py:
157   - Apply [ 125 ] HTML writer: respect automatic table column sizing.
159 * docutils/writers/latex2e/__init__.py:
161   - Handle class arguments for block-level elements by wrapping them
162     in a "DUclass" environment. This replaces the special handling for
163     "epigraph" and "topic" elements.
165 * docutils/writers/manpage.py:
167   - Apply [ 141 ] Handling inline in manpage writer.
169 * docutils/writers/odf_odt/__init__.py:
171   - Command setting ``language`` now sets the default language
172     of the generated ODF document.
173   - The use of image directive options :width: (%), :scale:, etc now
174     set the width/height/size of images in the generated ODF
175     documents.
176   - The heading/title of admonitions now reflects the language
177     specified by the ``language`` setting.
178   - Fixed [ 306 ] only first of multiple "image" directives with the same URL
179     shown in output.
180   - Fixed [ 282 ] python3: AttributeError.
182 * tools/rst2html4.py: New front-end.
184 * tools/dev/generate_punctuation_chars.py: New skript
185   to test and update utils.punctuation_chars.
188 Release 0.13.1 (2016-12-09)
189 ===========================
191 * docutils/languages/fa.py
192   docutils/parsers/rst/languages/fa.py
193   docutils/languages/la.py
194   docutils/parsers/rst/languages/la.py:
196   - Apply [ 133 ] Persian mappings by Shahin Azad.
197   - Apply [ 135 ] Language modules for Latvian by Alexander Smishlajev
199 * docutils/nodes.py
201   - Fix [ 253 ] Attribute key without value not allowed in XML.
203 * docutils/parsers/
205   - Apply [ 103 ] Recognize inline markups without word boundaries.
206   - Enable escaping in embedded URIs and aliases (fixes [ 284 ]).
208 * docutils/parsers/rst/__init__.py
210   - Fix [ 233 ] Change the base URL for the :rfc: role.
212 * docutils/parsers/rst/directives/tables.py
214   - Apply [ 120 ] tables accept option widths: list of relative widths, 'auto'
215     or 'grid'.
217   - Implement feature request [ 48 ]
218     Add :align: option to the table directives.
219     Thanks to Takeshi KOMIYA for the patch.
221 * docutils/parsers/rst/roles.py
223   - Fix [ 295 ] Class argument for custom role inheriting from math.
225 * docutils/parsers/rst/tableparser.py
227   - Really fix [ 159 ] Spurious table column alignment errors.
229 * docutils/transforms/frontmatter.py
231   - Add name of generic bibliographic fields as a "classes" attribute value
232     (after conversion to a valid identifier form).
234 * docutils/utils/error_reporting.py
236   - Fix [ 130 ] support streams expectiong byte-strings in ErrorOutput.
238 * docutils/utils/math/math2html.py
240   - Add ``\colon`` macro, fix spacing around colons. Fixes [ 246 ].
241   - New upstream version (additional macros, piecewise integrals and sums).
243 * docutils/writers/_html_base.py
245   - New auxiliary module for definitions common to all HTML writers.
247 * docutils/writers/html5_polyglot/
249   - New HTML writer generating clean, polyglot_ markup conforming to
250     `HTML 5`_.
252     The CSS stylesheets ``minimal.css`` and ``plain.css`` contain required
253     and recommended layout rules.
255 * docutils/writers/html4css1/__init__.py
257   - Add "docutils" to class values for "container" object to address [ 267 ].
258   - Apply patch [ 119 ] by Anatoly Techtonik: use absolute paths for
259     ``default_stylesheet_path`` and ``default_template_path``.
260   - Fix [ 266 ] creating labels/class values in description list items.
261   - Do not use <sup> and <sub> tags inside <pre> (parsed-literal blocks).
262   - Fix footnotes with content that does not start with a paragraph.
263   - Use https in default MathJax URL (report Alan G Isaac).
264   - Outsourcing of common code to _html_base.py.
266 * docutils/writers/latex2e/__init__.py
268   - Fix [ 262 ] Use ``\linewidth`` instead of ``\textwidth`` for figures,
269     admonitions and docinfo.
271   - Use absolute path for ``default_template_path``.
273   - Removed deprecated options ``--use-latex-footnotes`` and
274     ``--figure-footnotes``.
276   - Cleaner LaTeX code for enumerations and literal blocks.
278   - Use "hyperref" package together with "bookmark" (improved hyperlinking
279     by the same author).
281   - Fix [ 286 ] Empty column title cause invalid latex file.
283   - Fix [ 224 ] Fix rowspan support for tables.
285   - Let LaTeX determine the column widths in tables with "colwidths-auto".
286     Not suited for multi-paragraph cells!
288 * docutils/writers/odf_odt/__init__.py
290   - remove decode.encode of filename stored in zip.
292 * docutils/writers/xetex/__init__.py
294   - LuaLaTex compatibility: do not load "xunicode".
296 * tools/
298   - New front-end ``rst2html5.py``.
300 * tox.ini
302   - Test py26, py27, py33 and py34.
304     To use, install the ``tox`` package via pip or easy_install and use
305     tox from the project root directory.
307 .. _polyglot: http://www.w3.org/TR/html-polyglot/
308 .. _HTML 5: http://www.w3.org/TR/html5/
309 .. _XHTML 1.0: http://www.w3.org/TR/xhtml1/
312 Release 0.12 (2014-07-06)
313 =========================
315 * docs/ref/rst/directives.txt
317   - Update "math" and "csv-table" descriptions.
319 * docutils/parsers/rst/directives/images.py
321   - Fix [ 258 ] figwidth="image" generates unitless width value.
323 * docutils/parsers/rst/states.py
325   - Improve error report when a non-ASCII character is specified as
326     delimiter, quote or escape character under Python 2.
327     Fixes [ 249 ] and [ 250 ].
329 * docutils/writers/html4css1/__init__.py
331   - Don't add newline after inline math.
332     Thanks to Yury G. Kudryashov for the patch.
334 * docutils/writers/latex2e/__init__.py
336   - Fix [ 239 ] Latex writer glues paragraphs with figure floats.
337   - Apply [ 116 ] by Kirill Smelkov. Don't hardcode \large for subtitle.
339 * docutils/writers/odf_odt/__init__.py
341   - Apply patch by Jakub Wilk to fix bug [ 100 ].
343 * test/test_error_reporting.py
345   - Fix [ 223 ] by removing redundant tests we do not have control over.
347 * test/test_nodes.py
349   - Apply [ 115 ] respect fixed 2to3 string literal conversion behavior.
351 Release 0.11 (2013-07-22)
352 =========================
354 * General
356   - Apply [ 2714873 ] Fix for the overwritting of document attributes.
357   - Support embedded aliases within hyperlink references.
358   - Fix [ 228 ] try local import of docutils components (reader, writer, parser,
359     language module) before global search.
361 * docutils/nodes.py
363   - Fix [ 3601607 ] node.__repr__() must return `str` instance.
365 * docutils/parsers/rst/directives/__init__.py
367   - Fix [ 3606028 ] ``assert`` is skipped with ``python -O``.
369 * docutils/parsers/rst/directives/images.py
371   - Apply [ 3599485 ] node source/line information for sphinx translation.
373 * docutils/parsers/rst/directives/tables.py
375   - Fix [ 210 ] Python 3.3 checks CVS syntax only if "strict" is True.
377 * docutils/parsers/rst/states.py
379   - Fix [ 157 ] Line block parsing doesn't like system message.
380   - Always import our local copy of roman.py (report Larry Hastings).
382 * docutils/transforms/references.py
384   - Fix [ 3607029 ] traceback with embedded alias pointing to missing target.
386 * docutils/utils/__init__.py
388   - Fix [ 3596884 ] exception importing ``docutils.io``.
390 * docutils/writers/html4css1/__init__.py
392   - Fix [ 3600051 ] for tables in a list, table cells are not compacted.
393   - New setting `stylesheet_dirs`: Comma-separated list of directories
394     where stylesheets are found. Used by `stylesheet_path` when expanding
395     relative path arguments.
396   - New default for math-output_: ``HTML math.css``.
397   - Avoid repeated class declarations in html4css1 writer
398     (modified version of patch [ 104 ]).
400 .. _math-output: docs/user/config.html#math-output
402 * docutils/writers/latex2e/__init__.py
404   - Drop the simple algorithm replacing straight double quotes with
405     English typographic ones.
406     Activate the SmartQuotes_ transform if you want this feature.
407   - Fix literal use of babel shorthands (straight quote, tilde, ...).
408   - Fix [ 3603246 ] Bug in option "--graphicx-option=auto".
409   - New setting `stylesheet_dirs`.
411 .. _SmartQuotes: docs/user/config.html#smart-quotes
413 * docutils/writers/manpage.py
415   - Fix [3607063] handle lines starting with a period.
416   - Fix option separating comma was bold (thanks to Bill Morris).
418 Release 0.10 (2012-12-16)
419 =========================
421 * General
423   - Dropped support for Python 2.3.
424   - ``docutils/math``, ``docutils/error_reporting.py``, and
425     ``docutils/urischemes.py`` moved to the utils package.
426   - Fix [3541369] Relative __import__ also with Python 3.3.
427   - Fix [3559988] and [3560841] __import__ local writer, reader, languages
428     and parsers for Python 2.7 up.
429   - Fix import of PIL.Image.
430   - Change default of "syntax highlight" option to "long",
431     basic syntax highlight styles for LaTeX and HTML.
433 * docutils/io.py
435   - FileInput/FileOutput: no system-exit on IOError.  The `handle_io_errors`
436     option is ignored and will be removed in a future release.
437   - Fix Py3k error writing to stdout with encoding differing from default.
438   - Fix opening binary files under Py3k (thanks to Dominic Fitzpatrick).
440 * docutils/parsers/rst/directives/misc.py
442   - Fix [ 3546533 ] Unicode error with `date` directive.
444 * docutils/transforms/universal.py
446   - SmartQuotes transform for typographic quotes and dashes.
448 * docutils/utils/__init__.py
450   - normalize_language_tag() now returns `BCP 47`_ conformant tags
451     with subtags separated by ``-``.
453 * docutils/writers/html4css1/__init__.py
455   - Use ``<code>`` tag for inline "code",
456     do not drop nested inline nodes (syntax highlight tokens).
457   - Customizable MathJax URL (based on patch by Dmitry Shachnev).
458   - No line break after opening inline math tag.
460 * docutils/writers/manpage.py
462   - Apply [ 3527401 ] addmonition's don't preserve indentation
463   - Apply [ 3527397 ] Add indentation to literal blocks in manpage writer.
465 * docutils/writers/xetex/__init__.py
467   - Apply [ 3555160 ] ensure order of "otherlanguages".
468   - Fix section numbering by LaTeX.
470 * docutils/writers/s5_html/__init__.py
472   - Fix [ 3556388 ] Mathjax does not work with rst2s5.
474 * docutils/writers/s5_html/docutils_xml.py
476   - Fix [ 3552403 ] Prevent broken PyXML replacing stdlibs xml module.
477   - Fix/improve output with ``--indent`` option.
479 * setup.py
481   - Tag ``math.css`` stylesheet as data file (patch by Dmitry Shachnev).
483 * tools/test/test_buildhtml.py
485   - Fix [ 3521167 ] allow running in any directory.
486   - Fix [ 3521168 ] allow running with Python 3.
489 Release 0.9.1 (2012-06-17)
490 ==========================
492 * setup.py
494   - Fix [ 3527842 ]. Under Python 3, converted tests and tools were
495     installed in the PYTHONPATH. Converted tests are now
496     stored in ``test3/``, tools no longer need conversion.
498     If you installed one of Docutils versions 0.7 ... 0.9 with
499     ``setup.py install`` under Python 3, remove the spurious
500     ``test/`` and ``tools/`` directories in the site library root.
502 * test/
504   - Make tests independent from the location of the ``test/`` directory.
505   - Use converted sources (from the ``build/`` directory) for tests under
506     Python 3.
508 * tools/
510   - Make tools compatible with both, Python 2 and 3 without 2to3-conversion.
512 * docutils/io.py
514   - Fix writing binary data to sys.stdout under Python 3 (allows
515     ``rst2odt.py`` to be used with output redirection).
517 * docutils/parsers/rst/directives/misc.py
519   - Fix [ 3525847 ]. Catch and report UnicodeEncodeError with
520     ``locale == C`` and 8-bit char in path argument of `include` directive.
522 * test/alltests.py
524   - class `Tee`: catch UnicodeError when writing to "ascii" stream or
525     file under Python 3.
527 Release 0.9 (2012-05-02)
528 ========================
530 * General:
532   - New reStructuredText "code" role and directive and "code" option
533     of the "include" directive with syntax highlighting by Pygments_.
534   - Fix parse_option_marker for option arguments containing ``=``.
535   - Fix [ 2993756 ]: import Python Imaging Library's Image module
536     via ``import PIL`` as starting with PIL 1.2,
537     "PIL lives in the PIL namespace only" (announcement__).
539 .. _Pygments: http://pygments.org/
540 __ http://mail.python.org/pipermail/image-sig/2011-January/006650.html
542 * setup.py
544   - Fix [ 2971827 ] and [ 3442827 ]
545     extras/roman.py moved to docutils/utils/roman.py
547 * docutils/frontend.py
549   - Fix [ 3481980 ] Use os.getcwdu() in make_paths_absolute().
551 * docutils/io.py
553   - Fix [ 3395948 ] (Work around encoding problems in Py3k).
554   - `mode` argument for FileOutput avoids code replication in
555     BinaryFileOutput.
556   - New exceptions InputError and OutputError for IO errors in
557     FileInput/FileOutput.
559 * docutils/core.py:
561   - No "hard" system exit on file IO errors: catch and report them in
562     `Publisher.reportException` instead. Allows handling by a calling
563     application if the configuration setting `traceback` is True.
565 * docutils/utils.py -> docutils/utils/__init__.py
567   - docutils.utils is now a package (providing a place for sub-modules)
569   .. note:: docutils/math, docutils/error_reporting.py, and
570      docutils/urischemes.py will move to the utils package in the next
571      release, too. See RELEASE-NOTES__
573      __ RELEASE-NOTES.html
575   - DependencyList uses io.FileOutput and 'utf8' encoding to prevent
576     errors recording non-ASCII filenames (fixes [ 3434355 ]).
578   - Fix relative_path() with source=None and `unicode` target.
580 * docutils/parsers/rst/states.py
582   - Fix [ 3402314 ] allow non-ASCII whitespace, punctuation
583     characters and "international" quotes around inline markup.
584   - Use `field_marker` pattern to look for start of a
585     directive option block (fixes [ 3484857 ]).
587 * docutils/parsers/rst/tableparser.py
589   - Fix [ 2926161 ] for simple tables.
590     (Combining chars in grid tables still contribute to cell width.)
592 * docutils/writers/latex2e/__init__.py
594   - Support the `abbreviation` and `acronym` standard roles.
595   - Record only files required to generate the LaTeX source as dependencies.
596   - Fix handling of missing stylesheets.
597   - Use ``\setcounter{secnumdepth}{0}`` instead of ``*``-versions
598     when suppressing LaTeX section numbering.
599   - Use ``\DUtitle`` for unsupported section levels
600   - Apply [ 3512791 ] do not compare string literals with "is"
602 * docutils/writers/xetex/__init__.py
604   - Avoid code duplication with latex2e writer (solves [ 3512728 ]).
606 * docutils/writers/html4css1/__init__.py
608   - Change default for `math-output` setting to MathJax.
609   - Fix handling of missing stylesheets.
611 * docutils/writers/docutils_xml.py
613   - Use the visitor pattern with default_visit()/default_depart() methods
614     instead of minidom to facilitate special handling of selected nodes.
615   - Support raw XML (inserted as-is inside a <raw></raw> node).
617 * docutils/writers/manpage.py
619   - Do not emit comment line with trailing blank. Problematic for VCS.
621 Release 0.8.1 (2011-08-30)
622 ==========================
624 * General:
626   - Fix [ 3364658 ] (Change last file with Apache license to BSD-2-Clause)
627     and [ 3395920 ] (correct copyright info for rst.el).
629 * test/
631   -  Apply [ 3303733 ] and [ 3365041 ] to fix tests under Py3k.
633 * docutils/writers/latex2e/__init__.py
635   - Clean up Babel language setting. Restores Sphinx compatibility.
637 Release 0.8 (2011-07-07)
638 ========================
640 * General:
642   - Handle language codes according to `BCP 47`_.
643   - If the specified language is not supported by Docutils,
644     warn and fall back to English.
645   - Math support: reStructuredText "math" role and directive,
646     ``math`` and ``math_block`` doctree elements.
647   - Decode command line arguments with the locale's preferred encoding
648     (to allow, e.g., ``--title=Dornröschen``).
649   - Orphaned "python" reader and "newlatex2e" writer moved to the sandbox.
650   - New sub-module `error_reporting`: handle encoding/decoding errors
651     when reporting exceptions.
652   - Some additions to the Docutils core are released under the 2-Clause BSD
653     license, see COPYING_ for details.
655   .. _BCP 47: http://www.rfc-editor.org/rfc/bcp/bcp47.txt
656   .. _COPYING: COPYING.html
658 * reStructuredText:
660   - Most directives now support a "name" option that attaches a
661     reference name.
663   - Directive content may start on the first line also when the directive
664     type accepts options.
666 * docs/dev/policies.txt:
668   - Recommend the 2-Clause BSD license
669     (http://www.spdx.org/licenses/BSD-2-Clause)
670     for code that is kept under the author's copyright.
672 * tools/buildhtml.py:
674   - Fix ``--local`` switch.
676 * Fix [ 3018371 ] Added Lithuanian mappings by Dalius Dobravolskas.
678 * docutils/writers/html4css1/__init__.py
680   - Set "lang" argument for objects with class argument
681     "language-<language tag>".
682   - New setting "math-output" with support for HTML, MathML, and LaTeX.
684 * docutils/writers/latex2e/__init__.py
686   - Fix [ 3043986 ] AttributeError using :local: with table of content.
687   - Place title data in the document preamble.
688   - Load `babel` package only if required.
689   - Update list of supported languages.
690   - New config setting "hyperref-options".
691     No hard-coded "unicode" hyperref option (clash with xetex).
692   - Set language for custom roles, paragraphs, block-quotes, and
693     line-quotes with class argument "language-<language tag>".
694   - Fix [ 3095603 ] wrong quotes output for russian and other languages.
695   - Convert image URI to a local file path.
696   - Apply [ 3148141 ] fix multicolumn support when a colspanning cell
697     has more than one paragraph (Wolfgang Scherer).
698   - \leavevmode before longtable only when needed (prevents spurious vspace)
699   - do not advance table counter for tables without caption
701 * docutils/writers/xetex/__init__.py
703   - New writer generating LaTeX code for compiling with ``xelatex``.
705     A separate writer (inheriting from latex2e) instead of a ``--xetex``
706     option allows separate config options for XeTeX vs. LaTeX2e.
708 * docutils/writers/manpage.py
710   - Fix: BUG#3219183 - vertical space in definition lists containing markup.
711   - Fix: vertical space cleaning for option group ``.``.
713 * tools/editors/emacs/rst.el:
715   - Fix [ 3001100 ] does not handle spaces in filenames
716     (thanks to Jakub Wilk)
718 * docutils/utils.py:
720   - strip whitespace from stylesheet arguments
721   - exclude combining chars from column_width()
722     (partial fix for [ 2926161 ])
724 * docutils/parsers/rst/directives/misc.py:
726   - Fix [ 1830389 ] Replace not breaking on getting system_messages from
727     nested_parse
729 * docutils/io.py:
731   - Do not close() sys.stdin, sys.stdout, or sys.stderr. Prevents
732     ``Exception ValueError: 'I/O operation on closed file.'`` with Python 3.
734 Release 0.7 (2010-07-07)
735 ========================
737 * General:
739   - Fix [ 2881769 ] setup configuration.
740   - Fix [ 2788716 ] reporting problems in included files.
742 * docutils/io.py
744   - FileInput opens files as text files with universal newline support
745     (mode "rU", configurable with the new optional argument "mode").
747 * docutils/nodes.py
749   - Fix [ 2975987 ] repr(Text) failed with long string (Jeffrey C. Jacobs).
751 * docutils/utils.py
753   - Fix [ 2923723 ] let decode_path() tolerate path == None
755 * docutils/writers/html4css1/__init__.py
757   - Support SVG and SWF images (thanks to Stefan Rank).
758   - Generate valid XHTML for centered images with targets.
759     Use CSS classes instead of "align" tags for image alignment.
761 * docutils/writers/latex2e/__init__.py
763   - Use `transforms.writer_aux.Admonitions` to "normalize" special
764     admonitions.
765   - Use the ``\url`` command for URLs (breaks long URLs instead of
766     writing into the margin).
767   - Preserve runs of spaces in `inline literals`__.
768   - Deprecate ``figure_footnotes`` setting.
769   - Rename ``use_latex_footnotes`` setting to `docutils_footnotes`__.
770   - New ``latex_preamble`` setting.
771   - Use PDF standard fonts (Times/Helvetica/Courier) as default.
772   - Fix hyperlink targets (labels) for images, figures, and tables.
773   - Apply [ 2961988 ] Load babel after inputenc and fontenc.
774   - Apply [ 2961991 ] Call hyperref with unicode option.
775   - Drop the special `output_encoding`__ default ("latin-1").
776     The Docutils wide default (usually "UTF-8") is used instead.
777   - Render inline markup in document title and subtitle.
778   - Fix numbering depth with LaTeX section numbering.
779   - Update Unicode -> LaTeX translations.
780   - Fix bug with topic directive (thanks to Alan G Isaac for reporting).
782 __ docs/ref/restructuredtext.html#inline-literals
783 __ docs/user/config.html#docutils-footnotes
784 __ docs/user/config.html#output_encoding
786 * docutils/writers/manpage.py
788   - Fix: supported attribute (thanks to peter2108).
789   - Remove trailing blanks in code (keep in sync with mercurial version).
790   - Titles level 1, that is ``.SH``, always uppercase.
791   - Apply patch from mg: literal text should be bold in man-pages.
793 * docutils/nodes.py
795   - Fix: encoding ``'ascii'`` must be lowercase to prevent problems for
796     turkish locale.
798 * setup.py:
800   - Python 3 support: copy test/ and tools/ to the build-dir
801     and convert Python sources with 2to3.
804 Release 0.6 (2009-10-11)
805 ========================
807 * General:
809   - Docutils is now compatible with Python versions from 2.3 up to 2.6
810     and convertible to 3.1 code.
812     + Node.__nonzero__ returns True instead of 1.
813     + use os.walk instead os.path.walk.
814     + minimize "types" module where possible.
815     + Backwards-compatible changes to remove python2.6 -3 deprecation warnings
816     + Text nodes now subclass unicode rather than UserString
817       (which is gone in python 3.0).
818     + 3.0 compatibility module docutils._compat
820     + Drop 2.2 compatibility workarounds.
821     + Drop extras/optparse.py and extras/textwrap.py
822       (stdlib modules since 2.3).
824   - OpenOffice export: ODT writer moved from sandbox to Doctutils core.
825   - Unix man page export: manpage writer moved from sandbox to Doctutils
826     core.
828   - Apply [ 1719345 ] Galician translation
829   - Apply [ 1905741 ] Polish translation
830   - Apply [ 1878977 ] make_id(): deaccent characters.
831   - Apply [ 2029251 ] return nonzero when tests fail.
832   - Fix [ 1692788 ] allow UTF-8 in style sheets.
833   - Fix [ 2781629 ] support non-ASCII chars in file names.
834   - Apply [ 2845002 ] let ``--no-raw`` disable raw *roles* too.
835   - Fix [ 2831643 ] by renaming DirectiveError.message to DirectiveError.msg
836   - Fix [ 2821266 ] --strict option works now like --halt=info.
837   - Fix [ 2788716 ] DirectiveError now correctly reports source and line.
838   - Fix [ 1627229 ] hyperlink references in substitutions.
840   - The "newlatex" writer is orphaned.
842 * reStructuredText:
844   - Documented Unicode characters allowed as inline markup openers,
845     closers, and delimiters.
846   - Allow units for all length specifications.
847   - Allow percent sign in "scale" argument of "figure" and "image" directives.
848   - Bugfix: The "figalign" argument of a figure now works as intended
849     (aligning the figure, not its contents).
850   - Align images with class "align-[right|center|left]"
851     (allows setting the alignment of an image in a figure).
853 * docutils/nodes.py:
855   - Added ``Element.__contains__`` method, for the in-operator.
857 * docutils/parsers/rst/states.py:
859   - Apply [ 1994493 ] Patch to support all kinds of quotes in inline markup.
860   - Added support for Unicode inline markup delimiters "‐ ‑ ‒ – —" and
861     " " (non-breaking space), and "¡ ¿" openers.
863 * docutils/parsers/directives/misc.py:
865   - Added ``start-line`` and ``end-line`` options to "include"
866     directive to select a range of lines.
867   - Hard tabs in literal inclusions are replaced by spaces. This is
868     configurable via the new ``tab-width`` option of the "include" directive
869     (a negative tab-width prevents tab expansion).
871 * docutils/utils.py:
873   - Add ``get_stylesheet_list`` function.
874   - Apply [ 2834836 ] print info at halt
876 * docutils/transforms/universal.py:
878   - Raise default priority of StripClasses to exclude stripped classes from
879     the ToC.
881 * docutils/writers/html4css1/__init__.py:
883   - ``--stylesheet`` and ``--stylesheet-path`` options support a comma
884     separated list of stylesheets.
885   - Address [ 1938891 ] Inline literal text creates "pre" span only when
886     needed to prevent inter-word line wraps.
887   - Use `translate` method instead of repeated `replace` calls.
888   - Fix [ 1757105 ] New ``table-style`` option. Added to standard table
889     classes to allow CSS styling that does not interfere with other
890     table-using constructs (field lists, citations, ...).
892 * docutils/writers/newlatex2e/__init__.py:
894   - Apply [ 1612821 ] Double quotes in literal text in Italian/German
896 * docutils/writers/latex2e/__init__.py (see also
897   `<docs/user/docutils-05-compat.sty.html>`__) :
899   - Add ``--embed-stylesheet`` option.
900   - Apply [ 1474017 ] image vertical alignment is reversed.
901   - Apply [ 2051599 ] multi-page tables in latex writer (from pabigot).
902   - Change: has_key for dictionaries (not Nodes) to in-operator.
903   - Merge adjacent citations into one latex cite command.
904   - Failsave implementation of custom roles. LaTeX compilation now ignores
905     unknown classes instead of aborting with an error.
906   - Support custom roles based on standard roles.
907   - LaTeX packages can be used as ``--stylesheet`` arguments without
908     restriction. (A style sheet is now referenced with the ``\usepackage``
909     command, if it ends with ``.sty`` or has no extension.)
910   - Add ``bp`` to lenghts without unit (prevents LaTex errors).
911   - Correctly write length unit ``pt`` as ``bp`` in LaTeX.
912   - Do not convert ``px`` to ``pt`` (``px`` is supported by pdfTeX since
913     2005-02-04 as a configurable length unit).
914   - Do not use fontenc, nor the obsolete 'ae' and 'aeguill' packages
915     if font-encoding is set to ''. LaTeX defaults to OT1 then.
916   - Set sub- and superscript role argument in text mode not as math.
917     Use a custom role based on sub-/superscript if you want italic shape.
918   - Shorter preamble and less dependencies: Load packages and define macros
919     only if required in the document.
920   - Use the name prefix ``DU`` for all Docutils specific LaTeX macros.
921   - New custom environments and commands with optional "classes" argument.
922   - Simpler LaTeX encoding, e.g. "\%" instead of "{\%}".
923   - Better conformance to Docutils specifications with ``--use-latex-toc``.
924     Support for LaTeX generated ToC also with unnumbered sections.
925   - If 'sectnum_xform' is False, the 'sectnum' directive triggers
926     section numbering by LaTeX.
927   - Use default font in admonitions and sidebar.
928   - Align of image in a figure defaults to 'center'.
929   - Bugfix: Newlines around targets and references prevent run-together
930     paragraphs.
931   - Fix internal hyperlinks.
932   - Use class defaults for page margins ('typearea' now optional).
933   - Float placement made configurable, default changed to "here definitely".
934   - Typeset generic topic as "quote block with title".
935   - Use template (file and configuration option).
936   - In the default template, load cmap.sty (fix text extraction in PDF) and
937     fixltx2e.sty (LaTeX patches, \textsubscript).
938   - Render doctest blocks as literal blocks (fixes [ 1586058 ]).
939   - Use `translate` instead of repeated `replace` calls for text encoding.
940   - Hyperlinked footnotes and support for symbol footnotes and
941     ``--footnote-references=brackets`` with ``--use-latex-footnotes``.
942   - Complete pairs of binary options
943     (``--figure-footnotes, --figure-citations, --link-stylesheet``,
944     ``--use-docutils-toc, --use-docutils-docinfo, --topic-abstract``)
945   - New defaults:
946     - font-encoding: "T1" (formerly implicitely set by 'ae').
947     - use-latex-toc: true (ToC with page numbers).
948     - use-latex-footnotes: true (no mixup with figures).
950 * docutils/writers/manpage.py
952   - Do not print version at document end, this is done by the viewer.
953   - Do not print date at document end, this is done by the viewer.
954   - Fix storage of docinfo fields for none standard fields.
956 * docutils/tools/rst2man.py
958 Release 0.5 (2008-06-25)
959 ========================
961 * docutils/languages/he.py: Added to project: Hebrew mappings by
962   Meir Kriheli.
964 * docutils/parsers/rst/languages/he.py: Added to project: Hebrew
965   mappings by Meir Kriheli.
967 * docutils/frontend.py:
969   - Configuration files are now assumed and required to be
970     UTF-8-encoded.
971   - Paths of applied configuration files are now recorded in the
972     runtime setting ``_config_files`` (accessible via
973     ``--dump-settings``).
974   - Added ``--strip-elements-with-class`` and ``--strip-class``
975     options (``strip_elements_with_classes`` and ``strip_classes``
976     settings).
978 * docutils/io.py:
980   - Added code to determine the input encoding from data: encoding
981     declarations or the presence of byte order marks (UTF-8 & UTF-16).
982   - Added support for IronPython 1.0.
984 * docutils/nodes.py:
986   - Added ``document.__getstate__`` method, for pickling.
988 * docutils/parsers/rst/states.py:
990   - Allow ``+`` and ``:`` in reference names.
991   - Unquoted targets beginning with an underscore (``.. __target:
992     URI``) are no longer accepted.
993   - Added support for multiple attributions in a physical block quote
994     (indented text block), dividing it into multiple logical block
995     quotes.
996   - Added support for unicode bullets in bullet lists: "•", "‣", and
997     "⁃".
998   - Added support for new object-oriented directive interface,
999     retaining compatibility to the old functional interface.
1000   - Added support for throwing ``DirectiveError``'s from within
1001     directive code.
1003 * docutils/parsers/rst/__init__.py:
1005   - Added ``Directive`` base class.
1006   - Added ``DirectiveError`` base class.
1007   - Fixed ``file_insertion_enabled`` & ``raw_enabled`` setting
1008     definitions.
1010 * docutils/parsers/directives/:
1012   - Refactored all reStructuredText directives to use the new
1013     object-oriented directive interface.  Errors are now (mostly)
1014     thrown using the new ``DirectiveError`` class.
1016 * docutils/parsers/directives/misc.py:
1018   - Added ``start-after`` and ``end-before`` options to ``include``
1019     directive; thanks to Stefan Rank.
1021 * docutils/transforms/universal.py:
1023   - Added ``StripClassesAndElements`` transform to remove from the
1024     document tree all elements with classes in
1025     ``settings.strip_elements_with_classes`` and all "classes"
1026     attribute values in ``self.document.settings.strip_classes``.
1028 * docutils/transforms/writer_aux.py:
1030   - Added ``Admonitions`` transform to transform specific admonitions
1031     (like ``note``, ``warning``, etc.) into generic admonitions with a
1032     localized title.
1034 * docutils/writers/html4css1/__init__.py:
1036   - Moved template functionality from the PEP/HTML writer here.
1037   - Expanded the fragments available in the ``parts`` attribute.
1038   - Moved ``id`` attributes from titles to surrounding ``div``
1039     elements.
1040   - Dropped all ``name`` attributes of ``a`` elements (``id`` is
1041     universally supported now).
1042   - ``template.txt`` is now opened in text mode instead of binary mode
1043     (to ensure Windows compatibility).
1044   - ``a`` elements now have an "internal" or "external" class,
1045     depending on reference type.
1047 * docutils/writers/html4css1/template.txt: Added to project.
1049 * docutils/writers/pep_html/:
1051   - Moved template functionality to the HTML writer.
1053 * docutils/writers/s5_html/__init__.py:
1055   - Added ``view_mode`` & ``hidden_controls`` settings
1056     (``--view-mode`` & ``--hidden-controls/--visible-controls``
1057     options).
1059 * docutils/writers/latex2e/__init__.py:
1061   - Add ``--literal-block-env``
1062   - Fix: escaping ``%`` in href urls.
1063   - Move usepackage hyperref after stylesheet inclusion.
1064   - Fix: scrartcl does not have chapter but scrreprt.
1065   - Add newline after ``\end{verbatim}``.
1066   - Merge smaller differences from latex2e_adaptive_preamble.
1067   - Add ``use-part-section``.
1068   - Put leavevmode before longtable to avoid having it moved before sub/pargraph.
1069   - Using leavemode option_list no longer needs to check if parent
1070     is a definition list.
1071   - Append ``\leavemode`` to definition list terms.
1072   - No longer write visit\_/depart_definition_list_item comments to
1073     output.
1074   - Table column width with 3 decimal places.
1075   - Add table stubs support (boldfont).
1076   - Add assemble_parts to writer.
1077   - Add simply support for nested tables.
1078   - Fix verbatim in tables if use-verbatim-when-possible.
1079   - Use section commands down to subparagraph.
1080   - Put ensuremath around some latin1 chars.
1081   - Set ``usepackage[utf8x]{inputenc}`` for utf-8.
1082   - New option ``--use-bibtex=style,db1,db2``.
1083   - New option ``--reference-label`` to allow usage of LaTeX ref for
1084     labels in section references.
1085   - Add a label after every section to support sectionnumbers as reference
1086     labels.
1087   - Fix: bug# 1605376 rst2latex: bad options group list
1088   - Remove inactive code for use_optionlist_for_option_list.
1089   - Remove latex comments from option_list output.
1090   - Fix: bug# 1612270 double qoutes in italian literal.
1091   - Fix: output ``hypertarget{ node.get(refid) }{}`` from visit_target.
1092   - Add option --use-latex-abstract.
1093   - Image width unit ``px`` is translated to ``pt``.
1094   - Add image height support.
1095   - Fix: image width ``70%`` is converted ``0.700\linewidth``.
1096     bug #1457388
1097   - Fix: Do not escape underscores in citation reference labels if
1098     use-latex-citations is set.
1099   - Use centering instead of center for figure contents, to avoid vertical
1100     space.
1101   - Recognize table class: borderless, nolines, booktabs, standard.
1102   - Fix: Renaming contents section does not work with latex writer; SF
1103     bug #1487405.
1104   - Applied patch for custom roles with classes from Edward Loper.
1105   - Fixed bug that caused crashes with more than 256 lists.
1107 * docutils/writers/pep_html/__init__.py:
1109   - Changed to support new python.org website structure and
1110     pep2pyramid.py.
1112 * docs/howto/security.txt: "Deploying Docutils Securely", added to
1113   project.
1115 * tools/buildhtml.py:
1117   -- Added ``ignore`` setting to exclude a list of shell patterns
1118      (default: ``.svn:CVS``).
1120 * tools/editors/emacs/rst.el:
1122   - Changed license to "GPL".
1123   - Added ``rst-straighten-decorations`` function.
1124   - The ``compile`` module is now always loaded.
1125   - Added ``rst-toggle-line-block`` function.
1126   - Headings consisting only of non-ASCII characters are now
1127     recognized by ``rst-toc`` and ``rst-adjust``.
1128   - Added font-lock support for multi-line comments where the first
1129     comment line is empty.
1130   - Added ``(require 'font-lock)``.
1132 * setup.py:
1134   - Provide descriptive error message if distutils is missing.
1137 Release 0.4 (2006-01-09)
1138 ========================
1140 * General:
1142   - Updated the project policies for trunk/branch development &
1143     version numbering.
1145 * docutils/__init__.py:
1147   - Added ``__version_details__`` attribute to describe code source
1148     (repository/snapshot/release).
1149   - Replaced ``default_transforms`` attribute of TransformSpec with
1150     ``get_transforms()`` method.
1152 * docutils/core.py:
1154   - Added ``publish_doctree`` and ``publish_from_doctree`` convenience
1155     functions, for document tree extraction and reprocessing.
1157 * docutils/io.py:
1159   - Added ``DocTreeInput`` class, for reprocessing existing documents.
1160   - Added support for non-Unicode (e.g. binary) writer output.
1162 * docutils/nodes.py:
1164   - Re-introduced ``Targetable.indirect_reference_name``, for
1165     MoinMoin/reST compatibility (removed in r3124/r3129).
1166   - Added ``serial_escape`` function; escapes string values that are
1167     elements of a list, for serialization.  Modified Docutils-XML
1168     writing (``Element._dom_node``) and pseudo-XML writing
1169     (``Element.starttag``) to use ``serial_escape``.
1170   - Added ``Node.deepcopy()`` method.
1171   - Removed the internal lists ``document.substitution_refs``,
1172     ``document.anonymous_refs``, and ``document.anonymous_targets``.
1173   - Added a "container" element.
1174   - Fixed bug where values of list-valued attributes of elements
1175     originating from custom interpreted text roles (i.e., with custom
1176     classes) were being shared between element instances.  Reported by
1177     Shmuel Zeigerman.
1179 * docutils/statemachine.py:
1181   - Added trailing whitespace stripping to ``string2lines()``.
1182   - Added ``StringList.pad_double_width()`` & ``.replace()`` for East
1183     Asian double-width character support.
1185 * docutils/utils.py:
1187   - Added ``east_asian_column_width()`` for double-width character
1188     support.
1190 * docutils/languages/ja.py: Added to project: Japanese mappings by
1191   Hisashi Morita.
1193 * docutils/languages/zh_cn.py: Added to project: Simplified Chinese
1194   mappings by Panjunyong.
1196 * docutils/parsers/null.py: Added to project; a do-nothing parser.
1198 * docutils/parsers/rst/__init__.py:
1200   - Added validator to tab_width setting, with test.  Closes SF bug
1201     #1212515, report from Wu Wei.
1203 * docutils/parsers/rst/states.py:
1205   - Fixed bug with escaped colons indicating a literal block.
1206   - Fixed bug with enumerated lists (SF#1254145).
1207   - Backslash-escaped colons inside of field names are now allowed.
1208   - Targets (implicit and explicit), anonymous hyperlink references
1209     and auto-numbered footnote references inside of substitution
1210     definitions are now disallowed.
1211   - Fixed bug: list items with blank first lines.
1212   - Fixed bug: block quote attributions with indented second lines.
1213   - Added East Asian double-width character support (Python 2.4 only).
1215 * docutils/parsers/rst/tableparser.py:
1217   - Added East Asian double-width character support (Python 2.4 only).
1219 * docutils/parsers/rst/directives/body.py:
1221   - Added the "container" directive.
1223 * docutils/parsers/rst/directives/misc.py:
1225   - Added the "default-role", "title", and "date" directives.
1226   - Added standard data file syntax to the "include" directive.
1227   - Added support for "class" directive content.
1229 * docutils/parsers/rst/directives/images.py:
1231   - Added ``indirect_reference_name`` support for images with a target
1232     option.
1233   - Added support for image width and height units.
1234   - Fixed bug with image "target" options.
1236 * docutils/parsers/rst/directives/references.py:
1238   - Added "class" attribute to "target-notes" directive, for
1239     footnote_reference classes.
1241 * docutils/parsers/rst/include/: Directory added to project; contains
1242   standard data files for the "include" directive.  Initial contents:
1243   character entity substitution definition sets, and a set of
1244   definitions for S5/HTML presentations.
1246 * docutils/parsers/rst/languages/ja.py: Added to project: Japanese
1247   mappings by David Goodger.
1249 * docutils/parsers/rst/languages/zh_cn.py: Added to project:
1250   Simplified Chinese mappings by Panjunyong.
1252 * docutils/readers/__init__.py:
1254   - Added universal.Decorations and universal.ExposeInternals
1255     transforms as default transforms for all readers.
1256   - Added ``ReReader`` base class for readers that reread an existing
1257     document tree.
1259 * docutils/readers/doctree.py: Added to project; a reader for existing
1260   document trees.
1262 * docutils/transforms/frontmatter.py:
1264   - Fixed the DocInfo transform to handle SVN-style expansion of the
1265     "Date" keyword.
1266   - In ``DocInfo.extract_authors``, treat the contents of "authors"
1267     fields uniformly.
1269 * docutils/transforms/misc.py:
1271   - Added misc.Transitions transform, extracted from
1272     universal.FinalChecks.
1274 * docutils/transforms/references.py:
1276   - Added references.DanglingReferences transform, extracted from
1277     universal.FinalChecks.
1278   - Fixed bug with doubly-indirect substitutions.
1279   - Added footnote_reference classes attribute to "TargetNotes".
1280   - Fixed bug with circular substitution definitions that put Docutils
1281     into an infinite loop.
1283 * docutils/transforms/universal.py:
1285   - Added universal.ExposeInternals transform, extracted from
1286     universal.FinalChecks.
1287   - Removed universal.FinalChecks transform (logic has been moved to
1288     several new transforms).
1289   - Fixed bug with the "expose_internals" setting and Text nodes
1290     (exposed by the "rawsource" internal attribute).
1291   - Added the universal.StripComments transform, implementation of the
1292     "strip_comments" setting.
1294 * docutils/transforms/writer_aux.py: Added to project; auxiliary
1295   transforms for writers.
1297   - Added ``Compound`` transform, which flattens compound paragraphs.
1299 * docutils/writers/: Several writer modules (html4css1.py) were
1300   converted into packages.  Support modules and data files have been
1301   moved into the packages.  The stylesheets for the HTML writers are
1302   now installed along with the code, the code knows where to find
1303   them, and the default is to use them (actually, to embed them).
1304   Some adjustments to configuration files may be necessary.  The
1305   easiest way to obtain the new default behavior is to remove all
1306   settings whose name includes "stylesheet".
1308 * docutils/writers/__init__.py:
1310   - Added universal.Messages and universal.FilterMessages transforms
1311     as default transforms for all writers.
1312   - Added ``UnfilteredWriter`` base class for writers that pass the
1313     document tree on unchanged.
1315 * docutils/writers/docutils_xml.py:
1317   - Made ``xmlcharrefreplace`` the default output encoding error
1318     handler.
1320 * docutils/writers/html4css1/:
1322   - Added support for image width and height units.
1323   - Made ``xmlcharrefreplace`` the default output encoding error
1324     handler.
1325   - Made ``--embed-stylesheet`` the default rather than
1326     ``--link-stylesheet``.
1327   - Moved "id" attribute from container (section etc.) to title's <a>
1328     tag, to be on the same tag as "name".
1329     (!!! To be reverted in Docutils 0.5.)
1330   - Added vertical space between fields of field lists.
1331   - Added ``--compact-field-lists`` option to remove vertical space in
1332     simple field lists.
1333   - Made cloaking of email addresses with ``--cloak-email-addresses``
1334     less obtrusive.
1335   - Fixed support for centered images.
1336   - Added support for class="compact" & class="open" lists.
1338 * docutils/writers/latex2e/:
1340   - Underscores in citekeys are no longer escaped.
1342 * docutils/writers/newlatex2e/unicode_map.py: Added to project;
1343   mapping of Unicode characters to LaTeX equivalents.
1345 * docutils/writers/s5_html/: Package added to project; writer for
1346   S5/HTML slide shows.
1348 * docs/dev/distributing.txt: Added to project; guide for distributors
1349   (package maintainers).
1351 * docs/dev/hacking.txt: Added to project; guide for developers.
1353 * docs/ref/doctree.txt:
1355   - Updated for plural attributes "classes", "ids", "names",
1356     "dupnames".
1357   - Added the "container" element.
1359 * docs/ref/docutils.dtd:
1361   - Updated for plural attributes "classes", "ids", "names",
1362     "dupnames".
1364 * docs/user/emacs.txt: Added to project; a document about Emacs
1365   support for reStructuredText and Docutils.
1367 * docs/user/links.txt: Added to project; lists of Docutils-related
1368   links.
1370 * docs/user/mailing-lists.txt: Added to project; information about
1371   Docutils-related mailing lists and how to access them.
1373 * docs/user/slide-shows.txt: Added to project; example of and docs for
1374   the S5/HTML writer (``rst2s5.py`` front end).
1376 * docs/ref/rst/definitions.txt: "reStructuredText Standard Definition
1377   Files", added to project.
1379 * test/coverage.sh: Added to project; test coverage script.
1381 * test/DocutilsTestSupport.py:
1383   - Added support for specifying runtime settings at the suite level.
1385 * test/test_functional.py:
1387   - Added the ``clear_output_directory`` function.
1388   - Added support for ``_test_more`` functions in functional test
1389     config files.
1391 * tools/rst2s5.py: Added to project; front end for the S5/HTML writer.
1393 * tools/rstpep2html.py: Renamed from pep.py.
1395 * tools/dev/create_unimap.py: Added to project; script to create the
1396   docutils/writers/unimap_latex.py mapping file.
1398 * tools/dev/profile_docutils.py: Added to project; profiler script.
1400 * tools/dev/unicode2rstsubs.py: Moved from tools/unicode2rstsubs.py.
1402 * tools/editors/emacs/restructuredtext.el,
1403   tools/editors/emacs/rst-html.el, tools/editors/emacs/rst-mode.el:
1404   Removed from project; the functionality is now contained in rst.el.
1406 * tools/editors/emacs/rst.el: Added to project.  Added many features
1407   and fixed many bugs.  See docs/user/emacs.txt for details.
1409 * tools/stylesheets: Removed from project.  Stylesheets have been
1410   renamed and moved into writer packages.
1413 Release 0.3.9 (2005-05-26)
1414 ==========================
1416 * General:
1418   - Eliminated and replaced all uses of the old string attributes
1419     ``id``, ``name``, ``dupname`` and ``class`` with references to the
1420     new list attributes ``ids``, ``names``, ``dupnames`` and
1421     ``classes`` throughout the whole source tree.
1423 * docutils/core.py:
1425   - Enabled ``--dump-*`` options when ``--traceback`` specified,
1426     allowing for easier debugging.
1427   - In ``Publisher.publish()``, expanded the generic top-level
1428     exception catching.
1430 * docutils/examples.py:
1432   - Added ``internals`` function for exploration.
1434 * docutils/io.py:
1436   - Fixed ``Input.decode`` method to apply heuristics only if no
1437     encoding is explicitly given, and to provide better reporting of
1438     decoding errors.
1439   - The ``Input.decode`` method now removes byte order marks (BOMs)
1440     from input streams.
1442 * docutils/nodes.py:
1444   - ``image`` element class changed to subclass of Element, not
1445     TextElement (it's an empty element, and cannot contain text).
1446   - Added ``attr_defaults`` dictionary for default attribute values.
1447   - Added empty list as default value for the following attributes:
1448     ``ids``, ``names``, ``dupnames``, ``classes``, and ``backrefs``.
1449   - Added ``document.decoration`` attribute,
1450     ``document.get_decoration`` method, and ``decoration.get_header``
1451     & ``.get_footer`` methods.
1452   - Added ``Element.update_basic_atts()`` and ``Element.substitute()``
1453     methods.
1455 * docutils/utils.py:
1457   - Removed ``docutils.utils.Reporter.categories``,
1458     ``docutils.utils.ConditionSet``, and all references to them, to
1459     simplify error reporting.
1461 * docutils/languages/nl.py: Added to project; Dutch mappings by
1462   Martijn Pieters.
1464 * docutils/parsers/rst/__init__.py:
1466   - Added settings: ``file_insertion_enabled`` & ``raw_enabled``.
1468 * docutils/parsers/rst/states.py:
1470   - Added check for escaped at-mark to prevent email address recognition.
1471   - Fixed option lists to allow spaces inside ``<angle-bracketed option
1472     arguments>``.
1473   - Allowed whitespace in paths and URLs.
1474   - Added auto-enumerated list items.
1475   - Fixed bug that assumed ``.. _`` and ``.. |`` were invariably
1476     followed by text.
1477   - Added support for table stub columns.
1479 * docutils/parsers/rst/directives/__init__.py:
1481   - Allowed whitespace in paths (``path`` function).
1482   - Added ``uri`` directive option conversion function.
1484 * docutils/parsers/rst/directives/body.py:
1486   - Fixed illegal context bug with "topic" directive (allowed within
1487     sidebars; not within body elements).
1489 * docutils/parsers/rst/directives/images.py:
1491   - Allowed whitespace (stripped) in "image" & "figure" directive URLs.
1492   - Added support for the ``file_insertion_enabled`` setting in the
1493     "figure" directive (disables "figwidth" option).
1494   - "image" directive: added checks for valid values of "align" option,
1495     depending on context.  "figure" directive: added specialized
1496     "align" option and attribute on "figure" element.
1497   - Made ":figwidth: image" option of "figure" directive work again.
1498   - Fixed bug with reference names containing uppercase letters
1499     (e.g. ``Name_``) in "target" option of "image" directive.
1501 * docutils/parsers/rst/directives/misc.py:
1503   - Fixed "include" and "raw" directives to catch text decoding
1504     errors.
1505   - Allowed whitespace in "include" & "raw" directive paths.
1506   - Added support for ``file_insertion_enabled`` & ``raw_enabled``
1507     settings in "include" & "raw" directives.
1509 * docutils/parsers/rst/directives/parts.py:
1511   - Added "header" & "footer" directives.
1512   - Fixed illegal context bug with "contents" directive (topics
1513     allowed within sidebars; not within body elements).
1515 * docutils/parsers/rst/directives/tables.py:
1517   - Added "list-table" directive.
1518   - Caught empty CSV table bug.
1519   - Added support for the ``file_insertion_enabled`` setting in the
1520     "csv-table" directive.
1521   - Added ``stub-columns`` option to "csv-table" and "list-table"
1522     directives.
1524 * docutils/parsers/rst/languages/nl.py: Added to project; Dutch
1525   mappings by Martijn Pieters.
1527 * docutils/readers/standalone.py:
1529   - Added ``--section-subtitles`` and ``--no-section-subtitles``
1530     options to activate or deactivate the SectSubTitle transform.
1532 * docutils/transforms/frontmatter.py:
1534   - Added SectSubTitle transform to promote titles of lone
1535     subsections to subtitles.
1537 * docutils/transforms/references.py:
1539   - Fixed mislocated internal targets bug, by propagating internal
1540     targets to the next node, making use of the newly added support
1541     for multiple names and IDs.
1542   - Fixed duplicate footnote label bug.
1543   - Replaced ``ChainedTargets`` with more generic ``PropagateTargets``
1544     transform.
1546 * docutils/writers/html4css1.py:
1548   - Fixed unencoded stylesheet reference bug (characters like "&" in
1549     stylesheet references).
1550   - ``target`` nodes now appear as ``span`` tags (instead of ``a``
1551     tags).
1552   - Added support for multiple IDs per node by creating empty ``span``
1553     tags.
1554   - Added the ``field_name_limit`` & ``option_limit`` settings &
1555     support.
1556   - Added support for table stub columns.
1557   - Added support for the ``align`` attribute on ``figure`` elements.
1558   - Added the ``cloak_email_addresses`` setting & support.
1559   - Added ``html_prolog``, ``html_head``, ``html_body``,
1560     ``html_title``, & ``html_subtitle`` to parts dictionary exposed by
1561     ``docutils.core.publish_parts``.
1562   - Added support for section subtitles.
1564 * docutils/writers/latex2e.py:
1566   - Fixed tables starting with more than one multirow cell.
1567   - Improved --use-latex-docinfo so that organization/contact/address
1568     fields are lumped with the last author field and appear on the
1569     titlepage.
1570   - Made sure the titlepage is always shown with --use-latex-docinfo,
1571     even if the document has no title.
1572   - Made sure that latex doesn't fill in today's date if no date field
1573     was given.
1574   - Added support for section subtitles.
1576 * docutils/writers/newlatex2e.py: Added to project; a new LaTeX writer
1577   (under development).
1579 * docutils/writers/null.py: Added to project; a do-nothing Writer.
1581 * docs/api/publisher.txt:
1583   - Added "``publish_parts`` Details" section.
1585 * docutils/dev/repository.txt: Added to project; information about the
1586   Docutils Subversion repository.
1588 * docs/ref/docutils.dtd:
1590   - Added a ``stub`` attribute to the ``colspec`` element via the
1591     ``tbl.colspec.att`` parameter entity.
1592   - Allowed topic elements within sidebars
1593   - Added an ``align`` attribute to the ``figure`` element.
1595 * tools/rst2newlatex.py: Added to project; front end for the new LaTeX
1596   writer.
1599 Release 0.3.7 (2004-12-24)
1600 ==========================
1602 * docutils/frontend.py:
1604   - Added options: --input-encoding-error-handler,
1605     --record-dependencies, --leave-footnote-reference-space,
1606     --strict-visitor.
1607   - Added command-line and config file support for "overrides" setting
1608     parameter.
1610 * docutils/io.py:
1612   - Added support for input encoding error handler.
1614 * docutils/nodes.py:
1616   - Added dispatch_visit and dispatch_departure methods to
1617     NodeVisitor; useful as a hook for Visitors.
1618   - Changed structure of ``line_block``; added ``line``.
1619   - Added ``compound`` node class.
1620   - Added a mechanism for Visitors to transitionally ignore new node
1621     classes.
1623 * docutils/utils.py:
1625   - Moved ``escape2null`` and ``unescape`` functions from
1626     docutils/parsers/rst/states.py.
1628 * docutils/parsers/rst/roles.py:
1630   - Added "raw" role.
1631   - Changed role function API: the "text" parameter now takes
1632     null-escaped interpreted text content.
1634 * docutils/parsers/rst/states.py:
1636   - Fixed bug where a "role" directive in a nested parse would crash
1637     the parser; the state machine's "language" attribute was not being
1638     copied over.
1639   - Added support for line block syntax.
1640   - Fixed directive parsing bug: argument-less directives didn't
1641     notice that arguments were present.
1642   - Removed error checking for transitions.
1643   - Added support for multiple classifiers in definition list items.
1644   - Moved ``escape2null`` and ``unescape`` functions to docutils/utils.py.
1645   - Changed role function API: the "text" parameter now takes
1646     null-escaped interpreted text content.
1647   - Empty sections and documents are allowed now.
1649 * docutils/parsers/rst/directives/__init__.py:
1651   - Added ``encoding`` directive option conversion function.
1652   - Allow multiple class names in class_option conversion function.
1654 * docutils/parsers/rst/directives/body.py:
1656   - Converted the line-block directive to use the new structure.
1657   - Extracted the old line-block functionality to the ``block``
1658     function (still used).
1659   - Added ``compound`` directive (thanks to Lea Wiemann).
1661 * docutils/parsers/rst/directives/misc.py:
1663   - Added "encoding" option to "include" and "raw" directives.
1664   - Added "trim", "ltrim", and "rtrim" options to "unicode" directive.
1665   - Allow multiple class names in the "class" directive.
1667 * docutils/parsers/rst/directives/parts.py:
1669   - Directive "sectnum" now accepts "prefix", "suffix", and "start"
1670     options.  Thanks to Lele Gaifax.
1672 * docutils/parsers/rst/directives/tables.py:
1674   - Added "encoding" directive to "csv-table" directive.
1675   - Added workaround for lack of Unicode support in csv.py, for
1676     non-ASCII CSV input.
1678 * docutils/transforms/misc.py:
1680   - Fixed bug when multiple "class" directives are applied to a single
1681     element.
1682   - Enabled multiple format names for "raw" directive.
1684 * docutils/transforms/references.py:
1686   - Added support for trimming whitespace from beside substitution
1687     references.
1689 * docutils/transforms/universal.py:
1691   - FinalChecks now checks for illegal transitions and moves
1692     transitions between sections.
1694 * docutils/writers/html4css1.py:
1696   - HTMLTranslator.encode now converts U+00A0 to "&nbsp;".
1697   - "stylesheet" and "stylesheet_path" settings are now mutually
1698     exclusive.
1699   - Added support for the new line_block/line structure.
1700   - --footnote-references now overrides
1701     --trim-footnote-reference-space, if applicable.
1702   - Added support for ``compound`` elements.
1703   - Enabled multiple format names for "raw" directive.
1704   - ``<p>`` tags of a paragraph which is the only visible child of the
1705     document node are no longer stripped.
1706   - Moved paragraph-compacting logic (for stripping ``<p>`` tags) to
1707     new method ``should_be_compact_paragraph()``.
1708   - Added class="docutils" to ``dl``, ``hr``, ``table`` and ``tt``
1709     elements.
1710   - "raw" elements are now surrounded by ``span`` or ``div`` tags in
1711     the output if they have their ``class`` attribute set.
1712   - The whole document is now surrounded by a ``<div
1713     class="document">`` element.
1714   - Body-level images are now wrapped by their own ``<div>`` elements,
1715     with image classes copied to the wrapper, and for images which
1716     have the ``:align:`` option set, the surrounding ``<div>`` now
1717     receives a class attribute (like ``class="align-left"``).
1719 * docutils/writers/latex2e.py:
1721   - no newline after depart_term.
1722   - Added translations for some Unicode quotes.
1723   - Added option "font-encoding", made package AE the default.
1724   - "stylesheet" and "stylesheet_path" settings are now mutually
1725     exclusive.
1726   - --footnote-references now overrides
1727     --trim-footnote-reference-space, if applicable.
1728   - The footnote label style now matches the footnote reference style
1729     ("brackets" or "superscript").
1730   - Added support for ``compound`` elements.
1731   - Enabled multiple format names for "raw" directive.
1733 * docs/ref/docutils.dtd:
1735   - Changed structure of the ``line_block`` element; added ``line``.
1736   - Added ``compound`` element.
1737   - Added "ltrim" and "rtrim" attributes to
1738     ``substitution_definition`` element.
1739   - Enabled multiple format names for ``raw`` element.
1740   - Enabled multiple classifiers in ``definition_list_item`` elements.
1742 * docs/ref/rst/directives.txt
1744   - Marked "line-block" as deprecated.
1745   - "Class" directive now allows multiple class names.
1746   - Added "Rationale for Class Attribute Value Conversion".
1747   - Added warning about "raw" overuse/abuse.
1749 * docs/ref/rst/restructuredtext.txt:
1751   - Added syntax for line blocks.
1752   - Definition list items may have multiple classifiers.
1754 * docs/ref/rst/roles.txt:
1756   - Added "raw" role.
1758 * tools/stylesheets/default.css:
1760   - Added support for the new line_block structure.
1761   - Added "docutils" class to ``dl``, ``hr``, ``table`` and ``tt``.
1764 Release 0.3.5 (2004-07-29)
1765 ==========================
1767 General:
1769 * _`Documentation cleanup/reorganization`.
1771   - Created new subdirectories of docs/:
1773     * ``docs/user/``: introductory/tutorial material for end-users
1774     * ``docs/dev/``: for core-developers (development notes, plans, etc.)
1775     * ``docs/api/``: API reference material for client-developers
1776     * ``docs/ref/``: reference material for all groups
1777     * ``docs/howto/``: for component-developers and core-developers
1778     * ``docs/peps/``: Python Enhancement Proposals
1780   - Moved ``docs/*`` to ``docs/user/``.
1781   - Moved ``pysource.dtd``, ``pysource.txt``, ``semantics.txt`` from
1782     ``spec/`` to ``docs/dev``.
1783   - Moved ``doctree.txt``, ``docutils.dtd``, ``soextblx.dtd``,
1784     ``transforms.txt`` from ``spec/`` to ``docs/ref/``.
1785   - Moved ``alternatives.txt``, and ``problems.txt`` from
1786     ``spec/rst/`` to ``docs/dev/rst/``.
1787   - Moved ``reStructuredText.txt``, ``directives.txt``,
1788     ``interpreted.txt``, and ``introduction.txt`` from ``spec/rst/``
1789     to ``docs/ref/rst/``.  Renamed ``interpreted.txt`` to
1790     ``roles.txt``, ``reStructuredText.txt`` to
1791     ``restructuredtext.txt``.
1792   - Moved ``spec/howto/`` to ``docs/howto``.
1794   In order to keep the CVS history of moved files, we supplied
1795   SourceForge with a `script for modifying the Docutils CVS
1796   repository`__.
1798   __ http://cvs.sourceforge.net/viewcvs.py/*checkout*/docutils/sandbox/davidg/infrastructure/cvs-reorg.sh?content-type=text/plain&rev=1.5
1800   After running the cleanup script:
1802   - Added ``docs/index.txt``.
1803   - Added a ``.htaccess`` file to the ``web`` module, containing
1804     redirects for all old paths to new paths.  They'll preserve
1805     fragments (the "#name" part of a URL), and won't clutter up the
1806     file system, and will correct the URL in the user's browser.
1807   - Added ``BUGS.txt``, ``docs/dev/policies.txt``,
1808     ``docs/dev/website.txt``, ``docs/dev/release.txt`` from all but
1809     the "To Do" list itself in ``docs/dev/todo.txt``.
1810   - Moved "Future Plans" from ``HISTORY.txt`` to new "Priorities"
1811     section of ``docs/dev/todo.txt``.
1812   - Added ``THANKS.txt`` from "Acknowledgements" in ``HISTORY.txt``.
1813   - Added "How To Report Bugs" to ``BUGS.txt``.
1814   - Went through all the sources and docs (including under web/) and
1815     updated links.  Mostly done by Lea Wiemann; thanks Lea!
1816     (Still need to update links in the sandboxes.)
1818 Specific:
1820 * BUGS.txt: Added to project.
1822 * THANKS.txt: Added to project.
1824 * docutils/__init__.py:
1826   - 0.3.4: Post-release.
1828 * docutils/core.py:
1830   - Added special error handling & advice for UnicodeEncodeError.
1831   - Refactored Publisher.publish (simplified exception handling &
1832     extracted debug dumps).
1833   - Renamed "enable_exit" parameter of convenience functions to
1834     "enable_exit_status".
1835   - Enabled traceback (exception propagation) by default in
1836     programmatic convenience functions.
1837   - Now publish_file and publish_cmdline convenience functions return
1838     the encoded string results in addition to their regular I/O.
1839   - Extracted common code from publish_file, publish_string, and
1840     publish_parts, into new publish_programmatically.  Extracted
1841     settings code to ``Publisher.process_programmatic_settings``.
1842   - In Publisher.publish, disabled ``settings_overrides`` when
1843     ``settings`` is supplied; redundant.
1845 * docutils/frontend.py:
1847   - Added help text for "--output-encoding-error-handler" and
1848     "--error-encoding-error-handler".
1849   - Renamed "--exit" to "--exit-status".
1850   - Simplified default-setting code.
1852 * docutils/parsers/rst/__init__.py:
1854   - Added "--pep-base-url" and "--rfc-base-url" options.
1856 * docutils/parsers/rst/states.py:
1858   - Made URI recognition more aggressive and intelligent.
1860 * docutils/parsers/rst/directives/__init__.py:
1862   - Added several directive option conversion functions.
1864 * docutils/parsers/rst/directives/body.py:
1866   - Moved "table" directive to tables.py.
1868 * docutils/parsers/rst/directives/tables.py: Table-related directives,
1869   added to project.
1871 * docutils/writers/latex2e.py:
1873   - Added "--table-style=(standard|booktabs|nolines)"
1874   - figures get "here" option (LaTeX per default puts them at bottom),
1875     and figure content is centered.
1876   - Rowspan support for tables.
1877   - Fix: admonition titles before first section.
1878   - Replace ``--`` in literal by ``-{}-`` because fontencoding T1 has endash.
1879   - Replave ``_`` in literal by an underlined blank, because it has the correct
1880     width.
1881   - Fix: encode pdfbookmark titles, ``#`` broke pdflatex.
1882   - A few unicode replacements, if output_encoding != utf
1883   - Add "--graphicx-option".
1884   - Indent literal-blocks.
1885   - Fix: omit ``\maketitle`` when there is no document title.
1887 * docs/index.txt: "Docutils Project Documentation Overview", added to
1888   project.
1890 * docs/api/cmdline-tool.txt: "Inside A Docutils Command-Line Front-End
1891   Tool", added to project.
1893 * docs/api/publisher.txt: "The Docutils Publisher", added to project.
1895 * docs/api/runtime-settings.txt: "Docutils Runtime Settings", added to project.
1897 * docs/dev/policies.txt: Added to project (extracted from
1898   ``docs/dev/todo.txt``, formerly ``spec/notes.txt``).
1900 * docs/dev/release.txt: Added to project (extracted from
1901   ``docs/dev/todo.txt``, formerly ``spec/notes.txt``).
1903 * docs/dev/testing.txt: Added to project.
1905 * docs/dev/website.txt: Added to project (extracted from
1906   ``docs/dev/todo.txt``, formerly ``spec/notes.txt``).
1908 * docs/ref/rst/directives.txt:
1910   - Added directives: "table", "csv-table".
1912 * docs/user/rst/cheatsheet.txt: "The reStructuredText Cheat Sheet"
1913   added to project.  1 page for syntax, and a 1 page reference for
1914   directives and roles.  Source text to be used as-is; not meant to be
1915   converted to HTML.
1917 * docs/user/rst/demo.txt: Added to project; moved from tools/test.txt
1918   with a change of title.
1920 * test/functional/, contents, and test/test_functional.py: Added to
1921   project.
1923 * tools/buildhtml.py: Fixed bug with config file handling.
1925 * tools/html.py: Removed from project (duplicate of rst2html.py).
1927 * tools/pep2html.py: Removed from project (duplicate of Python's
1928   nondist/peps/pep2html.py; Docutils' tools/pep.py can be used for
1929   Docutils-related PEPs in docs/peps/).
1931 * tools/rst2pseudoxml.py: Renamed from publish.py.
1933 * tools/rst2xml.py: Renamed from docutils-xml.py.
1935 * tools/test.txt: Removed from project; moved to
1936   docs/user/rst/demo.txt.
1938 * setup.py: Now also installs ``rst2latex.py``.
1941 Release 0.3.3 (2004-05-09)
1942 ==========================
1944 * docutils/__init__.py:
1946   - 0.3.1: Reorganized config file format (multiple sections); see
1947     docs/config.txt.
1948   - Added unknown_reference_resolvers attribute to TransformSpec.
1949   - 0.3.2: Interpreted text reorganization.
1950   - 0.3.3: Released.
1952 * docutils/core.py:
1954   - Catch system messages to stop tracebacks from parsing errors.
1955   - Catch exceptions during processing report & exit without
1956     tracebacks, except when "--traceback" used.
1957   - Reordered components for OptionParser; application comes last.
1958   - Added "config_section" parameter to several methods and functions,
1959     allowing front ends to easily specify their config file sections.
1960   - Added publish_parts convenience function to allow access to individual
1961     parts of a document.
1963 * docutils/examples.py: Added to project; practical examples of
1964   Docutils client code, to be used as-is or as models for variations.
1966 * docutils/frontend.py:
1968   - Added "--traceback" & "--no-traceback" options ("traceback"
1969     setting).
1970   - Implemented support for config file reorganization:
1971     ``standard_config_files`` moved from ``ConfigParser`` to
1972     ``OptionParser``; added
1973     ``OptionParser.get_config_file_settings()`` and
1974     ``.get_standard_config_settings()``; support for old "[options]"
1975     section (with deprecation warning) and mapping from old to new
1976     settings.
1977   - Reimplemented setting validation.
1978   - Enabled flexible boolean values: yes/no, true/false, on/off.
1979   - Added ``Values``, a subclass of ``optparse.Values``, with support
1980     for list setting attributes.
1981   - Added support for new ``DOCUTILSCONFIG`` environment variable;
1982     thanks to Beni Cherniavsky.
1983   - Added "--no-section-numbering" option.
1985 * docutils/io.py:
1987   - Catch IOErrors when opening source & destination files, report &
1988     exit without tracebacks.  Added ``handle_io_errors`` parameter to
1989     ``FileInput`` & ``FileOutput`` to enable caller error handling.
1991 * docutils/nodes.py:
1993   - Changed ``SparseNodeVisitor`` and ``GenericNodeVisitor`` dynamic
1994     method definitions (via ``exec``) to dynamic assignments (via
1995     ``setattr``); thanks to Roman Suzi.
1996   - Encapsulated visitor dynamic assignments in a function; thanks to
1997     Ian Bicking.
1998   - Added indirect_reference_name attribute to the Targetable
1999     class. This attribute holds the whitespace_normalized_name
2000     (contains mixed case) of a target.
2002 * docutils/statemachine.py:
2004   - Renamed ``StringList.strip_indent`` to ``.trim_left``.
2005   - Added ``StringList.get_2D_block``.
2007 * docutils/utils.py:
2009   - Added "level" attribute to SystemMessage exceptions.
2011 * docutils/languages/af.py: Added to project; Afrikaans mappings by
2012   Jannie Hofmeyr.
2014 * docutils/languages/cs.py: Added to project; Czech mappings by Marek
2015   Blaha.
2017 * docutils/languages/eo.py: Added to project; Esperanto mappings by
2018   Marcelo Huerta San Martin.
2020 * docutils/languages/pt_br.py: Added to project; Brazilian Portuguese
2021   mappings by Lalo Martins.
2023 * docutils/languages/ru.py: Added to project; Russian mappings by
2024   Roman Suzi.
2026 * docutils/parsers/rst/roles.py: Added to project.  Contains
2027   interpreted text role functions, a registry for interpreted text
2028   roles, and an API for adding to and retrieving from the registry.
2029   Contributed by Edward Loper.
2031 * docutils/parsers/rst/states.py:
2033   - Updated ``RSTState.nested_parse`` for "include" in table cells.
2034   - Allowed true em-dash character and "---" as block quote
2035     attribution marker.
2036   - Added support for <angle-bracketed> complex option arguments
2037     (option lists).
2038   - Fixed handling of backslashes in substitution definitions.
2039   - Fixed off-by-1 error with extra whitespace after substitution
2040     definition directive.
2041   - Added inline markup parsing to field lists' field names.
2042   - Added support for quoted (and unindented) literal blocks.
2043     Driven in part by a bribe from Frank Siebenlist (thanks!).
2044   - Parser now handles escapes in URIs correctly.
2045   - Made embedded-URIs' reference text omittable.  Idea from Beni
2046     Cherniavsky.
2047   - Refactored explicit target processing code.
2048   - Added name attribute to references containing the reference name only
2049     through whitespace_normalize_name (no case changes).
2050   - parse_target no longer returns the refname after going through
2051     normalize_name. This is now handled in make_target.
2052   - Fixed bug relating to role-less interpreted text in non-English
2053     contexts.
2054   - Reorganized interpreted text processing; moved code into the new
2055     roles.py module.  Contributed by Edward Loper.
2056   - Refactored ``Body.parse_directive`` into ``run_directive`` and
2057     ``parse_directive_block``.
2059 * docutils/parsers/rst/tableparser.py:
2061   - Reworked for ``StringList``, to support "include" directives in
2062     table cells.
2064 * docutils/parsers/rst/directives/__init__.py:
2066   - Renamed ``unchanged()`` directive option conversion function to
2067     ``unchanged_required``, and added a new ``unchanged``.
2068   - Catch unicode value too high error; fixes bug 781766.
2069   - Beefed up directive error reporting.
2071 * docutils/parsers/rst/directives/body.py:
2073   - Added basic "table" directive.
2075 * docutils/parsers/rst/directives/images.py:
2077   - Added "target" option to "image" directive.
2078   - Added name attribute to references containing the reference name only
2079     through whitespace_normalize_name (no case changes).
2081 * docutils/parsers/rst/directives/misc.py:
2083   - Isolated the import of the ``urllib2`` module; was causing
2084     problems on SourceForge (``libssl.so.2`` unavailable?).
2085   - Added the "role" directive for declaring custom interpreted text
2086     roles.
2088 * docutils/parsers/rst/directives/parts.py:
2090   - The "contents" directive does more work up-front, creating the
2091     "topic" and "title", and leaving the "pending" node for the
2092     transform.  Allows earlier reference resolution; fixes subtle bug.
2094 * docutils/parsers/rst/languages/af.py: Added to project; Afrikaans
2095   mappings by Jannie Hofmeyr.
2097 * docutils/parsers/rst/languages/cs.py: Added to project; Czech
2098   mappings by Marek Blaha.
2100 * docutils/parsers/rst/languages/eo.py: Added to project; Esperanto
2101   mappings by Marcelo Huerta San Martin.
2103 * docutils/parsers/rst/languages/pt_br.py: Added to project; Brazilian
2104   Portuguese mappings by Lalo Martins.
2106 * docutils/parsers/rst/languages/ru.py: Added to project; Russian
2107   mappings by Roman Suzi.
2109 * docutils/transforms/parts.py:
2111   - The "contents" directive does more work up-front, creating the
2112     "topic" and "title", and leaving the "pending" node for the
2113     transform.  Allows earlier reference resolution; fixes subtle bug.
2114   - Added support for disabling of section numbering.
2116 * docutils/transforms/references.py:
2118   - Verifying that external targets are truly targets and not indirect
2119     references. This is because we are now adding a "name" attribute to
2120     references in addition to targets. Note sure if this is correct!
2121   - Added code to hook into the unknown_reference_resolvers list for a
2122     transformer in resolve_indirect_target. This allows the
2123     unknown_reference_resolvers to keep around indirect targets which
2124     docutils doesn't know about.
2125   - Added specific error message for duplicate targets.
2127 * docutils/transforms/universal.py:
2129   - Added FilterMessages transform (removes system messages below the
2130     verbosity threshold).
2131   - Added hook (via docutils.TransformSpec.unknown_reference_resolvers)
2132     to FinalCheckVisitor for application-specific handling of
2133     unresolvable references.
2134   - Added specific error message for duplicate targets.
2136 * docutils/writers/__init__.py:
2138   - Added assemble_parts method to the Writer class to allow for
2139     access to a documents individual parts.
2140   - Documented & set default for ``Writer.output`` attribute.
2142 * docutils/writers/html4css1.py:
2144   - Fixed unicode handling of attribute values (bug 760673).
2145   - Prevent duplication of "class" attribute values (bug report from
2146     Kirill Lapshin).
2147   - Improved table grid/border handling (prompted by report from Bob
2148     Marshall).
2149   - Added support for table titles.
2150   - Added "<title />" for untitled docs, for XHTML conformance; thanks
2151     to Darek Suchojad.
2152   - Added functionality to keep track of individual parts of a document
2153     and store them in a dictionary as the "parts" attribute of the writer.
2154     Contributed by Reggie Dugard at the Docutils sprint at PyCon DC 2004.
2155   - Added proper support for the "scale" attribute of the "image"
2156     element.  Contributed by Brent Cook.
2157   - Added ``--initial-header-level`` option.
2158   - Fixed bug: the body_pre_docinfo segment depended on there being a
2159     docinfo; if no docinfo, the document title was incorporated into
2160     the body segment.  Adversely affected the publish_parts interface.
2162 * docutils/writers/latex2e.py:
2164   - Changed default stylesheet to "no stylesheet" to avoid latex complaining
2165     about a missing file.
2166   - Added options and support: ``--compound-enumerators``,
2167     ``--section-prefix-for-enumerators``, and
2168     ``--section-enumerator-separator``.  By John F Meinel Jr (SF patch
2169     934322).
2170   - Added option ``--use-verbatim-when-possible``, to avoid
2171     problematic characters (eg, '~' in italian) in literal blocks.
2172   - It's now possible to use four section levels in the `book` and
2173     `report` LaTeX classes.  The default `article` class still has
2174     three levels limit.
2176 * docs/config.txt: "Docutils Configuration Files", added to project.
2177   Moved config file entry descriptions from tools.txt.
2179 * docs/tools.txt:
2181   - Moved config file entry descriptions to config.txt.
2183 * spec/notes.txt: Continual updates.  Added "Setting Up For Docutils
2184   Development".
2186 * spec/howto/rst-roles.txt: "Creating reStructuredText Interpreted
2187   Text Roles", added to project.
2189 * spec/rst/reStructuredText.txt:
2191   - Added description of support for <angle-bracketed> complex option
2192     arguments to option lists.
2193   - Added subsections for indented and quoted literal blocks.
2195 * test: Continually adding & updating tests.
2197   - Added test/test_settings.py & test/data/config_*.txt support
2198     files.
2199   - Added test/test_writers/test_htmlfragment.py.
2201 * test/DocutilsTestSupport.py:
2203   - Refactored LaTeX publisher test suite/case class names to make
2204     testing other writers easier.
2205   - Added HtmlWriterPublishTestCase and HtmlFragmentTestSuite classes
2206     to test the processing of HTML fragments which use the new
2207     publish_parts convenience function.
2209 * tools/buildhtml.py:
2211   - Added support for the "--prune" option.
2212   - Removed dependency on pep2html.py; plaintext PEPs no longer
2213     supported.
2215 * tools/docutils.conf:
2217   - Updated for configuration file reorganization.
2219 * tools/rst2html.py:
2221   - copied from tools/html.py
2223 * setup.py:
2225   - added a 'scripts' section to configuration
2226   - added 'tools/rst2html.py' to the scripts section
2229 Release 0.3 (2003-06-24)
2230 ========================
2232 General:
2234 * Renamed "attribute" to "option" for directives/extensions.
2236 * Renamed transform method "transform" to "apply".
2238 * Renamed "options" to "settings" for runtime settings (as set by
2239   command-line options).  Sometimes "option" (singular) became
2240   "settings" (plural).  Some variations below:
2242   - document.options -> document.settings (stored in other objects as
2243     well)
2244   - option_spec -> settings_spec (not directives though)
2245   - OptionSpec -> SettingsSpec
2246   - cmdline_options -> settings_spec
2247   - relative_path_options -> relative_path_settings
2248   - option_default_overrides -> settings_default_overrides
2249   - Publisher.set_options -> Publisher.get_settings
2251 Specific:
2253 * COPYING.txt: Added "Public Domain Dedication".
2255 * FAQ.txt: Frequently asked questions, added to project.
2257 * setup.py:
2259   - Updated with PyPI Trove classifiers.
2260   - Conditional installation of third-party modules.
2262 * docutils/__init__.py:
2264   - Bumped version to 0.2.1 to reflect changes to I/O classes.
2265   - Bumped version to 0.2.2 to reflect changes to stylesheet options.
2266   - Factored ``SettingsSpec`` out of ``Component``; separately useful.
2267   - Bumped version to 0.2.3 because of the new "--embed-stylesheet"
2268     option and its effect on the PEP template & writer.
2269   - Bumped version to 0.2.4 due to changes to the PEP template &
2270     stylesheet.
2271   - Bumped version to 0.2.5 to reflect changes to Reporter output.
2272   - Added ``TransformSpec`` class for new transform system.
2273   - Bumped version to 0.2.6 for API changes (renaming).
2274   - Bumped version to 0.2.7 for new ``docutils.core.publish_*``
2275     convenience functions.
2276   - Added ``Component.component_type`` attribute.
2277   - Bumped version to 0.2.8 because of the internal parser switch from
2278     plain lists to the docutils.statemachine.StringList objects.
2279   - Bumped version to 0.2.9 because of the frontend.py API changes.
2280   - Bumped version to 0.2.10 due to changes to the project layout
2281     (third-party modules removed from the "docutils" package), and
2282     signature changes in ``io.Input``/``io.Output``.
2283   - Changed version to 0.3.0 for release.
2285 * docutils/core.py:
2287   - Made ``publish()`` a bit more convenient.
2288   - Generalized ``Publisher.set_io``.
2289   - Renamed ``publish()`` to ``publish_cmdline()``; rearranged its
2290     parameters; improved its docstring.
2291   - Added ``publish_file()`` and ``publish_string()``.
2292   - Factored ``Publisher.set_source()`` and ``.set_destination()``
2293     out of ``.set_io``.
2294   - Added support for "--dump-pseudo-xml", "--dump-settings", and
2295     "--dump-transforms" hidden options.
2296   - Added ``Publisher.apply_transforms()`` method.
2297   - Added ``Publisher.set_components()`` method; support for
2298     ``publish_*()`` conveninece functions.
2299   - Moved config file processing to docutils/frontend.py.
2300   - Added support for exit status ("exit_level" setting &
2301     ``enable_exit`` parameter for Publisher.publish() and convenience
2302     functions).
2304 * docutils/frontend.py:
2306   - Check for & exit on identical source & destination paths.
2307   - Fixed bug with absolute paths & "--config".
2308   - Set non-command-line defaults in ``OptionParser.__init__()``:
2309     ``_source`` & ``_destination``.
2310   - Distributed ``relative_path_settings`` to components; updated
2311     ``OptionParser.populate_from_components()`` to combine it all.
2312   - Require list of keys in ``make_paths_absolute`` (was implicit in
2313     global ``relative_path_settings``).
2314   - Added "--expose-internal-attribute", "--dump-pseudo-xml",
2315     "--dump-settings", and "--dump-transforms" hidden options.
2316   - Removed nasty internals-fiddling ``ConfigParser.get_section``
2317     code, replaced with correct code.
2318   - Added validation functionality for config files.
2319   - Added "--error-encoding" option/setting, "_disable_config"
2320     internal setting.
2321   - Added encoding validation; updated "--input-encoding" and
2322     "--output-encoding"; added "--error-encoding-error-handler" and
2323     "--output-encoding-error-handler".
2324   - Moved config file processing from docutils/core.py.
2325   - Updated ``OptionParser.populate_from_components`` to handle new
2326     ``SettingsSpec.settings_defaults`` dict.
2327   - Added support for "-" => stdin/stdout.
2328   - Added "exit_level" setting ("--exit" option).
2330 * docutils/io.py:
2332   - Split ``IO`` classes into subclasses of ``Input`` and ``Output``.
2333   - Added automatic closing to ``FileInput`` and ``FileOutput``.
2334   - Delayed opening of ``FileOutput`` file until ``write()`` called.
2335   - ``FileOutput.write()`` now returns the encoded output string.
2336   - Try to get path/stream name automatically in ``FileInput`` &
2337     ``FileOutput``.
2338   - Added defaults for source & destination paths.
2339   - Allow for Unicode I/O with an explicit "unicode" encoding.
2340   - Added ``Output.encode()``.
2341   - Removed dependency on runtime settings; pass encoding directly.
2342   - Recognize Unicode strings in ``Input.decode()``.
2343   - Added support for output encoding error handlers.
2345 * docutils/nodes.py:
2347   - Added "Invisible" element category class.
2348   - Changed ``Node.walk()`` & ``.walkabout()`` to permit more tree
2349     modification during a traversal.
2350   - Added element classes: ``line_block``, ``generated``, ``address``,
2351     ``sidebar``, ``rubric``, ``attribution``, ``admonition``,
2352     ``superscript``, ``subscript``, ``inline``
2353   - Added support for lists of nodes to ``Element.insert()``.
2354   - Fixed parent linking in ``Element.replace()``.
2355   - Added new abstract superclass ``FixedTextElement``; adds
2356     "xml:space" attribute.
2357   - Added support for "line" attribute of ``system_message`` nodes.
2358   - Added support for the observer pattern from ``utils.Reporter``.
2359     Added ``parse_messages`` and ``transform_messages`` attributes to
2360     ``document``, removed ``messages``.  Added ``note_parse_message``
2361     and ``note_transform_message`` methods.
2362   - Added support for improved diagnostics:
2364     - Added "document", "source", and "line" internal attributes to
2365       ``Node``, set by ``Node.setup_child()``.
2366     - Converted variations on ``node.parent = self`` to
2367       ``self.setup_child(node)``.
2368     - Added ``document.current_source`` & ``.current_line``
2369       attributes, and ``.note_source`` observer method.
2370     - Changed "system_message" output to GNU-Tools format.
2372   - Added a "rawsource" attribute to the ``Text`` class, for text
2373     before backslash-escape resolution.
2374   - Support for new transform system.
2375   - Reworked ``pending`` element.
2376   - Fixed XML DOM bug (SF #660611).
2377   - Removed the ``interpeted`` element class and added
2378     ``title_reference``, ``abbreviation``, ``acronym``.
2379   - Made substitutions case-sensitive-but-forgiving; moved some code
2380     from the parser.
2381   - Fixed Unicode bug on element attributes (report: William Dode).
2383 * docutils/optik.py: Removed from project; replaced with
2384   extras/optparse.py and extras/textwrap.py.  These will be installed
2385   only if they're not already present in the Python installation.
2387 * docutils/roman.py: Moved to extras/roman.py; this will be installed
2388   only if it's not already present in the Python installation.
2390 * docutils/statemachine.py:
2392   - Factored out ``State.add_initial_transitions()`` so it can be
2393     extended.
2394   - Converted whitespace-specific "blank" and "indent" transitions
2395     from special-case code to ordinary transitions: removed
2396     ``StateMachineWS.check_line()`` & ``.check_whitespace()``, added
2397     ``StateWS.add_initial_transitions()`` method, ``ws_patterns`` &
2398     ``ws_initial_transitions`` attributes.
2399   - Removed ``State.match_transition()`` after merging it into
2400     ``.check_line()``.
2401   - Added ``StateCorrection`` exception.
2402   - Added support for ``StateCorrection`` in ``StateMachine.run()``
2403     (moved ``TransitionCorrection`` support there too.)
2404   - Changed ``StateMachine.next_line()`` and ``.goto_line()`` to raise
2405     ``EOFError`` instead of ``IndexError``.
2406   - Added ``State.no_match`` method.
2407   - Added support for the Observer pattern, triggered by input line
2408     changes.
2409   - Added ``strip_top`` parameter to
2410     ``StateMachineWS.get_first_known_indented``.
2411   - Made ``context`` a parameter to ``StateMachine.run()``.
2412   - Added ``ViewList`` & ``StringList`` classes;
2413     ``extract_indented()`` becomes ``StringList.get_indented()``.
2414   - Added ``StateMachine.insert_input()``.
2415   - Fixed ViewList slice handling for Python 2.3.  Patch from (and
2416     thanks to) Fred Drake.
2418 * docutils/utils.py:
2420   - Added a ``source`` attribute to Reporter instances and
2421     ``system_message`` elements.
2422   - Added an observer pattern to ``utils.Reporter`` to keep track of
2423     system messages.
2424   - Fixed bugs in ``relative_path()``.
2425   - Added support for improved diagnostics.
2426   - Moved ``normalize_name()`` to nodes.py (``fully_normalize_name``).
2427   - Added support for encoding Reporter stderr output, and encoding
2428     error handlers.
2429   - Reporter keeps track of the highest level system message yet
2430     generated.
2432 * docutils/languages: Fixed bibliographic field language lookups.
2434 * docutils/languages/es.py: Added to project; Spanish mappings by
2435   Marcelo Huerta San Martin.
2437 * docutils/languages/fr.py: Added to project; French mappings by
2438   Stefane Fermigier.
2440 * docutils/languages/it.py: Added to project; Italian mappings by
2441   Nicola Larosa.
2443 * docutils/languages/sk.py: Added to project; Slovak mappings by
2444   Miroslav Vasko.
2446 * docutils/parser/__init__.py:
2448   - Added ``Parser.finish_parse()`` method.
2450 * docutils/parser/rst/__init__.py:
2452   - Added options: "--pep-references", "--rfc-references",
2453     "--tab-width", "--trim-footnote-reference-space".
2455 * docutils/parsers/rst/states.py:
2457   - Changed "title under/overline too short" system messages from INFO
2458     to WARNING, and fixed its insertion location.
2459   - Fixed enumerated list item parsing to allow paragraphs & section
2460     titles to begin with enumerators.
2461   - Converted system messages to use the new "line" attribute.
2462   - Fixed a substitution reference edge case.
2463   - Added support for "--pep-references" and "--rfc-references"
2464     options; reworked ``Inliner`` code to make customization easier.
2465   - Removed field argument parsing.
2466   - Added support for short section title over/underlines.
2467   - Fixed "simple reference name" regexp to ignore text like
2468     "object.__method__"; not an anonymous reference.
2469   - Added support for improved diagnostics.
2470   - Reworked directive API, based on Dethe Elza's contribution.  Added
2471     ``Body.parse_directive()``, ``.parse_directive_options()``,
2472     ``.parse_directive_arguments()`` methods.
2473   - Added ``ExtensionOptions`` class, to parse directive options
2474     without parsing field bodies.  Factored
2475     ``Body.parse_field_body()`` out of ``Body.field()``, overridden in
2476     ``ExtensionOptions``.
2477   - Improved definition list term/classifier parsing.
2478   - Added warnings for unknown directives.
2479   - Renamed ``Stuff`` to ``Struct``.
2480   - Now flagged as errors: transitions at the beginning or end of
2481     sections, empty sections (except title), and empty documents.
2482   - Updated for ``statemachine.StringList``.
2483   - Enabled recognition of schemeless email addresses in targets.
2484   - Added support for embedded URIs in hyperlink references.
2485   - Added backslash-escapes to inline markup end-string suffix.
2486   - Added support for correct interpreted text processing.
2487   - Fixed nested title parsing (topic, sidebar directives).
2488   - Added special processing of backslash-escaped whitespace (idea
2489     from David Abrahams).
2490   - Made substitutions case-sensitive-but-forgiving; moved some code
2491     to ``docutils.nodes``.
2492   - Added support for block quote attributions.
2493   - Added a kludge to work-around a conflict between the bubble-up
2494     parser strategy and short titles (<= 3 char-long over- &
2495     underlines).  Fixes SF bug #738803 "infinite loop with multiple
2496     titles" submitted by Jason Diamond.
2497   - Added explicit interpreted text roles for standard inline markup:
2498     "emphasis", "strong", "literal".
2499   - Implemented "superscript" and "subscript" interpreted text roles.
2500   - Added initial support for "abbreviation" and "acronym" roles;
2501     incomplete.
2502   - Added support for "--trim-footnote-reference-space" option.
2503   - Optional space before colons in directives & hyperlink targets.
2505 * docutils/parsers/rst/tableparser.py:
2507   - Fixed a bug that was producing unwanted empty rows in "simple"
2508     tables.
2509   - Detect bad column spans in "simple" tables.
2511 * docutils/parsers/rst/directives: Updated all directive functions to
2512   new API.
2514 * docutils/parsers/rst/directives/__init__.py:
2516   - Added ``flag()``, ``unchanged()``, ``path()``,
2517     ``nonnegative_int()``, ``choice()``, and ``class_option()``
2518     directive option helper functions.
2519   - Added warnings for unknown directives.
2520   - Return ``None`` for missing directives.
2521   - Added ``register_directive()``, thanks to William Dode and Paul
2522     Moore.
2524 * docutils/parsers/rst/directives/admonitions.py:
2526   - Added "admonition" directive.
2528 * docutils/parsers/rst/directives/body.py: Added to project.  Contains
2529   the "topic", "sidebar" (from Patrick O'Brien), "line-block",
2530   "parsed-literal", "rubric", "epigraph", "highlights" and
2531   "pull-quote" directives.
2533 * docutils/parsers/rst/directives/images.py:
2535   - Added an "align" attribute to the "image" & "figure" directives
2536     (by Adam Chodorowski).
2537   - Added "class" option to "image", and "figclass" to "figure".
2539 * docutils/parsers/rst/directives/misc.py:
2541   - Added "include", "raw", and "replace" directives, courtesy of
2542     Dethe Elza.
2543   - Added "unicode" and "class" directives.
2545 * docutils/parsers/rst/directives/parts.py:
2547   - Added the "sectnum" directive; by Dmitry Jemerov.
2548   - Added "class" option to "contents" directive.
2550 * docutils/parsers/rst/directives/references.py: Added to project.
2551   Contains the "target-notes" directive.
2553 * docutils/parsers/rst/languages/__init__.py:
2555   - Return ``None`` from get_language() for missing language modules.
2557 * docutils/parsers/rst/languages/de.py: Added to project; German
2558   mappings by Engelbert Gruber.
2560 * docutils/parsers/rst/languages/en.py:
2562   - Added interpreted text roles mapping.
2564 * docutils/parsers/rst/languages/es.py: Added to project; Spanish
2565   mappings by Marcelo Huerta San Martin.
2567 * docutils/parsers/rst/languages/fr.py: Added to project; French
2568   mappings by William Dode.
2570 * docutils/parsers/rst/languages/it.py: Added to project; Italian
2571   mappings by Nicola Larosa.
2573 * docutils/parsers/rst/languages/sk.py: Added to project; Slovak
2574   mappings by Miroslav Vasko.
2576 * docutils/readers/__init__.py:
2578   - Added support for the observer pattern from ``utils.Reporter``, in
2579     ``Reader.parse`` and ``Reader.transform``.
2580   - Removed ``Reader.transform()`` method.
2581   - Added default parameter values to ``Reader.__init__()`` to make
2582     instantiation easier.
2583   - Removed bogus aliases: "restructuredtext" is *not* a Reader.
2585 * docutils/readers/pep.py:
2587   - Added the ``peps.TargetNotes`` transform to the Reader.
2588   - Removed PEP & RFC reference detection code; moved to
2589     parsers/rst/states.py as options (enabled here by default).
2590   - Added support for pre-acceptance PEPs (no PEP number yet).
2591   - Moved ``Inliner`` & made it a class attribute of ``Reader`` for
2592     easy subclassing.
2594 * docutils/readers/python: Python Source Reader subpackage added to
2595   project, including preliminary versions of:
2597   - __init__.py
2598   - moduleparser.py: Parser for Python modules.
2600 * docutils/transforms/__init__.py:
2602   - Added ``Transformer`` class and completed transform reform.
2603   - Added unknown_reference_resolvers list for each transformer. This list holds
2604     the list of functions provided by each component of the transformer that
2605     help resolve references.
2607 * docutils/transforms/frontmatter.py:
2609   - Improved support for generic fields.
2610   - Fixed bibliographic field language lookups.
2612 * docutils/transforms/misc.py: Added to project.  Miscellaneous
2613   transforms.
2615 * docutils/transforms/parts.py:
2617   - Moved the "id" attribute from TOC list items to the references
2618     (``Contents.build_contents()``).
2619   - Added the ``SectNum`` transform; by Dmitry Jemerov.
2620   - Added "class" attribute support to ``Contents``.
2622 * docutils/transforms/peps.py:
2624   - Added ``mask_email()`` function, updating to pep2html.py's
2625     functionality.
2626   - Linked "Content-Type: text/x-rst" to PEP 12.
2627   - Added the ``TargetNotes`` PEP-specific transform.
2628   - Added ``TargetNotes.cleanup_callback``.
2629   - Added title check to ``Headers``.
2631 * docutils/transforms/references.py:
2633   - Added the ``TargetNotes`` generic transform.
2634   - Split ``Hyperlinks`` into multiple transforms.
2635   - Fixed bug with multiply-indirect references (report: Bruce Smith).
2636   - Added check for circular indirect references.
2637   - Made substitutions case-sensitive-but-forgiving.
2639 * docutils/transforms/universal.py:
2641   - Added support for the "--expose-internal-attributes" option.
2642   - Removed ``Pending`` transform classes & data.
2644 * docutils/writers/__init__.py:
2646   - Removed ``Writer.transform()`` method.
2648 * docutils/writers/docutils-xml.py:
2650   - Added XML and doctype declarations.
2651   - Added "--no-doctype" and "--no-xml-declaration" options.
2653 * docutils/writers/html4css1.py:
2655   - "name" attributes only on these tags: a, applet, form, frame,
2656     iframe, img, map.
2657   - Added "name" attribute to <a> in section titles for Netscape 4
2658     support (bug report: Pearu Peterson).
2659   - Fixed targets (names) on footnote, citation, topic title,
2660     problematic, and system_message nodes (for Netscape 4).
2661   - Changed field names from "<td>" to "<th>".
2662   - Added "@" to "&#64;" encoding to thwart address harvesters.
2663   - Improved the vertical whitespace optimization; ignore "invisible"
2664     nodes (targets, comments, etc.).
2665   - Improved inline literals with ``<span class="pre">`` around chunks
2666     of text and ``&nbsp;`` for runs of spaces.
2667   - Improved modularity of output; added ``self.body_pre_docinfo`` and
2668     ``self.docinfo`` segments.
2669   - Added support for "line_block", "address" elements.
2670   - Improved backlinks (footnotes & system_messages).
2671   - Improved system_message output.
2672   - Redefined "--stylesheet" as containing an invariant URL, used
2673     verbatim.  Added "--stylesheet-path", interpreted w.r.t. the
2674     working directory.
2675   - Added "--footnote-references" option (superscript or brackets).
2676   - Added "--compact-lists" and "--no-compact-lists" options.
2677   - Added "--embed-stylesheet" and "--link-stylesheet" options;
2678     factored out ``HTMLTranslator.get_stylesheet_reference()``.
2679   - Improved field list rendering.
2680   - Added Docutils version to "generator" meta tag.
2681   - Fixed a bug with images; they must be inline, so wrapped in <p>.
2682   - Improved layout of <pre> HTML source.
2683   - Fixed attribute typo on <colspec>.
2684   - Refined XML prologue.
2685   - Support for no stylesheet.
2686   - Removed "interpreted" element support.
2687   - Added support for "title_reference", "sidebar", "attribution",
2688     "rubric", and generic "admonition" elements.
2689   - Added "--attribution" option.
2690   - Added support for "inline", "subscript", "superscript" elements.
2691   - Added initial support for "abbreviation" and "acronym";
2692     incomplete.
2694 * docutils/writers/latex2e.py: LaTeX Writer, added by Engelbert Gruber
2695   (from the sandbox).
2697   - Added french.
2698   - Double quotes in literal blocks (special treatment for de/ngerman).
2699   - Added '--hyperlink-color' option ('0' turns off coloring of links).
2700   - Added  "--attribution" option.
2701   - Right align attributions.
2703 * docutils/writers/pep_html.py:
2705   - Parameterized output encoding in PEP template.
2706   - Reworked substitutions from ``locals()`` into ``subs`` dict.
2707   - Redefined "--pep-stylesheet" as containing an invariant URL, used
2708     verbatim.  Added "--pep-stylesheet-path", interpreted w.r.t. the
2709     working directory.
2710   - Added an override on the "--footnote-references" option.
2711   - Factored out ``HTMLTranslator.get_stylesheet_reference()``.
2712   - Added Docutils version to "generator" meta tag.
2713   - Added a "DO NOT EDIT THIS FILE" comment to generated HTML.
2715 * docs/tools.txt:
2717   - Added a "silent" setting for ``buildhtml.py``.
2718   - Added a "Getting Help" section.
2719   - Rearranged the structure.
2720   - Kept up to date, with new settings, command-line options etc.
2721   - Added section for ``rst2latex.py`` (Engelbert Gruber).
2722   - Converted settings table into a definition list.
2724 * docs/rst/quickstart.txt:
2726   - Added a table of contents.
2727   - Added feedback information.
2728   - Added mention of minimum section title underline lengths.
2729   - Removed the 4-character minimum for section title underlines.
2731 * docs/rst/quickref.html:
2733   - Added a "Getting Help" section.
2734   - Added a style to make section title backlinks more subtle.
2735   - Added mention of minimum section title underline lengths.
2736   - Removed the 4-character minimum for section title underlines.
2738 * extras: Directory added to project; contains third-party modules
2739   that Docutils depends on (optparse, textwrap, roman).  These are
2740   only installed if they're not already present.
2742 * licenses: Directory added to project; contains copies of license
2743   files for non-public-domain files.
2745 * spec/doctree.txt:
2747   - Changed the focus.  It's about DTD elements:  structural
2748     relationships, semantics, and external (public) attributes.  Not
2749     about the element class library.
2750   - Moved some implementation-specific stuff into ``docutils.nodes``
2751     docstrings.
2752   - Wrote descriptions of all common attributes and parameter
2753     entities.  Filled in introductory material.
2754   - Working through the element descriptions: 55 down, 37 to go.
2755   - Removed "Representation of Horizontal Rules" to
2756     spec/rst/alternatives.txt.
2758 * spec/docutils.dtd:
2760   - Added "generated" inline element.
2761   - Added "line_block" body element.
2762   - Added "auto" attribute to "title".
2763   - Changed content models of "literal_block" and "doctest_block" to
2764     ``%text.model``.
2765   - Added ``%number;`` attribute type parameter entity.
2766   - Changed ``%structural.elements;`` to ``%section.elements``.
2767   - Updated attribute types; made more specific.
2768   - Added "address" bibliographic element.
2769   - Added "line" attribute to ``system_message`` element.
2770   - Removed "field_argument" element; "field_name" may contain
2771     multiple words and whitespace.
2772   - Changed public identifier to docutils.sf.net.
2773   - Removed "interpreted" element; added "title_reference",
2774     "abbreviation", "acronym".
2775   - Removed "refuri" attribute from "footnote_reference" and
2776     "citation_reference".
2777   - Added "sidebar", "rubric", "attribution", "admonition",
2778     "superscript", "subscript", and "inline" elements.
2780 * spec/pep-0256.txt: Converted to reStructuredText & updated.
2782 * spec/pep-0257.txt: Converted to reStructuredText & updated.
2784 * spec/pep-0258.txt: Converted to reStructuredText & updated.
2786 * spec/semantics.txt: Updated with text from a Doc-SIG response to
2787   Dallas Mahrt.
2789 * spec/transforms.txt: Added to project.
2791 * spec/howto: Added subdirectory, for developer how-to docs.
2793 * spec/howto/rst-directives.txt: Added to project.  Original by Dethe
2794   Elza, edited & extended by David Goodger.
2796 * spec/howto/i18n.txt: Docutils Internationalization.  Added to
2797   project.
2799 * spec/rst/alternatives.txt:
2801   - Added "Doctree Representation of Transitions" from
2802     spec/doctree.txt.
2803   - Updated "Inline External Targets" & closed the debate.
2804   - Added ideas for interpreted text syntax extensions.
2805   - Added "Nested Inline Markup" section.
2807 * spec/rst/directives.txt:
2809   - Added directives: "topic", "sectnum", "target-notes",
2810     "line-block", "parsed-literal", "include", "replace", "sidebar",
2811     "admonition", "rubric", "epigraph", "highlights", "unicode" and
2812     "class".
2813   - Formalized descriptions of directive details.
2814   - Added an "align" attribute to the "image" & "figure" directives
2815     (by Adam Chodorowski).
2816   - Added "class" options to "topic", "sidebar", "line-block",
2817     "parsed-literal", "contents", and "image"; and "figclass" to
2818     "figure".
2820 * spec/rst/interpreted.txt: Added to project.  Descriptions of
2821   interpreted text roles.
2823 * spec/rst/introduction.txt:
2825   - Added pointers to material for new users.
2827 * spec/rst/reStructuredText.txt:
2829   - Disambiguated comments (just add a newline after the "::").
2830   - Updated enumerated list description; added a discussion of the
2831     second-line validity checking.
2832   - Updated directive description.
2833   - Added a note redirecting newbies to the user docs.
2834   - Expanded description of inline markup start-strings in non-markup
2835     contexts.
2836   - Removed field arguments and made field lists a generic construct.
2837   - Removed the 4-character minimum for section title underlines.
2838   - Clarified term/classifier delimiter & inline markup ambiguity
2839     (definition lists).
2840   - Added "Embedded URIs".
2841   - Updated "Interpreted Text" section.
2842   - Added "Character-Level Inline Markup" section.
2844 * test: Continually adding & updating tests.
2846   - Moved test/test_rst/ to test/test_parsers/test_rst/.
2847   - Moved test/test_pep/ to test/test_readers/test_pep/.
2848   - Added test/test_readers/test_python/.
2849   - Added test/test_writers/ (Engelbert Gruber).
2851 * tools:
2853   - Made the ``locale.setlocale()`` calls in front ends
2854     fault-tolerant.
2856 * tools/buildhtml.py:
2858   - Added "--silent" option.
2859   - Fixed bug with absolute paths & "--config".
2860   - Updated for new I/O classes.
2861   - Added some exception handling.
2862   - Separated publishers' setting defaults; prevents interference.
2863   - Updated for new ``publish_file()`` convenience function.
2865 * tools/pep-html-template:
2867   - Allow for "--embed-stylesheet".
2868   - Added Docutils version to "generator" meta tag.
2869   - Added a "DO NOT EDIT THIS FILE" comment to generated HTML.
2870   - Conform to XHTML spec.
2872 * tools/pep2html.py:
2874   - Made ``argv`` a parameter to ``main()``.
2875   - Added support for "Content-Type:" header & arbitrary PEP formats.
2876   - Linked "Content-Type: text/plain" to PEP 9.
2877   - Files skipped (due to an error) are not pushed onto the server.
2878   - Updated for new I/O classes.
2879   - Added ``check_requirements()`` & ``pep_type_error()``.
2880   - Added some exception handling.
2881   - Updated for new ``publish_string()`` convenience function.
2882   - Added a "DO NOT EDIT THIS FILE" comment to generated HTML.
2884 * tools/quicktest.py:
2886   - Added "-V"/"--version" option.
2888 * tools/rst2latex.py: LaTeX front end, added by Engelbert Gruber.
2890 * tools/unicode2rstsubs.py: Added to project.  Produces character
2891   entity files (reSructuredText substitutions) from the MathML master
2892   unicode.xml file.
2894 * tools/editors: Support code for editors, added to project.  Contains
2895   ``emacs/restructuredtext.el``.
2897 * tools/stylesheets/default.css: Moved into the stylesheets directory.
2899   - Added style for chunks of inline literals.
2900   - Removed margin for first child of table cells.
2901   - Right-aligned field list names.
2902   - Support for auto-numbered section titles in TOCs.
2903   - Increased the size of inline literals (<tt>) in titles.
2904   - Restored the light gray background for inline literals.
2905   - Added support for "line_block" elements.
2906   - Added style for "address" elements.
2907   - Removed "a.footnote-reference" style; doing it with ``<sup>`` now.
2908   - Improved field list rendering.
2909   - Vertical whitespace improvements.
2910   - Removed "a.target" style.
2912 * tools/stylesheets/pep.css:
2914   - Fixed nested section margins.
2915   - Other changes parallel those of ``../default.css``.
2918 Release 0.2 (2002-07-31)
2919 ========================
2921 General:
2923 - The word "component" was being used ambiguously.  From now on,
2924   "component" will be used to mean "Docutils component", as in Reader,
2925   Writer, Parser, or Transform.  Portions of documents (Table of
2926   Contents, sections, etc.)  will be called "document parts".
2927 - Did a grand renaming: a lot of ``verylongnames`` became
2928   ``very_long_names``.
2929 - Cleaned up imports: no more relative package imports or
2930   comma-separated lists of top-level modules.
2931 - Added support for an option values object which carries default
2932   settings and overrides (from command-line options and library use).
2933 - Added internal Unicode support, and support for both input and
2934   output encodings.
2935 - Added support for the ``docutils.io.IO`` class & subclasses.
2937 Specific:
2939 * docutils/__init__.py:
2941   - Added ``ApplicationError`` and ``DataError``, for use throughout
2942     the package.
2943   - Added ``Component`` base class for Docutils components; implements
2944     the ``supports`` method.
2945   - Added ``__version__`` (thus, ``docutils.__version__``).
2947 * docutils/core.py:
2949   - Removed many keyword parameters to ``Publisher.__init__()`` and
2950     ``publish()``; bundled into an option values object.  Added
2951     "argv", "usage", "description", and "option_spec" parameters for
2952     command-line support.
2953   - Added ``Publisher.process_command_line()`` and ``.set_options()``
2954     methods.
2955   - Reworked I/O model for ``docutils.io`` wrappers.
2956   - Updated ``Publisher.set_options()``; now returns option values
2957     object.
2958   - Added support for configuration files (/etc/docutils.conf,
2959     ./docutils.conf, ~/.docutils).
2960   - Added ``Publisher.setup_option_parser()``.
2961   - Added default usage message and description.
2963 * docutils/frontend.py: Added to project; support for front-end
2964   (command-line) scripts.  Option specifications may be augmented by
2965   components.  Requires Optik (http://optik.sf.net/) for option
2966   processing (installed locally as docutils/optik.py).
2968 * docutils/io.py: Added to project; uniform API for a variety of input
2969   output mechanisms.
2971 * docutils/nodes.py:
2973   - Added ``TreeCopyVisitor`` class.
2974   - Added a ``copy`` method to ``Node`` and subclasses.
2975   - Added a ``SkipDeparture`` exception for visitors.
2976   - Renamed ``TreePruningException`` from ``VisitorException``.
2977   - Added docstrings to ``TreePruningException``, subclasses, and
2978     ``Nodes.walk()``.
2979   - Improved docstrings.
2980   - Added ``SparseNodeVisitor``, refined ``NodeVisitor``.
2981   - Moved ``utils.id()`` to ``nodes.make_id()`` to avoid circular
2982     imports.
2983   - Added ``decoration``, ``header``, and ``footer`` node classes, and
2984     ``PreDecorative`` mixin.
2985   - Reworked the name/id bookkeeping; to ``document``, removed
2986     ``explicit_targets`` and ``implicit_targets`` attributes, added
2987     ``nametypes`` attribute and ``set_name_id_map`` method.
2988   - Added ``NodeFound`` exception, for use with ``NodeVisitor``
2989     traversals.
2990   - Added ``document.has_name()`` method.
2991   - Fixed DOM generation for list-attributes.
2992   - Added category class ``Labeled`` (used by footnotes & citations).
2993   - Added ``Element.set_class()`` method (sets "class" attribute).
2995 * docutils/optik.py: Added to project.  Combined from the Optik
2996   package, with added option groups and other modifications.  The use
2997   of this module is probably only temporary.
2999 * docutils/statemachine.py:
3001   - Added ``runtime_init`` method to ``StateMachine`` and ``State``.
3002   - Added underscores to improve many awkward names.
3003   - In ``string2lines()``, changed whitespace normalizing translation
3004     table to regexp; restores Python 2.0 compatibility with Unicode.
3006 * docutils/urischemes.py:
3008   - Filled in some descriptions.
3009   - Added "shttp" scheme.
3011 * docutils/utils.py:
3013   - Added ``clean_rcs_keywords`` function (moved from
3014     docutils/transforms/frontmatter.py
3015     ``DocInfo.filter_rcs_keywords``).
3016   - Added underscores to improve many awkward names.
3017   - Changed names of Reporter's thresholds:
3018     warning_level -> report_level; error_level -> halt_level.
3019   - Moved ``utils.id()`` to ``nodes.make_id()``.
3020   - Added ``relative_path(source, target)``.
3022 * docutils/languages/de.py: German mappings; added to project.  Thanks
3023   to Gunnar Schwant for the translations.
3025 * docutils/languages/en.py: Added "Dedication" bibliographic field
3026   mappings.
3028 * docutils/languages/sv.py: Swedish mappings; added to project by Adam
3029   Chodorowski.
3031 * docutils/parsers/rst/states.py:
3033   - Added underscores to improve many awkward names.
3034   - Added RFC-2822 header support.
3035   - Extracted the inline parsing code from ``RSTState`` to a separate
3036     class, ``Inliner``, which will allow easy subclassing.
3037   - Made local bindings for ``memo`` container & often-used contents
3038     (reduces code complexity a lot).  See ``RSTState.runtime_init()``.
3039   - ``RSTState.parent`` replaces ``RSTState.statemachine.node``.
3040   - Added ``MarkupMismatch`` exception; for late corrections.
3041   - Added ``-/:`` characters to inline markup's start string prefix,
3042     ``/`` to end string suffix.
3043   - Fixed a footnote bug.
3044   - Fixed a bug with literal blocks.
3045   - Applied patch from Simon Budig: simplified regexps with symbolic
3046     names, removed ``Inliner.groups`` and ``Body.explicit.groups``.
3047   - Converted regexps from ``'%s' % var`` to ``'%(var)s' % locals()``.
3048   - Fixed a bug in ``Inliner.interpreted_or_phrase_ref()``.
3049   - Allowed non-ASCII in "simple names" (directive names, field names,
3050     references, etc.).
3051   - Converted ``Inliner.patterns.initial`` to be dynamically built
3052     from parts with ``build_regexp()`` function.
3053   - Changed ``Inliner.inline_target`` to ``.inline_internal_target``.
3054   - Updated docstrings.
3055   - Changed "table" to "grid_table"; added "simple_table" support.
3057 * docutils/parsers/rst/tableparser.py:
3059   - Changed ``TableParser`` to ``GridTableParser``.
3060   - Added ``SimpleTableParser``.
3061   - Refactored naming.
3063 * docutils/parsers/rst/directives/__init__.py: Added "en" (English) as
3064   a fallback language for directive names.
3066 * docutils/parsers/rst/directives/html.py: Changed the ``meta``
3067   directive to use a ``pending`` element, used only by HTML writers.
3069 * docutils/parsers/rst/directives/parts.py: Renamed from
3070   components.py.
3072   - Added "backlinks" attribute to "contents" directive.
3074 * docutils/parsers/rst/languages/sv.py: Swedish mappings; added to
3075   project by Adam Chodorowski.
3077 * docutils/readers/__init__.py: Gave Readers more control over
3078   choosing and instantiating Parsers.
3080 * docutils/readers/pep.py: Added to project; for PEP processing.
3082 * docutils/transforms/__init__.py: ``Transform.__init__()`` now
3083   requires a ``component`` parameter.
3085 * docutils/transforms/components.py: Added to project; transforms
3086   related to Docutils components.
3088 * docutils/transforms/frontmatter.py:
3090   - In ``DocInfo.extract_authors``, check for a single "author" in an
3091     "authors" group, and convert it to a single "author" element.
3092   - Added support for "Dedication" and generic bibliographic fields.
3094 * docutils/transforms/peps.py: Added to project; PEP-specific.
3096 * docutils/transforms/parts.py: Renamed from old components.py.
3098   - Added filter for `Contents`, to use alt-text for inline images,
3099     and to remove inline markup that doesn't make sense in the ToC.
3100   - Added "name" attribute to TOC topic depending on its title.
3101   - Added support for optional TOC backlinks.
3103 * docutils/transforms/references.py: Fixed indirect target resolution
3104   in ``Hyperlinks`` transform.
3106 * docutils/transforms/universal.py:
3108   - Changed ``Messages`` transform to properly filter out system
3109     messages below the warning threshold.
3110   - Added ``Decorations`` transform (support for ``--generator``,
3111     ``--date``, ``--time``, ``--source-link`` options).
3113 * docutils/writers/__init__.py: Added "pdf" alias in anticipation of
3114   Engelbert Gruber's PDF writer.
3116 * docutils/writers/html4css1.py:
3118   - Made XHTML-compatible (switched to lowercase element & attribute
3119     names; empty tag format).
3120   - Escape double-dashes in comment text.
3121   - Improved boilerplate & modularity of output.
3122   - Exposed modular output in Writer class.
3123   - Added a "generator" meta tag to <head>.
3124   - Added support for the ``--stylesheet`` option.
3125   - Added support for ``decoration``, ``header``, and ``footer``
3126     elements.
3127   - In ``HTMLTranslator.attval()``, changed whitespace normalizing
3128     translation table to regexp; restores Python 2.0 compatibility
3129     with Unicode.
3130   - Added the translator class as instance variable to the Writer, to
3131     make it easily subclassable.
3132   - Improved option list spacing (thanks to Richard Jones).
3133   - Modified field list output.
3134   - Added backlinks to footnotes & citations.
3135   - Added percentage widths to "<col>" tags (from colspec).
3136   - Option lists: "<code>" changed to "<kbd>", ``option_argument``
3137     "<span>" changed to "<var>".
3138   - Inline literals: "<code>" changed to "<tt>".
3139   - Many changes to optimize vertical space: compact simple lists etc.
3140   - Add a command-line options & directive attributes to control TOC
3141     and footnote/citation backlinks.
3142   - Added support for optional footnote/citation backlinks.
3143   - Added support for generic bibliographic fields.
3144   - Identify backrefs.
3145   - Relative URLs for stylesheet links.
3147 * docutils/writers/pep_html.py: Added to project; HTML Writer for
3148   PEPs (subclass of ``html4css1.Writer``).
3150 * docutils/writers/pseudoxml.py: Renamed from pprint.py.
3152 * docutils/writers/docutils_xml.py: Added to project; trivial writer
3153   of the Docutils internal doctree in XML.
3155 * docs/tools.txt: "Docutils Front-End Tools", added to project.
3157 * spec/doctree.txt:
3159   - Changed the title to "The Docutils Document Tree".
3160   - Added "Hyperlink Bookkeeping" section.
3162 * spec/docutils.dtd:
3164   - Added ``decoration``, ``header``, and ``footer`` elements.
3165   - Brought ``interpreted`` element in line with the parser: changed
3166     attribute "type" to "role", added "position".
3167   - Added support for generic bibliographic fields.
3169 * spec/notes.txt: Continual updates.  Added "Project Policies".
3171 * spec/pep-0256.txt:  Updated.  Added "Roadmap to the Doctring PEPs"
3172   section.
3174 * spec/pep-0257.txt: Clarified prohibition of signature repetition.
3176 * spec/pep-0258.txt: Updated.  Added text from pysource.txt and
3177   mailing list discussions.
3179 * spec/pep-0287.txt:
3181   - Renamed to "reStructuredText Docstring Format".
3182   - Minor edits.
3183   - Reworked Q&A as an enumerated list.
3184   - Converted to reStructuredText format.
3186 * spec/pysource.dtd:
3188   - Reworked structural elements, incorporating ideas from Tony Ibbs.
3190 * spec/pysource.txt: Removed from project.  Moved much of its contents
3191   to pep-0258.txt.
3193 * spec/rst/alternatives.txt:
3195   - Expanded auto-enumerated list idea; thanks to Fred Bremmer.
3196   - Added "Inline External Targets" section.
3198 * spec/rst/directives.txt:
3200   - Added "backlinks" attribute to "contents" directive.
3202 * spec/rst/problems.txt:
3204   - Updated the Enumerated List Markup discussion.
3205   - Added new alternative table markup syntaxes.
3207 * spec/rst/reStructuredText.txt:
3209   - Clarified field list usage.
3210   - Updated enumerated list description.
3211   - Clarified purpose of directives.
3212   - Added ``-/:`` characters to inline markup's start string prefix,
3213     ``/`` to end string suffix.
3214   - Updated "Authors" bibliographic field behavior.
3215   - Changed "inline hyperlink targets" to "inline internal targets".
3216   - Added "simple table" syntax to supplement the existing but
3217     newly-renamed "grid tables".
3218   - Added cautions for anonymous hyperlink use.
3219   - Added "Dedication" and generic bibliographic fields.
3221 * test: Made test modules standalone (subdirectories became packages).
3223 * test/DocutilsTestSupport.py:
3225   - Added support for PEP extensions to reStructuredText.
3226   - Added support for simple tables.
3227   - Refactored naming.
3229 * test/package_unittest.py: Renamed from UnitTestFolder.py.
3231   - Now supports true packages containing test modules
3232     (``__init__.py`` files required); fixes duplicate module name bug.
3234 * test/test_pep/: Subpackage added to project; PEP testing.
3236 * test/test_rst/test_SimpleTableParser.py: Added to project.
3238 * tools:
3240   - Updated html.py and publish.py front-end tools to use the new
3241     command-line processing facilities of ``docutils.frontend``
3242     (exposed in ``docutils.core.Publisher``), reducing each to just a
3243     few lines of code.
3244   - Added ``locale.setlocale()`` calls to front-end tools.
3246 * tools/buildhtml.py: Added to project; batch-generates .html from all
3247   the .txt files in directories and subdirectories.
3249 * tools/default.css:
3251   - Added support for ``header`` and ``footer`` elements.
3252   - Added styles for "Dedication" topics (biblio fields).
3254 * tools/docutils.conf: A configuration file; added to project.
3256 * tools/docutils-xml.py: Added to project.
3258 * tools/pep.py: Added to project; PEP to HTML front-end tool.
3260 * tools/pep-html-template: Added to project.
3262 * tools/pep2html.py: Added to project from Python (nondist/peps).
3263   Added support for Docutils (reStructuredText PEPs).
3265 * tools/quicktest.py:
3267   - Added the ``--attributes`` option, hacked a bit.
3268   - Added a second command-line argument (output file); cleaned up.
3270 * tools/stylesheets/: Subdirectory added to project.
3272 * tools/stylesheets/pep.css: Added to project; stylesheet for PEPs.
3275 Release 0.1 (2002-04-20)
3276 ========================
3278 This is the first release of Docutils, merged from the now inactive
3279 reStructuredText__ and `Docstring Processing System`__ projects.  For
3280 the pre-Docutils history, see the `reStructuredText HISTORY`__ and the
3281 `DPS HISTORY`__ files.
3283 __ http://structuredtext.sourceforge.net/
3284 __ http://docstring.sourceforge.net/
3285 __ http://structuredtext.sourceforge.net/HISTORY.html
3286 __ http://docstring.sourceforge.net/HISTORY.html
3288 General changes: renamed 'dps' package to 'docutils'; renamed
3289 'restructuredtext' subpackage to 'rst'; merged the codebases; merged
3290 the test suites (reStructuredText's test/test_states renamed to
3291 test/test_rst); and all modifications required to make it all work.
3293 * docutils/parsers/rst/states.py:
3295   - Improved diagnostic system messages for missing blank lines.
3296   - Fixed substitution_reference bug.
3300    Local Variables:
3301    mode: indented-text
3302    indent-tabs-mode: nil
3303    sentence-end-double-space: t
3304    fill-column: 70
3305    End: