Changes since 0.0.4
===================

- added soffset for decor items; allows decoration units to be pushed into
  the client window's area.
- included hack to fix the NumLock/ScrollLock issues for keybindings.
- multibyte font support; implemented by Hiroyuki Ikezoe <zoe@kasumi.sakura.ne.jp>
- fixed bug that would cause golem to hang on a restart if a dockapp
  didn't start
- fixed bug that caused simple_menus submenus to fail to display
  multiple times in a row if explicitly clicked (instead of dragged over).

Changes since 0.0.3
===================

- added support for \ continuations in rcfile strings
- a sounds plugin using the EsounD library
- minor gnome plugin improvements; still not finished
- addition of Xinerama support; xinerama screen sizes are used when
  computing zoom sizes and during smart placement.  if a window
  isn't going to be placed (because it's a transient or has an x,y
  position other than 0,0 and the user has set the options for those
  to not be placed) the user may optionally have golem correct the
  window position if it falls across two or more monitors, so that it
  is contained on only one monitor.
- added window gravity adjustments prescribed by the XICCCM
- because of vast differences in the sys/queue.h on different platforms
  the build now uses the bsd_queue.h pulled from freebsd instead of
  only falling back to it if autoconf can't find sys/queue.h.
- reworked plugin architecture to maintain seperate lists for each
  callback.  plugins now explictly register callback routines except
  for a few basic ones (start, init, shutdown and xevent_handler).
  the manner in which plugins handle X events on windows is also
  changed to have a single xevent handler entry; all windows that
  have plugin_setcontext called on them will have their events
  handled by the associated plugin.
- fullscreen zoom now changes client dgroup to dgroup_empty so that
  decoration doesn't overlap to the next workspace
- pager support for using different colors/pixmaps for the
  focused window; added plugin focus_change callback
- changed all lists to use bsd sys/queue.h macros, a copy of
  sys/queue.h is included for systems lacking it.
- relative_resize option
- made option to turn off window sliding when switching workspaces
- added a bunch of pixmaping options (with scaling) to the
  pager plugin
- added image handling stuff; image scaling, etc.
- Makefiles now pay attention to builddir/libdir/datadir instead of just
  assuming ${prefix}/bin, ${prefix}/lib and ${prefix}/share.
- support for setting stack layer from wmclass_defs
- window stacking layers implemented
- pager window positions are now configurable (on a per-pager basis)
- added increased configurability of pager colors
- added a ChangeLog file
