summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-12-13 22:38:28 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-12-13 22:38:28 +0000
commit4df5283616746e894e33ad8d8b58d3a318fce2f3 (patch)
tree588e7d248ac711e20c5ff0c24310443dff512e84 /RELEASE-NOTES.txt
parentd85318163715c9cac0c3ed9d5db612d812e503e4 (diff)
downloaddocutils-4df5283616746e894e33ad8d8b58d3a318fce2f3.tar.gz
added RELEASE-NOTES.txt
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4204 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt152
1 files changed, 152 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
new file mode 100644
index 000000000..17231d8cd
--- /dev/null
+++ b/RELEASE-NOTES.txt
@@ -0,0 +1,152 @@
+========================
+ Docutils Release Notes
+========================
+
+:Author: Felix Wiemann
+:Contact: Felix.Wiemann@ososo.de
+:Date: $Date$
+:Revision: $Revision$
+:Web site: http://docutils.sourceforge.net/
+:Copyright: This document has been placed in the public domain.
+
+
+This document summarized the most important changes for all recent
+releases. For a more detailed list of changes, please see the
+`Docutils History`_.
+
+.. _Docutils History: HISTORY.html
+
+.. contents::
+
+
+Release 0.4 (to be released)
+============================
+
+* Added directives: "container__" (generic block-level container),
+ "default-role__" (role used for \`backtick\` syntax), and "title__"
+ (document title metadata).
+
+ __ docs/ref/rst/directives.html#container
+ __ docs/ref/rst/directives.html#default-role
+ __ docs/ref/rst/directives.html#title
+
+* Length units are now supported for image__ sizes.
+
+ __ docs/ref/rst/directives.html#image
+
+* Added `standard substitution definitions`__.
+
+ __ docs/ref/rst/definitions.html
+
+* Added Japanese and Simplified Chinese language mappings. Added
+ support for double-width CJK-characters in `grid tables`__.
+
+ __ docs/ref/rst/restructuredtext.html#grid-tables
+
+* `--embed-stylesheet`__ is now the default for the HTML writer
+ (rather than --link-stylesheet).
+
+ __ docs/user/config.html#embed-stylesheet
+
+* Added an `S5/HTML writer`__ and the rst2s5.py__ front end:
+ multi-platform, multi-browser HTML slide shows.
+
+ __ docs/user/slide-shows.html
+ __ docs/user/tools.html#rst2s5-py
+
+* Added a `guide for distributors`__ (package maintainers).
+
+ __ docs/dev/distributing.html
+
+* Added a `guide for developers`__.
+
+ __ docs/dev/hacking.html
+
+* Added significant `Emacs support for reST`__.
+
+ __ docs/user/emacs.html
+
+* Added `--strip-comments`__ option.
+
+ __ docs/user/config.html#strip-comments
+
+* Added newlatex2e writer (under development; nearing completion in
+ release 0.4).
+
+
+Release 0.3.9 (2005-05-26)
+==========================
+
+* Added "file_insertion_enabled__" and "raw_enabled__" settings.
+
+ __ docs/user/config.html#file-insertion-enabled
+ __ docs/user/config.html#raw-enabled
+
+* Added `auto-enumerated lists`__.
+
+ __ docs/ref/rst/restructuredtext.html#enumerated-lists
+
+* Added `"header" and "footer"`__ directives.
+
+ __ docs/ref/rst/directives.html#document-header-footer
+
+* Added "list-table__" directive.
+
+ __ docs/ref/rst/directives.html#list-table
+
+* Added support for `section subtitles`__.
+
+ __ docs/user/config.html#sectsubtitle-xform
+
+* Added "field_name_limit__" and "option_limit__" settings to HTML writer.
+
+ __ docs/user/config.html#field-name-limit
+ __ docs/user/config.html#option-limit
+
+* Added "cloak_email_addresses__" setting to HTML writer.
+
+ __ docs/user/config.html#cloak-email-addresses
+
+* UTF-8 BOMs are now removed from the input stream.
+
+
+Release 0.3.7 (2004-12-24)
+==========================
+
+* A special "`line block`__" syntax has been added. (Also see the
+ `quick reference`__.)
+
+ __ docs/ref/rst/restructuredtext.html#line-blocks
+ __ docs/user/rst/quickref.html#line-blocks
+
+* Empty sections are now allowed.
+
+* A "raw__" role has been added.
+
+ __ docs/ref/rst/roles.html#raw
+
+* The LaTeX writer now escapes consecutive dashes (like "--" or "---")
+ so that they are no longer transformed by LaTeX to en or em dashes.
+ (Please see the FAQ__ for how to represent such dashes.)
+
+ __ FAQ.html#how-can-i-represent-esoteric-characters-e-g-character-entities-in-a-document
+
+* A `dependency recorder`__ has been added.
+
+ __ docs/user/config.html#record-dependencies
+
+* A directive has been added for `compound paragraphs`__.
+
+ __ docs/ref/rst/directives.html#compound-paragraph
+
+
+Release 0.3.5 (2004-07-29)
+==========================
+
+* Improved, extended and reorganized the documentation__.
+
+ __ docs/index.html
+
+* Added "csv-table__" directive.
+
+ __ docs/ref/rst/directives.html#csv-table