
New patches:

[floats always use current screen (with less bugs)
robreim@bobturf.org**20080405135009] {
hunk ./XMonad/Operations.hs 60
-    (sc, rr) <- floatLocation w
+    rr <- snd `fmap` floatLocation w
hunk ./XMonad/Operations.hs 68
-            where i = fromMaybe (W.tag . W.workspace . W.current $ ws) $ W.lookupWorkspace sc ws
+            where i = W.tag $ W.workspace $ W.current ws
}

Context:

[XMonad.Operations: applySizeHint reshuffle
Lukas Mai <l.mai@web.de>**20080404215615
 
 Make applySizeHints take window borders into account. Move old functionality
 to applySizeHintsContents. Add new mkAdjust function that generates a custom
 autohinter for a window.
] 
[XMonad.Layout: documentation cleanup
Lukas Mai <l.mai@web.de>**20080404215444] 
[Remove gaps from the example config
Spencer Janssen <sjanssen@cse.unl.edu>**20080329232959] 
[Remove gaps
Spencer Janssen <sjanssen@cse.unl.edu>**20080325091526] 
[TAG 0.7
Spencer Janssen <sjanssen@cse.unl.edu>**20080329210249] 
Patch bundle hash:
36f9e5977b8077d56dcf80150b87b31a17297c38
