summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.txt23
-rw-r--r--INSTALL.txt2
-rw-r--r--doc/asciidoc.dict39
-rw-r--r--doc/asciidoc.txt4
-rw-r--r--examples/website/asciidoc-website.dict3
-rw-r--r--examples/website/index.txt34
-rw-r--r--examples/website/main.aap1
-rw-r--r--examples/website/version83.txt53
8 files changed, 85 insertions, 74 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 1112c8a..63247ff 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -3,6 +3,29 @@ AsciiDoc ChangeLog
:replacements.\bweb:: http://www.methods.co.nz/asciidoc/
+Version 8.3.1 (2008-12-14)
+--------------------------
+.Additions and changes
+- Replaced the `install.sh` script with Ben Walton's updated autoconf
+ scripts -- see web:INSTALL.html[INSTALL] for details.
+- Added a generalized 'AttributeEntry' syntax to allow arbitrary
+ configuration file entries to be set from within an AsciiDoc
+ document (suggested by Henrik Maier).
+- Listing delimited blocks in DocBook outputs now support IDs; IDs of
+ titled Listing and Literal delimited blocks have been moved to the
+ enclosing DocBook example tag (thanks to Vijay Kumar for this
+ patch).
+- Replaced vertical typewriter apostrophe with punctuation apostrophe
+ (thanks to Noah Slater).
+
+.Bug fixes
+- Regression: Excluding double-quotes from unquoted attribute values
+ resulted in backward incompatibility, double-quotes in unquoted
+ attribute values has been reinstated.
+- Regression: Text like `&...;` was sometimes mistaken for an entity
+ reference -- tightened up entity reference matching.
+
+
Version 8.3.0 (2008-11-29)
--------------------------
.Additions and changes
diff --git a/INSTALL.txt b/INSTALL.txt
index 725f5e6..730caae 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -31,7 +31,7 @@ that is tailored for your system. To install:
$ tar -xzf asciidoc-{revision}.tar.gz
$ cd asciidoc-{revision}
$ ./configure
- $ sudo make
+ $ make
$ sudo make install
To install the documentation:
diff --git a/doc/asciidoc.dict b/doc/asciidoc.dict
index be70ba5..62ea6a3 100644
--- a/doc/asciidoc.dict
+++ b/doc/asciidoc.dict
@@ -1,7 +1,7 @@
-personal_ws-1.1 en 718
+personal_ws-1.1 en 723
Sturmer
-Kléber
Kleber
+Kléber
quis
auctor
linkcss
@@ -12,8 +12,8 @@ BOLID
callouts
bulleted
starttags
-ListingBlock
listingblock
+ListingBlock
eval
ListLabel
asc
@@ -121,8 +121,8 @@ luptatum
TitleBlock
fmt
subscripted
-middlename
MiddleName
+middlename
subdirectories
footnoteref
passtext
@@ -142,10 +142,11 @@ entrytbl
Ghostscript
verear
Buenos
-LinuxDoc
linuxdoc
+LinuxDoc
PostScript
hhp
+Vijay
Pretium
systemIdStartString
README
@@ -155,8 +156,8 @@ fermentum
ListingBlocks
GPL
hsides
-Bólido
Bolido
+Bólido
footrow
misspelt
WINNT
@@ -168,12 +169,13 @@ bloggs
hoc
LiteralParagraphs
primis
-verbatimblock
VerbatimBlock
+verbatimblock
shiftwidth
misevaluations
asciidocEmphasized
mattis
+Chai
headrow
Efros
gui
@@ -196,6 +198,7 @@ arcu
PDF's
PDFs
jim
+Makefile
MSIE
eval's
Movet
@@ -221,6 +224,7 @@ termtag
joe
indir
Comidas
+Kumar
JPG
listnumber
Tiago
@@ -443,8 +447,8 @@ WINA
fringilla
retab
BackendBlocks
-ChangeLog
changelog
+ChangeLog
tis
Ubuntu
sectids
@@ -462,8 +466,8 @@ Vasilev
crlf
vel
localtime
-BlockMacro
blockmacro
+BlockMacro
Xandros
groff
POSIX
@@ -506,8 +510,8 @@ dbtimestamp
txt
BlockId
passthrough
-Berguvsvägen
Berguvsvagen
+Berguvsvägen
noincsearch
TableRow
inlinemediaobject
@@ -555,9 +559,9 @@ Redhat
cb
tuple
cd
-asciimathml
-AsciiMathML
ASCIIMathML
+AsciiMathML
+asciimathml
arounds
filename
mansource
@@ -573,8 +577,8 @@ scaledwidth
cp
xsl
fb
-DocBook
docbook
+DocBook
stylesheet
pagefile
superscripted
@@ -592,8 +596,8 @@ fprintf
colabswidth
tabsize
smallnew
-BlockTitles
blocktitles
+BlockTitles
localdate
bodyrow
hs
@@ -643,8 +647,8 @@ permalink
td
py
AROUT
-literalblock
LiteralBlock
+literalblock
sgml
biggy
softtabstop
@@ -660,8 +664,8 @@ tt
blandit
inline
Martín
-SectionBody
sectionbody
+SectionBody
VM
conformant
listchars
@@ -687,6 +691,7 @@ bfoobar
Wiese
noteblock
admonitionparagraph
+autoconf
refactored
refmiscinfo
tcqn
@@ -703,8 +708,8 @@ nbsp
qanda
noout
massa
-AsciiDoc
asciidoc
+AsciiDoc
manmanual
TableBody
realpath
diff --git a/doc/asciidoc.txt b/doc/asciidoc.txt
index f2d0081..4bf2a61 100644
--- a/doc/asciidoc.txt
+++ b/doc/asciidoc.txt
@@ -2694,8 +2694,8 @@ Like default but all text is bold.
asciidoc::
With this style table cells can contain any of the AsciiDoc elements
-that are allowed inside document sections (apart from tables). This
-style runs asciidoc(1) as a filter to process cell contents.
+that are allowed inside document sections. This style runs asciidoc(1)
+as a filter to process cell contents.
literal::
No text formatting; monospaced font; all line breaks are retained
diff --git a/examples/website/asciidoc-website.dict b/examples/website/asciidoc-website.dict
index c8cedad..5bfda33 100644
--- a/examples/website/asciidoc-website.dict
+++ b/examples/website/asciidoc-website.dict
@@ -1,4 +1,4 @@
-personal_ws-1.1 en 148
+personal_ws-1.1 en 149
backends
AsciiDoc's
Rosten
@@ -98,6 +98,7 @@ frontmatter
dxf
Mowatt
abc
+autoconf
plugin
Cheatsheet
pdf
diff --git a/examples/website/index.txt b/examples/website/index.txt
index 998065b..c38510b 100644
--- a/examples/website/index.txt
+++ b/examples/website/index.txt
@@ -3,33 +3,13 @@ AsciiDoc Home Page
.{date}: AsciiDoc {revision} Released
************************************************************************
-This is a significant release containing major additions and changes.
-There are a few fairly minor backward compatibility issues, please
-read the link:CHANGELOG.html#X1[compatibility issues] section in the
-CHANGLOG before upgrading. Significant additions include:
-
-- AsciiDoc tables have been redesigned. The link:newtables.html[new
- syntax and features] are a huge improvement over the old tables. The
- old tables syntax has been deprecated but is currently still
- processed.
-- Lists can now be styled like other block elements. This allows a
- single list syntax for 'glossary', 'qanda' (Question and Answer) and
- 'bibliography' lists instead of having to remember a different
- syntax for each type. link:newlists.html[Here is some more
- information].
-- Inline passthroughs macros have been improved and block passthrough
- macros added. Attribute substitution can be optionally specified
- when the macro is called.
-- The passthrough block has a fully transparent passthrough delimited
- block block style called 'pass'.
-- The 'asciimath' and 'latexmath' link:userguide.html#X77[passthrough
- macros] along with 'asciimath' and 'latexmath'
- link:userguide.html#X76[passthrough blocks] provide a (backend
- dependent) mechanism for rendering mathematical formulas. There are
- link:latexmath.pdf[LaTeX Math], link:asciimathml.html[AsciiMathML]
- and link:latexmathml.html[LaTeXMathML] examples on the AsciiDoc
- website.
-
+This release fixes a couple of regression bugs in the initial
+link:version83.html[version 8.3] release along with some minor
+additions.
+The platform dependent `install.sh` script has been replaced with an
+link:INSTALL.html#_distribution_tarball_installation[autoconf make
+file] (this change didn't make it into the 8.3.0 release because of
+time constraints).
Read the link:CHANGELOG.html[CHANGELOG] for a full list of all
additions and changes.
diff --git a/examples/website/main.aap b/examples/website/main.aap
index 0a414a7..9000431 100644
--- a/examples/website/main.aap
+++ b/examples/website/main.aap
@@ -30,6 +30,7 @@ WEB_ROOT =
source-highlight-filter
support
userguide
+ version83
version9
newtables
newlists
diff --git a/examples/website/version83.txt b/examples/website/version83.txt
index 3067469..08562eb 100644
--- a/examples/website/version83.txt
+++ b/examples/website/version83.txt
@@ -5,32 +5,33 @@ This is significant release, it gets rid of unused cruft, simplifies
the http://www.methods.co.nz/asciidoc/newlists.html[lists] syntax and
introduces a decent
http://www.methods.co.nz/asciidoc/newtables.html[tables] syntax.
+There are a few fairly minor backward compatibility issues, please
+read the link:CHANGELOG.html#X1[compatibility issues] section in the
+CHANGLOG before upgrading.
New Features
------------
-- AsciiDoc http://www.methods.co.nz/asciidoc/newtables.html[new
- tables] are a complete redesign of the tables syntax and generation.
- It's a huge improvement over the old tables.
-
-- AsciiDoc http://www.methods.co.nz/asciidoc/newlists.html[new lists]
- are a unification and simplification of the existing list syntax and
- and internal rewrite.
-
-Backward Incompatibilities
---------------------------
-The 8.3 release is not fully backward compatible as detailed below.
-If the changes impact you and you are unable or unwilling to upgrade
-your AsciiDoc files then you should continue to use version
-8.2.7.
-
-- The AsciiDoc version 6 'xhtml-deprecated' backend has been dropped.
-
-- The 'linuxdoc' backend has been dropped (this backend is not longer
- used and was marked for removal when AsciiDoc version 7 was
- released).
-
-- The http://www.methods.co.nz/asciidoc/#X1[experimental LaTeX
- backend] is currently unsupported.
-
-- The http://www.methods.co.nz/asciidoc/newlists.html[new lists] have
- introduced a number of incompatibilities.
+- AsciiDoc tables have been redesigned. The link:newtables.html[new
+ syntax and features] are a huge improvement over the old tables. The
+ old tables syntax has been deprecated but is currently still
+ processed.
+- Lists can now be styled like other block elements. This allows a
+ single list syntax for 'glossary', 'qanda' (Question and Answer) and
+ 'bibliography' lists instead of having to remember a different
+ syntax for each type. link:newlists.html[Here is some more
+ information].
+- Inline passthroughs macros have been improved and block passthrough
+ macros added. Attribute substitution can be optionally specified
+ when the macro is called.
+- The passthrough block has a fully transparent passthrough delimited
+ block block style called 'pass'.
+- The 'asciimath' and 'latexmath' link:userguide.html#X77[passthrough
+ macros] along with 'asciimath' and 'latexmath'
+ link:userguide.html#X76[passthrough blocks] provide a (backend
+ dependent) mechanism for rendering mathematical formulas. There are
+ link:latexmath.pdf[LaTeX Math], link:asciimathml.html[AsciiMathML]
+ and link:latexmathml.html[LaTeXMathML] examples on the AsciiDoc
+ website.
+
+Read the link:CHANGELOG.html[CHANGELOG] for a full list of all
+additions and changes.