
This 10-patches bundle was just applied to http://code.haskell.org/XMonadContrib:
20100117002104 quentin.moser@unifr.ch
* New module: X.U.Stack
Utility functions for working with Maybe Stacks, including:
- useful conversions to and from lists
- insertUp/Down, swapUp/Down, focusUp/Down, etc
- maps, filters and folds
20100117002612 quentin.moser@unifr.ch
* New module: X.L.Renamed
20100117003939 quentin.moser@unifr.ch
* New module: X.L.ZoomRow
Row layout with individually resizable elements.
20100117002104 quentin.moser@unifr.ch
* New module: X.U.Stack
Utility functions for working with Maybe Stacks, including:
- useful conversions to and from lists
- insertUp/Down, swapUp/Down, focusUp/Down, etc
- maps, filters and folds
20100117005301 quentin.moser@unifr.ch
* New module: X.L.Groups
The mother of all layout combinators.
20091107173820 Spencer Janssen