--------------------------
.Additions and changes
- Added text foreground and background color along with text size CSS
styles for XHTML outputs, see {website}userguide.htmlX96[].
- Vim syntax highlighter: highlight macros that start with an
attribute reference (a common idiom).
- Vim syntax highlighter: highlight attribute references in macro
attribute lists.
- Attribute entries can be used to set configuration markup templates.
- Double-width East Asian characters in titles now correctly match the
title underline widths. Submitted by Changjian Gao (see
http://groups.google.com/group/asciidoc/browse_thread/thread/77f28b0dfe60d262).
- Implemented {website}manpage.html[asciidoc(1)] filter commands, see:
http://groups.google.com/group/asciidoc/browse_thread/thread/40c64cd33ee1905c
- User's home directory now calculated in a platform independent
manner.
- Added double-quote characters to French language file. Patch
contributed Yves-Alexis Perez, see:
http://groups.google.com/group/asciidoc/browse_thread/thread/e15282f072413940
- Vim Syntax highlighter: Highlight closing OpenBlocks which
immediately follow a literal paragraph.
- Changed UNIX `/dev/null` to OS independent `os.devnull` in filters
code. Suggested by Henrik Maier:
http://groups.google.com/group/asciidoc/browse_thread/thread/5ac8e8ea895147e9
- Vim syntax highlighter: Single and double quoted text now highlights
correctly when preceded by an attributes list.
- Added Ukrainian language file (`lang-uk.conf`). Added double-quote
characters to Russian language file.conf). Patches contributed by
Lavruschenko Oleksandr, see
http://groups.google.com/group/asciidoc/browse_thread/thread/e15282f072413940
- Single and double quote characters are now set using the `{lsquo}`,
`{rsquo}`, `{ldquo}` and `{rdquo}` attributes. This makes is easy to
customise language specific quotes. See:
http://groups.google.com/group/asciidoc/browse_thread/thread/e15282f072413940
- Implemented 'conf-files' attribute to allow configuration files to
be specified in the source document. Suggested by Lex Trotman, see:
http://groups.google.com/group/asciidoc/browse_thread/thread/b11066a828ab45b9
.Bug fixes
- *FIXED*: Auto-generated section title ids are now Unicode aware.
- *FIXED*: Setting 'quotes' configuration entries using document
attribute entries failed if the attribute entry was not in the
document header. See:
http://groups.google.com/group/asciidoc/browse_thread/thread/a1dd0562dee8b939
- *FIXED*: If the input and output file names were different then the
output file name was incorrectly used to synthesize 'docinfo' file
names. Reported by Christian Zuckschwerdt.
- *FIXED*: An error can occur when more than one consecutive quotes
are defined as a blank string. Reported by Peggy Russell.
- *FIXED*: Encoding error in automatically generated author initials.
Patch submitted by Xin Wang. See:
http://groups.google.com/group/asciidoc/browse_thread/thread/f44615dca0b834e9