Release 1.0 - 3 October 1996 First release. Release 2.0 - 8 May 1997 spr2tsv and tsv2spr added. agn2tsv can handle repeating entries. Release 3.0 - 10 June 1997 wrd2html added. Release 3.1 - 13 June 1997 wrd2html handles heading styles. Release 3.2 - 20 June 1997 wrd2html handles styles, emphases and paragraphs much better. Other programs have been tidied to reduce compiler warnings. Release 3.3 - 26 June 1997 psionio.c and tsv2dbf.c no longer truncate long strings; instead continuation records are written. Release 3.4 - not released publicly tsv2dbf can create databases with field types other than string, such as integer (word and long) and real (floating point). (These databases cannot be read by the Data application; try JBData. dbf2tsv has always been able to read such databases). Release 3.5 - 24 July 1997 added stradd to psionio.c, agn2tsv now handles ToDo dates better, showing entries from their warning date, not just from their due date. Release 3.51 - 25 July 1997 added kludge for repeating To-Do entry dates. Release 3.6 - 25 August 1997 Better handling of long strings in database files: only written if in compatibility mode otherwise truncated. Reading detects all- string databases and handles accordingly. Release 3.7 - 10 November 1997 agn2tsv can display the first line of memos attached to entries. Release 3.71 - 9 February 1998 Minor changes so it compiles on FreeBSD. Release 3.8 - 7 September 1999 wrd2html / wrd2txt now convert characters to the ISO standard in the same way as the other programs. (Strange that this was omitted for so long!). They can also handle encrypted files, but cannot handle passwords yet! An OPL program is needed for converting passwords to decryption keys. Some bug fixes. Release 3.81 - 4 October 1999 wrd2html now converts ISO-8859-1 characters to HTML entity strings so accented characters can be displayed by non-ISO-8859-1 browsers. Release 3.82 - 10 June 2000 psionio.c bug fix converting characters to HTML, thanks to Thomas-Milius@t-online.de. Release 3.83 - 23 May 2001 Added tsv2csv and csv2tsv utilities. Release 3.84 - 1 August 2001 Very minor change to agn2tsv to handle unexpected repeat types. Release 3.9 - 9 August 2001 Fixed bug in agn2tsv which caused entries after an alarmed entry to be read incorrectly. Release 3.91 - 18 December 2001 agn2tsv has an option to display time length of each entry, thanks to Guido Brugnara Release 3.91 - 27 January 2002 Fixed bug in psionio.c which caused incorrect encoding of characters in HTML, spotted by michael.below@uni-bielefeld.de Release 3.92 - 2 April 2002 CONVERTCHARS should always be defined when building PsionIO as the character conversions can be turned off by setting an environment variable PSIONIO_CONVERTCHARS=0. Release 3.93 - 23 August 2002 Increase buffer sizes in csv2tsv and tsv2csv. Release 3.94 - 06 November 2002 agn2tsv has an option for handling corrupt agendas better. Release 3.95 - 27 November 2003 Fixed bug affecting the display of memos in agn2tsv.