03.21.2002: Release (v0.61)
  Long time since last release! Some work is done on a 0.7
  branch which adds tooltips and configure script. Hopefully
  I'll find time soon to finish it up. Meanwhile, this update
  only modifies the install target to NOT install documentation.
  A separate target install-docs will install the documentation.
  The documentation directory no longer contains the version
  number of wmappl. The main motiviation is to prevent sorcery
  from install docs twice. Sorcerers watch your grimoire for
  wmappl!
11.02.2000: Release (v0.6)
  Modified the Makefile to work similarly to
  the rpm spec file. The install target now installs
  the documentation. Added remove target to remove
  installed binary and documentation. Also added
  install-icons and remove-icons to respectively
  install and remove the icons distributed with wmappl.
  This time there are rpms.
11.01.2000: In April, Samoylov Olleg pointed me to rpms
  he created for v0.2. I've snagged the spec file and
  will be releasing rpms as well as tarballs.
10.31.2000: Fixed rcparser.c to allow hash characters
  inside quoted strings. The parser was seeing this as
  a comment character. Steve Akers submitted a patch
  for v0.2 which fixed this same problem, but it slipped
  my mind when I rewrote the parser.
10.02.2000: Jarek sent a patch in for the dockapp run_dockapp
  function. It doesn't effect wmappl, but allows a dockapp
  to be redrawn without keyboard or mouse activity.
09.25.2000: Release (v0.5)
  This release is a complete rewrite of the codebase. The
  basic Xlib functions have been separated into dockapp.c/h.
  These files are being maintained separately to provide a
  simple way for developers to create WindowMaker dock apps.
  The configuration file format has changed to allow for
  tooltips to be added in a future release.
  11.23.1999: Quite a bit was done in the past month but
  updating the chagelog wasn't one of them!  Code has been 
  split into multiple files for clarity. It's still a bit
  messy, I'll clean it up later. A patch was applied to
  prevent core dumping when a hash occurred inside of a quoted
  string. (Steve Akers) I've started implementing an icon
  search path rather than an icon prefix. The search path
  is taken from the WindowMaker properties list using
  libPropList. 
10.14.1999: Release (v0.2)
10.13.1999: Rewrote config file parser, should be much
  friendlier. Created INSTALL_DIR and INSTALL_BIN
  variables in Makefile to specify install location.
  09.20.1999: Fixed permissions stuff when installing into
  /usr/local/share/wmappl/. Cleaned up icons
  directory and updated the wmapplrc.sample.
09.19.1999: Removed install-user target from Makefile.
09.15.1999: Applied patch which stops the scrolling at the
  rightmost column containing an icon.
  (Thanks to Richard Eisenman)
09.14.1999: Fixed bug which would prefix icon path with `/' when
  icon path was not specfied on the command line.
08.31.1999: Fixed Makefile to prevent linking c++ libs.
07.29.1999: Initial release (v0.1)
