From 4f3fcbabf2373bd9e21b584b2f0d8a0887285a80 Mon Sep 17 00:00:00 2001 From: david <> Date: Wed, 26 Jun 2002 10:44:27 +0000 Subject: [PATCH] update changelog --- LDP/wt2db/Changelog | 51 +++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/LDP/wt2db/Changelog b/LDP/wt2db/Changelog index bc6ad97d..d8a16c86 100644 --- a/LDP/wt2db/Changelog +++ b/LDP/wt2db/Changelog @@ -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
- tags, and prefixes the file with a DocBook 4.1.2 - DOCTYPE declaration. + This option wraps the document content in
+ tags, and prefixes the file with a DocBook 4.1.2 + DOCTYPE declaration. - Added 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 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 , added [[file:]] namespace instead. - This is less likely to generate false positives. - - [[ is now for internal links and become . + Deleted [ for , added [[file:]] namespace instead. + This is less likely to generate false positives. + + [[ is now for internal links and become . - 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.