Rewrite tests with r"strings", to make them better readable.
[docutils.git] / HISTORY.txt
blob97a691d31beb8979d543607e38d9f68cb219cf5b
1 .. -*- coding: utf-8 -*-
3 ==================
4  Docutils History
5 ==================
7 :Author: David Goodger; open to all Docutils developers
8 :Contact: goodger@python.org
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::
17 Changes Since 0.8.1
18 ===================
20 * General:
22   - reStructuredText "code" role and directive with syntax highlighting
23     by Pygments_.
24   - "code" option of the "include" directive.
26   - Fix parse_option_marker for options arguments containing ``=``.
28 .. _Pygments: http://pygments.org/
30 * docutils/writers/latex2e/__init__.py
32   - Support the `abbreviation` and `acronym` standard roles.
34 Release 0.8.1 (2011-08-30)
35 ==========================
37 * General:
39   - Fix [ 3364658 ] (Change last file with Apache license to BSD-2-Clause)
40     and [ 3395920 ] (correct copyright info for rst.el). 
41   
42 * docutils/test/
44   -  Apply [ 3303733 ] and [ 3365041 ] to fix tests under py3k. 
46 * docutils/writers/latex2e/__init__.py
48   - Clean up Babel language setting. Restores Sphinx compatibility.
50 Release 0.8 (2011-07-07)
51 ========================
53 * General:
55   - Handle language codes according to `BCP 47`_.
56   - If the specified language is not supported by Docutils,
57     warn and fall back to English.
58   - Math support: reStructuredText "math" role and directive,
59     ``math`` and ``math_block`` doctree elements.
60   - Decode command line arguments with the locale's preferred encoding
61     (to allow, e.g., ``--title=Dornröschen``).
62   - Orphaned "python" reader and "newlatex2e" writer moved to the sandbox.
63   - New sub-module `error_reporting`: handle encoding/decoding errors
64     when reporting exceptions.
65   - Some additions to the Docutils core are released under the 2-Clause BSD
66     license, see COPYING_ for details.
68   .. _BCP 47: http://www.rfc-editor.org/rfc/bcp/bcp47.txt
69   .. _COPYING: COPYING.html
71 * reStructuredText:
73   - Most directives now support a "name" option that attaches a
74     reference name.
75     
76   - Directive content may start on the first line also when the directive
77     type accepts options.
79 * docs/dev/policies.txt:
81   - Recommend the 2-Clause BSD license
82     (http://www.spdx.org/licenses/BSD-2-Clause)
83     for code that is kept under the author's copyright.
85 * tools/buildhtml.py:
87   - Fix ``--local`` switch.
89 * Fix [ 3018371 ] Added Lithuanian mappings by Dalius Dobravolskas.
91 * docutils/writers/html4css1/__init__.py
93   - Set "lang" argument for objects with class argument
94     "language-<language tag>".
95   - New setting "math-output" with support for HTML, MathML, and LaTeX.
97 * docutils/writers/latex2e/__init__.py
99   - Fix [ 3043986 ] AttributeError using :local: with table of content.
100   - Place title data in the document preamble.
101   - Load `babel` package only if required.
102   - Update list of supported languages.
103   - New config setting "hyperref-options".
104     No hard-coded "unicode" hyperref option (clash with xetex).
105   - Set language for custom roles, paragraphs, block-quotes, and
106     line-quotes with class argument "language-<language tag>".
107   - Fix [ 3095603 ] wrong quotes output for russian and other languages.
108   - Convert image URI to a local file path.
109   - Apply [ 3148141 ] fix multicolumn support when a colspanning cell
110     has more than one paragraph (Wolfgang Scherer).
111   - \leavevmode before longtable only when needed (prevents spurious vspace)
112   - do not advance table counter for tables without caption
114 * docutils/writers/xetex/__init__.py
116   - New writer generating LaTeX code for compiling with ``xelatex``.
118     A separate writer (inheriting from latex2e) instead of a ``--xetex``
119     option allows separate config options for XeTeX vs. LaTeX2e.
121 * docutils/writers/manpage.py
123   - Fix: BUG#3219183 - vertical space in definition lists containing markup.
124   - Fix: vertical space cleaning for option group ``.``.
126 * tools/editors/emacs/rst.el:
128   - Fix [ 3001100 ] does not handle spaces in filenames
129     (thanks to Jakub Wilk)
131 * docutils/utils.py:
133   - strip whitespace from stylesheet arguments
134   - exclude combining chars from column_width
135     (partial fix for [ 2926161 ])
137 * docutils/parsers/rst/directives/misc.py:
139   - Fix [ 1830389 ] Replace not breaking on getting system_messages from
140     nested_parse
142 * docutils/io.py:
144   - Do not close() sys.stdin, sys.stdout, or sys.stderr. Prevents
145     ``Exception ValueError: 'I/O operation on closed file.'`` with Python 3.
147 Release 0.7 (2010-07-07)
148 ========================
150 * General:
152   - Fix [ 2881769 ] setup configuration.
153   - Fix [ 2788716 ] reporting problems in included files.
155 * docutils/io.py
157   - FileInput opens files as text files with universal newline support
158     (mode "rU", configurable with the new optional argument "mode").
160 * docutils/nodes.py
162   - Fix [ 2975987 ] repr(Text) failed with long string (Jeffrey C. Jacobs).
164 * docutils/utils.py
166   - Fix [ 2923723 ] let decode_path() tolerate path == None
168 * docutils/writers/html4css1/__init__.py
170   - Support SVG and SWF images (thanks to Stefan Rank).
171   - Generate valid XHTML for centered images with targets.
172     Use CSS classes instead of "align" tags for image alignment.
174 * docutils/writers/latex2e/__init__.py
176   - Use `transforms.writer_aux.Admonitions` to "normalize" special
177     admonitions.
178   - Use the ``\url`` command for URLs (breaks long URLs instead of
179     writing into the margin).
180   - Preserve runs of spaces in `inline literals`__.
181   - Deprecate ``figure_footnotes`` setting.
182   - Rename ``use_latex_footnotes`` setting to `docutils_footnotes`__.
183   - New ``latex_preamble`` setting.
184   - Use PDF standard fonts (Times/Helvetica/Courier) as default.
185   - Fix hyperlink targets (labels) for images, figures, and tables.
186   - Apply [ 2961988 ] Load babel after inputenc and fontenc.
187   - Apply [ 2961991 ] Call hyperref with unicode option.
188   - Drop the special `output_encoding`__ default ("latin-1").
189     The Docutils wide default (usually "UTF-8") is used instead.
190   - Render inline markup in document title and subtitle.
191   - Fix numbering depth with LaTeX section numbering.
192   - Update Unicode -> LaTeX translations.
193   - Fix bug with topic directive (thanks to Alan G Isaac for reporting).
195 __ docs/ref/restructuredtext.html#inline-literals
196 __ docs/user/config.html#docutils-footnotes
197 __ docs/user/config.html#output_encoding
199 * docutils/writers/manpage.py
201   - Fix: supported attribute (thanks to peter2108).
202   - Remove trailing blanks in code (keep in sync with mercurial version).
203   - Titles level 1, that is ``.SH``, always uppercase.
204   - Apply patch from mg: literal text should be bold in man-pages.
206 * docutils/nodes.py
208   - Fix: encoding ``'ascii'`` must be lowercase to prevent problems for
209     turkish locale.
211 * setup.py:
213   - Python 3 support: copy test/ and tools/ to the build-dir
214     and convert Python sources with 2to3.
217 Release 0.6 (2009-10-11)
218 ========================
220 * General:
222   - Docutils is now compatible with Python versions from 2.3 up to 2.6
223     and convertible to 3.1 code.
225     + Node.__nonzero__ returns True instead of 1.
226     + use os.walk instead os.path.walk.
227     + minimize "types" module where possible.
228     + Backwards-compatible changes to remove python2.6 -3 deprecation warnings
229     + Text nodes now subclass unicode rather than UserString
230       (which is gone in python 3.0).
231     + 3.0 compatibility module docutils._compat
233     + Drop 2.2 compatibility workarounds.
234     + Drop extras/optparse.py and extras/textwrap.py
235       (stdlib modules since 2.3).
237   - OpenOffice export: ODT writer moved from sandbox to Doctutils core.
238   - Unix man page export: manpage writer moved from sandbox to Doctutils
239     core.
241   - Apply [ 1719345 ] Galician translation
242   - Apply [ 1905741 ] Polish translation
243   - Apply [ 1878977 ] make_id(): deaccent characters.
244   - Apply [ 2029251 ] return nonzero when tests fail.
245   - Fix [ 1692788 ] allow UTF-8 in style sheets.
246   - Fix [ 2781629 ] support non-ASCII chars in file names.
247   - Apply [ 2845002 ] let ``--no-raw`` disable raw *roles* too.
248   - Fix [ 2831643 ] by renaming DirectiveError.message to DirectiveError.msg
249   - Fix [ 2821266 ] --strict option works now like --halt=info.
250   - Fix [ 2788716 ] DirectiveError now correctly reports source and line.
251   - Fix [ 1627229 ] hyperlink references in substitutions.
253   - The "newlatex" writer is orphaned.
255 * reStructuredText:
257   - Documented Unicode characters allowed as inline markup openers,
258     closers, and delimiters.
259   - Allow units for all length specifications.
260   - Allow percent sign in "scale" argument of "figure" and "image" directives.
261   - Bugfix: The "figalign" argument of a figure now works as intended
262     (aligning the figure, not its contents).
263   - Align images with class "align-[right|center|left]"
264     (allows setting the alignment of an image in a figure).
266 * docutils/nodes.py:
268   - Added ``Element.__contains__`` method, for the in-operator.
270 * docutils/parsers/rst/states.py:
272   - Apply [ 1994493 ] Patch to support all kinds of quotes in inline markup.
273   - Added support for Unicode inline markup delimiters "‐ ‑ ‒ – —" and
274     " " (non-breaking space), and "¡ ¿" openers.
276 * docutils/parsers/directives/misc.py:
278   - Added ``start-line`` and ``end-line`` options to "include"
279     directive to select a range of lines.
280   - Hard tabs in literal inclusions are replaced by spaces. This is
281     configurable via the new ``tab-width`` option of the "include" directive
282     (a negative tab-width prevents tab expansion).
284 * docutils/utils.py:
286   - Add ``get_stylesheet_list`` function.
287   - Apply [ 2834836 ] print info at halt
289 * docutils/transforms/universal.py:
291   - Raise default priority of StripClasses to exclude stripped classes from
292     the ToC.
294 * docutils/writers/html4css1/__init__.py:
296   - ``--stylesheet`` and ``--stylesheet-path`` options support a comma
297     separated list of stylesheets.
298   - Address [ 1938891 ] Inline literal text creates "pre" span only when
299     needed to prevent inter-word line wraps.
300   - Use `translate` method instead of repeated `replace` calls.
301   - Fix [ 1757105 ] New ``table-style`` option. Added to standard table
302     classes to allow CSS styling that does not interfere with other
303     table-using constructs (field lists, citations, ...).
305 * docutils/writers/newlatex2e/__init__.py:
307   - Apply [ 1612821 ] Double quotes in literal text in Italian/German
309 * docutils/writers/latex2e/__init__.py (see also
310   `<docs/user/docutils-05-compat.sty.html>`__) :
312   - Add ``--embed-stylesheet`` option.
313   - Apply [ 1474017 ] image vertical alignment is reversed.
314   - Apply [ 2051599 ] multi-page tables in latex writer (from pabigot).
315   - Change: has_key for dictionaries (not Nodes) to in-operator.
316   - Merge adjacent citations into one latex cite command.
317   - Failsave implementation of custom roles. LaTeX compilation now ignores
318     unknown classes instead of aborting with an error.
319   - Support custom roles based on standard roles.
320   - LaTeX packages can be used as ``--stylesheet`` arguments without
321     restriction. (A style sheet is now referenced with the ``\usepackage``
322     command, if it ends with ``.sty`` or has no extension.)
323   - Add ``bp`` to lenghts without unit (prevents LaTex errors).
324   - Correctly write length unit ``pt`` as ``bp`` in LaTeX.
325   - Do not convert ``px`` to ``pt`` (``px`` is supported by pdfTeX since
326     2005-02-04 as a configurable length unit).
327   - Do not use fontenc, nor the obsolete 'ae' and 'aeguill' packages
328     if font-encoding is set to ''. LaTeX defaults to OT1 then.
329   - Set sub- and superscript role argument in text mode not as math.
330     Use a custom role based on sub-/superscript if you want italic shape.
331   - Shorter preamble and less dependencies: Load packages and define macros
332     only if required in the document.
333   - Use the name prefix ``DU`` for all Docutils specific LaTeX macros.
334   - New custom environments and commands with optional "classes" argument.
335   - Simpler LaTeX encoding, e.g. "\%" instead of "{\%}".
336   - Better conformance to Docutils specifications with ``--use-latex-toc``.
337     Support for LaTeX generated ToC also with unnumbered sections.
338   - If 'sectnum_xform' is False, the 'sectnum' directive triggers
339     section numbering by LaTeX.
340   - Use default font in admonitions and sidebar.
341   - Align of image in a figure defaults to 'center'.
342   - Bugfix: Newlines around targets and references prevent run-together
343     paragraphs.
344   - Fix internal hyperlinks.
345   - Use class defaults for page margins ('typearea' now optional).
346   - Float placement made configurable, default changed to "here definitely".
347   - Typeset generic topic as "quote block with title".
348   - Use template (file and configuration option).
349   - In the default template, load cmap.sty (fix text extraction in PDF) and
350     fixltx2e.sty (LaTeX patches, \textsubscript).
351   - Render doctest blocks as literal blocks (fixes [ 1586058 ]).
352   - Use `translate` instead of repeated `replace` calls for text encoding.
353   - Hyperlinked footnotes and support for symbol footnotes and
354     ``--footnote-references=brackets`` with ``--use-latex-footnotes``.
355   - Complete pairs of binary options
356     (``--figure-footnotes, --figure-citations, --link-stylesheet``,
357     ``--use-docutils-toc, --use-docutils-docinfo, --topic-abstract``)
358   - New defaults:
359     - font-encoding: "T1" (formerly implicitely set by 'ae').
360     - use-latex-toc: true (ToC with page numbers).
361     - use-latex-footnotes: true (no mixup with figures).
363 * docutils/writers/manpage.py
365   - Do not print version at document end, this is done by the viewer.
366   - Do not print date at document end, this is done by the viewer.
367   - Fix storage of docinfo fields for none standard fields.
369 * docutils/tools/rst2man.py
371 Release 0.5 (2008-06-25)
372 ========================
374 * docutils/languages/he.py: Added to project: Hebrew mappings by
375   Meir Kriheli.
377 * docutils/parsers/rst/languages/he.py: Added to project: Hebrew
378   mappings by Meir Kriheli.
380 * docutils/frontend.py:
382   - Configuration files are now assumed and required to be
383     UTF-8-encoded.
384   - Paths of applied configuration files are now recorded in the
385     runtime setting ``_config_files`` (accessible via
386     ``--dump-settings``).
387   - Added ``--strip-elements-with-class`` and ``--strip-class``
388     options (``strip_elements_with_classes`` and ``strip_classes``
389     settings).
391 * docutils/io.py:
393   - Added code to determine the input encoding from data: encoding
394     declarations or the presence of byte order marks (UTF-8 & UTF-16).
395   - Added support for IronPython 1.0.
397 * docutils/nodes.py:
399   - Added ``document.__getstate__`` method, for pickling.
401 * docutils/parsers/rst/states.py:
403   - Allow ``+`` and ``:`` in reference names.
404   - Unquoted targets beginning with an underscore (``.. __target:
405     URI``) are no longer accepted.
406   - Added support for multiple attributions in a physical block quote
407     (indented text block), dividing it into multiple logical block
408     quotes.
409   - Added support for unicode bullets in bullet lists: "•", "‣", and
410     "⁃".
411   - Added support for new object-oriented directive interface,
412     retaining compatibility to the old functional interface.
413   - Added support for throwing ``DirectiveError``'s from within
414     directive code.
416 * docutils/parsers/rst/__init__.py:
418   - Added ``Directive`` base class.
419   - Added ``DirectiveError`` base class.
420   - Fixed ``file_insertion_enabled`` & ``raw_enabled`` setting
421     definitions.
423 * docutils/parsers/directives/:
425   - Refactored all reStructuredText directives to use the new
426     object-oriented directive interface.  Errors are now (mostly)
427     thrown using the new ``DirectiveError`` class.
429 * docutils/parsers/directives/misc.py:
431   - Added ``start-after`` and ``end-before`` options to ``include``
432     directive; thanks to Stefan Rank.
434 * docutils/transforms/universal.py:
436   - Added ``StripClassesAndElements`` transform to remove from the
437     document tree all elements with classes in
438     ``settings.strip_elements_with_classes`` and all "classes"
439     attribute values in ``self.document.settings.strip_classes``.
441 * docutils/transforms/writer_aux.py:
443   - Added ``Admonitions`` transform to transform specific admonitions
444     (like ``note``, ``warning``, etc.) into generic admonitions with a
445     localized title.
447 * docutils/writers/html4css1/__init__.py:
449   - Moved template functionality from the PEP/HTML writer here.
450   - Expanded the fragments available in the ``parts`` attribute.
451   - Moved ``id`` attributes from titles to surrounding ``div``
452     elements.
453   - Dropped all ``name`` attributes of ``a`` elements (``id`` is
454     universally supported now).
455   - ``template.txt`` is now opened in text mode instead of binary mode
456     (to ensure Windows compatibility).
457   - ``a`` elements now have an "internal" or "external" class,
458     depending on reference type.
460 * docutils/writers/html4css1/template.txt: Added to project.
462 * docutils/writers/pep_html/:
464   - Moved template functionality to the HTML writer.
466 * docutils/writers/s5_html/__init__.py:
468   - Added ``view_mode`` & ``hidden_controls`` settings
469     (``--view-mode`` & ``--hidden-controls/--visible-controls``
470     options).
472 * docutils/writers/latex2e/__init__.py:
474   - Add ``--literal-block-env``
475   - Fix: escaping ``%`` in href urls.
476   - Move usepackage hyperref after stylesheet inclusion.
477   - Fix: scrartcl does not have chapter but scrreprt.
478   - Add newline after ``\end{verbatim}``.
479   - Merge smaller differences from latex2e_adaptive_preamble.
480   - Add ``use-part-section``.
481   - Put leavevmode before longtable to avoid having it moved before sub/pargraph.
482   - Using leavemode option_list no longer needs to check if parent
483     is a definition list.
484   - Append ``\leavemode`` to definition list terms.
485   - No longer write visit\_/depart_definition_list_item comments to
486     output.
487   - Table column width with 3 decimal places.
488   - Add table stubs support (boldfont).
489   - Add assemble_parts to writer.
490   - Add simply support for nested tables.
491   - Fix verbatim in tables if use-verbatim-when-possible.
492   - Use section commands down to subparagraph.
493   - Put ensuremath around some latin1 chars.
494   - Set ``usepackage[utf8x]{inputenc}`` for utf-8.
495   - New option ``--use-bibtex=style,db1,db2``.
496   - New option ``--reference-label`` to allow usage of LaTeX ref for
497     labels in section references.
498   - Add a label after every section to support sectionnumbers as reference
499     labels.
500   - Fix: bug# 1605376 rst2latex: bad options group list
501   - Remove inactive code for use_optionlist_for_option_list.
502   - Remove latex comments from option_list output.
503   - Fix: bug# 1612270 double qoutes in italian literal.
504   - Fix: output ``hypertarget{ node.get(refid) }{}`` from visit_target.
505   - Add option --use-latex-abstract.
506   - Image width unit ``px`` is translated to ``pt``.
507   - Add image height support.
508   - Fix: image width ``70%`` is converted ``0.700\linewidth``.
509     bug #1457388
510   - Fix: Do not escape underscores in citation reference labels if
511     use-latex-citations is set.
512   - Use centering instead of center for figure contents, to avoid vertical
513     space.
514   - Recognize table class: borderless, nolines, booktabs, standard.
515   - Fix: Renaming contents section does not work with latex writer; SF
516     bug #1487405.
517   - Applied patch for custom roles with classes from Edward Loper.
518   - Fixed bug that caused crashes with more than 256 lists.
520 * docutils/writers/pep_html/__init__.py:
522   - Changed to support new python.org website structure and
523     pep2pyramid.py.
525 * docs/howto/security.txt: "Deploying Docutils Securely", added to
526   project.
528 * tools/buildhtml.py:
530   -- Added ``ignore`` setting to exclude a list of shell patterns
531      (default: ``.svn:CVS``).
533 * tools/editors/emacs/rst.el:
535   - Changed license to "GPL".
536   - Added ``rst-straighten-decorations`` function.
537   - The ``compile`` module is now always loaded.
538   - Added ``rst-toggle-line-block`` function.
539   - Headings consisting only of non-ASCII characters are now
540     recognized by ``rst-toc`` and ``rst-adjust``.
541   - Added font-lock support for multi-line comments where the first
542     comment line is empty.
543   - Added ``(require 'font-lock)``.
545 * setup.py:
547   - Provide descriptive error message if distutils is missing.
550 Release 0.4 (2006-01-09)
551 ========================
553 * General:
555   - Updated the project policies for trunk/branch development &
556     version numbering.
558 * docutils/__init__.py:
560   - Added ``__version_details__`` attribute to describe code source
561     (repository/snapshot/release).
562   - Replaced ``default_transforms`` attribute of TransformSpec with
563     ``get_transforms()`` method.
565 * docutils/core.py:
567   - Added ``publish_doctree`` and ``publish_from_doctree`` convenience
568     functions, for document tree extraction and reprocessing.
570 * docutils/io.py:
572   - Added ``DocTreeInput`` class, for reprocessing existing documents.
573   - Added support for non-Unicode (e.g. binary) writer output.
575 * docutils/nodes.py:
577   - Re-introduced ``Targetable.indirect_reference_name``, for
578     MoinMoin/reST compatibility (removed in r3124/r3129).
579   - Added ``serial_escape`` function; escapes string values that are
580     elements of a list, for serialization.  Modified Docutils-XML
581     writing (``Element._dom_node``) and pseudo-XML writing
582     (``Element.starttag``) to use ``serial_escape``.
583   - Added ``Node.deepcopy()`` method.
584   - Removed the internal lists ``document.substitution_refs``,
585     ``document.anonymous_refs``, and ``document.anonymous_targets``.
586   - Added a "container" element.
587   - Fixed bug where values of list-valued attributes of elements
588     originating from custom interpreted text roles (i.e., with custom
589     classes) were being shared between element instances.  Reported by
590     Shmuel Zeigerman.
592 * docutils/statemachine.py:
594   - Added trailing whitespace stripping to ``string2lines()``.
595   - Added ``StringList.pad_double_width()`` & ``.replace()`` for East
596     Asian double-width character support.
598 * docutils/utils.py:
600   - Added ``east_asian_column_width()`` for double-width character
601     support.
603 * docutils/languages/ja.py: Added to project: Japanese mappings by
604   Hisashi Morita.
606 * docutils/languages/zh_cn.py: Added to project: Simplified Chinese
607   mappings by Panjunyong.
609 * docutils/parsers/null.py: Added to project; a do-nothing parser.
611 * docutils/parsers/rst/__init__.py:
613   - Added validator to tab_width setting, with test.  Closes SF bug
614     #1212515, report from Wu Wei.
616 * docutils/parsers/rst/states.py:
618   - Fixed bug with escaped colons indicating a literal block.
619   - Fixed bug with enumerated lists (SF#1254145).
620   - Backslash-escaped colons inside of field names are now allowed.
621   - Targets (implicit and explicit), anonymous hyperlink references
622     and auto-numbered footnote references inside of substitution
623     definitions are now disallowed.
624   - Fixed bug: list items with blank first lines.
625   - Fixed bug: block quote attributions with indented second lines.
626   - Added East Asian double-width character support (Python 2.4 only).
628 * docutils/parsers/rst/tableparser.py:
630   - Added East Asian double-width character support (Python 2.4 only).
632 * docutils/parsers/rst/directives/body.py:
634   - Added the "container" directive.
636 * docutils/parsers/rst/directives/misc.py:
638   - Added the "default-role", "title", and "date" directives.
639   - Added standard data file syntax to the "include" directive.
640   - Added support for "class" directive content.
642 * docutils/parsers/rst/directives/images.py:
644   - Added ``indirect_reference_name`` support for images with a target
645     option.
646   - Added support for image width and height units.
647   - Fixed bug with image "target" options.
649 * docutils/parsers/rst/directives/references.py:
651   - Added "class" attribute to "target-notes" directive, for
652     footnote_reference classes.
654 * docutils/parsers/rst/include/: Directory added to project; contains
655   standard data files for the "include" directive.  Initial contents:
656   character entity substitution definition sets, and a set of
657   definitions for S5/HTML presentations.
659 * docutils/parsers/rst/languages/ja.py: Added to project: Japanese
660   mappings by David Goodger.
662 * docutils/parsers/rst/languages/zh_cn.py: Added to project:
663   Simplified Chinese mappings by Panjunyong.
665 * docutils/readers/__init__.py:
667   - Added universal.Decorations and universal.ExposeInternals
668     transforms as default transforms for all readers.
669   - Added ``ReReader`` base class for readers that reread an existing
670     document tree.
672 * docutils/readers/doctree.py: Added to project; a reader for existing
673   document trees.
675 * docutils/transforms/frontmatter.py:
677   - Fixed the DocInfo transform to handle SVN-style expansion of the
678     "Date" keyword.
679   - In ``DocInfo.extract_authors``, treat the contents of "authors"
680     fields uniformly.
682 * docutils/transforms/misc.py:
684   - Added misc.Transitions transform, extracted from
685     universal.FinalChecks.
687 * docutils/transforms/references.py:
689   - Added references.DanglingReferences transform, extracted from
690     universal.FinalChecks.
691   - Fixed bug with doubly-indirect substitutions.
692   - Added footnote_reference classes attribute to "TargetNotes".
693   - Fixed bug with circular substitution definitions that put Docutils
694     into an infinite loop.
696 * docutils/transforms/universal.py:
698   - Added universal.ExposeInternals transform, extracted from
699     universal.FinalChecks.
700   - Removed universal.FinalChecks transform (logic has been moved to
701     several new transforms).
702   - Fixed bug with the "expose_internals" setting and Text nodes
703     (exposed by the "rawsource" internal attribute).
704   - Added the universal.StripComments transform, implementation of the
705     "strip_comments" setting.
707 * docutils/transforms/writer_aux.py: Added to project; auxiliary
708   transforms for writers.
710   - Added ``Compound`` transform, which flattens compound paragraphs.
712 * docutils/writers/: Several writer modules (html4css1.py) were
713   converted into packages.  Support modules and data files have been
714   moved into the packages.  The stylesheets for the HTML writers are
715   now installed along with the code, the code knows where to find
716   them, and the default is to use them (actually, to embed them).
717   Some adjustments to configuration files may be necessary.  The
718   easiest way to obtain the new default behavior is to remove all
719   settings whose name includes "stylesheet".
721 * docutils/writers/__init__.py:
723   - Added universal.Messages and universal.FilterMessages transforms
724     as default transforms for all writers.
725   - Added ``UnfilteredWriter`` base class for writers that pass the
726     document tree on unchanged.
728 * docutils/writers/docutils_xml.py:
730   - Made ``xmlcharrefreplace`` the default output encoding error
731     handler.
733 * docutils/writers/html4css1/:
735   - Added support for image width and height units.
736   - Made ``xmlcharrefreplace`` the default output encoding error
737     handler.
738   - Made ``--embed-stylesheet`` the default rather than
739     ``--link-stylesheet``.
740   - Moved "id" attribute from container (section etc.) to title's <a>
741     tag, to be on the same tag as "name".
742     (!!! To be reverted in Docutils 0.5.)
743   - Added vertical space between fields of field lists.
744   - Added ``--compact-field-lists`` option to remove vertical space in
745     simple field lists.
746   - Made cloaking of email addresses with ``--cloak-email-addresses``
747     less obtrusive.
748   - Fixed support for centered images.
749   - Added support for class="compact" & class="open" lists.
751 * docutils/writers/latex2e/:
753   - Underscores in citekeys are no longer escaped.
755 * docutils/writers/newlatex2e/unicode_map.py: Added to project;
756   mapping of Unicode characters to LaTeX equivalents.
758 * docutils/writers/s5_html/: Package added to project; writer for
759   S5/HTML slide shows.
761 * docs/dev/distributing.txt: Added to project; guide for distributors
762   (package maintainers).
764 * docs/dev/hacking.txt: Added to project; guide for developers.
766 * docs/ref/doctree.txt:
768   - Updated for plural attributes "classes", "ids", "names",
769     "dupnames".
770   - Added the "container" element.
772 * docs/ref/docutils.dtd:
774   - Updated for plural attributes "classes", "ids", "names",
775     "dupnames".
777 * docs/user/emacs.txt: Added to project; a document about Emacs
778   support for reStructuredText and Docutils.
780 * docs/user/links.txt: Added to project; lists of Docutils-related
781   links.
783 * docs/user/mailing-lists.txt: Added to project; information about
784   Docutils-related mailing lists and how to access them.
786 * docs/user/slide-shows.txt: Added to project; example of and docs for
787   the S5/HTML writer (``rst2s5.py`` front end).
789 * docs/ref/rst/definitions.txt: "reStructuredText Standard Definition
790   Files", added to project.
792 * test/coverage.sh: Added to project; test coverage script.
794 * test/DocutilsTestSupport.py:
796   - Added support for specifying runtime settings at the suite level.
798 * test/test_functional.py:
800   - Added the ``clear_output_directory`` function.
801   - Added support for ``_test_more`` functions in functional test
802     config files.
804 * tools/rst2s5.py: Added to project; front end for the S5/HTML writer.
806 * tools/rstpep2html.py: Renamed from pep.py.
808 * tools/dev/create_unimap.py: Added to project; script to create the
809   docutils/writers/unimap_latex.py mapping file.
811 * tools/dev/profile_docutils.py: Added to project; profiler script.
813 * tools/dev/unicode2rstsubs.py: Moved from tools/unicode2rstsubs.py.
815 * tools/editors/emacs/restructuredtext.el,
816   tools/editors/emacs/rst-html.el, tools/editors/emacs/rst-mode.el:
817   Removed from project; the functionality is now contained in rst.el.
819 * tools/editors/emacs/rst.el: Added to project.  Added many features
820   and fixed many bugs.  See docs/user/emacs.txt for details.
822 * tools/stylesheets: Removed from project.  Stylesheets have been
823   renamed and moved into writer packages.
826 Release 0.3.9 (2005-05-26)
827 ==========================
829 * General:
831   - Eliminated and replaced all uses of the old string attributes
832     ``id``, ``name``, ``dupname`` and ``class`` with references to the
833     new list attributes ``ids``, ``names``, ``dupnames`` and
834     ``classes`` throughout the whole source tree.
836 * docutils/core.py:
838   - Enabled ``--dump-*`` options when ``--traceback`` specified,
839     allowing for easier debugging.
840   - In ``Publisher.publish()``, expanded the generic top-level
841     exception catching.
843 * docutils/examples.py:
845   - Added ``internals`` function for exploration.
847 * docutils/io.py:
849   - Fixed ``Input.decode`` method to apply heuristics only if no
850     encoding is explicitly given, and to provide better reporting of
851     decoding errors.
852   - The ``Input.decode`` method now removes byte order marks (BOMs)
853     from input streams.
855 * docutils/nodes.py:
857   - ``image`` element class changed to subclass of Element, not
858     TextElement (it's an empty element, and cannot contain text).
859   - Added ``attr_defaults`` dictionary for default attribute values.
860   - Added empty list as default value for the following attributes:
861     ``ids``, ``names``, ``dupnames``, ``classes``, and ``backrefs``.
862   - Added ``document.decoration`` attribute,
863     ``document.get_decoration`` method, and ``decoration.get_header``
864     & ``.get_footer`` methods.
865   - Added ``Element.update_basic_atts()`` and ``Element.substitute()``
866     methods.
868 * docutils/utils.py:
870   - Removed ``docutils.utils.Reporter.categories``,
871     ``docutils.utils.ConditionSet``, and all references to them, to
872     simplify error reporting.
874 * docutils/languages/nl.py: Added to project; Dutch mappings by
875   Martijn Pieters.
877 * docutils/parsers/rst/__init__.py:
879   - Added settings: ``file_insertion_enabled`` & ``raw_enabled``.
881 * docutils/parsers/rst/states.py:
883   - Added check for escaped at-mark to prevent email address recognition.
884   - Fixed option lists to allow spaces inside ``<angle-bracketed option
885     arguments>``.
886   - Allowed whitespace in paths and URLs.
887   - Added auto-enumerated list items.
888   - Fixed bug that assumed ``.. _`` and ``.. |`` were invariably
889     followed by text.
890   - Added support for table stub columns.
892 * docutils/parsers/rst/directives/__init__.py:
894   - Allowed whitespace in paths (``path`` function).
895   - Added ``uri`` directive option conversion function.
897 * docutils/parsers/rst/directives/body.py:
899   - Fixed illegal context bug with "topic" directive (allowed within
900     sidebars; not within body elements).
902 * docutils/parsers/rst/directives/images.py:
904   - Allowed whitespace (stripped) in "image" & "figure" directive URLs.
905   - Added support for the ``file_insertion_enabled`` setting in the
906     "figure" directive (disables "figwidth" option).
907   - "image" directive: added checks for valid values of "align" option,
908     depending on context.  "figure" directive: added specialized
909     "align" option and attribute on "figure" element.
910   - Made ":figwidth: image" option of "figure" directive work again.
911   - Fixed bug with reference names containing uppercase letters
912     (e.g. ``Name_``) in "target" option of "image" directive.
914 * docutils/parsers/rst/directives/misc.py:
916   - Fixed "include" and "raw" directives to catch text decoding
917     errors.
918   - Allowed whitespace in "include" & "raw" directive paths.
919   - Added support for ``file_insertion_enabled`` & ``raw_enabled``
920     settings in "include" & "raw" directives.
922 * docutils/parsers/rst/directives/parts.py:
924   - Added "header" & "footer" directives.
925   - Fixed illegal context bug with "contents" directive (topics
926     allowed within sidebars; not within body elements).
928 * docutils/parsers/rst/directives/tables.py:
930   - Added "list-table" directive.
931   - Caught empty CSV table bug.
932   - Added support for the ``file_insertion_enabled`` setting in the
933     "csv-table" directive.
934   - Added ``stub-columns`` option to "csv-table" and "list-table"
935     directives.
937 * docutils/parsers/rst/languages/nl.py: Added to project; Dutch
938   mappings by Martijn Pieters.
940 * docutils/readers/standalone.py:
942   - Added ``--section-subtitles`` and ``--no-section-subtitles``
943     options to activate or deactivate the SectSubTitle transform.
945 * docutils/transforms/frontmatter.py:
947   - Added SectSubTitle transform to promote titles of lone
948     subsections to subtitles.
950 * docutils/transforms/references.py:
952   - Fixed mislocated internal targets bug, by propagating internal
953     targets to the next node, making use of the newly added support
954     for multiple names and IDs.
955   - Fixed duplicate footnote label bug.
956   - Replaced ``ChainedTargets`` with more generic ``PropagateTargets``
957     transform.
959 * docutils/writers/html4css1.py:
961   - Fixed unencoded stylesheet reference bug (characters like "&" in
962     stylesheet references).
963   - ``target`` nodes now appear as ``span`` tags (instead of ``a``
964     tags).
965   - Added support for multiple IDs per node by creating empty ``span``
966     tags.
967   - Added the ``field_name_limit`` & ``option_limit`` settings &
968     support.
969   - Added support for table stub columns.
970   - Added support for the ``align`` attribute on ``figure`` elements.
971   - Added the ``cloak_email_addresses`` setting & support.
972   - Added ``html_prolog``, ``html_head``, ``html_body``,
973     ``html_title``, & ``html_subtitle`` to parts dictionary exposed by
974     ``docutils.core.publish_parts``.
975   - Added support for section subtitles.
977 * docutils/writers/latex2e.py:
979   - Fixed tables starting with more than one multirow cell.
980   - Improved --use-latex-docinfo so that organization/contact/address
981     fields are lumped with the last author field and appear on the
982     titlepage.
983   - Made sure the titlepage is always shown with --use-latex-docinfo,
984     even if the document has no title.
985   - Made sure that latex doesn't fill in today's date if no date field
986     was given.
987   - Added support for section subtitles.
989 * docutils/writers/newlatex2e.py: Added to project; a new LaTeX writer
990   (under development).
992 * docutils/writers/null.py: Added to project; a do-nothing Writer.
994 * docs/api/publisher.txt:
996   - Added "``publish_parts`` Details" section.
998 * docutils/dev/repository.txt: Added to project; information about the
999   Docutils Subversion repository.
1001 * docs/ref/docutils.dtd:
1003   - Added a ``stub`` attribute to the ``colspec`` element via the
1004     ``tbl.colspec.att`` parameter entity.
1005   - Allowed topic elements within sidebars
1006   - Added an ``align`` attribute to the ``figure`` element.
1008 * tools/rst2newlatex.py: Added to project; front end for the new LaTeX
1009   writer.
1012 Release 0.3.7 (2004-12-24)
1013 ==========================
1015 * docutils/frontend.py:
1017   - Added options: --input-encoding-error-handler,
1018     --record-dependencies, --leave-footnote-reference-space,
1019     --strict-visitor.
1020   - Added command-line and config file support for "overrides" setting
1021     parameter.
1023 * docutils/io.py:
1025   - Added support for input encoding error handler.
1027 * docutils/nodes.py:
1029   - Added dispatch_visit and dispatch_departure methods to
1030     NodeVisitor; useful as a hook for Visitors.
1031   - Changed structure of ``line_block``; added ``line``.
1032   - Added ``compound`` node class.
1033   - Added a mechanism for Visitors to transitionally ignore new node
1034     classes.
1036 * docutils/utils.py:
1038   - Moved ``escape2null`` and ``unescape`` functions from
1039     docutils/parsers/rst/states.py.
1041 * docutils/parsers/rst/roles.py:
1043   - Added "raw" role.
1044   - Changed role function API: the "text" parameter now takes
1045     null-escaped interpreted text content.
1047 * docutils/parsers/rst/states.py:
1049   - Fixed bug where a "role" directive in a nested parse would crash
1050     the parser; the state machine's "language" attribute was not being
1051     copied over.
1052   - Added support for line block syntax.
1053   - Fixed directive parsing bug: argument-less directives didn't
1054     notice that arguments were present.
1055   - Removed error checking for transitions.
1056   - Added support for multiple classifiers in definition list items.
1057   - Moved ``escape2null`` and ``unescape`` functions to docutils/utils.py.
1058   - Changed role function API: the "text" parameter now takes
1059     null-escaped interpreted text content.
1060   - Empty sections and documents are allowed now.
1062 * docutils/parsers/rst/directives/__init__.py:
1064   - Added ``encoding`` directive option conversion function.
1065   - Allow multiple class names in class_option conversion function.
1067 * docutils/parsers/rst/directives/body.py:
1069   - Converted the line-block directive to use the new structure.
1070   - Extracted the old line-block functionality to the ``block``
1071     function (still used).
1072   - Added ``compound`` directive (thanks to Lea Wiemann).
1074 * docutils/parsers/rst/directives/misc.py:
1076   - Added "encoding" option to "include" and "raw" directives.
1077   - Added "trim", "ltrim", and "rtrim" options to "unicode" directive.
1078   - Allow multiple class names in the "class" directive.
1080 * docutils/parsers/rst/directives/parts.py:
1082   - Directive "sectnum" now accepts "prefix", "suffix", and "start"
1083     options.  Thanks to Lele Gaifax.
1085 * docutils/parsers/rst/directives/tables.py:
1087   - Added "encoding" directive to "csv-table" directive.
1088   - Added workaround for lack of Unicode support in csv.py, for
1089     non-ASCII CSV input.
1091 * docutils/transforms/misc.py:
1093   - Fixed bug when multiple "class" directives are applied to a single
1094     element.
1095   - Enabled multiple format names for "raw" directive.
1097 * docutils/transforms/references.py:
1099   - Added support for trimming whitespace from beside substitution
1100     references.
1102 * docutils/transforms/universal.py:
1104   - FinalChecks now checks for illegal transitions and moves
1105     transitions between sections.
1107 * docutils/writers/html4css1.py:
1109   - HTMLTranslator.encode now converts U+00A0 to "&nbsp;".
1110   - "stylesheet" and "stylesheet_path" settings are now mutually
1111     exclusive.
1112   - Added support for the new line_block/line structure.
1113   - --footnote-references now overrides
1114     --trim-footnote-reference-space, if applicable.
1115   - Added support for ``compound`` elements.
1116   - Enabled multiple format names for "raw" directive.
1117   - ``<p>`` tags of a paragraph which is the only visible child of the
1118     document node are no longer stripped.
1119   - Moved paragraph-compacting logic (for stripping ``<p>`` tags) to
1120     new method ``should_be_compact_paragraph()``.
1121   - Added class="docutils" to ``dl``, ``hr``, ``table`` and ``tt``
1122     elements.
1123   - "raw" elements are now surrounded by ``span`` or ``div`` tags in
1124     the output if they have their ``class`` attribute set.
1125   - The whole document is now surrounded by a ``<div
1126     class="document">`` element.
1127   - Body-level images are now wrapped by their own ``<div>`` elements,
1128     with image classes copied to the wrapper, and for images which
1129     have the ``:align:`` option set, the surrounding ``<div>`` now
1130     receives a class attribute (like ``class="align-left"``).
1132 * docutils/writers/latex2e.py:
1134   - no newline after depart_term.
1135   - Added translations for some Unicode quotes.
1136   - Added option "font-encoding", made package AE the default.
1137   - "stylesheet" and "stylesheet_path" settings are now mutually
1138     exclusive.
1139   - --footnote-references now overrides
1140     --trim-footnote-reference-space, if applicable.
1141   - The footnote label style now matches the footnote reference style
1142     ("brackets" or "superscript").
1143   - Added support for ``compound`` elements.
1144   - Enabled multiple format names for "raw" directive.
1146 * docs/ref/docutils.dtd:
1148   - Changed structure of the ``line_block`` element; added ``line``.
1149   - Added ``compound`` element.
1150   - Added "ltrim" and "rtrim" attributes to
1151     ``substitution_definition`` element.
1152   - Enabled multiple format names for ``raw`` element.
1153   - Enabled multiple classifiers in ``definition_list_item`` elements.
1155 * docs/ref/rst/directives.txt
1157   - Marked "line-block" as deprecated.
1158   - "Class" directive now allows multiple class names.
1159   - Added "Rationale for Class Attribute Value Conversion".
1160   - Added warning about "raw" overuse/abuse.
1162 * docs/ref/rst/restructuredtext.txt:
1164   - Added syntax for line blocks.
1165   - Definition list items may have multiple classifiers.
1167 * docs/ref/rst/roles.txt:
1169   - Added "raw" role.
1171 * tools/stylesheets/default.css:
1173   - Added support for the new line_block structure.
1174   - Added "docutils" class to ``dl``, ``hr``, ``table`` and ``tt``.
1177 Release 0.3.5 (2004-07-29)
1178 ==========================
1180 General:
1182 * _`Documentation cleanup/reorganization`.
1184   - Created new subdirectories of docs/:
1186     * ``docs/user/``: introductory/tutorial material for end-users
1187     * ``docs/dev/``: for core-developers (development notes, plans, etc.)
1188     * ``docs/api/``: API reference material for client-developers
1189     * ``docs/ref/``: reference material for all groups
1190     * ``docs/howto/``: for component-developers and core-developers
1191     * ``docs/peps/``: Python Enhancement Proposals
1193   - Moved ``docs/*`` to ``docs/user/``.
1194   - Moved ``pysource.dtd``, ``pysource.txt``, ``semantics.txt`` from
1195     ``spec/`` to ``docs/dev``.
1196   - Moved ``doctree.txt``, ``docutils.dtd``, ``soextblx.dtd``,
1197     ``transforms.txt`` from ``spec/`` to ``docs/ref/``.
1198   - Moved ``alternatives.txt``, and ``problems.txt`` from
1199     ``spec/rst/`` to ``docs/dev/rst/``.
1200   - Moved ``reStructuredText.txt``, ``directives.txt``,
1201     ``interpreted.txt``, and ``introduction.txt`` from ``spec/rst/``
1202     to ``docs/ref/rst/``.  Renamed ``interpreted.txt`` to
1203     ``roles.txt``, ``reStructuredText.txt`` to
1204     ``restructuredtext.txt``.
1205   - Moved ``spec/howto/`` to ``docs/howto``.
1207   In order to keep the CVS history of moved files, we supplied
1208   SourceForge with a `script for modifying the Docutils CVS
1209   repository`__.
1211   __ http://cvs.sourceforge.net/viewcvs.py/*checkout*/docutils/sandbox/davidg/infrastructure/cvs-reorg.sh?content-type=text/plain&rev=1.5
1213   After running the cleanup script:
1215   - Added ``docs/index.txt``.
1216   - Added a ``.htaccess`` file to the ``web`` module, containing
1217     redirects for all old paths to new paths.  They'll preserve
1218     fragments (the "#name" part of a URL), and won't clutter up the
1219     file system, and will correct the URL in the user's browser.
1220   - Added ``BUGS.txt``, ``docs/dev/policies.txt``,
1221     ``docs/dev/website.txt``, ``docs/dev/release.txt`` from all but
1222     the "To Do" list itself in ``docs/dev/todo.txt``.
1223   - Moved "Future Plans" from ``HISTORY.txt`` to new "Priorities"
1224     section of ``docs/dev/todo.txt``.
1225   - Added ``THANKS.txt`` from "Acknowledgements" in ``HISTORY.txt``.
1226   - Added "How To Report Bugs" to ``BUGS.txt``.
1227   - Went through all the sources and docs (including under web/) and
1228     updated links.  Mostly done by Lea Wiemann; thanks Lea!
1229     (Still need to update links in the sandboxes.)
1231 Specific:
1233 * BUGS.txt: Added to project.
1235 * THANKS.txt: Added to project.
1237 * docutils/__init__.py:
1239   - 0.3.4: Post-release.
1241 * docutils/core.py:
1243   - Added special error handling & advice for UnicodeEncodeError.
1244   - Refactored Publisher.publish (simplified exception handling &
1245     extracted debug dumps).
1246   - Renamed "enable_exit" parameter of convenience functions to
1247     "enable_exit_status".
1248   - Enabled traceback (exception propagation) by default in
1249     programmatic convenience functions.
1250   - Now publish_file and publish_cmdline convenience functions return
1251     the encoded string results in addition to their regular I/O.
1252   - Extracted common code from publish_file, publish_string, and
1253     publish_parts, into new publish_programmatically.  Extracted
1254     settings code to ``Publisher.process_programmatic_settings``.
1255   - In Publisher.publish, disabled ``settings_overrides`` when
1256     ``settings`` is supplied; redundant.
1258 * docutils/frontend.py:
1260   - Added help text for "--output-encoding-error-handler" and
1261     "--error-encoding-error-handler".
1262   - Renamed "--exit" to "--exit-status".
1263   - Simplified default-setting code.
1265 * docutils/parsers/rst/__init__.py:
1267   - Added "--pep-base-url" and "--rfc-base-url" options.
1269 * docutils/parsers/rst/states.py:
1271   - Made URI recognition more aggressive and intelligent.
1273 * docutils/parsers/rst/directives/__init__.py:
1275   - Added several directive option conversion functions.
1277 * docutils/parsers/rst/directives/body.py:
1279   - Moved "table" directive to tables.py.
1281 * docutils/parsers/rst/directives/tables.py: Table-related directives,
1282   added to project.
1284 * docutils/writers/latex2e.py:
1286   - Added "--table-style=(standard|booktabs|nolines)"
1287   - figures get "here" option (LaTeX per default puts them at bottom),
1288     and figure content is centered.
1289   - Rowspan support for tables.
1290   - Fix: admonition titles before first section.
1291   - Replace ``--`` in literal by ``-{}-`` because fontencoding T1 has endash.
1292   - Replave ``_`` in literal by an underlined blank, because it has the correct
1293     width.
1294   - Fix: encode pdfbookmark titles, ``#`` broke pdflatex.
1295   - A few unicode replacements, if output_encoding != utf
1296   - Add "--graphicx-option".
1297   - Indent literal-blocks.
1298   - Fix: omit ``\maketitle`` when there is no document title.
1300 * docs/index.txt: "Docutils Project Documentation Overview", added to
1301   project.
1303 * docs/api/cmdline-tool.txt: "Inside A Docutils Command-Line Front-End
1304   Tool", added to project.
1306 * docs/api/publisher.txt: "The Docutils Publisher", added to project.
1308 * docs/api/runtime-settings.txt: "Docutils Runtime Settings", added to project.
1310 * docs/dev/policies.txt: Added to project (extracted from
1311   ``docs/dev/todo.txt``, formerly ``spec/notes.txt``).
1313 * docs/dev/release.txt: Added to project (extracted from
1314   ``docs/dev/todo.txt``, formerly ``spec/notes.txt``).
1316 * docs/dev/testing.txt: Added to project.
1318 * docs/dev/website.txt: Added to project (extracted from
1319   ``docs/dev/todo.txt``, formerly ``spec/notes.txt``).
1321 * docs/ref/rst/directives.txt:
1323   - Added directives: "table", "csv-table".
1325 * docs/user/rst/cheatsheet.txt: "The reStructuredText Cheat Sheet"
1326   added to project.  1 page for syntax, and a 1 page reference for
1327   directives and roles.  Source text to be used as-is; not meant to be
1328   converted to HTML.
1330 * docs/user/rst/demo.txt: Added to project; moved from tools/test.txt
1331   with a change of title.
1333 * test/functional/, contents, and test/test_functional.py: Added to
1334   project.
1336 * tools/buildhtml.py: Fixed bug with config file handling.
1338 * tools/html.py: Removed from project (duplicate of rst2html.py).
1340 * tools/pep2html.py: Removed from project (duplicate of Python's
1341   nondist/peps/pep2html.py; Docutils' tools/pep.py can be used for
1342   Docutils-related PEPs in docs/peps/).
1344 * tools/rst2pseudoxml.py: Renamed from publish.py.
1346 * tools/rst2xml.py: Renamed from docutils-xml.py.
1348 * tools/test.txt: Removed from project; moved to
1349   docs/user/rst/demo.txt.
1351 * setup.py: Now also installs ``rst2latex.py``.
1354 Release 0.3.3 (2004-05-09)
1355 ==========================
1357 * docutils/__init__.py:
1359   - 0.3.1: Reorganized config file format (multiple sections); see
1360     docs/config.txt.
1361   - Added unknown_reference_resolvers attribute to TransformSpec.
1362   - 0.3.2: Interpreted text reorganization.
1363   - 0.3.3: Released.
1365 * docutils/core.py:
1367   - Catch system messages to stop tracebacks from parsing errors.
1368   - Catch exceptions during processing report & exit without
1369     tracebacks, except when "--traceback" used.
1370   - Reordered components for OptionParser; application comes last.
1371   - Added "config_section" parameter to several methods and functions,
1372     allowing front ends to easily specify their config file sections.
1373   - Added publish_parts convenience function to allow access to individual
1374     parts of a document.
1376 * docutils/examples.py: Added to project; practical examples of
1377   Docutils client code, to be used as-is or as models for variations.
1379 * docutils/frontend.py:
1381   - Added "--traceback" & "--no-traceback" options ("traceback"
1382     setting).
1383   - Implemented support for config file reorganization:
1384     ``standard_config_files`` moved from ``ConfigParser`` to
1385     ``OptionParser``; added
1386     ``OptionParser.get_config_file_settings()`` and
1387     ``.get_standard_config_settings()``; support for old "[options]"
1388     section (with deprecation warning) and mapping from old to new
1389     settings.
1390   - Reimplemented setting validation.
1391   - Enabled flexible boolean values: yes/no, true/false, on/off.
1392   - Added ``Values``, a subclass of ``optparse.Values``, with support
1393     for list setting attributes.
1394   - Added support for new ``DOCUTILSCONFIG`` environment variable;
1395     thanks to Beni Cherniavsky.
1396   - Added "--no-section-numbering" option.
1398 * docutils/io.py:
1400   - Catch IOErrors when opening source & destination files, report &
1401     exit without tracebacks.  Added ``handle_io_errors`` parameter to
1402     ``FileInput`` & ``FileOutput`` to enable caller error handling.
1404 * docutils/nodes.py:
1406   - Changed ``SparseNodeVisitor`` and ``GenericNodeVisitor`` dynamic
1407     method definitions (via ``exec``) to dynamic assignments (via
1408     ``setattr``); thanks to Roman Suzi.
1409   - Encapsulated visitor dynamic assignments in a function; thanks to
1410     Ian Bicking.
1411   - Added indirect_reference_name attribute to the Targetable
1412     class. This attribute holds the whitespace_normalized_name
1413     (contains mixed case) of a target.
1415 * docutils/statemachine.py:
1417   - Renamed ``StringList.strip_indent`` to ``.trim_left``.
1418   - Added ``StringList.get_2D_block``.
1420 * docutils/utils.py:
1422   - Added "level" attribute to SystemMessage exceptions.
1424 * docutils/languages/af.py: Added to project; Afrikaans mappings by
1425   Jannie Hofmeyr.
1427 * docutils/languages/cs.py: Added to project; Czech mappings by Marek
1428   Blaha.
1430 * docutils/languages/eo.py: Added to project; Esperanto mappings by
1431   Marcelo Huerta San Martin.
1433 * docutils/languages/pt_br.py: Added to project; Brazilian Portuguese
1434   mappings by Lalo Martins.
1436 * docutils/languages/ru.py: Added to project; Russian mappings by
1437   Roman Suzi.
1439 * docutils/parsers/rst/roles.py: Added to project.  Contains
1440   interpreted text role functions, a registry for interpreted text
1441   roles, and an API for adding to and retrieving from the registry.
1442   Contributed by Edward Loper.
1444 * docutils/parsers/rst/states.py:
1446   - Updated ``RSTState.nested_parse`` for "include" in table cells.
1447   - Allowed true em-dash character and "---" as block quote
1448     attribution marker.
1449   - Added support for <angle-bracketed> complex option arguments
1450     (option lists).
1451   - Fixed handling of backslashes in substitution definitions.
1452   - Fixed off-by-1 error with extra whitespace after substitution
1453     definition directive.
1454   - Added inline markup parsing to field lists' field names.
1455   - Added support for quoted (and unindented) literal blocks.
1456     Driven in part by a bribe from Frank Siebenlist (thanks!).
1457   - Parser now handles escapes in URIs correctly.
1458   - Made embedded-URIs' reference text omittable.  Idea from Beni
1459     Cherniavsky.
1460   - Refactored explicit target processing code.
1461   - Added name attribute to references containing the reference name only
1462     through whitespace_normalize_name (no case changes).
1463   - parse_target no longer returns the refname after going through
1464     normalize_name. This is now handled in make_target.
1465   - Fixed bug relating to role-less interpreted text in non-English
1466     contexts.
1467   - Reorganized interpreted text processing; moved code into the new
1468     roles.py module.  Contributed by Edward Loper.
1469   - Refactored ``Body.parse_directive`` into ``run_directive`` and
1470     ``parse_directive_block``.
1472 * docutils/parsers/rst/tableparser.py:
1474   - Reworked for ``StringList``, to support "include" directives in
1475     table cells.
1477 * docutils/parsers/rst/directives/__init__.py:
1479   - Renamed ``unchanged()`` directive option conversion function to
1480     ``unchanged_required``, and added a new ``unchanged``.
1481   - Catch unicode value too high error; fixes bug 781766.
1482   - Beefed up directive error reporting.
1484 * docutils/parsers/rst/directives/body.py:
1486   - Added basic "table" directive.
1488 * docutils/parsers/rst/directives/images.py:
1490   - Added "target" option to "image" directive.
1491   - Added name attribute to references containing the reference name only
1492     through whitespace_normalize_name (no case changes).
1494 * docutils/parsers/rst/directives/misc.py:
1496   - Isolated the import of the ``urllib2`` module; was causing
1497     problems on SourceForge (``libssl.so.2`` unavailable?).
1498   - Added the "role" directive for declaring custom interpreted text
1499     roles.
1501 * docutils/parsers/rst/directives/parts.py:
1503   - The "contents" directive does more work up-front, creating the
1504     "topic" and "title", and leaving the "pending" node for the
1505     transform.  Allows earlier reference resolution; fixes subtle bug.
1507 * docutils/parsers/rst/languages/af.py: Added to project; Afrikaans
1508   mappings by Jannie Hofmeyr.
1510 * docutils/parsers/rst/languages/cs.py: Added to project; Czech
1511   mappings by Marek Blaha.
1513 * docutils/parsers/rst/languages/eo.py: Added to project; Esperanto
1514   mappings by Marcelo Huerta San Martin.
1516 * docutils/parsers/rst/languages/pt_br.py: Added to project; Brazilian
1517   Portuguese mappings by Lalo Martins.
1519 * docutils/parsers/rst/languages/ru.py: Added to project; Russian
1520   mappings by Roman Suzi.
1522 * docutils/transforms/parts.py:
1524   - The "contents" directive does more work up-front, creating the
1525     "topic" and "title", and leaving the "pending" node for the
1526     transform.  Allows earlier reference resolution; fixes subtle bug.
1527   - Added support for disabling of section numbering.
1529 * docutils/transforms/references.py:
1531   - Verifying that external targets are truly targets and not indirect
1532     references. This is because we are now adding a "name" attribute to
1533     references in addition to targets. Note sure if this is correct!
1534   - Added code to hook into the unknown_reference_resolvers list for a
1535     transformer in resolve_indirect_target. This allows the
1536     unknown_reference_resolvers to keep around indirect targets which
1537     docutils doesn't know about.
1538   - Added specific error message for duplicate targets.
1540 * docutils/transforms/universal.py:
1542   - Added FilterMessages transform (removes system messages below the
1543     verbosity threshold).
1544   - Added hook (via docutils.TransformSpec.unknown_reference_resolvers)
1545     to FinalCheckVisitor for application-specific handling of
1546     unresolvable references.
1547   - Added specific error message for duplicate targets.
1549 * docutils/writers/__init__.py:
1551   - Added assemble_parts method to the Writer class to allow for
1552     access to a documents individual parts.
1553   - Documented & set default for ``Writer.output`` attribute.
1555 * docutils/writers/html4css1.py:
1557   - Fixed unicode handling of attribute values (bug 760673).
1558   - Prevent duplication of "class" attribute values (bug report from
1559     Kirill Lapshin).
1560   - Improved table grid/border handling (prompted by report from Bob
1561     Marshall).
1562   - Added support for table titles.
1563   - Added "<title />" for untitled docs, for XHTML conformance; thanks
1564     to Darek Suchojad.
1565   - Added functionality to keep track of individual parts of a document
1566     and store them in a dictionary as the "parts" attribute of the writer.
1567     Contributed by Reggie Dugard at the Docutils sprint at PyCon DC 2004.
1568   - Added proper support for the "scale" attribute of the "image"
1569     element.  Contributed by Brent Cook.
1570   - Added ``--initial-header-level`` option.
1571   - Fixed bug: the body_pre_docinfo segment depended on there being a
1572     docinfo; if no docinfo, the document title was incorporated into
1573     the body segment.  Adversely affected the publish_parts interface.
1575 * docutils/writers/latex2e.py:
1577   - Changed default stylesheet to "no stylesheet" to avoid latex complaining
1578     about a missing file.
1579   - Added options and support: ``--compound-enumerators``,
1580     ``--section-prefix-for-enumerators``, and
1581     ``--section-enumerator-separator``.  By John F Meinel Jr (SF patch
1582     934322).
1583   - Added option ``--use-verbatim-when-possible``, to avoid
1584     problematic characters (eg, '~' in italian) in literal blocks.
1585   - It's now possible to use four section levels in the `book` and
1586     `report` LaTeX classes.  The default `article` class still has
1587     three levels limit.
1589 * docs/config.txt: "Docutils Configuration Files", added to project.
1590   Moved config file entry descriptions from tools.txt.
1592 * docs/tools.txt:
1594   - Moved config file entry descriptions to config.txt.
1596 * spec/notes.txt: Continual updates.  Added "Setting Up For Docutils
1597   Development".
1599 * spec/howto/rst-roles.txt: "Creating reStructuredText Interpreted
1600   Text Roles", added to project.
1602 * spec/rst/reStructuredText.txt:
1604   - Added description of support for <angle-bracketed> complex option
1605     arguments to option lists.
1606   - Added subsections for indented and quoted literal blocks.
1608 * test: Continually adding & updating tests.
1610   - Added test/test_settings.py & test/data/config_*.txt support
1611     files.
1612   - Added test/test_writers/test_htmlfragment.py.
1614 * test/DocutilsTestSupport.py:
1616   - Refactored LaTeX publisher test suite/case class names to make
1617     testing other writers easier.
1618   - Added HtmlWriterPublishTestCase and HtmlFragmentTestSuite classes
1619     to test the processing of HTML fragments which use the new
1620     publish_parts convenience function.
1622 * tools/buildhtml.py:
1624   - Added support for the "--prune" option.
1625   - Removed dependency on pep2html.py; plaintext PEPs no longer
1626     supported.
1628 * tools/docutils.conf:
1630   - Updated for configuration file reorganization.
1632 * tools/rst2html.py:
1634   - copied from tools/html.py
1636 * setup.py:
1638   - added a 'scripts' section to configuration
1639   - added 'tools/rst2html.py' to the scripts section
1642 Release 0.3 (2003-06-24)
1643 ========================
1645 General:
1647 * Renamed "attribute" to "option" for directives/extensions.
1649 * Renamed transform method "transform" to "apply".
1651 * Renamed "options" to "settings" for runtime settings (as set by
1652   command-line options).  Sometimes "option" (singular) became
1653   "settings" (plural).  Some variations below:
1655   - document.options -> document.settings (stored in other objects as
1656     well)
1657   - option_spec -> settings_spec (not directives though)
1658   - OptionSpec -> SettingsSpec
1659   - cmdline_options -> settings_spec
1660   - relative_path_options -> relative_path_settings
1661   - option_default_overrides -> settings_default_overrides
1662   - Publisher.set_options -> Publisher.get_settings
1664 Specific:
1666 * COPYING.txt: Added "Public Domain Dedication".
1668 * FAQ.txt: Frequently asked questions, added to project.
1670 * setup.py:
1672   - Updated with PyPI Trove classifiers.
1673   - Conditional installation of third-party modules.
1675 * docutils/__init__.py:
1677   - Bumped version to 0.2.1 to reflect changes to I/O classes.
1678   - Bumped version to 0.2.2 to reflect changes to stylesheet options.
1679   - Factored ``SettingsSpec`` out of ``Component``; separately useful.
1680   - Bumped version to 0.2.3 because of the new "--embed-stylesheet"
1681     option and its effect on the PEP template & writer.
1682   - Bumped version to 0.2.4 due to changes to the PEP template &
1683     stylesheet.
1684   - Bumped version to 0.2.5 to reflect changes to Reporter output.
1685   - Added ``TransformSpec`` class for new transform system.
1686   - Bumped version to 0.2.6 for API changes (renaming).
1687   - Bumped version to 0.2.7 for new ``docutils.core.publish_*``
1688     convenience functions.
1689   - Added ``Component.component_type`` attribute.
1690   - Bumped version to 0.2.8 because of the internal parser switch from
1691     plain lists to the docutils.statemachine.StringList objects.
1692   - Bumped version to 0.2.9 because of the frontend.py API changes.
1693   - Bumped version to 0.2.10 due to changes to the project layout
1694     (third-party modules removed from the "docutils" package), and
1695     signature changes in ``io.Input``/``io.Output``.
1696   - Changed version to 0.3.0 for release.
1698 * docutils/core.py:
1700   - Made ``publish()`` a bit more convenient.
1701   - Generalized ``Publisher.set_io``.
1702   - Renamed ``publish()`` to ``publish_cmdline()``; rearranged its
1703     parameters; improved its docstring.
1704   - Added ``publish_file()`` and ``publish_string()``.
1705   - Factored ``Publisher.set_source()`` and ``.set_destination()``
1706     out of ``.set_io``.
1707   - Added support for "--dump-pseudo-xml", "--dump-settings", and
1708     "--dump-transforms" hidden options.
1709   - Added ``Publisher.apply_transforms()`` method.
1710   - Added ``Publisher.set_components()`` method; support for
1711     ``publish_*()`` conveninece functions.
1712   - Moved config file processing to docutils/frontend.py.
1713   - Added support for exit status ("exit_level" setting &
1714     ``enable_exit`` parameter for Publisher.publish() and convenience
1715     functions).
1717 * docutils/frontend.py:
1719   - Check for & exit on identical source & destination paths.
1720   - Fixed bug with absolute paths & "--config".
1721   - Set non-command-line defaults in ``OptionParser.__init__()``:
1722     ``_source`` & ``_destination``.
1723   - Distributed ``relative_path_settings`` to components; updated
1724     ``OptionParser.populate_from_components()`` to combine it all.
1725   - Require list of keys in ``make_paths_absolute`` (was implicit in
1726     global ``relative_path_settings``).
1727   - Added "--expose-internal-attribute", "--dump-pseudo-xml",
1728     "--dump-settings", and "--dump-transforms" hidden options.
1729   - Removed nasty internals-fiddling ``ConfigParser.get_section``
1730     code, replaced with correct code.
1731   - Added validation functionality for config files.
1732   - Added "--error-encoding" option/setting, "_disable_config"
1733     internal setting.
1734   - Added encoding validation; updated "--input-encoding" and
1735     "--output-encoding"; added "--error-encoding-error-handler" and
1736     "--output-encoding-error-handler".
1737   - Moved config file processing from docutils/core.py.
1738   - Updated ``OptionParser.populate_from_components`` to handle new
1739     ``SettingsSpec.settings_defaults`` dict.
1740   - Added support for "-" => stdin/stdout.
1741   - Added "exit_level" setting ("--exit" option).
1743 * docutils/io.py:
1745   - Split ``IO`` classes into subclasses of ``Input`` and ``Output``.
1746   - Added automatic closing to ``FileInput`` and ``FileOutput``.
1747   - Delayed opening of ``FileOutput`` file until ``write()`` called.
1748   - ``FileOutput.write()`` now returns the encoded output string.
1749   - Try to get path/stream name automatically in ``FileInput`` &
1750     ``FileOutput``.
1751   - Added defaults for source & destination paths.
1752   - Allow for Unicode I/O with an explicit "unicode" encoding.
1753   - Added ``Output.encode()``.
1754   - Removed dependency on runtime settings; pass encoding directly.
1755   - Recognize Unicode strings in ``Input.decode()``.
1756   - Added support for output encoding error handlers.
1758 * docutils/nodes.py:
1760   - Added "Invisible" element category class.
1761   - Changed ``Node.walk()`` & ``.walkabout()`` to permit more tree
1762     modification during a traversal.
1763   - Added element classes: ``line_block``, ``generated``, ``address``,
1764     ``sidebar``, ``rubric``, ``attribution``, ``admonition``,
1765     ``superscript``, ``subscript``, ``inline``
1766   - Added support for lists of nodes to ``Element.insert()``.
1767   - Fixed parent linking in ``Element.replace()``.
1768   - Added new abstract superclass ``FixedTextElement``; adds
1769     "xml:space" attribute.
1770   - Added support for "line" attribute of ``system_message`` nodes.
1771   - Added support for the observer pattern from ``utils.Reporter``.
1772     Added ``parse_messages`` and ``transform_messages`` attributes to
1773     ``document``, removed ``messages``.  Added ``note_parse_message``
1774     and ``note_transform_message`` methods.
1775   - Added support for improved diagnostics:
1777     - Added "document", "source", and "line" internal attributes to
1778       ``Node``, set by ``Node.setup_child()``.
1779     - Converted variations on ``node.parent = self`` to
1780       ``self.setup_child(node)``.
1781     - Added ``document.current_source`` & ``.current_line``
1782       attributes, and ``.note_source`` observer method.
1783     - Changed "system_message" output to GNU-Tools format.
1785   - Added a "rawsource" attribute to the ``Text`` class, for text
1786     before backslash-escape resolution.
1787   - Support for new transform system.
1788   - Reworked ``pending`` element.
1789   - Fixed XML DOM bug (SF #660611).
1790   - Removed the ``interpeted`` element class and added
1791     ``title_reference``, ``abbreviation``, ``acronym``.
1792   - Made substitutions case-sensitive-but-forgiving; moved some code
1793     from the parser.
1794   - Fixed Unicode bug on element attributes (report: William Dode).
1796 * docutils/optik.py: Removed from project; replaced with
1797   extras/optparse.py and extras/textwrap.py.  These will be installed
1798   only if they're not already present in the Python installation.
1800 * docutils/roman.py: Moved to extras/roman.py; this will be installed
1801   only if it's not already present in the Python installation.
1803 * docutils/statemachine.py:
1805   - Factored out ``State.add_initial_transitions()`` so it can be
1806     extended.
1807   - Converted whitespace-specific "blank" and "indent" transitions
1808     from special-case code to ordinary transitions: removed
1809     ``StateMachineWS.check_line()`` & ``.check_whitespace()``, added
1810     ``StateWS.add_initial_transitions()`` method, ``ws_patterns`` &
1811     ``ws_initial_transitions`` attributes.
1812   - Removed ``State.match_transition()`` after merging it into
1813     ``.check_line()``.
1814   - Added ``StateCorrection`` exception.
1815   - Added support for ``StateCorrection`` in ``StateMachine.run()``
1816     (moved ``TransitionCorrection`` support there too.)
1817   - Changed ``StateMachine.next_line()`` and ``.goto_line()`` to raise
1818     ``EOFError`` instead of ``IndexError``.
1819   - Added ``State.no_match`` method.
1820   - Added support for the Observer pattern, triggered by input line
1821     changes.
1822   - Added ``strip_top`` parameter to
1823     ``StateMachineWS.get_first_known_indented``.
1824   - Made ``context`` a parameter to ``StateMachine.run()``.
1825   - Added ``ViewList`` & ``StringList`` classes;
1826     ``extract_indented()`` becomes ``StringList.get_indented()``.
1827   - Added ``StateMachine.insert_input()``.
1828   - Fixed ViewList slice handling for Python 2.3.  Patch from (and
1829     thanks to) Fred Drake.
1831 * docutils/utils.py:
1833   - Added a ``source`` attribute to Reporter instances and
1834     ``system_message`` elements.
1835   - Added an observer pattern to ``utils.Reporter`` to keep track of
1836     system messages.
1837   - Fixed bugs in ``relative_path()``.
1838   - Added support for improved diagnostics.
1839   - Moved ``normalize_name()`` to nodes.py (``fully_normalize_name``).
1840   - Added support for encoding Reporter stderr output, and encoding
1841     error handlers.
1842   - Reporter keeps track of the highest level system message yet
1843     generated.
1845 * docutils/languages: Fixed bibliographic field language lookups.
1847 * docutils/languages/es.py: Added to project; Spanish mappings by
1848   Marcelo Huerta San Martin.
1850 * docutils/languages/fr.py: Added to project; French mappings by
1851   Stefane Fermigier.
1853 * docutils/languages/it.py: Added to project; Italian mappings by
1854   Nicola Larosa.
1856 * docutils/languages/sk.py: Added to project; Slovak mappings by
1857   Miroslav Vasko.
1859 * docutils/parser/__init__.py:
1861   - Added ``Parser.finish_parse()`` method.
1863 * docutils/parser/rst/__init__.py:
1865   - Added options: "--pep-references", "--rfc-references",
1866     "--tab-width", "--trim-footnote-reference-space".
1868 * docutils/parsers/rst/states.py:
1870   - Changed "title under/overline too short" system messages from INFO
1871     to WARNING, and fixed its insertion location.
1872   - Fixed enumerated list item parsing to allow paragraphs & section
1873     titles to begin with enumerators.
1874   - Converted system messages to use the new "line" attribute.
1875   - Fixed a substitution reference edge case.
1876   - Added support for "--pep-references" and "--rfc-references"
1877     options; reworked ``Inliner`` code to make customization easier.
1878   - Removed field argument parsing.
1879   - Added support for short section title over/underlines.
1880   - Fixed "simple reference name" regexp to ignore text like
1881     "object.__method__"; not an anonymous reference.
1882   - Added support for improved diagnostics.
1883   - Reworked directive API, based on Dethe Elza's contribution.  Added
1884     ``Body.parse_directive()``, ``.parse_directive_options()``,
1885     ``.parse_directive_arguments()`` methods.
1886   - Added ``ExtensionOptions`` class, to parse directive options
1887     without parsing field bodies.  Factored
1888     ``Body.parse_field_body()`` out of ``Body.field()``, overridden in
1889     ``ExtensionOptions``.
1890   - Improved definition list term/classifier parsing.
1891   - Added warnings for unknown directives.
1892   - Renamed ``Stuff`` to ``Struct``.
1893   - Now flagged as errors: transitions at the beginning or end of
1894     sections, empty sections (except title), and empty documents.
1895   - Updated for ``statemachine.StringList``.
1896   - Enabled recognition of schemeless email addresses in targets.
1897   - Added support for embedded URIs in hyperlink references.
1898   - Added backslash-escapes to inline markup end-string suffix.
1899   - Added support for correct interpreted text processing.
1900   - Fixed nested title parsing (topic, sidebar directives).
1901   - Added special processing of backslash-escaped whitespace (idea
1902     from David Abrahams).
1903   - Made substitutions case-sensitive-but-forgiving; moved some code
1904     to ``docutils.nodes``.
1905   - Added support for block quote attributions.
1906   - Added a kludge to work-around a conflict between the bubble-up
1907     parser strategy and short titles (<= 3 char-long over- &
1908     underlines).  Fixes SF bug #738803 "infinite loop with multiple
1909     titles" submitted by Jason Diamond.
1910   - Added explicit interpreted text roles for standard inline markup:
1911     "emphasis", "strong", "literal".
1912   - Implemented "superscript" and "subscript" interpreted text roles.
1913   - Added initial support for "abbreviation" and "acronym" roles;
1914     incomplete.
1915   - Added support for "--trim-footnote-reference-space" option.
1916   - Optional space before colons in directives & hyperlink targets.
1918 * docutils/parsers/rst/tableparser.py:
1920   - Fixed a bug that was producing unwanted empty rows in "simple"
1921     tables.
1922   - Detect bad column spans in "simple" tables.
1924 * docutils/parsers/rst/directives: Updated all directive functions to
1925   new API.
1927 * docutils/parsers/rst/directives/__init__.py:
1929   - Added ``flag()``, ``unchanged()``, ``path()``,
1930     ``nonnegative_int()``, ``choice()``, and ``class_option()``
1931     directive option helper functions.
1932   - Added warnings for unknown directives.
1933   - Return ``None`` for missing directives.
1934   - Added ``register_directive()``, thanks to William Dode and Paul
1935     Moore.
1937 * docutils/parsers/rst/directives/admonitions.py:
1939   - Added "admonition" directive.
1941 * docutils/parsers/rst/directives/body.py: Added to project.  Contains
1942   the "topic", "sidebar" (from Patrick O'Brien), "line-block",
1943   "parsed-literal", "rubric", "epigraph", "highlights" and
1944   "pull-quote" directives.
1946 * docutils/parsers/rst/directives/images.py:
1948   - Added an "align" attribute to the "image" & "figure" directives
1949     (by Adam Chodorowski).
1950   - Added "class" option to "image", and "figclass" to "figure".
1952 * docutils/parsers/rst/directives/misc.py:
1954   - Added "include", "raw", and "replace" directives, courtesy of
1955     Dethe Elza.
1956   - Added "unicode" and "class" directives.
1958 * docutils/parsers/rst/directives/parts.py:
1960   - Added the "sectnum" directive; by Dmitry Jemerov.
1961   - Added "class" option to "contents" directive.
1963 * docutils/parsers/rst/directives/references.py: Added to project.
1964   Contains the "target-notes" directive.
1966 * docutils/parsers/rst/languages/__init__.py:
1968   - Return ``None`` from get_language() for missing language modules.
1970 * docutils/parsers/rst/languages/de.py: Added to project; German
1971   mappings by Engelbert Gruber.
1973 * docutils/parsers/rst/languages/en.py:
1975   - Added interpreted text roles mapping.
1977 * docutils/parsers/rst/languages/es.py: Added to project; Spanish
1978   mappings by Marcelo Huerta San Martin.
1980 * docutils/parsers/rst/languages/fr.py: Added to project; French
1981   mappings by William Dode.
1983 * docutils/parsers/rst/languages/it.py: Added to project; Italian
1984   mappings by Nicola Larosa.
1986 * docutils/parsers/rst/languages/sk.py: Added to project; Slovak
1987   mappings by Miroslav Vasko.
1989 * docutils/readers/__init__.py:
1991   - Added support for the observer pattern from ``utils.Reporter``, in
1992     ``Reader.parse`` and ``Reader.transform``.
1993   - Removed ``Reader.transform()`` method.
1994   - Added default parameter values to ``Reader.__init__()`` to make
1995     instantiation easier.
1996   - Removed bogus aliases: "restructuredtext" is *not* a Reader.
1998 * docutils/readers/pep.py:
2000   - Added the ``peps.TargetNotes`` transform to the Reader.
2001   - Removed PEP & RFC reference detection code; moved to
2002     parsers/rst/states.py as options (enabled here by default).
2003   - Added support for pre-acceptance PEPs (no PEP number yet).
2004   - Moved ``Inliner`` & made it a class attribute of ``Reader`` for
2005     easy subclassing.
2007 * docutils/readers/python: Python Source Reader subpackage added to
2008   project, including preliminary versions of:
2010   - __init__.py
2011   - moduleparser.py: Parser for Python modules.
2013 * docutils/transforms/__init__.py:
2015   - Added ``Transformer`` class and completed transform reform.
2016   - Added unknown_reference_resolvers list for each transformer. This list holds
2017     the list of functions provided by each component of the transformer that
2018     help resolve references.
2020 * docutils/transforms/frontmatter.py:
2022   - Improved support for generic fields.
2023   - Fixed bibliographic field language lookups.
2025 * docutils/transforms/misc.py: Added to project.  Miscellaneous
2026   transforms.
2028 * docutils/transforms/parts.py:
2030   - Moved the "id" attribute from TOC list items to the references
2031     (``Contents.build_contents()``).
2032   - Added the ``SectNum`` transform; by Dmitry Jemerov.
2033   - Added "class" attribute support to ``Contents``.
2035 * docutils/transforms/peps.py:
2037   - Added ``mask_email()`` function, updating to pep2html.py's
2038     functionality.
2039   - Linked "Content-Type: text/x-rst" to PEP 12.
2040   - Added the ``TargetNotes`` PEP-specific transform.
2041   - Added ``TargetNotes.cleanup_callback``.
2042   - Added title check to ``Headers``.
2044 * docutils/transforms/references.py:
2046   - Added the ``TargetNotes`` generic transform.
2047   - Split ``Hyperlinks`` into multiple transforms.
2048   - Fixed bug with multiply-indirect references (report: Bruce Smith).
2049   - Added check for circular indirect references.
2050   - Made substitutions case-sensitive-but-forgiving.
2052 * docutils/transforms/universal.py:
2054   - Added support for the "--expose-internal-attributes" option.
2055   - Removed ``Pending`` transform classes & data.
2057 * docutils/writers/__init__.py:
2059   - Removed ``Writer.transform()`` method.
2061 * docutils/writers/docutils-xml.py:
2063   - Added XML and doctype declarations.
2064   - Added "--no-doctype" and "--no-xml-declaration" options.
2066 * docutils/writers/html4css1.py:
2068   - "name" attributes only on these tags: a, applet, form, frame,
2069     iframe, img, map.
2070   - Added "name" attribute to <a> in section titles for Netscape 4
2071     support (bug report: Pearu Peterson).
2072   - Fixed targets (names) on footnote, citation, topic title,
2073     problematic, and system_message nodes (for Netscape 4).
2074   - Changed field names from "<td>" to "<th>".
2075   - Added "@" to "&#64;" encoding to thwart address harvesters.
2076   - Improved the vertical whitespace optimization; ignore "invisible"
2077     nodes (targets, comments, etc.).
2078   - Improved inline literals with ``<span class="pre">`` around chunks
2079     of text and ``&nbsp;`` for runs of spaces.
2080   - Improved modularity of output; added ``self.body_pre_docinfo`` and
2081     ``self.docinfo`` segments.
2082   - Added support for "line_block", "address" elements.
2083   - Improved backlinks (footnotes & system_messages).
2084   - Improved system_message output.
2085   - Redefined "--stylesheet" as containing an invariant URL, used
2086     verbatim.  Added "--stylesheet-path", interpreted w.r.t. the
2087     working directory.
2088   - Added "--footnote-references" option (superscript or brackets).
2089   - Added "--compact-lists" and "--no-compact-lists" options.
2090   - Added "--embed-stylesheet" and "--link-stylesheet" options;
2091     factored out ``HTMLTranslator.get_stylesheet_reference()``.
2092   - Improved field list rendering.
2093   - Added Docutils version to "generator" meta tag.
2094   - Fixed a bug with images; they must be inline, so wrapped in <p>.
2095   - Improved layout of <pre> HTML source.
2096   - Fixed attribute typo on <colspec>.
2097   - Refined XML prologue.
2098   - Support for no stylesheet.
2099   - Removed "interpreted" element support.
2100   - Added support for "title_reference", "sidebar", "attribution",
2101     "rubric", and generic "admonition" elements.
2102   - Added "--attribution" option.
2103   - Added support for "inline", "subscript", "superscript" elements.
2104   - Added initial support for "abbreviation" and "acronym";
2105     incomplete.
2107 * docutils/writers/latex2e.py: LaTeX Writer, added by Engelbert Gruber
2108   (from the sandbox).
2110   - Added french.
2111   - Double quotes in literal blocks (special treatment for de/ngerman).
2112   - Added '--hyperlink-color' option ('0' turns off coloring of links).
2113   - Added  "--attribution" option.
2114   - Right align attributions.
2116 * docutils/writers/pep_html.py:
2118   - Parameterized output encoding in PEP template.
2119   - Reworked substitutions from ``locals()`` into ``subs`` dict.
2120   - Redefined "--pep-stylesheet" as containing an invariant URL, used
2121     verbatim.  Added "--pep-stylesheet-path", interpreted w.r.t. the
2122     working directory.
2123   - Added an override on the "--footnote-references" option.
2124   - Factored out ``HTMLTranslator.get_stylesheet_reference()``.
2125   - Added Docutils version to "generator" meta tag.
2126   - Added a "DO NOT EDIT THIS FILE" comment to generated HTML.
2128 * docs/tools.txt:
2130   - Added a "silent" setting for ``buildhtml.py``.
2131   - Added a "Getting Help" section.
2132   - Rearranged the structure.
2133   - Kept up to date, with new settings, command-line options etc.
2134   - Added section for ``rst2latex.py`` (Engelbert Gruber).
2135   - Converted settings table into a definition list.
2137 * docs/rst/quickstart.txt:
2139   - Added a table of contents.
2140   - Added feedback information.
2141   - Added mention of minimum section title underline lengths.
2142   - Removed the 4-character minimum for section title underlines.
2144 * docs/rst/quickref.html:
2146   - Added a "Getting Help" section.
2147   - Added a style to make section title backlinks more subtle.
2148   - Added mention of minimum section title underline lengths.
2149   - Removed the 4-character minimum for section title underlines.
2151 * extras: Directory added to project; contains third-party modules
2152   that Docutils depends on (optparse, textwrap, roman).  These are
2153   only installed if they're not already present.
2155 * licenses: Directory added to project; contains copies of license
2156   files for non-public-domain files.
2158 * spec/doctree.txt:
2160   - Changed the focus.  It's about DTD elements:  structural
2161     relationships, semantics, and external (public) attributes.  Not
2162     about the element class library.
2163   - Moved some implementation-specific stuff into ``docutils.nodes``
2164     docstrings.
2165   - Wrote descriptions of all common attributes and parameter
2166     entities.  Filled in introductory material.
2167   - Working through the element descriptions: 55 down, 37 to go.
2168   - Removed "Representation of Horizontal Rules" to
2169     spec/rst/alternatives.txt.
2171 * spec/docutils.dtd:
2173   - Added "generated" inline element.
2174   - Added "line_block" body element.
2175   - Added "auto" attribute to "title".
2176   - Changed content models of "literal_block" and "doctest_block" to
2177     ``%text.model``.
2178   - Added ``%number;`` attribute type parameter entity.
2179   - Changed ``%structural.elements;`` to ``%section.elements``.
2180   - Updated attribute types; made more specific.
2181   - Added "address" bibliographic element.
2182   - Added "line" attribute to ``system_message`` element.
2183   - Removed "field_argument" element; "field_name" may contain
2184     multiple words and whitespace.
2185   - Changed public identifier to docutils.sf.net.
2186   - Removed "interpreted" element; added "title_reference",
2187     "abbreviation", "acronym".
2188   - Removed "refuri" attribute from "footnote_reference" and
2189     "citation_reference".
2190   - Added "sidebar", "rubric", "attribution", "admonition",
2191     "superscript", "subscript", and "inline" elements.
2193 * spec/pep-0256.txt: Converted to reStructuredText & updated.
2195 * spec/pep-0257.txt: Converted to reStructuredText & updated.
2197 * spec/pep-0258.txt: Converted to reStructuredText & updated.
2199 * spec/semantics.txt: Updated with text from a Doc-SIG response to
2200   Dallas Mahrt.
2202 * spec/transforms.txt: Added to project.
2204 * spec/howto: Added subdirectory, for developer how-to docs.
2206 * spec/howto/rst-directives.txt: Added to project.  Original by Dethe
2207   Elza, edited & extended by David Goodger.
2209 * spec/howto/i18n.txt: Docutils Internationalization.  Added to
2210   project.
2212 * spec/rst/alternatives.txt:
2214   - Added "Doctree Representation of Transitions" from
2215     spec/doctree.txt.
2216   - Updated "Inline External Targets" & closed the debate.
2217   - Added ideas for interpreted text syntax extensions.
2218   - Added "Nested Inline Markup" section.
2220 * spec/rst/directives.txt:
2222   - Added directives: "topic", "sectnum", "target-notes",
2223     "line-block", "parsed-literal", "include", "replace", "sidebar",
2224     "admonition", "rubric", "epigraph", "highlights", "unicode" and
2225     "class".
2226   - Formalized descriptions of directive details.
2227   - Added an "align" attribute to the "image" & "figure" directives
2228     (by Adam Chodorowski).
2229   - Added "class" options to "topic", "sidebar", "line-block",
2230     "parsed-literal", "contents", and "image"; and "figclass" to
2231     "figure".
2233 * spec/rst/interpreted.txt: Added to project.  Descriptions of
2234   interpreted text roles.
2236 * spec/rst/introduction.txt:
2238   - Added pointers to material for new users.
2240 * spec/rst/reStructuredText.txt:
2242   - Disambiguated comments (just add a newline after the "::").
2243   - Updated enumerated list description; added a discussion of the
2244     second-line validity checking.
2245   - Updated directive description.
2246   - Added a note redirecting newbies to the user docs.
2247   - Expanded description of inline markup start-strings in non-markup
2248     contexts.
2249   - Removed field arguments and made field lists a generic construct.
2250   - Removed the 4-character minimum for section title underlines.
2251   - Clarified term/classifier delimiter & inline markup ambiguity
2252     (definition lists).
2253   - Added "Embedded URIs".
2254   - Updated "Interpreted Text" section.
2255   - Added "Character-Level Inline Markup" section.
2257 * test: Continually adding & updating tests.
2259   - Moved test/test_rst/ to test/test_parsers/test_rst/.
2260   - Moved test/test_pep/ to test/test_readers/test_pep/.
2261   - Added test/test_readers/test_python/.
2262   - Added test/test_writers/ (Engelbert Gruber).
2264 * tools:
2266   - Made the ``locale.setlocale()`` calls in front ends
2267     fault-tolerant.
2269 * tools/buildhtml.py:
2271   - Added "--silent" option.
2272   - Fixed bug with absolute paths & "--config".
2273   - Updated for new I/O classes.
2274   - Added some exception handling.
2275   - Separated publishers' setting defaults; prevents interference.
2276   - Updated for new ``publish_file()`` convenience function.
2278 * tools/pep-html-template:
2280   - Allow for "--embed-stylesheet".
2281   - Added Docutils version to "generator" meta tag.
2282   - Added a "DO NOT EDIT THIS FILE" comment to generated HTML.
2283   - Conform to XHTML spec.
2285 * tools/pep2html.py:
2287   - Made ``argv`` a parameter to ``main()``.
2288   - Added support for "Content-Type:" header & arbitrary PEP formats.
2289   - Linked "Content-Type: text/plain" to PEP 9.
2290   - Files skipped (due to an error) are not pushed onto the server.
2291   - Updated for new I/O classes.
2292   - Added ``check_requirements()`` & ``pep_type_error()``.
2293   - Added some exception handling.
2294   - Updated for new ``publish_string()`` convenience function.
2295   - Added a "DO NOT EDIT THIS FILE" comment to generated HTML.
2297 * tools/quicktest.py:
2299   - Added "-V"/"--version" option.
2301 * tools/rst2latex.py: LaTeX front end, added by Engelbert Gruber.
2303 * tools/unicode2rstsubs.py: Added to project.  Produces character
2304   entity files (reSructuredText substitutions) from the MathML master
2305   unicode.xml file.
2307 * tools/editors: Support code for editors, added to project.  Contains
2308   ``emacs/restructuredtext.el``.
2310 * tools/stylesheets/default.css: Moved into the stylesheets directory.
2312   - Added style for chunks of inline literals.
2313   - Removed margin for first child of table cells.
2314   - Right-aligned field list names.
2315   - Support for auto-numbered section titles in TOCs.
2316   - Increased the size of inline literals (<tt>) in titles.
2317   - Restored the light gray background for inline literals.
2318   - Added support for "line_block" elements.
2319   - Added style for "address" elements.
2320   - Removed "a.footnote-reference" style; doing it with ``<sup>`` now.
2321   - Improved field list rendering.
2322   - Vertical whitespace improvements.
2323   - Removed "a.target" style.
2325 * tools/stylesheets/pep.css:
2327   - Fixed nested section margins.
2328   - Other changes parallel those of ``../default.css``.
2331 Release 0.2 (2002-07-31)
2332 ========================
2334 General:
2336 - The word "component" was being used ambiguously.  From now on,
2337   "component" will be used to mean "Docutils component", as in Reader,
2338   Writer, Parser, or Transform.  Portions of documents (Table of
2339   Contents, sections, etc.)  will be called "document parts".
2340 - Did a grand renaming: a lot of ``verylongnames`` became
2341   ``very_long_names``.
2342 - Cleaned up imports: no more relative package imports or
2343   comma-separated lists of top-level modules.
2344 - Added support for an option values object which carries default
2345   settings and overrides (from command-line options and library use).
2346 - Added internal Unicode support, and support for both input and
2347   output encodings.
2348 - Added support for the ``docutils.io.IO`` class & subclasses.
2350 Specific:
2352 * docutils/__init__.py:
2354   - Added ``ApplicationError`` and ``DataError``, for use throughout
2355     the package.
2356   - Added ``Component`` base class for Docutils components; implements
2357     the ``supports`` method.
2358   - Added ``__version__`` (thus, ``docutils.__version__``).
2360 * docutils/core.py:
2362   - Removed many keyword parameters to ``Publisher.__init__()`` and
2363     ``publish()``; bundled into an option values object.  Added
2364     "argv", "usage", "description", and "option_spec" parameters for
2365     command-line support.
2366   - Added ``Publisher.process_command_line()`` and ``.set_options()``
2367     methods.
2368   - Reworked I/O model for ``docutils.io`` wrappers.
2369   - Updated ``Publisher.set_options()``; now returns option values
2370     object.
2371   - Added support for configuration files (/etc/docutils.conf,
2372     ./docutils.conf, ~/.docutils).
2373   - Added ``Publisher.setup_option_parser()``.
2374   - Added default usage message and description.
2376 * docutils/frontend.py: Added to project; support for front-end
2377   (command-line) scripts.  Option specifications may be augmented by
2378   components.  Requires Optik (http://optik.sf.net/) for option
2379   processing (installed locally as docutils/optik.py).
2381 * docutils/io.py: Added to project; uniform API for a variety of input
2382   output mechanisms.
2384 * docutils/nodes.py:
2386   - Added ``TreeCopyVisitor`` class.
2387   - Added a ``copy`` method to ``Node`` and subclasses.
2388   - Added a ``SkipDeparture`` exception for visitors.
2389   - Renamed ``TreePruningException`` from ``VisitorException``.
2390   - Added docstrings to ``TreePruningException``, subclasses, and
2391     ``Nodes.walk()``.
2392   - Improved docstrings.
2393   - Added ``SparseNodeVisitor``, refined ``NodeVisitor``.
2394   - Moved ``utils.id()`` to ``nodes.make_id()`` to avoid circular
2395     imports.
2396   - Added ``decoration``, ``header``, and ``footer`` node classes, and
2397     ``PreDecorative`` mixin.
2398   - Reworked the name/id bookkeeping; to ``document``, removed
2399     ``explicit_targets`` and ``implicit_targets`` attributes, added
2400     ``nametypes`` attribute and ``set_name_id_map`` method.
2401   - Added ``NodeFound`` exception, for use with ``NodeVisitor``
2402     traversals.
2403   - Added ``document.has_name()`` method.
2404   - Fixed DOM generation for list-attributes.
2405   - Added category class ``Labeled`` (used by footnotes & citations).
2406   - Added ``Element.set_class()`` method (sets "class" attribute).
2408 * docutils/optik.py: Added to project.  Combined from the Optik
2409   package, with added option groups and other modifications.  The use
2410   of this module is probably only temporary.
2412 * docutils/statemachine.py:
2414   - Added ``runtime_init`` method to ``StateMachine`` and ``State``.
2415   - Added underscores to improve many awkward names.
2416   - In ``string2lines()``, changed whitespace normalizing translation
2417     table to regexp; restores Python 2.0 compatibility with Unicode.
2419 * docutils/urischemes.py:
2421   - Filled in some descriptions.
2422   - Added "shttp" scheme.
2424 * docutils/utils.py:
2426   - Added ``clean_rcs_keywords`` function (moved from
2427     docutils/transforms/frontmatter.py
2428     ``DocInfo.filter_rcs_keywords``).
2429   - Added underscores to improve many awkward names.
2430   - Changed names of Reporter's thresholds:
2431     warning_level -> report_level; error_level -> halt_level.
2432   - Moved ``utils.id()`` to ``nodes.make_id()``.
2433   - Added ``relative_path(source, target)``.
2435 * docutils/languages/de.py: German mappings; added to project.  Thanks
2436   to Gunnar Schwant for the translations.
2438 * docutils/languages/en.py: Added "Dedication" bibliographic field
2439   mappings.
2441 * docutils/languages/sv.py: Swedish mappings; added to project by Adam
2442   Chodorowski.
2444 * docutils/parsers/rst/states.py:
2446   - Added underscores to improve many awkward names.
2447   - Added RFC-2822 header support.
2448   - Extracted the inline parsing code from ``RSTState`` to a separate
2449     class, ``Inliner``, which will allow easy subclassing.
2450   - Made local bindings for ``memo`` container & often-used contents
2451     (reduces code complexity a lot).  See ``RSTState.runtime_init()``.
2452   - ``RSTState.parent`` replaces ``RSTState.statemachine.node``.
2453   - Added ``MarkupMismatch`` exception; for late corrections.
2454   - Added ``-/:`` characters to inline markup's start string prefix,
2455     ``/`` to end string suffix.
2456   - Fixed a footnote bug.
2457   - Fixed a bug with literal blocks.
2458   - Applied patch from Simon Budig: simplified regexps with symbolic
2459     names, removed ``Inliner.groups`` and ``Body.explicit.groups``.
2460   - Converted regexps from ``'%s' % var`` to ``'%(var)s' % locals()``.
2461   - Fixed a bug in ``Inliner.interpreted_or_phrase_ref()``.
2462   - Allowed non-ASCII in "simple names" (directive names, field names,
2463     references, etc.).
2464   - Converted ``Inliner.patterns.initial`` to be dynamically built
2465     from parts with ``build_regexp()`` function.
2466   - Changed ``Inliner.inline_target`` to ``.inline_internal_target``.
2467   - Updated docstrings.
2468   - Changed "table" to "grid_table"; added "simple_table" support.
2470 * docutils/parsers/rst/tableparser.py:
2472   - Changed ``TableParser`` to ``GridTableParser``.
2473   - Added ``SimpleTableParser``.
2474   - Refactored naming.
2476 * docutils/parsers/rst/directives/__init__.py: Added "en" (English) as
2477   a fallback language for directive names.
2479 * docutils/parsers/rst/directives/html.py: Changed the ``meta``
2480   directive to use a ``pending`` element, used only by HTML writers.
2482 * docutils/parsers/rst/directives/parts.py: Renamed from
2483   components.py.
2485   - Added "backlinks" attribute to "contents" directive.
2487 * docutils/parsers/rst/languages/sv.py: Swedish mappings; added to
2488   project by Adam Chodorowski.
2490 * docutils/readers/__init__.py: Gave Readers more control over
2491   choosing and instantiating Parsers.
2493 * docutils/readers/pep.py: Added to project; for PEP processing.
2495 * docutils/transforms/__init__.py: ``Transform.__init__()`` now
2496   requires a ``component`` parameter.
2498 * docutils/transforms/components.py: Added to project; transforms
2499   related to Docutils components.
2501 * docutils/transforms/frontmatter.py:
2503   - In ``DocInfo.extract_authors``, check for a single "author" in an
2504     "authors" group, and convert it to a single "author" element.
2505   - Added support for "Dedication" and generic bibliographic fields.
2507 * docutils/transforms/peps.py: Added to project; PEP-specific.
2509 * docutils/transforms/parts.py: Renamed from old components.py.
2511   - Added filter for `Contents`, to use alt-text for inline images,
2512     and to remove inline markup that doesn't make sense in the ToC.
2513   - Added "name" attribute to TOC topic depending on its title.
2514   - Added support for optional TOC backlinks.
2516 * docutils/transforms/references.py: Fixed indirect target resolution
2517   in ``Hyperlinks`` transform.
2519 * docutils/transforms/universal.py:
2521   - Changed ``Messages`` transform to properly filter out system
2522     messages below the warning threshold.
2523   - Added ``Decorations`` transform (support for ``--generator``,
2524     ``--date``, ``--time``, ``--source-link`` options).
2526 * docutils/writers/__init__.py: Added "pdf" alias in anticipation of
2527   Engelbert Gruber's PDF writer.
2529 * docutils/writers/html4css1.py:
2531   - Made XHTML-compatible (switched to lowercase element & attribute
2532     names; empty tag format).
2533   - Escape double-dashes in comment text.
2534   - Improved boilerplate & modularity of output.
2535   - Exposed modular output in Writer class.
2536   - Added a "generator" meta tag to <head>.
2537   - Added support for the ``--stylesheet`` option.
2538   - Added support for ``decoration``, ``header``, and ``footer``
2539     elements.
2540   - In ``HTMLTranslator.attval()``, changed whitespace normalizing
2541     translation table to regexp; restores Python 2.0 compatibility
2542     with Unicode.
2543   - Added the translator class as instance variable to the Writer, to
2544     make it easily subclassable.
2545   - Improved option list spacing (thanks to Richard Jones).
2546   - Modified field list output.
2547   - Added backlinks to footnotes & citations.
2548   - Added percentage widths to "<col>" tags (from colspec).
2549   - Option lists: "<code>" changed to "<kbd>", ``option_argument``
2550     "<span>" changed to "<var>".
2551   - Inline literals: "<code>" changed to "<tt>".
2552   - Many changes to optimize vertical space: compact simple lists etc.
2553   - Add a command-line options & directive attributes to control TOC
2554     and footnote/citation backlinks.
2555   - Added support for optional footnote/citation backlinks.
2556   - Added support for generic bibliographic fields.
2557   - Identify backrefs.
2558   - Relative URLs for stylesheet links.
2560 * docutils/writers/pep_html.py: Added to project; HTML Writer for
2561   PEPs (subclass of ``html4css1.Writer``).
2563 * docutils/writers/pseudoxml.py: Renamed from pprint.py.
2565 * docutils/writers/docutils_xml.py: Added to project; trivial writer
2566   of the Docutils internal doctree in XML.
2568 * docs/tools.txt: "Docutils Front-End Tools", added to project.
2570 * spec/doctree.txt:
2572   - Changed the title to "The Docutils Document Tree".
2573   - Added "Hyperlink Bookkeeping" section.
2575 * spec/docutils.dtd:
2577   - Added ``decoration``, ``header``, and ``footer`` elements.
2578   - Brought ``interpreted`` element in line with the parser: changed
2579     attribute "type" to "role", added "position".
2580   - Added support for generic bibliographic fields.
2582 * spec/notes.txt: Continual updates.  Added "Project Policies".
2584 * spec/pep-0256.txt:  Updated.  Added "Roadmap to the Doctring PEPs"
2585   section.
2587 * spec/pep-0257.txt: Clarified prohibition of signature repetition.
2589 * spec/pep-0258.txt: Updated.  Added text from pysource.txt and
2590   mailing list discussions.
2592 * spec/pep-0287.txt:
2594   - Renamed to "reStructuredText Docstring Format".
2595   - Minor edits.
2596   - Reworked Q&A as an enumerated list.
2597   - Converted to reStructuredText format.
2599 * spec/pysource.dtd:
2601   - Reworked structural elements, incorporating ideas from Tony Ibbs.
2603 * spec/pysource.txt: Removed from project.  Moved much of its contents
2604   to pep-0258.txt.
2606 * spec/rst/alternatives.txt:
2608   - Expanded auto-enumerated list idea; thanks to Fred Bremmer.
2609   - Added "Inline External Targets" section.
2611 * spec/rst/directives.txt:
2613   - Added "backlinks" attribute to "contents" directive.
2615 * spec/rst/problems.txt:
2617   - Updated the Enumerated List Markup discussion.
2618   - Added new alternative table markup syntaxes.
2620 * spec/rst/reStructuredText.txt:
2622   - Clarified field list usage.
2623   - Updated enumerated list description.
2624   - Clarified purpose of directives.
2625   - Added ``-/:`` characters to inline markup's start string prefix,
2626     ``/`` to end string suffix.
2627   - Updated "Authors" bibliographic field behavior.
2628   - Changed "inline hyperlink targets" to "inline internal targets".
2629   - Added "simple table" syntax to supplement the existing but
2630     newly-renamed "grid tables".
2631   - Added cautions for anonymous hyperlink use.
2632   - Added "Dedication" and generic bibliographic fields.
2634 * test: Made test modules standalone (subdirectories became packages).
2636 * test/DocutilsTestSupport.py:
2638   - Added support for PEP extensions to reStructuredText.
2639   - Added support for simple tables.
2640   - Refactored naming.
2642 * test/package_unittest.py: Renamed from UnitTestFolder.py.
2644   - Now supports true packages containing test modules
2645     (``__init__.py`` files required); fixes duplicate module name bug.
2647 * test/test_pep/: Subpackage added to project; PEP testing.
2649 * test/test_rst/test_SimpleTableParser.py: Added to project.
2651 * tools:
2653   - Updated html.py and publish.py front-end tools to use the new
2654     command-line processing facilities of ``docutils.frontend``
2655     (exposed in ``docutils.core.Publisher``), reducing each to just a
2656     few lines of code.
2657   - Added ``locale.setlocale()`` calls to front-end tools.
2659 * tools/buildhtml.py: Added to project; batch-generates .html from all
2660   the .txt files in directories and subdirectories.
2662 * tools/default.css:
2664   - Added support for ``header`` and ``footer`` elements.
2665   - Added styles for "Dedication" topics (biblio fields).
2667 * tools/docutils.conf: A configuration file; added to project.
2669 * tools/docutils-xml.py: Added to project.
2671 * tools/pep.py: Added to project; PEP to HTML front-end tool.
2673 * tools/pep-html-template: Added to project.
2675 * tools/pep2html.py: Added to project from Python (nondist/peps).
2676   Added support for Docutils (reStructuredText PEPs).
2678 * tools/quicktest.py:
2680   - Added the ``--attributes`` option, hacked a bit.
2681   - Added a second command-line argument (output file); cleaned up.
2683 * tools/stylesheets/: Subdirectory added to project.
2685 * tools/stylesheets/pep.css: Added to project; stylesheet for PEPs.
2688 Release 0.1 (2002-04-20)
2689 ========================
2691 This is the first release of Docutils, merged from the now inactive
2692 reStructuredText__ and `Docstring Processing System`__ projects.  For
2693 the pre-Docutils history, see the `reStructuredText HISTORY`__ and the
2694 `DPS HISTORY`__ files.
2696 __ http://structuredtext.sourceforge.net/
2697 __ http://docstring.sourceforge.net/
2698 __ http://structuredtext.sourceforge.net/HISTORY.html
2699 __ http://docstring.sourceforge.net/HISTORY.html
2701 General changes: renamed 'dps' package to 'docutils'; renamed
2702 'restructuredtext' subpackage to 'rst'; merged the codebases; merged
2703 the test suites (reStructuredText's test/test_states renamed to
2704 test/test_rst); and all modifications required to make it all work.
2706 * docutils/parsers/rst/states.py:
2708   - Improved diagnostic system messages for missing blank lines.
2709   - Fixed substitution_reference bug.
2713    Local Variables:
2714    mode: indented-text
2715    indent-tabs-mode: nil
2716    sentence-end-double-space: t
2717    fill-column: 70
2718    End: