--- Version 0.97 : 10 Feb 1990
    - Added keyboard commands (Arrow keys scroll FileReq/Archive display
    up/down, shift+arrows scroll screen one page at a time). Y and N
    keys can be used to answer a question-requester, and any key is used
    to clear a normal 'OK'-message.

--- Version 0.98 : 11 Feb 1990
    - Fixed Add files bug (sometimes small files weren't added thanks to
    Lattice's IO-Routines...)
    - And some other stuff I just cannot remember.
    - Add/Extract now fully supports Dates & Protection bits.

--- Version 0.99 : 12 Feb 1990
    - Changed Archive display; removed CRC & type and added dates.
    - Changed File Requester display; added protection bits & dates.

--- Version 0.99a : 13 Feb 1990
    - File Requester: Added Volume display icons.

--- Version 0.99b : 22 Feb 1990
    - Changed to compiler version 5.04a
    - Fixed date bug.
    - Fixed some things in File Requester.

--- Version 0.99c :

[ Slow progress here, lots of other things to do... ]

90/03/04:
    - Version 0.99b had a bug in requester logic (due to compiler bug)
      fixed by changing compiler version to 5.05
90/03/10:
    - Fixed handling of dates before 1980.
    - Added prompt for adding '.lzh' extension if not specified when opening
      a new archive
    - Added SetWorkDir function
90/03/20:
    - Changed SetWorkDir implementation.
    - Added Set Priority function.
    - Started on freshen command.
    - Started with the AREXX interface stuff.
90/03/21:
    - Restructured delete function.
    - Fixed minor bug in Append() [Not really a bug].
    - Changed some things in menu handler.
    - Finished freshen command.
90/03/23:
    - Started on File Info command
    - Started implementing SetPSW + Decoding + Encoding
    - Moved some gadgets around (Mark All/UnMark all/Print/Set PSW)
    - Corrected bug in Freshen command
90/03/24:
    - Made compression/decompression slightly faster
    - Added save/load settings functions
    - Implemented archive flag masking as an option in settings menu
    - Implemented option to hide files with H-flag set [in file requester]
    - Added 'show pathnames' option [in window.c only]
    - Added 'sort archive view' option [in window.c only]
    - Implemented 'NewCLI'-command
    - Implemented 'Set command shell name'-command
    - The 'Save settings'-command now saves command shell name as well
    - File Info command almost finished, the only thing not implemented is
      the SAVE command.
90/03/28:
    - Improved archive scanning, it no longer aborts if a garbled entry is
      found, instead it tries to find the next one. [Also good for MSDOS
      (and soon also AmigaDOS) self-extracting archives where the actual
      archive entries are preceded by machine-specific decompression code.]
90/03/29:
    - Started writing the docs
    - Implemented 'show pathnames' option + truncation of filenames longer
      than 31 characters.

#### TO DO:

* !!! BETTER ERROR HANDLING !!!
