ReportGen 44.1 (13.8.99)

- Initial creation

ReportGen 44.2 (13.8.99)

- Added the following:

   Clipboard support (uses device 0)
   Email option (requires aml.library)
   Internal prefs for tooltypes: (only used for email)
      LOGFILE=path:filename (default: none)
      SMTPHOST=smtp.servername.com
      SMTPPORT=smtp port (defaults to 25)
      REALNAME=My Realname
      EMAIL=myname@server.org

- Corrected memory not being freed on exit.

- Corrected issue with dev, type, and pri not being spit out right,
  seems cut&paste got the best of me ;)

ReportGen 44.3 (15.8.99)

- aml.library API changed, made changes to compensate.

ReportGen 44.4 (16.8.99)

- Added commodity support

- 'RP: ' is now prepended to the subject line before sending

ReportGen 44.5 (18.8.99)

- Added localization, .cd file is included, have at it folks

- Added arexx port support, AREXXPORT tooltype (AREXXPORT=<name>)
   See ReportGen_rx.doc for further information regarding
   the supported arexx commands.

- Updated developer information and added email addresses to the developer line

- removed $VER string from the report header as it was causing the proper
  version information from being displayed.

ReportGen 44.6 (19.8.99)

- Updated Jurgen's spelling to Juergen

- #ifdef'd email appendage to developer's name for now (Martin S.)

- Added 'Clear' option to clear a report.

- Added Unknown to developer field, if developer is not known this field
  will be left blank.

- Fixed minor uniconify bug (didn't work from desktop hehe)

ReportGen 44.7 (21.8.99)

- Buttons are now evenly space

- Window now hides on closewindow click..had the wrong var set.

ReportGen 44.8 (2.9.99)

- Updated developers list

ReportGen 44.9 (4.9.99)

- Added About menuitem and requester
- Updated mail.c for recent aml.library tags
- Window pointer now goes busy when things are happening
- Added ASL file requester and overwrite/append option for file output
- Added QUIET tooltype. Will supress all message requesters except file if YES.
  Defaults to NO.

ReportGen 44.10 (5.9.99)

- Ran into brick wall with chooser.gadget defaulting to max labels of 12, added
  counting for all chooser items to expand maximum.
- Added requirement check for v40+ on startup.

ReportGen 44.11 (6.9.99)

- Added disk based template and chooser support. (template and dat must be in progdir:)

- Added REPORTDIR and DATADIR tooltypes.
   REPORTDIR = the directory where the reports requester will default to.
   DATADIR = the directory which the .dat and .template files are stored.
      Both default to PROGDIR:

- Corrected refresh problem when setting page.gadget attributes

ReportGen 44.12 (9.9.99)

- Corrected Cx startup trouble

ReportGen 44.13 (10.9.99)

- Added developer ListBrowser for multiple dev selections
- Changed Developer chooser for Mailing list chooser (new item in reportgen.dat)

ReportGen 44.14 (11.9.99)

- Now Supports multiple templates (1 for each Mailing list item in reportgen.dat)

ReportGen 44.14 (17.9.99)

- Applied diffs from Rod Schnell for non-static program name for appicon
- Added support for OS3.1/3.5 conditional compiles
- Rewrote the smakefile, eliminating the SCOPTIONS file.

ReportGen 44.15 (20.9.99)

- Added AddGroup source for adding a group of users to the addressbook.

ReportGen 44.16 (22.9.99)

- Description types didn't have a \n appended if not blank.

ReportGen 44.17 (23.9.99)

- Clip function was plagued by same problem as above that I missed.
- Revamped layout tags quite a bit, things should be better now.

ReportGen 44.18 (24.9.99)

- Added vertical seperators above buttons at bottom of each page (purely cosmetic)

ReportGen 44.19 (26.9.99)

- Updated .dat and AmigaOS.template files, sorry Martin ;)

- Added check for developer selection and a requester if not selected.

- Updated .cd file to reflect above added requester body.

- Corrected 3.1 compile in main.c
