Tue Mar 3 01:54:49 EST 2009 Adam Vogt
* Add replaceBorings to L.BoringWindows
Tue Mar 3 01:57:01 EST 2009 Adam Vogt
* Add Apply message to L.WindowNavigation
Tue Mar 3 01:59:41 EST 2009 Adam Vogt
* Rearrange a possibly overlapped pattern in L.Decoration
Tue Mar 3 02:02:51 EST 2009 Adam Vogt
* Add the whole TabbedModifier patch
This modifier allows you to group windows together in any layout. This patch
superscedes and should conflict with the previous ones that added the same
module.
Tue Mar 3 02:26:24 EST 2009 Adam Vogt
* Abuse L.Decoration by updating all decorations on an ExposeEvent
This probably harms other users of L.Decoration by causing all decorations to
be redrawn when only a single decoration might need it. It solves the issues
with L.TabbedModifier not updating window titles, where the hidden windows are
not made to send ExposeEvents without a refresh (which is even less pleasant
than this).