New in 0.2.2:
* Font used for listing of all records (left window) configurable 
  in rc-file with variable "ListFont" (Default: "fixed").
* Font used for displaying a single records (right window) configurable 
  in rc-file with variable "RecordFont" (Default: "Helvetica").
* Font used for edit dialog configurable in rc-file with variable "EditFont"
  (Default: "fixed").
* Bugfix: core dump on importing csv file

New in 0.2.1:
* Write AddressDB record by record to the Pilot.
* Read AddressDB record by record and not as a whole entity.
* Display global information from the pilot.
* New file menu entry: reread user configuration file.
* Bugfix: display address field with embedded newlines correct.
* Bugfix: check for access of device before trying to connect to Pilot.

New in 0.2.0:
* Read AddressDB directly from Pilot!
* Purge deleted records from all Palm Pilot databases!
* Minor bug fixes in displaying records with "given name" only.

New in 0.1.6:
* Display "ZIP", "Town" and "State" more appropriate to American/German
  conventions (Thanks to David H. Wang for suggesting this).
* Display "custom fields" (if not empty) in main window (Thanks to 
  David H. Wang for suggesting this).
* Swap display of "Given Name" and "Family Name" in main window to be more 
  consistent with pilot screen.

New in 0.1.5:
* Display "Note" (if not empty) in main window if requested via 
  "ShowNote = yes" in rc-file, defaults to "no" (Thanks to
  David H. Wang for suggesting this).
* Display "State" (if not empty) in main window (Thanks to
  David H. Wang for suggesting this).
* If "HelpApplication" in rc-file is empty, disable "Help / F A Q".
* LSM (Linux Software Map) entry file added and submitted to
  http://www.execpc.com/lsm/

New in 0.1.4:
* Always do a printer setup before printing (menu File / Print / Setup
  removed).
* User can specify the print destination (File or Printer) and the print
  filename in the configuration file pi-addressrc.
* Bugfix: check for error on writing database file and notify user (Thanks
  to Peter Weyers for reporting this bug).
 
New in 0.1.3:
* Load default DB if specified in "pi-addressrc".
* User can specify a "width field" in printing format string
  (see example in "pi-addressrc").
* Toolbar button for printing.
* FAQ is accessable as online help (Menu: Help / FAQ).
* Bugfix: After importing CSV datafile, the phone entries now get different
  label names.

New in 0.1.2:
* Bugfix: label names of phone fields were not always displayed correct
          in overview display of records (Thanks to Juergen Schmidt for
          reporting this bug).
* Printing of address records using user configurable format
  (see example rc-file "pi-addressrc")

New in 0.1.1:
* bug in usage of QList, which leads to core dump on NetBSD/Amiga, solved!
  (Actually this was a serious bug, which didnt show up on the
   other platforms, thanks to Rainer Doemer for his debugging help)
* some screenshots are now in the doc-directory

New in 0.1.0:
* if specified on the command line load file as default database on startup
* check whether $PILOT is a directory before using the variable
* Editline for "Last Name" in address dialog now gets keyboard focus.
* Statusbar displays whether there are modified records.
* FAQ is part of the archive (see doc-directory)

New in 0.0.9:
* reading and writing files now start at $PILOT or $HOME
* after deleting a record the selection in the listbox will not jump to
  the first record. Instead the record before the deleted record will be
  selected.
* address records with only "Company" names are valid. Until now there a
  "Family Name" was required.
* importing CSV-file acts now like "merging" the records.
* exporting now writes only records which are selected through "category"

New in 0.0.8:
* Return key doesn't trigger default button in QDialog anymore with qt-1.32:
  editing of "note" in Address dialog is now possible
* Repaint problems after closing a dialog solved
* Category "unfiled" implemented
* Print setup dialog implemented

New in 0.0.7:
* operations "File / Save" and "File / Save As" should work now!
* new message box with information about the current database
  (accessible through menu "Info / DB Info")

New in 0.0.6:
* new Combobox "Category" in AddressDlg let's the user select a 
  category for currently displayed address record
* get label and category names from the pdb-file
* font problems in the main window on some systems corrected
