
New patches:

[realign guard
l.mai@web.de**20070604182045] {
hunk ./StackSet.hs 197
-    | Just x <- L.find ((i==).tag)     (hidden  s)
+    | Just x <- L.find ((i==).tag)           (hidden  s)
}

Context:

[Integral implies Eq
Spencer Janssen <sjanssen@cse.unl.edu>**20070604180745] 
[Comment typo.
Spencer Janssen <sjanssen@cse.unl.edu>**20070604180554] 
[Dump state at launch (commented for now)
Spencer Janssen <sjanssen@cse.unl.edu>**20070604162450] 
[Small clean up
Spencer Janssen <sjanssen@cse.unl.edu>**20070604064418] 
[Merge windows and refresh
Spencer Janssen <sjanssen@cse.unl.edu>**20070604063657] 
[Use the new integrate function
Spencer Janssen <sjanssen@cse.unl.edu>**20070604062653] 
[Add integrate
Spencer Janssen <sjanssen@cse.unl.edu>**20070604062501] 
[Delete stale comments
Spencer Janssen <sjanssen@cse.unl.edu>**20070604061719] 
[Remove inaccurate warnings about 'hide'
Spencer Janssen <sjanssen@cse.unl.edu>**20070604060611] 
[base >= 2.0 means we can use forM_
Spencer Janssen <sjanssen@cse.unl.edu>**20070604050914] 
[Remove no-longer-needed 'dimensions' state (-5 loc)
Stefan O'Rear <stefanor@cox.net>**20070604044715] 
[Set WM_STATE, iconify invisible windows (+9 loc)
Stefan O'Rear <stefanor@cox.net>**20070604042343
 Note that this breaks compatibility with certain programs described as
 "obsolete" in the ICCCM (1994).  See the command above the UnmapEvent handler
 for details.
] 
[clean up Main.hs slightly
Don Stewart <dons@cse.unsw.edu.au>**20070604035637] 
[whitespace
Don Stewart <dons@cse.unsw.edu.au>**20070604015532] 
[-Wall
Don Stewart <dons@cse.unsw.edu.au>**20070604014630] 
[do not cache atom values within Xmonad, instead let Xlib worry about caching (a documented feature)
Stefan O'Rear <stefanor@cox.net>**20070604013938] 
[Honor configure requests from unmanaged windows
Spencer Janssen <sjanssen@cse.unl.edu>**20070603234730] 
[-Wall police
Spencer Janssen <sjanssen@cse.unl.edu>**20070603212055] 
[Correctly handle resize requests (-12 +22)
Stefan O'Rear <stefanor@cox.net>**20070603203153
 Xmonad now implements resize requests in a consistent manner.
 
 * If the window is FLOATING, we implement the program's request, and
   correctly update the StackSet; so it will keep the new size.  This
   should work correctly even for non-current windows.
 
 * Otherwise, we ignore the request.  As per ICCCM, we send a fake
   ConfigureNotify containing the new (unchanged) geometry.  This is
   perfectly ICCCM compliant, and if it breaks your client, it's your
   own fault.
 
 This patch requires setConfigureEvent, which is added to X11-extras by
 a patch approximately contemporaneous with this one.
] 
[comments only
Don Stewart <dons@cse.unsw.edu.au>**20070603071556] 
[Polish core layout code. Lifts limitation on nmaster > 1. it may be 0 now
Don Stewart <dons@cse.unsw.edu.au>**20070603064306] 
[heads up: polish config.hs. moves tiling-local values into lexical scope. removes `wide' as an explicit mode (it's `mirror tall')
Don Stewart <dons@cse.unsw.edu.au>**20070603054740] 
[set build-depends base>=2.0 so people can't miss the missing Read instance issue
Don Stewart <dons@cse.unsw.edu.au>**20070603032319] 
[Fix out-of-date comment in Config.hs.
Chris Mears <chris@cmears.id.au>**20070602114312] 
[only grab button{1,2,3} for click-to-focus (scrollwheel shouldn't focus)
Jason Creighton <jcreigh@gmail.com>**20070602052605] 
[make mouse bindings configurable
Jason Creighton <jcreigh@gmail.com>**20070602040647] 
[commented out implementation state logging. if someone has a client, we can enable this
Don Stewart <dons@cse.unsw.edu.au>**20070601085626] 
[ignore numlock/capslock on mouse bindings
Jason Creighton <jcreigh@gmail.com>**20070601015137] 
[now we handle transients properly, and restack windows, refresh from focus is ok
Don Stewart <dons@cse.unsw.edu.au>**20070601022329] 
[Rename withWorkspace to withWindowSet.
glasser@mit.edu**20070601001325] 
[Revert accidental change to border color
Spencer Janssen <sjanssen@cse.unl.edu>**20070531145509] 
[comments on why fullscreen tiling doesn't work with `implicit' floating
Don Stewart <dons@cse.unsw.edu.au>**20070531090537] 
[clean up mouse code a bit
Don Stewart <dons@cse.unsw.edu.au>**20070531085308] 
[first shot at a floating layer
Jason Creighton <jcreigh@gmail.com>**20070531044733
 
 This is a first attempting at a floating layer:
 
 mod-button1: move window
 mod-button2: swapMaster
 mod-button3: resize window
 
 mod-t: make floating window tiled again
 
 Moving or resizing a window automatically makes it floating.
 
 Known issues:
 
 Hard to manage stacking order. You can promote a window to move it to the top,
 (which you can do with mod-button2) but it should be easier than that.
 
 Moving a window by dragging it to a different Xinerama screen does not move it
 to that workspace.
 
 Code is ugly.
] 
[remove LOC cap (but still print count after tests)
Jason Creighton <jcreigh@gmail.com>**20070531043417] 
[TAG 0.2
Spencer Janssen <sjanssen@cse.unl.edu>**20070531010004] 
Patch bundle hash:
2b7fddd8e8a1a7a0a96cca565d1033c14722b778
