This 5-patches bundle was just applied to http://code.haskell.org/xmonad: 20090321233736 Adam Vogt <vogt.adam@gmail.com> * Pester the user with one (not two) xmessages on config errors 20090321232907 Adam Vogt <vogt.adam@gmail.com> * Add lib to ghc searchpath with recompilation check 20090503235415 Adam Vogt <vogt.adam@gmail.com> * Only watch mtime for .hs, .lhs, .hsc for ~/.xmonad/lib Previously xmonad would force a recompile due to the object files being too new, so only look at files which may contain haskell code. 20090710011308 Adam Vogt <vogt.adam@gmail.com> * Set infix 0 --> to reduce parentheses in ManageHooks What was previously:
(appName ?= x <&&> classname ?= y) --> (doFloat <+> doIgnore)
Can now be:
appName ?= x <&&> classname ?= y --> doFloat <+> doIgnore
20090710011424 Adam Vogt <vogt.adam@gmail.com> * Remove tabs from ManageHook.hs -- This message was brought to you by DarcsWatch http://darcswatch.nomeata.de/repo_http:__code.haskell.org_xmonad.html#bundle...
participants (1)
-
darcswatch@nomeata.de