summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2008-04-29 14:06:19 +1200
committerStuart Rackham <srackham@methods.co.nz>2008-04-29 14:06:19 +1200
commit0a23466059ba90e8ca98acf272dcd81b79ec17cb (patch)
treeaeb45906c0a4929a43face0cc833fafaef9fa5f8
parentdcf5f30ddffb3d7144eab4cc4a264e3bb4fda908 (diff)
downloadasciidoc-py3-0a23466059ba90e8ca98acf272dcd81b79ec17cb.tar.gz
More documentation updates for 8.2.6 release.8.2.6
-rw-r--r--CHANGELOG.txt14
-rw-r--r--common.aap2
-rw-r--r--examples/website/index.txt4
3 files changed, 11 insertions, 9 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 3d1b176..8d8db87 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,21 +1,21 @@
AsciiDoc ChangeLog
==================
-Version 8.2.6 (2008-04-26)
+Version 8.2.6 (2008-04-29)
--------------------------
See the http://hg.sharesource.org/asciidoc/shortlog[AsciiDoc Mercurial
repository] for a full list of changes.
.Additions and changes
-- There have been lots of enhancements to the Vim AsciiDoc syntax
- highlighter, for example, quoted text is now highlighted in titles
- and macro captions.
+- Enhancements to the Vim AsciiDoc syntax highlighter, for example,
+ quoted text is now highlighted in titles and macro captions.
- If you define the `data-uri` intrinsic attribute images referenced
by 'image' macros will be embedded in XHTML using the
http://en.wikipedia.org/wiki/Data:_URI_scheme[data: URI scheme].
*NOTE*: Microsoft browser support for the 'data: URI scheme' is
currently limited to MSIE 8 beta 1.
-- Added `toc-title` attribute to allow custom table of contents titles.
+- Added `toc-title` attribute to allow custom table of contents
+ titles.
- Added references to Alex Efros's AsciiDoc Cheatsheet to AsciiDoc
website.
- `asciidoc(1)` and `a2x(1)` man pages formatted to conform to
@@ -28,6 +28,8 @@ repository] for a full list of changes.
- Added DocBook refentry lang attribute -- patch contributed by
VMiklos.
- AttributeEntry names can now be numeric (``named macro targets'').
+- Hide Table of Contents title if Table of Contents empty -- patch
+ contributed by Alex Efros.
- Various XHTML CSS tweaks.
- Code cleanup:
* Replaced `realpath()` with Python 2.2 `os.path.realpath()` library
@@ -44,7 +46,7 @@ repository] for a full list of changes.
- A missing closing block delimiter now reports the opening delimiter
line number instead of the end of file line number.
- Fixed an error generated by the asciidoc `-e` option when there are
- no block definitions. Patch submitted by Alejandro Mery.
+ no block definitions -- patch contributed by Alejandro Mery.
- Handle both `\r\n` (as well as `\n`) line separators that may be
returned by `{sys}` attribute evaluation.
- Numbered attribute names no longer interfere with positional
diff --git a/common.aap b/common.aap
index 7333982..727fedd 100644
--- a/common.aap
+++ b/common.aap
@@ -3,7 +3,7 @@
#
_parent.VERS = 8.2.6
-_parent.DATE = 26 April 2008
+_parent.DATE = 29 April 2008
all:
:pass
diff --git a/examples/website/index.txt b/examples/website/index.txt
index 639aff0..919acbc 100644
--- a/examples/website/index.txt
+++ b/examples/website/index.txt
@@ -3,8 +3,8 @@ AsciiDoc Home Page
.{date}: AsciiDoc {revision} Released
************************************************************************
-Bug fixes since the last release plus a few minor additions and
-changes.
+Bug fixes since the last release plus a code cleanup and a few minor
+additions and changes.
Read the link:CHANGELOG.html[CHANGELOG] for a full description of
additions and changes.