[Update generated manpage (and releaseDate in util/GenerateManpage.hs) Adam Vogt **20121231163403 Ignore-this: d35ff18dd7010f1bcef093f5cbcc2ab1 ] { hunk ./man/xmonad.1 1 -.TH xmonad 1 "18 November 2011" xmonad-0.10 "xmonad manual".TH "" "" +.TH xmonad 1 "31 December 2012" xmonad-0.11 "xmonad manual".TH "" "" hunk ./man/xmonad.1 193 -.B mod-b -Toggle the status bar gap -.RS -.RE -.TP hunk ./man/xmonad.1 203 +.B mod-shift-slash +Run xmessage with a summary of the default keybindings (useful for +beginners) +.RS +.RE +.TP hunk ./man/xmonad.1.html 5 + hunk ./man/xmonad.1.html 8 + hunk ./man/xmonad.1.html 29 -

xmonad-0.10

Section: xmonad manual (1)
Updated: 18 November 2011


+

xmonad-0.11

Section: xmonad manual (1)
Updated: 31 December 2012


hunk ./man/xmonad.1.html 136 -
mod-b
-

Toggle the status bar gap

-
hunk ./man/xmonad.1.html 142 +
mod-shift-slash
+

Run xmessage with a summary of the default keybindings (useful for beginners)

+
hunk ./man/xmonad.1.html 169 -
exec xmonad
-
+
exec xmonad
hunk ./man/xmonad.1.html 175 -
module XMonad.Stack.MyAdditions (function1) where
-    function1 = error "function1: Not implemented yet!"
-
+
module XMonad.Stack.MyAdditions (function1) where
+    function1 = error "function1: Not implemented yet!"
hunk ./util/GenerateManpage.hs 39 -releaseDate = "18 November 2011" +releaseDate = "31 December 2012" }