NovaWM 0.8 Alpha
-Window Shading: Middle Mouse button on titlebar shades a window.
-Configuration Support: Support for a configuration file with new menu format.
-Fix: Virtual Desktop Bug that did not record the target window in the unmap ignore list properly.
-Sticky Support: Supports the EWMH Sticky State.
-Replaced Window List: Replaced the old Window/Client list with a STL one.
-Fix: Changing the "main" color now also applies to the button icons.
-Fix: Fixed memory errors reported by Valgrind.
-Menu: Changed the string array for items to a STL vector.
-Fix: The clock now updates every minute.


NovaWM 0.7 Alpha
-Unmap Ignore: Somehow the old way of doing this stopped working,
there was one or more too many unmap events that were ignore,
causing some windows never to go away. Now instead of counting
the number of unmap events to ignore, a list of specific
window IDs to ignore the event from are used.
-GNOME Support: For those of you who like Gnome, you can now
use NovaWM as your GNOME Window Manager!
-Fix: Fixed bug related to the grabbing the pointer in
moving and resizing.
-Fix: NovaWM is now more accurate with storing the correct
window geometry after moving, resizing, and maximizing windows.
-Fix: NovaWM now honors --disable-bar properly. I recommend
using this option when using NovaWM as the GNOME Window Manager.

NovaWM 0.6 Alpha
-ignoreTransient: Added to the window definition. This was added because
of really annoying popups of transient windows whenever SetFocus was called
which is whenever you do something with a transient window(parent or child)
or the transient window does something like resize itself. This was
most noticable with VMware.

