Tue Mar 3 01:57:01 EST 2009 Adam Vogt
* Add Apply message to L.WindowNavigation
Thu Mar 19 12:15:31 EDT 2009 Adam Vogt
* sort exported modules in cabal file
Mon Apr 6 00:13:01 EDT 2009 Adam Vogt
* Document and extend BoringWindows to support multiple sources of boring.
The Replace and Merge messages are added to support layouts sending a list of
windows that should be skipped over. The sources are tagged by a string key, so
it is possible though unlikely for different sources of boring windows to
interfere with eachother.
Mon Apr 6 00:24:17 EDT 2009 Adam Vogt
* Add X.L.SubLayouts: A modifier for nesting layouts
This LayoutModifier offers many options for managing the grouping of windows
which are then handled by a single sublayout. The illusion of different
sublayouts can be had by specifying which alternative layout should be used for
each group. Decorated layouts can be used if they can be applied by a function
like X.L.Tabbed.addTabs.