[xmonad] Applied: Patch bundle
darcswatch at nomeata.de
darcswatch at nomeata.de
Fri Nov 5 20:22:36 EDT 2010
This 5-patches bundle was just applied to http://code.haskell.org/xmonad:
20090321233736 Adam Vogt <vogt.adam at gmail.com>
* Pester the user with one (not two) xmessages on config errors
20090321232907 Adam Vogt <vogt.adam at gmail.com>
* Add lib to ghc searchpath with recompilation check
20090503235415 Adam Vogt <vogt.adam at 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 at 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 at 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-8f987b7ddc50e0bbd36de3f4f5069f1421ad99bf
More information about the xmonad
mailing list