Sun Jan 27 14:01:52 PST 2008 Spencer Janssen * More other-modules Sun Jan 27 13:23:31 PST 2008 Spencer Janssen * Update example config Sun Jan 27 12:50:00 PST 2008 Spencer Janssen * Bump version to 0.6 Mon Jan 21 23:01:53 PST 2008 Austin Seipp * Updated ./man/xmonad.1.in to contain new command line parameters Mon Jan 21 23:02:25 PST 2008 Spencer Janssen * Depend on QuickCheck < 2 when building tests Sat Jan 19 01:12:15 PST 2008 Spencer Janssen * Roll testing into the main executable, use Cabal to build the tests Thu Jan 17 19:22:28 PST 2008 Spencer Janssen * Simplify duplicate/cloned screen logic Mon Dec 31 10:15:56 PST 2007 Joachim Breitner * Put the screen removing stuff in getCleanedScreenInfo Mon Dec 31 10:06:28 PST 2007 Joachim Breitner * Ignore cloned screens This patch ignores screens that are just clones of existing ones, or are completely contained in another. Currently only for rescreen, not yet for xmonad start. Thu Jan 17 17:48:27 PST 2008 Spencer Janssen * -Werror when flag(testing) only Mon Jan 14 12:26:12 PST 2008 nicolas.pouillard@gmail.com * Export doubleFork Tue Jan 8 10:56:40 PST 2008 Don Stewart * clarify copyright Thu Nov 22 08:59:25 PST 2007 Lukas Mai * reword comment (previous version didn't make sense to me) Sat Jan 5 14:55:00 PST 2008 nicolas.pouillard@gmail.com * The recompile function now returns a boolean status instead of (). Fri Dec 28 18:33:01 PST 2007 Spencer Janssen * Make focus-follows-mouse configurable Fri Dec 28 18:19:23 PST 2007 Spencer Janssen * Strictify all XConfig fields, gives nice error messages when a field is forgotten on construction Fri Dec 28 18:16:28 PST 2007 Spencer Janssen * Spelling Fri Dec 28 18:15:19 PST 2007 Spencer Janssen * Wibble Thu Dec 27 00:03:56 PST 2007 Spencer Janssen * Broadcast button events to all layouts, fix for issue #111 Thu Dec 20 12:15:49 PST 2007 Brent Yorgey * Config.hs: too many users seem to be ignoring/missing the polite warning not to modify this file; change it to something a bit less polite/more obvious. Sat Dec 22 03:37:35 PST 2007 Spencer Janssen * Remove desktop manageHook rules in favor of ManageDocks Fri Dec 21 20:11:51 PST 2007 Spencer Janssen * Wibble Fri Dec 21 18:05:20 PST 2007 Spencer Janssen * Add support for several flags: --version: print xmonad's version --recompile: recompile xmonad.hs if it is out of date --force-recompile: recompile xmonad.hs unconditionally Wed Dec 19 13:50:11 PST 2007 Spencer Janssen * Remove getProgName capability from restart, we don't use it anymore Wed Dec 19 08:20:29 PST 2007 Spencer Janssen * Flush pending X calls before restarting Mon Dec 17 22:51:46 PST 2007 tim.thelion@gmail.com * Allow for sharing of home directory across architectures. Tue Dec 18 22:57:10 PST 2007 Spencer Janssen * Call 'broadcastMessage ReleaseResources' in restart Tue Dec 18 18:39:18 PST 2007 Adam Vogt * Manpage now describes config in ~/.xmonad/xmonad.hs Tue Dec 18 18:37:26 PST 2007 Adam Vogt * Update manpage to describe greedyView Fri Dec 14 18:21:00 PST 2007 Spencer Janssen * Depend on X11-1.4.1, it has crucial bugfixes Fri Dec 14 08:05:58 PST 2007 Don Stewart * 1.4.1 X11 dep Tue Dec 11 22:02:50 PST 2007 Spencer Janssen * Set withdrawnState after calling hide Tue Dec 11 00:42:36 PST 2007 Spencer Janssen * Remove stale comment Tue Dec 11 00:01:17 PST 2007 Spencer Janssen * Make windows responsible for setting withdrawn state Mon Dec 10 23:56:41 PST 2007 Spencer Janssen * Remove stale comment Mon Dec 10 23:48:10 PST 2007 Spencer Janssen * Clean up stale mapped/waitingUnmap state in handle rather than unmanage. This is an attempt to fix issue #96. Thanks to jcreigh for the insights necessary to fix the bug. Mon Dec 10 23:45:06 PST 2007 Spencer Janssen * Delete windows from waitingUnmap that aren't waitng for any unmaps Mon Dec 10 09:33:57 PST 2007 Brent Yorgey * man/xmonad.hs: add some documentation explaining that 'title' can be used in the manageHook just like 'resource' and 'className'. Mon Dec 10 00:53:27 PST 2007 Lukas Mai * normalize Module headers Sun Dec 9 16:47:04 PST 2007 Spencer Janssen * Add 'testing' mode, this should reduce 'darcs check' time significantly Sun Dec 9 16:44:56 PST 2007 Spencer Janssen * Use XMonad meta-module in Main.hs