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