Changes since version 0.58:

- fixed ExecuteOnUpdate option which was broken; thanks to Benjamin D.
  Williams <bdwill01@syr.edu> for pointing this out

- changed the standard icons to a 2-bpp, monochrome version of the
  NeXT-like icons to take care of the lowest common denominators; the
  original default icons (from asmail) are still available, don't worry :)

- changed the mbox update condition from using mtime to using ctime; some
  mail systems apparently do not update mtime when modifying the mbox


Changes since version 0.57:

- fixed clipping bug of NumOfMsg text; the numbers can now be positioned 
  anywhere within the icon area, unaffected by the mask of the icon

- fixed bug in count_mail(); record individual time data for each mailbox 
  instead of just one static time variable

- updated man page


Changes since version 0.56:

- fixed shift/reduce conflicts in configuration file parser; thanks to
  Jeremy Thompson <jthompso@writeme.com> for pointing this out

- added basic support for MH folders; thanks to Larry Daffner
  <vizzie@airmail.net> for patch

- reduced CPU-intensiveness (hopefully) of normal (i.e. non-TimeStampMode)
  operation by preventing wmmail from counting the mails if the mailbox
  has not been modified

- added keyword "NumOfMsgColor" so a suitable color can be chosen for
  drawing the number of messages on the icon


Changes since version 0.55:

- added command line option "-swallowed" so that wmmail shows a shaped 
  window that can be swallowed by AfterStep, just like asmail

- fixed NumOfMsgMode NULL pointer bug; thanks to ObiTuarY 
  <Obituary@cybernet.be> for pointing this out

- fixed bug in parser, so wmmail will work even when .wmmailrc does not
  have a newline after the last option; thanks again to ObiTuarY

- patch by Frederic Devernay <devernay@istar.fr> to make wmmail 8-bit
  friendly; it will now load color-hungry XPMs (e.g. the "E" series
  in pixmaps/e/) even when the colormap is nearly full


Changes since version 0.54:

- configuration file syntax change:

    All string arguments to keywords that require them (i.e. Execute,
    NewMailExecute, MailFiles, NoMail, etc.) must now be enclosed in
    double quotation marks if they contain whitespace. Backslashes can
    be used to escape double quotation marks in these strings.

    For example,

      Execute          "xterm -title \"PINE\" -e pine &"

      ExecuteOnUpdate  /usr/bin/popclient

      NoMail
          "/win95/vfat/My Documents/Mail1.xpm"
      End

    are all valid.

- removed support for LockShape and NoShape; you must have the Shape
  extension to compile

- completely re-written to use Xt functions where possible and to remove
  redundant code.

- use lex and yacc to generate a more robust parser

- mailbox checking logic has been re-designed; TimeStampMode now behaves
  more like the classic xbiff and is less CPU-intensive; the normal mode
  provides an accurate count of new mails and is much more CPU-intensive

- added some new sounds stolen from the xbiff++ package

- removed the standard icons (pixmaps/std/*.xpm) from distribution; they
  are compiled into the binary and are used automatically if none is
  specified by the user

- changed install.pixmaps and Imakefile

- wmmail is now GPL'd


Changes since version 0.53:

- fixed a small bug that prevents wmmail from starting if NumOfMsgMode is
  0 and multiple mail files are used

- added warning about LockShape in sample.wmmailrc; corrected spelling
  mistakes


Changes since version 0.52:

- fixed a small bug that sends wmmail crashing when it is run without
  its full path specified


Changes since version 0.50:

- fixed man page

- fixed help message

- re-wrote ugly hack in the looping code

- changed execute-on-left-click to execute-on-left-double-click, like other 
  WindowMaker AppIcons; now you can drag the icon without invoking the
  program you specified in the Execute line

- replace reset-status-on-right-click with reset-status-on-middle-double-click,
  to avoid conflict with WindowMaker functions (right-double-click on a 
  docked icon means "auto-start" in WindowMaker)


Changes from asmail version 0.50:

- does not use Xt

- added WindowMaker Dock compatibility

- removed AfterStep Wharf compatibility

- removed reset-status-on-right-click functionality (temporary)

- cleaned up the code
