update changelog

This commit is contained in:
david 2002-06-26 10:44:27 +00:00
parent 608a83539d
commit 4f3fcbabf2
1 changed files with 26 additions and 25 deletions

View File

@ -1,40 +1,41 @@
2002-05-01 0.3 Initial public release.
2002-05-24 0.4 Added -a, --article option.
This option wraps the document content in <article>
tags, and prefixes the file with a DocBook 4.1.2
DOCTYPE declaration.
This option wraps the document content in <article>
tags, and prefixes the file with a DocBook 4.1.2
DOCTYPE declaration.
Added <articleinfo> as a literal section, so a user
can write their own meta-data when not using
Lampadas and still get a complete DocBook file.
Added <articleinfo> as a literal section, so a user
can write their own meta-data when not using
Lampadas and still get a complete DocBook file.
CVS Switched -V and -v, now -v is version, -V is verbose.
Changed -a, --article to -x, --xml and -s, --sgml to
let you pick your own doctype.
2002-06-25 0.5 Switched -V and -v, now -v is version, -V is verbose.
Added -n, --nonet parameter to disable network
lookups.
Changed -a, --article to -x, --xml and -s, --sgml to
let you pick your own doctype.
Fixed bug in screen blocks, para tags were being
closed when not open.
Added -n, --nonet parameter to disable network
lookups.
Deleted [ for <filename>, added [[file:]] namespace instead.
This is less likely to generate false positives.
Fixed bug in screen blocks, para tags were being
closed when not open.
[[ is now for internal links and become <xref>.
Deleted [ for <filename>, added [[file:]] namespace instead.
This is less likely to generate false positives.
Encoding of literal block tags into entities.
[[ is now for internal links and become <xref>.
Added -e, --encoding to specify encoding.
Encoding of literal block tags into entities.
Added [[dir:foo]] for directories.
Added -e, --encoding to specify encoding.
Added [[dev:foo]] for device files.
Added [[dir:foo]] for directories.
Added ability to nest ordered lists and itemized lists
up to four levels deep, mix-and-match.
Added [[dev:foo]] for device files.
"#" and "*" for lists no longer have to be in the first column.
Added ability to nest ordered lists and itemized lists
up to four levels deep, mix-and-match.
Added XML ISO Entity reference.
"#" and "*" for lists no longer have to be in the first column.
Added XML ISO Entity reference.