mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
* Reintroduce the original 'ModifySpacing' type and constructor as deprecated; the new 'ModifySpacing' type was renamed to 'SpacingModifier'. Suggested by @LSLeary. * Types 'SpacingWithEdge', 'SmartSpacing', and 'SmartSpacingWithEdge' have been reintroduced as deprecated type synonyms of 'Spacing'. Work by @LSLeary. Also 'borderMap' is now exported; it might be useful.