1 patch for repository haskell:/srv/code/xmonad: Tue May 28 12:44:01 EDT 2013 Daniel Wagner * warning police: name userCodeDef's argument defValue instead of def New patches: [warning police: name userCodeDef's argument defValue instead of def Daniel Wagner **20130528164401 Ignore-this: f32b218e2097a52c7ecccae28c23754b ] hunk ./XMonad/Core.hs 195 -- | Same as userCode but with a default argument to return instead of using -- Maybe, provided for convenience. userCodeDef :: a -> X a -> X a -userCodeDef def a = fromMaybe def `liftM` userCode a +userCodeDef defValue a = fromMaybe defValue `liftM` userCode a -- --------------------------------------------------------------------- -- Convenient wrappers to state Context: [use "modm" instead of "modMask" in the sample config Daniel Wagner **20130106174414 Ignore-this: 75ad65ae7a708bce69f811c28912cc4b ] [define the "help" string in the sample configuration bundled with xmonad Daniel Wagner **20130106174254 Ignore-this: 1db666ea921046378921356e14cc828f ] [depend on data-default, and deprecate the monomorphic name defaultConfig Daniel Wagner **20130528003531 Ignore-this: 1e746731695df3b6f684d5463a3da6a4 ] [configurableEventMasks mwlochbaum@gmail.com**20130205182858 Ignore-this: 3848de0f8f5ad5995e87a2a01e7752f ] [Grab all keycodes linked to each keysym, not just one Daniel Wagner **20130118225446 Ignore-this: 1a6c001560f68f99d75d5f550e7e83 This patch is based heavily on the one contributed by svein.ove@aas.no, but updated to avoid causing a conflict and to work with the newest X11 bindings. The name of the patch (and comment below) are copied verbatim from his patch. XKeysymToKeycode only gives the first code bound to a given symbol. To handle the case where multiple keys are bound to the same symbol, XKeycodeToKeysym is used instead, searching through all possible keycodes for each sym. ] [Issue 135 use wa_border_width for floating windows (neoraider) Adam Vogt **20130115170715 Ignore-this: c8ed6ceaf9483e31771ac25d86532f6c ] [Add flags for call to ghc closing issue 240 Adam Vogt **20130101035034 Ignore-this: 42a6a8599b615884c95626f74e3ba4a The -main-is flag goes back to at least ghc 6.10, and maybe the warning that this otherwise redundant flag enables (when xmonad.hs isn't a module Main) also dates back that far. ] [TAG 0.11 actual upload Adam Vogt **20130101014128 Ignore-this: 2c2a85caeed30cd23f02a7caf229fe7d ] Patch bundle hash: a59cd0a43fa13cf28283c8866b7c1e17f65d1d46