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.
Changed -a, --article to -x, --xml and -s, --sgml to
let you pick your own doctype.
Added -n, --nonet parameter to disable network
lookups.
Added -n, --nonet parameter to disable network
lookups.
Fixed bug in screen blocks, para tags were being
closed when not open.
Fixed bug in screen blocks, para tags were being
closed when not open.
Deleted [ for <filename>, added [[file:]] namespace instead.
This is less likely to generate false positives.
[[ is now for internal links and become <xref>.
Deleted [ for <filename>, added [[file:]] namespace instead.
This is less likely to generate false positives.
[[ is now for internal links and become <xref>.
Encoding of literal block tags into entities.
Encoding of literal block tags into entities.
Added -e, --encoding to specify encoding.
Added -e, --encoding to specify encoding.
Added [[dir:foo]] for directories.
Added [[dir:foo]] for directories.
Added [[dev:foo]] for device files.
Added [[dev:foo]] for device files.
Added ability to nest ordered lists and itemized lists
up to four levels deep, mix-and-match.
Added ability to nest ordered lists and itemized lists
up to four levels deep, mix-and-match.
"#" and "*" for lists no longer have to be in the first column.
"#" and "*" for lists no longer have to be in the first column.
Added XML ISO Entity reference.
Added XML ISO Entity reference.