<div dir="ltr"><div><div>Dropped two lines in merging with my WIP, sorry. Corrected patch below.</div><div><br></div><div>1 patch for repository <a href="http://code.haskell.org/XMonadContrib">http://code.haskell.org/XMonadContrib</a>:</div><div><br></div><div>Mon Mar 30 14:08:31 EDT 2015  <a href="mailto:allbery.b@gmail.com">allbery.b@gmail.com</a></div><div>  * mate-comment-fixup</div><div>  Correct the docstrings / comments in X.C.Mate, which still referenced</div><div>  gnomeConfig. Also update the session manager configuration to use</div><div>  dconf and a current (on Mint at least) path for the session config.</div><div><br></div><div><br></div><div>New patches:</div><div><br></div><div>[mate-comment-fixup</div><div><a href="mailto:allbery.b@gmail.com">allbery.b@gmail.com</a>**20150330180831</div><div> Ignore-this: 48462aa22f473cd03fa35ab7ae877e56</div><div> Correct the docstrings / comments in X.C.Mate, which still referenced</div><div> gnomeConfig. Also update the session manager configuration to use</div><div> dconf and a current (on Mint at least) path for the session config.</div><div>] {</div><div>hunk ./XMonad/Config/Mate.hs 40</div><div> -- > import XMonad</div><div> -- > import XMonad.Config.Mate</div><div> -- ></div><div>--- > main = xmonad gnomeConfig</div><div>+-- > main = xmonad mateConfig</div><div> --</div><div>hunk ./XMonad/Config/Mate.hs 42</div><div>--- For examples of how to further customize @gnomeConfig@ see "XMonad.Config.Desktop".</div><div>+-- For examples of how to further customize @mateConfig@ see "XMonad.Config.Desktop".</div><div> </div><div> mateConfig = desktopConfig</div><div>     { terminal = "mate-terminal"</div><div>hunk ./XMonad/Config/Mate.hs 53</div><div>     [ ((modm, xK_p), mateRun)</div><div>     , ((modm .|. shiftMask, xK_q), spawn "mate-session-save --logout-dialog") ]</div><div> </div><div>--- | Launch the "Run Application" dialog.  gnome-panel must be running for this</div><div>+-- | Launch the "Run Application" dialog.  mate-panel must be running for this</div><div> -- to work.</div><div> mateRun :: X ()</div><div> mateRun = withDisplay $ \dpy -> do</div><div>hunk ./XMonad/Config/Mate.hs 71</div><div> -- xmonad is started.</div><div> --</div><div> -- This action reduces a delay on startup only only if you have configured</div><div>--- mate-session  to start xmonad with a command such as (check local</div><div>+-- mate-session to start xmonad with a command such as (check local</div><div> -- documentation):</div><div>hunk ./XMonad/Config/Mate.hs 73</div><div>+-- </div><div>+-- > dconf write /org/mate/desktop/session/required_components/windowmanager "'xmonad'"</div><div> --</div><div>hunk ./XMonad/Config/Mate.hs 76</div><div>--- > gconftool-2 -s /desktop/gnome/session/required_components/windowmanager xmonad --type string</div><div>+-- (the extra quotes are required by dconf)</div><div> mateRegister :: MonadIO m => m ()</div><div> mateRegister = io $ do</div><div>     x <- lookup "DESKTOP_AUTOSTART_ID" `fmap` getEnvironment</div><div>}</div><div><br></div><div>Context:</div><div><br></div><div>[Add the ability to specify padding used with Maximize</div><div>Peter Jones <<a href="mailto:pjones@devalot.com">pjones@devalot.com</a>>**20150309232939</div><div> Ignore-this: 71ac5db4513da0b7a45eb82ec184f4e3</div><div>] </div><div>[Don't restore windows when changing workspaces</div><div>Peter Jones <<a href="mailto:pjones@devalot.com">pjones@devalot.com</a>>**20150310201709</div><div> Ignore-this: 5333205aa1a9fbc5c7844fad69561517</div><div>] </div><div>[New layout modifier: Hidden</div><div>Peter Jones <<a href="mailto:pjones@devalot.com">pjones@devalot.com</a>>**20150309223036</div><div> Ignore-this: 5534fe18e642d1691a9b3f99341e082d</div><div> </div><div> A layout modifer that is meant to work with the BinarySpacePartition</div><div> layout.  By removing windows from the window set and adding them back</div><div> at a later time, you can move windows to a different branch of the BSP</div><div> tree.</div><div> </div><div>] </div><div>[Fixes to warnings with BSP layout</div><div><a href="mailto:anton.pirogov@gmail.com">anton.pirogov@gmail.com</a>**20150315100041</div><div> Ignore-this: 7642710fdb2a866150875f2d521d19fd</div><div>] </div><div>[Improved BinarySpacePartition, added Equalize,Balance and FocusParent and mouse resize support</div><div><a href="mailto:anton.pirogov@gmail.com">anton.pirogov@gmail.com</a>**20150312145220</div><div> Ignore-this: 31b5d7bf38e5b391df266906deb5e382</div><div>] </div><div>[New layout module X.L.Dwindle</div><div><a href="mailto:nzeh@cs.dal.ca">nzeh@cs.dal.ca</a>**20150315130913</div><div> Ignore-this: a1507e9eda6e6cabd679c2c3b50d9a38</div><div> </div><div> This adds three layouts:  Spiral is a reimplementation of X.L.Spiral.spiral</div><div> with a (to me) more intuitive splitting policy.  Dwindle is similar but pushes</div><div> the smaller windows into a corner rather than into the center.  Squeeze just</div><div> stacks windows vertically or horizontally using geometrically decreasing sizes.</div><div>] </div><div>[address warnings in P.Pass</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20150313015636</div><div> Ignore-this: 52e03c09c4d5339085e0306044de8977</div><div>] </div><div>[X.L.AvoidFloats more useful default settings</div><div><a href="mailto:ankaan@gmail.com">ankaan@gmail.com</a>**20150310212022</div><div> Ignore-this: af6535bace9219619858751eeeff6520</div><div> Changed default settings with the simple layout modifier. Instead of asking for a bool indicating if all windows should be avoided, no such bool is asked for. No windows are avoided by default. I think this will be a more useful default setting since it would be annoying if dialogue windows are avoided. The same functionality is possible with the advanced constructor. This will be easier for new users.</div><div> </div><div> This will break configurations using the old module, but this will not be much of an issue since the module has not been added to the repo as of this writing.</div><div>] </div><div>[Resolve minor conflict in xmonad-contrib.cabal</div><div><a href="mailto:ankaan@gmail.com">ankaan@gmail.com</a>**20150306175436</div><div> Ignore-this: 24ae68c08107a574199b055989d38347</div><div>] </div><div>[X.L.AvoidFloats, like avoidStruts but for floats</div><div><a href="mailto:ankaan@gmail.com">ankaan@gmail.com</a>**20150306171702</div><div> Ignore-this: 3722d7787dd2429313f92f85f3ae1251</div><div> Checks for floating windows within the layout area and finds a maximum area</div><div> rectangle within that does not overlap with any of the floating windows.</div><div> This rectangle is used for all non-floating windows.</div><div> </div><div> This new functionality introduced problems with the recommended configuration</div><div> of one of my other modules (X.A.FloatSnap.) A new and more reliable method of</div><div> distinguishing between clicks and drags where therefore introduced in the new</div><div> module X.A.AfterDrag.</div><div> </div><div> This does not break any prior use of FloatSnap, but will require changes in</div><div> configuration if used together with AvoidFloats. (This is mentioned in the</div><div> docs for AvoidFloats and I recommend using the new configuration method even if</div><div> AvoidFloats is not in use.)</div><div>] </div><div>[X.L.LayoutBuilder place active on top</div><div><a href="mailto:ankaan@gmail.com">ankaan@gmail.com</a>**20150306164200</div><div> Ignore-this: 69d718d0d044ee59a877fa0e63edc474</div><div> Make sure that the active layout area is placed on top of all other areas when placing windows. This makes overlapping areas usable.</div><div>] </div><div>[Add rearrangers to X.A.GridSelect</div><div>Dmitri Iouchtchenko <<a href="mailto:johnnyspoon@gmail.com">johnnyspoon@gmail.com</a>>**20130123044038</div><div> Ignore-this: ef0dc68e9b725953e69e7b039fe06e9a</div><div>] </div><div>[Avoid repainting elements in X.A.GridSelect</div><div>Dmitri Iouchtchenko <<a href="mailto:johnnyspoon@gmail.com">johnnyspoon@gmail.com</a>>**20130123043850</div><div> Ignore-this: 8e926cebc8d458a06a05f7457ae40b68</div><div>] </div><div>[Give a name to the initial state in X.A.GridSelect</div><div>Dmitri Iouchtchenko <<a href="mailto:johnnyspoon@gmail.com">johnnyspoon@gmail.com</a>>**20130121061324</div><div> Ignore-this: 989ae20ccc3d5b1392f0694d5c62e759</div><div>] </div><div>[Add XMonad.Config.Bepo (Yorick Laupa)</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20150310214314</div><div> Ignore-this: 71dcf03f9ff80b645531004f95e9c600</div><div>] </div><div>[add instance Default WallpaperConf</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20150310214246</div><div> Ignore-this: 18e74f249b35726acd4b923ecce3085</div><div>] </div><div>[XMonad.Prompt.Pass: Handle hierachical password stores</div><div>Joachim Breitner <<a href="mailto:mail@joachim-breitner.de">mail@joachim-breitner.de</a>>**20150218091816</div><div> Ignore-this: 2f0a02613780067d324b04a8cdb9c0ed</div><div> </div><div> pass stores its passwords in directories, so the contents of the directory</div><div> store needs to be enumerated recursively. Alexander Sulfrian provided this</div><div> patch on the mailinglist, which I tested (it works) and cleaned up slightly.</div><div> </div><div>] </div><div>[remove warnings and text dependency from H.WallpaperSetter</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20150310192933</div><div> Ignore-this: e637d782c13bed48bafbc1458b3f983f</div><div>] </div><div>[Added the new hook WallpaperSetter</div><div><a href="mailto:anton.pirogov@gmail.com">anton.pirogov@gmail.com</a>**20150228162335</div><div> Ignore-this: 7cbb2ab0d8f9f606f50253deebcf4163</div><div>] </div><div>[adjust an import to fix the build</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20150310182403</div><div> Ignore-this: 72f67dd2cb1cc6900269383124844c2b</div><div>] </div><div>[merge conflicts in X.L.Spacing</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20150310182046</div><div> Ignore-this: f0830d6483d30d643e7e182e310ec042</div><div> </div><div> I should have just applied Anton Pirogov March 4 patch.</div><div>] </div><div>[Added messages to adjust the gap dynamically</div><div><a href="mailto:anton.pirogov@gmail.com">anton.pirogov@gmail.com</a>**20150304082520</div><div> Ignore-this: 52b590c820db765796de41f38fffdf3c</div><div>] </div><div>[X.L.Spacing needs -XPatternGuards now</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20150310181248</div><div> Ignore-this: d6b2b76fddbd9ad066e7cb39933f055a</div><div>] </div><div>[add ConfirmPrompt (Antoine Beaupré)</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20150310181036</div><div> Ignore-this: 65d74f05e82c66a3ff4f021d19ceb626</div><div>] </div><div>[Added messages to adjust the gap dynamically</div><div><a href="mailto:anton.pirogov@gmail.com">anton.pirogov@gmail.com</a>**20150303210143</div><div> Ignore-this: 891ca1ccca183d6af8e4aa4bf6d843fb</div><div>] </div><div>[add another extension to actually fix the build with ghc-7.10-RC1</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20150124111939</div><div> Ignore-this: 26d6f1b4cb6d573ccf49e6baeca853e4</div><div>] </div><div>[BinarySpacePartition downstream changes </div><div><a href="mailto:benweitzman@gmail.com">benweitzman@gmail.com</a>**20141110202259</div><div> Ignore-this: 42ecc2b07388ba0c7b3eac980256c17b</div><div> Pulled in changes from my repo for this layout on github (<a href="https://github.com/benweitzman/BinarySpacePartition">https://github.com/benweitzman/BinarySpacePartition</a>)</div><div> Includes a new mode for resizing windows in a more intuitive way, also contains a bug fix that was preventing users from</div><div> resiving a window up.</div><div> </div><div> Includes changes from github users egasimus (Adam Avramov) and SolitaryCipher (Nick)</div><div> </div><div>] </div><div>[add XF86AudioMicMute to EZConfig (#582)</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20141222045306</div><div> Ignore-this: 1c91505b303e53b94da624230b3c893c</div><div>] </div><div>[Generalize new workspace addition functions to support arbitrary insertion.</div><div><a href="mailto:nrujac@gmail.com">nrujac@gmail.com</a>**20141219002309</div><div> Ignore-this: 9f8c14b5aa9d398b3f167da0af1a8650</div><div> </div><div> The current DynamicWorkspaces module only supports adding new workspaces</div><div> at the start of the list of workspaces. This means when binding workspaces</div><div> to keys based on the position in the list, key bindings can change </div><div> as workspaces are added in removed in a far more destructive way than</div><div> necessary. Instead, supporting appending and arbitrary insertion allows</div><div> the user to determine where the new workspace should be added.</div><div> </div><div> This patch is a straight generalization of the addHiddenWorkspace' function.</div><div> Rather than always using `(:)` to insert the new workspace into the list</div><div> of workspaces, this patches causes it to use an arbitrary list insertion</div><div> function instead. A few new functions are added to prevent breakage of</div><div> external code while exported functions are left unchanged.</div><div> </div><div> List of new functions:</div><div>   appendWorkspace</div><div>   appendWorkspacePrompt</div><div>   addWorkspaceAt</div><div>   addHiddenWorkspaceAt</div><div> </div><div> Existing functions were modified to call their generalized brethren where possible</div><div> without changing functionality. This patch should not change behavior for any</div><div> existing users of this module.</div><div> </div><div>] </div><div>[address another bitSize/finiteBitSize warning</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20141222033300</div><div> Ignore-this: 549e519d25080c77e605dc983f0d239e</div><div>] </div><div>[X.L.Master: Add FixMaster layout modifier</div><div>Anton Vorontsov <<a href="mailto:anton@enomsg.org">anton@enomsg.org</a>>**20141220011339</div><div> Ignore-this: 82e9736853287f753248af41843ceb6b</div><div> </div><div> This layout modifier is useful for the case if you desire to add a master</div><div> pane that has fixed width (it's fixed even if there is just one window</div><div> opened). Especially nice feature if you don't want to have too wide</div><div> terminal in a master pane.</div><div> </div><div> The layout is implemented as an addition to Master layout, so it reuses</div><div> most of the code.</div><div>] </div><div>[filepath dependency for P.Pass was left out</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20141221214129</div><div> Ignore-this: 98e63d7b17ac6ebabd8a6b081f5194a1</div><div>] </div><div>[remove unused imports</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20140815051234</div><div> Ignore-this: b2e5be31b70e6d31827e76bd8c00d200</div><div>] </div><div>[fix build with ghc-6.12</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20140815051214</div><div> Ignore-this: d4c4da527db6c8affc151dc210631b85</div><div>] </div><div>[use FiniteBitSize with ghc >= 7.8</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20140815051136</div><div> Ignore-this: 90f855fd72406fb3d2640a133d499188</div><div>] </div><div>[Layout.Spacing: Outer window edges now get as much spacing as inner ones</div><div>Felix Crux <<a href="mailto:felixc@felixcrux.com">felixc@felixcrux.com</a>>**20141219223646</div><div> Ignore-this: 61363e97939fe857876c8252ac5f0302</div><div> </div><div> Layout.Spacing applies a customizable amount of space around the outside of each</div><div> window. At window edges where two windows meet, the total distance between them</div><div> is therefore twice the customized value (one space value from each window). At</div><div> the edge of the screen, however, the spacing is only applied once. This results</div><div> in uneven amounts of spacing and differently-sized gaps on the screen.</div><div> </div><div> This patch extends the Spacing layout to include a further gap all around the</div><div> edge of the screen, thus making all spaces around windows equal in size.</div><div> </div><div>] </div><div>[add filepath package dependency needed by Prompt.Pass</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20140909145216</div><div> Ignore-this: 588ec76e7fccb4219361da7024c98db4</div><div> </div><div> filepath comes with ghc, and it's used by xmonad-core anyways</div><div>] </div><div>[X.C.Prime: doc tweaks</div><div>Devin Mullins <<a href="mailto:devin.mullins@gmail.com">devin.mullins@gmail.com</a>>**20141002075939</div><div> Ignore-this: 20d6b829b810f48b5e4b4c161b39b312</div><div>] </div><div>[X.A.Navigation2D: add convenience functions for setting config & keybindings</div><div>Devin Mullins <<a href="mailto:devin.mullins@gmail.com">devin.mullins@gmail.com</a>>**20141002075757</div><div> Ignore-this: ed01137f03a531f73315ed503d1eb6ef</div><div> 1. Added 'additionalNav2DKeys' which adds keybindings for the cartesian product</div><div>    of direction keys and (modifier, action) pairs given.</div><div> 2. Added 'navigation2D' which combines that with 'withNavigation2DConfig'.</div><div> 3. Added 'additionalNav2DKeysP' and 'navigation2DP' which do the same, but use</div><div>    the 'additionalKeysP' syntax.</div><div>] </div><div>[X.C.Prime: doc fixes</div><div>Devin Mullins <<a href="mailto:devinmullins@gmail.com">devinmullins@gmail.com</a>>**20141001075855</div><div> Ignore-this: dbbe00791b04df61dcd595c50333fba</div><div>] </div><div>[X.C.Prime: add 'withScreens' and friends</div><div>Devin Mullins <<a href="mailto:devinmullins@gmail.com">devinmullins@gmail.com</a>>**20141001075250</div><div> Ignore-this: eba37b1ff3da265a4dcc509f538fce4d</div><div> The screen equivalent of 'withWorkspaces' lets you more easily define keys that</div><div> move/swap between screens.</div><div> </div><div> Also, rename wsKeyspecs to wsKeys, and make a couple of doc tweaks.</div><div>] </div><div>[Implement proper handling of dynamically changing hostname</div><div>Anton Vorontsov <<a href="mailto:anton@enomsg.org">anton@enomsg.org</a>>**20140901072158</div><div> Ignore-this: 2aeac6d2161e666d40cda6a09f78b208</div><div> </div><div> The module implements a proper way of finding out whether the window is</div><div> remote or local.</div><div> </div><div> Just checking for a hostname and WM_CLIENT_MACHINE being equal is often</div><div> not enough because the hostname is a changing subject (without any</div><div> established notification mechanisms), and thus WM_CLIENT_MACHINE and the</div><div> hostname can diverge even for a local window.</div><div> </div><div> This module solves the problem. As soon as there is a new window created,</div><div> we check the hostname and WM_CLIENT_MACHINE, and then we cache the result</div><div> into the XMONAD_REMOTE property.</div><div> </div><div> Notice that XMonad itself does not know anything about hostnames, nor does</div><div> it have any dependency on Network.* modules. For this module it is not a</div><div> problem: you can provide a mean to get the hostname through your config</div><div> file (see usage). Or, if you don't like the hassle of handling dynamic</div><div> hostnames (suppose your hostname never changes), it is also fine: this</div><div> module will fallback to using environment variables.</div><div>] </div><div>[Add Stoppable layout for power saving</div><div>Anton Vorontsov <<a href="mailto:anton@enomsg.org">anton@enomsg.org</a>>**20140901072141</div><div> Ignore-this: a52805d9f3095cd7af48507847ed2fe3</div><div> </div><div> This module implements a special kind of layout modifier, which when</div><div> applied to a layout, causes xmonad to stop all non-visible processes. In a</div><div> way, this is a sledge-hammer for applications that drain power. For</div><div> example, given a web browser on a stoppable workspace, once the workspace</div><div> is hidden the web browser will be stopped.</div><div> </div><div> Note that the stopped application won't be able to communicate with X11</div><div> clipboard. For this, the module actually stops applications after a</div><div> certain delay, giving a chance for a user to complete copy-paste sequence.</div><div> By default, the delay equals to 15 seconds, it is configurable via</div><div> 'Stoppable' constructor.</div><div> </div><div> The stoppable modifier prepends a mark (by default equals to "Stoppable")</div><div> to the layout description (alternatively, you can choose your own mark and</div><div> use it with 'Stoppable' constructor). The stoppable layout (identified by</div><div> a mark) spans to multiple workspaces, letting you to create groups of</div><div> stoppable workspaces that only stop processes when none of the workspaces</div><div> are visible, and conversely, unfreezing all processes even if one of the</div><div> stoppable workspaces are visible.</div><div> </div><div> To stop the process we use signals, which works for most cases. For</div><div> processes that tinker with signal handling (debuggers), another</div><div> (Linux-centric) approach may be used. See</div><div> <a href="https://www.kernel.org/doc/Documentation/cgroups/freezer-subsystem.txt">https://www.kernel.org/doc/Documentation/cgroups/freezer-subsystem.txt</a></div><div>] </div><div>[X.C.Prime: doc changes</div><div>Devin Mullins <<a href="mailto:devinmullins@gmail.com">devinmullins@gmail.com</a>>**20140925203037</div><div> Ignore-this: 51204c1a9f2e6ed21228d2910417fd21</div><div>] </div><div>[X.C.Prime: add withWorkspaces et al.</div><div>Devin Mullins <<a href="mailto:devinmullins@gmail.com">devinmullins@gmail.com</a>>**20140925203034</div><div> Ignore-this: 65f691270110cc5de13c950d9dcb0c17</div><div> This allows easier configuration of workspaces and their keybindings. Required</div><div> generalizing the 'Prime' type, so lots of other lines changed in rather trivial</div><div> ways.</div><div>] </div><div>[X.C.Prime: add ifThenElse binding</div><div>Devin Mullins <<a href="mailto:devinmullins@gmail.com">devinmullins@gmail.com</a>>**20140924191509</div><div> Ignore-this: ae775c418c27301b9c12d2a233502cec</div><div> This is necessary for if-then-else support in the user's config.</div><div>] </div><div>[X.C.Prime: doc fixes</div><div>Devin Mullins <<a href="mailto:devinmullins@gmail.com">devinmullins@gmail.com</a>>**20140915080601</div><div> Ignore-this: 15e3c445a99d3b2d3a235aa76119797</div><div>] </div><div>[X.C.Prime: fix 'def' hyperlink in doc</div><div>Devin Mullins <<a href="mailto:devinmullins@gmail.com">devinmullins@gmail.com</a>>**20140914075352</div><div> Ignore-this: a1de1d81a5f140ab7d90edbf393e9bda</div><div>] </div><div>[XMonad.Config.Prime, a do-notation for config</div><div>Devin Mullins <<a href="mailto:devinmullins@gmail.com">devinmullins@gmail.com</a>>**20140914064828</div><div> Ignore-this: f7397aa6e6efe5d76acebfa22c567baa</div><div> Note that the use of RebindableSyntax is because of the need to vary the</div><div> layoutHook type throughout the config. The alternative, using the existential</div><div> Layout type, was rejected because it required TemplateHaskell in order to look</div><div> nice, and TemplateHaskell is not portable.</div><div> </div><div> I've tried to make a version of (>>) that also worked on normal monads, but</div><div> have had no luck as of yet. Maybe some intrepid soul can add it later.</div><div>] </div><div>[X.P.Shell: fix doc typo</div><div><a href="mailto:me@twifkak.com">me@twifkak.com</a>**20130317115516</div><div> Ignore-this: bdd385a9142ed039a917d135e76293fe</div><div>] </div><div>[reverse workspaces, so that switching to a dynamic workspace group restores the focus to the screen that was focused at group creation time</div><div><a href="mailto:nwfilardo@gmail.com">nwfilardo@gmail.com</a>**20140913174118</div><div> Ignore-this: b74c02b1892159694827e35122c2d517</div><div>] </div><div>[add filepath dependency, needed by new X.P.Pass module</div><div><a href="mailto:me@twifkak.com">me@twifkak.com</a>**20140913070926</div><div> Ignore-this: fec97086c1e66cf8a036265bd1a970a8</div><div>] </div><div>[add-new-xmonad-prompt-pass</div><div><a href="mailto:eniotna.t@gmail.com">eniotna.t@gmail.com</a>**20140829131928</div><div> Ignore-this: 11e85dfe3d24cef88d8d89f4e7b1ec0b</div><div> This module provides 3 <XMonad.Prompt> to ease passwords manipulation (generate, read, remove):</div><div> </div><div> - one to lookup passwords in the password-storage.</div><div> </div><div> - one to generate a password for a given password label that the user inputs.</div><div> </div><div> - one to delete a stored password for a given password label that the user inputs.</div><div> </div><div> All those prompts benefit from the completion system provided by the module <XMonad.Prompt>.</div><div> </div><div> The password store is setuped through an environment variable PASSWORD_STORE_DIR.</div><div> If this is set, use the content of the variable.</div><div> Otherwise, the password store is located on user's home @$HOME\/.password-store@.</div><div> </div><div> </div><div> Source:</div><div> </div><div> - The password storage implementation is <<a href="http://git.zx2c4.com/password-store">http://git.zx2c4.com/password-store</a> the password-store cli>.</div><div> </div><div> - Inspired from <<a href="http://babushk.in/posts/combining-xmonad-and-pass.html">http://babushk.in/posts/combining-xmonad-and-pass.html</a>></div><div>] </div><div>[use Data.Map instead of Data.Map.Strict to support containers < 0.5</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20140815043141</div><div> Ignore-this: 436d18657d8499f4ce57311e84503d9f</div><div>] </div><div>[config-mate</div><div><a href="mailto:allbery.b@gmail.com">allbery.b@gmail.com</a>**20140803020659</div><div> Ignore-this: d5de258c0a28cd5ba64a59cf37cd480a</div><div> Initial support for the Mate desktop environment (<a href="http://mate-desktop.org">http://mate-desktop.org</a>).</div><div> Based on existing Gnome 2 support, since Mate is a maintained fork of</div><div> Gnome 2.</div><div>] </div><div>[debug-managehook</div><div><a href="mailto:allbery.b@gmail.com">allbery.b@gmail.com</a>**20140803020601</div><div> Ignore-this: 51f9255b496cca79e4a53e274c400ecc</div><div> A set of hooks, and convenience combinators, to help with ManageHook debugging.</div><div> Ordinary users may well want to use debugManageHookOn in normal configs,</div><div> specifying a key sequence which can be pressed before running a command in</div><div> order to capture debug information just for that command's main window.</div><div> </div><div> This is especially useful when trying to diagnose issues such as programs</div><div> that do not play well with SpawnOn, or ManageHook matching on 'title' when</div><div> the program does not set the window title until after it is mapped.</div><div>] </div><div>[debug-debug</div><div><a href="mailto:allbery.b@gmail.com">allbery.b@gmail.com</a>**20140803020530</div><div> Ignore-this: cbb2b1d99293e3a4d02a256c2733aeb0</div><div> Various fixes and enhancements to DebugWindow and DebugStack. ManageDebug</div><div> requires these fixes, but some of them are significant even if not using</div><div> ManageDebug.</div><div>] </div><div>[derive Applicative instances to suppress AMP warning</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20140710163950</div><div> Ignore-this: c2110d07bccc61462c3fbf73c900aaa1</div><div>] </div><div>[clean up cabal file and drop support for base < 3</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20140710013255</div><div> Ignore-this: 76b142e2b114604feac9b8e41cf71ab</div><div>] </div><div>[add-duck-duck-go-search-engine</div><div><a href="mailto:eniotna.t@gmail.com">eniotna.t@gmail.com</a>**20140617174246</div><div> Ignore-this: 29bbfb2d07d9ddf36bf0268a4e255f81</div><div>] </div><div>[XSelection: getSelection: fix connection exhaustion bug (issue #573); include warning</div><div><a href="mailto:gwern@gwern.net">gwern@gwern.net</a>**20140601025019</div><div> Ignore-this: add21190fc07338b243c2241cc746119</div><div>] </div><div>[Fix dbus-send call in XMonad.Config.Gnome</div><div><a href="mailto:md143rbh7f@gmail.com">md143rbh7f@gmail.com</a>**20140129032114</div><div> Ignore-this: ed62458b55c8b34b77f73027eeee1a73</div><div> dbus-send --print-reply=string is invalid, but it was silently ignored until recently:</div><div> <a href="http://cgit.freedesktop.org/dbus/dbus/commit/tools/dbus-send.c?id=c690ee4351f99ed5e629ffcf5f4a2edcd418d103">http://cgit.freedesktop.org/dbus/dbus/commit/tools/dbus-send.c?id=c690ee4351f99ed5e629ffcf5f4a2edcd418d103</a></div><div> I've changed XMonad.Config.Gnome to run --print-reply=literal, since that's what the old behavior was.</div><div>] </div><div>[warning police (unused variables)</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20140505001242</div><div> Ignore-this: a15b4d844b1da4f1f1f9b6095c968705</div><div>] </div><div>[This patch makes the Ssh extension works with **user** arguments in ssh, .e.g ssh admin@localhost.</div><div><a href="mailto:linxray@gmail.com">linxray@gmail.com</a>**20140504091120</div><div> Ignore-this: 297673e11d3049c4f127aac3e172d361</div><div>] </div><div>[remove trailing whitespace in L.BinarySpacePartition</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20140501011943</div><div> Ignore-this: 8dd677978992e0854801b8f254463dc2</div><div>] </div><div>[replace Bound with the equivalent Direction2D</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20140501011540</div><div> Ignore-this: b1f1c256aba07f70918fe1d693c8087b</div><div>] </div><div>[remove unused extension in BSP</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20140501011455</div><div> Ignore-this: a4962486b2aa3980536bff19a537451e</div><div>] </div><div>[Add BinarySpacePartition layout </div><div><a href="mailto:benweitzman@gmail.com">benweitzman@gmail.com</a>**20140430205848</div><div> Ignore-this: a85d1dc51bf54c59ae2bd9d948cc1088</div><div>] </div><div>[X.Actions.DynamicWorkspaceGroups: export new function addRawWSGroup</div><div>Brent Yorgey <<a href="mailto:byorgey@cis.upenn.edu">byorgey@cis.upenn.edu</a>>**20140428142901</div><div> Ignore-this: a487882c9571bf91ff921d6561bb4cc6</div><div>] </div><div>[Remove unneeded context with the IfMax layout instance</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20140422221105</div><div> Ignore-this: 3b8ac316f56df6a84420754db769fb0</div><div> </div><div> Extra constraints on instances are about as useful as -XDataTypeContexts</div><div>] </div><div>[Adding side tabs and replacing TabbarLocation with Direction2D.</div><div><a href="mailto:nrujac@gmail.com">nrujac@gmail.com</a>**20140219200811</div><div> Ignore-this: edabeec973b4e0d61515818367689843</div><div>] </div><div>[warning police</div><div>Daniel Wagner <<a href="mailto:daniel@wagner-home.com">daniel@wagner-home.com</a>>**20140316183747</div><div> Ignore-this: fd16435ccdd3fee8924723cc690cc239</div><div>] </div><div>[New module: XMonad.Util.WindowState</div><div>Dmitry Bogatov <<a href="mailto:KAction@gnu.org">KAction@gnu.org</a>>**20140218100229</div><div> Ignore-this: 14a6fa263c423cd8cca3b2645b3930d7</div><div> </div><div> Save almost arbitary data per window </div><div>] </div><div>[Add side tabs to the tabbed layout.</div><div><a href="mailto:nrujac@gmail.com">nrujac@gmail.com</a>**20140213215247</div><div> Ignore-this: f81bafe9cb75a30ed6bbbe68cf5d66c0</div><div>] </div><div>[SpawnNamedPipe hlint cleanup</div><div><a href="mailto:cwills.dev@gmail.com">cwills.dev@gmail.com</a>**20140202213613</div><div> Ignore-this: dbb68c4c5522026bd108d0158e747b48</div><div>] </div><div>[document and cleanup SpawnNamedPipe</div><div><a href="mailto:cwills.dev@gmail.com">cwills.dev@gmail.com</a>**20140202211000</div><div> Ignore-this: b264278f1f1ab1f18b37245a5ff33136</div><div>] </div><div>[Added SpawnNamedPipe</div><div><a href="mailto:cwills.dev@gmail.com">cwills.dev@gmail.com</a>**20140202143415</div><div> Ignore-this: 87797ffffc8d0fd088482bd0c5baf0e</div><div>] </div><div>[Make commandToComplete in XMonad.Prompt.Shell complete last word</div><div><a href="mailto:md143rbh7f@gmail.com">md143rbh7f@gmail.com</a>**20140130200050</div><div> Ignore-this: b0fe22fdd7b9409835fd0ca069f2e01a</div><div> </div><div> The following change from 2013-02-09 breaks shell completion for me:</div><div>     hunk ./XMonad/Prompt/Shell.hs 65</div><div>     +    commandToComplete _ c = c</div><div> </div><div> It seems to be passing the entire string into compgen in order to get the file completions, but it should only pass the last word. I propose reverting this change. Comments are appreciated.</div><div>] </div><div>[expose and document X.L.IndependentScreens.marshallSort</div><div>Daniel Wagner <<a href="mailto:daniel@wagner-home.com">daniel@wagner-home.com</a>>**20140128212844</div><div> Ignore-this: 90c1437c6ffe1dbd8f4a4ed192097ec</div><div>] </div><div>[ServerMode properly indent</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20131219201440</div><div> Ignore-this: 761b39c3e3c90b6123f068e8b1d34e5d</div><div>] </div><div>[remove ServerMode tabs</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20131219201000</div><div> Ignore-this: f21448c248ec0ac289c309ed964ebcff</div><div>] </div><div>[fix -Wall ServerMode</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20131219181030</div><div> Ignore-this: 708dd5fc60f43dee3d1da085002052f</div><div>] </div><div>[documentation note that ServerMode is similar to wmctrl</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20131219180748</div><div> Ignore-this: 3215bdf1c698c798eca8ed7f62a0f591</div><div>] </div><div>[Generalized XMonad.Hooks.ServerMode</div><div><a href="mailto:polson2@hawk.iit.edu">polson2@hawk.iit.edu</a>**20131216025100</div><div> Ignore-this: e58da3b168a1058f32982833ea25a739</div><div>] </div><div>[IfMax-Layout</div><div>Ilya Portnov <<a href="mailto:portnov84@rambler.ru">portnov84@rambler.ru</a>>**20131201072634</div><div> Ignore-this: dac53f2a0505e740f05fdf03f1db0c21</div><div> This adds a new ("conditional") layout, IfMax, which simply runs one layout, if there are <= N windows, and else runs another layout.</div><div>] </div><div>[fix UrgencyHook and add filterUrgencyHook</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130924224738</div><div> Ignore-this: 3b7c62275701e6758397977c5c09b744</div><div>] </div><div>[export XMonad.Hooks.UrgencyHook.clearUrgency (issue 533)</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130923031349</div><div> Ignore-this: dafe5763d9abcfa606f5c1a8cf5c57d6</div><div>] </div><div>[minor documentation fix: manageDocks doesn't do anything with struts, so don't claim it does</div><div>Daniel Wagner <<a href="mailto:daniel@wagner-home.com">daniel@wagner-home.com</a>>**20130814125106</div><div> Ignore-this: a2610d6c1318ac0977abfc21d1b91632</div><div>] </div><div>[don't pretend to be LG3D in X.C.Dmwit because this confuses modern GTK</div><div>Daniel Wagner <<a href="mailto:daniel@wagner-home.com">daniel@wagner-home.com</a>>**20130813211636</div><div> Ignore-this: 8f728dc1b4bf5e472d99419cc5920e51</div><div>] </div><div>[XMonad.Actions.UpdatePointer: generalise updatePointer</div><div>Liyang HU <<a href="mailto:git@liyang.hu">git@liyang.hu</a>>**20130730071007</div><div> Ignore-this: 3374a62b6c63dcc152dbf843cd0577f0</div><div> </div><div>] </div><div>[XMonad.Actions.UpdatePointer: document TowardsCentre</div><div>Liyang HU <<a href="mailto:git@liyang.hu">git@liyang.hu</a>>**20130730053746</div><div> Ignore-this: 2d684b12e4fff0ebec254bea4a4546a3</div><div> </div><div>] </div><div>[Haddock formatting in H.Minimize</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130723155658</div><div> Ignore-this: 5db3186a51dec58f78954466ded339cb</div><div>] </div><div>[Bump version (and xmonad dependency) to 0.12</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130720205857</div><div> Ignore-this: ce165178ca916223501f266339f1de39</div><div> </div><div> This makes a breakage due to missing patches in core a bit more obvious.</div><div> Previously you would have a build failure regarding some missing identifiers</div><div> (def re-exported by XMonad from Data.Default), while after applying this patch</div><div> it will be clear that xmonad-core needs to be updated.</div><div>] </div><div>[Fix issue 551 by also getting manpath without -g flag.</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130716030536</div><div> Ignore-this: ded2d51eb7b7697c0fdfaa8158d612df</div><div> </div><div> Instead of taking Ondrej's approach of figuring out which man (man-db or</div><div> <a href="http://primates.ximian.com/~flucifredi/man/">http://primates.ximian.com/~flucifredi/man/</a>) is used by the system, just try</div><div> both sets of flags.</div><div>] </div><div>[Escape dzen markup and remove xmobar tags from window titles by default.</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130708144813</div><div> Ignore-this: cf56bff752fbf78ea06d5c0cb755f615</div><div> </div><div> The issue was that window titles, such as those set by, for example a browser,</div><div> could set the window title to display something like</div><div> </div><div>    <action=malicious shell command>normal title</action></div><div> </div><div> Which could be executed by xmobar (or dzen).</div><div> </div><div> This adds a ppTitleSanitize which does the above functions. This way when users</div><div> override ppTitle, the benefits are not lost.</div><div> </div><div> Thanks to Raúl Benencia and Joachim Breitner for bringing this to my attention.</div><div>] </div><div>[DynamicBars-use-ExtensibleState</div><div><a href="mailto:gopsychonauts@gmail.com">gopsychonauts@gmail.com</a>**20130618074755</div><div> Ignore-this: afacba51af2be8ede65b9bcf9b002a7</div><div> </div><div> Hooks.DynamicBars was previously using an MVar and the unsafePerformIO hack (</div><div> <a href="http://www.haskell.org/haskellwiki/Top_level_mutable_state">http://www.haskell.org/haskellwiki/Top_level_mutable_state</a> ) to store bar</div><div> state. Since ExtensibleState exists to solve these sorts of problems, I've</div><div> switched the file over to use unsafePerformIO instead.</div><div> </div><div> Some functions' types had to be changed to allow access to XState, but the</div><div> public API is unchanged.</div><div> </div><div>] </div><div>[Catch exceptions when finding commands on PATH in Prompt.Shell</div><div>Thomas Tuegel <<a href="mailto:ttuegel@gmail.com">ttuegel@gmail.com</a>>**20130616230219</div><div> Ignore-this: 5a4d08c80301864bc14ed784f1054c3f</div><div>] </div><div>[Fix haddock parse error in X.A.LinkWorkspaces</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130528133448</div><div> Ignore-this: 42f05cf8ca9e6d1ffae3bd20666d87ab</div><div>] </div><div>[use Data.Default wherever possible, and deprecate the things it replaces</div><div>Daniel Wagner <<a href="mailto:daniel@wagner-home.com">daniel@wagner-home.com</a>>**20130528013909</div><div> Ignore-this: 898458b1d2868a70dfb09faf473dc7aa</div><div>] </div><div>[eliminate references to defaultConfig</div><div>Daniel Wagner <<a href="mailto:daniel@wagner-home.com">daniel@wagner-home.com</a>>**20130528005825</div><div> Ignore-this: 37ae613e4b943e99c5200915b9d95e58</div><div>] </div><div>[minimal change needed to get xmonad-contrib to build with xmonad's data-default patch</div><div>Daniel Wagner <<a href="mailto:daniel@wagner-home.com">daniel@wagner-home.com</a>>**20130528001040</div><div> Ignore-this: 291e4f6cd74fc2b808062e0369665170</div><div>] </div><div>[Remove unneeded XSync call in Layout.ShowWName</div><div>Francesco Ariis <<a href="mailto:fa-ml@ariis.it">fa-ml@ariis.it</a>>**20130517153341</div><div> Ignore-this: 4d107c680572eff464c8f6ed9fabdd41</div><div>] </div><div>[Remove misleading comment: we definitely don't support ghc-6.6 anymore</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130514215851</div><div> Ignore-this: 2d071cb05709a16763d039222264b426</div><div>] </div><div>[Fix module name in comment of X.L.Fullscreen</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130514215727</div><div> Ignore-this: cb5cf18c301c5daf5e1a2527da1ef6bf</div><div>] </div><div>[Minor update to cabal file (adding modules & maintainership)</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130514215632</div><div> Ignore-this: 82785e02e544e1f797799bed5b5d9be2</div><div>] </div><div>[Remove trailing whitespace in X.A.LinkWorkspaces</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130514215421</div><div> Ignore-this: 5015ab4468e7931876eb66b019af804c</div><div>] </div><div>[Update documentation of LinkWorkspaces Module</div><div><a href="mailto:quesel@informatik.uni-oldenburg.de">quesel@informatik.uni-oldenburg.de</a>**20110328072813</div><div> Ignore-this: da863534931181f551c9c54bc4076c05</div><div>] </div><div>[Added a module for linking workspaces</div><div><a href="mailto:quesel@informatik.uni-oldenburg.de">quesel@informatik.uni-oldenburg.de</a>**20110210165018</div><div> Ignore-this: 1dba2164cc3387409873d33099596d91</div><div> </div><div> This module provides a way to link certain workspaces in a multihead setup.</div><div> That way, when switching to the first one the other heads display the linked</div><div> workspaces.</div><div>] </div><div>[Cache results from calcGap in ManageDocks</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130425155811</div><div> Ignore-this: e5076fdbdfc68bc159424dd4e0f14456</div><div> </div><div> <a href="http://www.haskell.org/pipermail/xmonad/2013-April/013670.html">http://www.haskell.org/pipermail/xmonad/2013-April/013670.html</a></div><div>] </div><div>[Remove unnecessary contexts from L.MultiToggle</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130217163356</div><div> Ignore-this: 6b0e413d8c3a58f62088c32a96c57c51</div><div>] </div><div>[Generalises modWorkspace to take any layout-transforming function</div><div><a href="mailto:gopsychonauts@gmail.com">gopsychonauts@gmail.com</a>**20130501151425</div><div> Ignore-this: 28c7dc1f6216bb1ebdffef5434ccbcbd</div><div> </div><div> modWorkspace already was capable of modifying the layout with an arbitrary</div><div> layout -> layout function, but its original type restricted it such that it</div><div> could only apply a single LayoutModifier; this was often inconvenient, as for</div><div> example it was not possible simply to compose LayoutModifiers for use with</div><div> modWorkspace.</div><div> </div><div> This patch also reimplements onWorkspaces in terms of modWorkspaces, since with</div><div> the latter's less restrictive type this is now possible.</div><div>] </div><div>[since XMonad.Config.Dmwit mentions xmobar, we should include the associated .xmobarrc file</div><div>Daniel Wagner <<a href="mailto:daniel@wagner-home.com">daniel@wagner-home.com</a>>**20130503194055</div><div> Ignore-this: 2f6d7536df81eb767262b79b60eb1b86</div><div>] </div><div>[warning police</div><div>Daniel Wagner <<a href="mailto:daniel@wagner-home.com">daniel@wagner-home.com</a>>**20130502012700</div><div> Ignore-this: ae7412ac77c57492a7ad6c5f8f50b9eb</div><div>] </div><div>[XMonad.Config.Dmwit</div><div>Daniel Wagner <<a href="mailto:daniel@wagner-home.com">daniel@wagner-home.com</a>>**20130502012132</div><div> Ignore-this: 7402161579fd2e191b60a057d955e5ea</div><div>] </div><div>[minor fixes to the haddock markup in X.L.IndependentScreens</div><div>Daniel Wagner <<a href="mailto:daniel@wagner-home.com">daniel@wagner-home.com</a>>**20130411193849</div><div> Ignore-this: b6a139aa43fdb39fc1b86566c0c34c7a</div><div>] </div><div>[add whenCurrentOn to X.L.IndependentScreens</div><div>Daniel Wagner <<a href="mailto:daniel@wagner-home.com">daniel@wagner-home.com</a>>**20130408225251</div><div> Ignore-this: ceea3d391f270abc9ed8e52ce19fb1ac</div><div>] </div><div>[Allow to specify the initial gaps' states in X.L.Gaps</div><div>Paul Fertser <<a href="mailto:fercerpav@gmail.com">fercerpav@gmail.com</a>>**20130222072232</div><div> Ignore-this: 31596d918d0050e36ce3f64f56205a64</div><div>] </div><div>[should bump X11 dependency, too, to make sure we have getAtomName</div><div>Daniel Wagner <<a href="mailto:daniel@wagner-home.com">daniel@wagner-home.com</a>>**20130225180527</div><div> Ignore-this: 260711f27551f18cc66afeb7b4846b9f</div><div>] </div><div>[getAtomName is now defined in the X11 library</div><div>Daniel Wagner <<a href="mailto:daniel@wagner-home.com">daniel@wagner-home.com</a>>**20130225180323</div><div> Ignore-this: 3b9e17c234679e98752a47c37132ee4e</div><div>] </div><div>[Allow to limit maximum row count in X.Prompt completion window</div><div>Paul Fertser <<a href="mailto:fercerpav@gmail.com">fercerpav@gmail.com</a>>**20130221122050</div><div> Ignore-this: 923656f02996f2de2b1336275392c5f9</div><div> </div><div> On a keyboard-less device (such as a smartphone), where one has to use</div><div> an on-screen keyboard, the maximum completion window height must be</div><div> limited to avoid overlapping the keyboard.</div><div>] </div><div>[Note in U.NameActions that xmonad core can list default keys now</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130217233026</div><div> Ignore-this: 937bff636fa88171932d5192fe8e290b</div><div>] </div><div>[Export U.NamedActions.addDescrKeys per evaryont's request.</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130217232619</div><div> Ignore-this: a694a0a3ece70b52fba6e8f688d86344</div><div>] </div><div>[Add EWMH DEMANDS_ATTENTION support to UrgencyHook.</div><div>Maarten de Vries <<a href="mailto:maarten@de-vri.es">maarten@de-vri.es</a>>**20130212181229</div><div> Ignore-this: 5a4b314d137676758fad9ec8f85ce422</div><div> </div><div> Add support for the _NET_WM_STATE_DEMANDS_ATTENTION atom</div><div> by treating it the same way as the WM_HINTS urgency flag.</div><div> </div><div>] </div><div>[Unconditionally set _NET_WORKAREA in ManageDocks</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130117180851</div><div> Ignore-this: 9f57e53fba9573d8a92cf153beb7fe7a</div><div>] </div><div>[spawn command when no completion is available (if alwaysHighlight is True); changes commandToComplete in Prompt/Shell to complete the whole word instead of using getLastWord</div><div><a href="mailto:c.lopez@kmels.net">c.lopez@kmels.net</a>**20130209190456</div><div> Ignore-this: ca7d354bb301b555b64d5e76e31d10e8</div><div>] </div><div>[order-unindexed-ws-last</div><div><a href="mailto:matthewhague@zoho.com">matthewhague@zoho.com</a>**20120703222726</div><div> Ignore-this: 4af8162ee8b16a60e8fd62fbc915d3c0</div><div> </div><div> Changes the WorkspaceCompare module's comparison by index to put workspaces without an index last (rather than first).</div><div>] </div><div>[SpawnOn modification for issue 523</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130114014642</div><div> Ignore-this: 703f7dc0f800366b752f0ec1cecb52e5</div><div> </div><div> This moves the function to help clean up the `Spawner' to the ManageHook</div><div> rather than in functions like spawnOn. Probably it makes no difference, the</div><div> reason is because there's one manageSpawn function but many different so this</div><div> way there are less functions to write.</div><div>] </div><div>[Update L.TrackFloating.useTransient example code</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130112041239</div><div> Ignore-this: e4e31cf1db742778c1d59d52fdbeed7a</div><div> </div><div> Suggest useTransient goes to the right of trackFloating which is the</div><div> configuration actually tested.</div><div>] </div><div>[Adapt ideas of issue 306 patch to a new modifier in L.TrackFloating</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130112035701</div><div> Ignore-this: d54d27b71b97144ef0660f910fd464aa</div><div>] </div><div>[Make X.A.CycleWS not rely on hidden WS order</div><div>Dmitri Iouchtchenko <<a href="mailto:johnnyspoon@gmail.com">johnnyspoon@gmail.com</a>>**20130109023328</div><div> Ignore-this: 8717a154b33253c5df4e9a0ada4c2c3e</div><div>] </div><div>[Add X.H.WorkspaceHistory</div><div>Dmitri Iouchtchenko <<a href="mailto:johnnyspoon@gmail.com">johnnyspoon@gmail.com</a>>**20130109023307</div><div> Ignore-this: c9e7ce33a944facc27481dde52c7cc80</div><div>] </div><div>[Allow removing arbitrary workspaces</div><div>Dmitri Iouchtchenko <<a href="mailto:johnnyspoon@gmail.com">johnnyspoon@gmail.com</a>>**20121231214343</div><div> Ignore-this: 6fce4bd3d0c5337e5122158583138e74</div><div>] </div><div>[Remove first-hidden restriction from X.A.DynamicWorkspaces.removeWorkspace'</div><div>Dmitri Iouchtchenko <<a href="mailto:johnnyspoon@gmail.com">johnnyspoon@gmail.com</a>>**20121231214148</div><div> Ignore-this: 55fb0859e9a5f476a834ecbdb774aac8</div><div>] </div><div>[Add authorspellings file for `darcs show authors'.</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130101040031</div><div> Ignore-this: c3198072ebc6a71d635bec4d8e2c78fd</div><div> </div><div> This authorspellings file includes a couple people who've contributed to xmonad</div><div> (not XMonadContrib). When people have multiple addresses, the most recent one</div><div> has been picked.</div><div>] </div><div>[TAG 0.11</div><div>Adam Vogt <<a href="mailto:vogt.adam@gmail.com">vogt.adam@gmail.com</a>>**20130101014231</div><div> Ignore-this: 57cf32412fd1ce912811cb7fafe930f5</div><div>] </div><div>Patch bundle hash:</div><div>32c2d412973e6f607d786d9b6cd8e801c4c54a6a</div></div><div><br></div><div class="gmail_signature"><div dir="ltr"></div></div>
</div>