diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-09-04 02:51:47 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-09-04 02:51:47 +0200 |
commit | a17402e82a0f0c6de2284d904a805c02f8f9f81d (patch) | |
tree | 8bec35a783f9f0df220466f2cacd18f230c5a19e /XMonad/Actions | |
parent | e05166432c3265256893eda82dfba0b7eb47c305 (diff) | |
download | XMonadContrib-a17402e82a0f0c6de2284d904a805c02f8f9f81d.tar.gz XMonadContrib-a17402e82a0f0c6de2284d904a805c02f8f9f81d.tar.xz XMonadContrib-a17402e82a0f0c6de2284d904a805c02f8f9f81d.zip |
Mark modules last-modified in 2007 as stable
Ignore-this: 53f7fde5684cd9f105cf4e3ce0d849d2
http://www.haskell.org/pipermail/xmonad/2009-July/008328.html
darcs-hash:20090904005147-1499c-26b69f4359925d57dcbbed2a557fc4b1b69eaca4.gz
Diffstat (limited to 'XMonad/Actions')
-rw-r--r-- | XMonad/Actions/ConstrainedResize.hs | 2 | ||||
-rw-r--r-- | XMonad/Actions/DeManage.hs | 2 | ||||
-rw-r--r-- | XMonad/Actions/DwmPromote.hs | 2 | ||||
-rw-r--r-- | XMonad/Actions/FindEmptyWorkspace.hs | 2 | ||||
-rw-r--r-- | XMonad/Actions/FlexibleManipulate.hs | 2 | ||||
-rw-r--r-- | XMonad/Actions/FloatKeys.hs | 2 | ||||
-rw-r--r-- | XMonad/Actions/FocusNth.hs | 2 | ||||
-rw-r--r-- | XMonad/Actions/NoBorders.hs | 2 | ||||
-rw-r--r-- | XMonad/Actions/RotSlaves.hs | 2 | ||||
-rw-r--r-- | XMonad/Actions/WindowBringer.hs | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/XMonad/Actions/ConstrainedResize.hs b/XMonad/Actions/ConstrainedResize.hs index 8e79ffc..019a29b 100644 --- a/XMonad/Actions/ConstrainedResize.hs +++ b/XMonad/Actions/ConstrainedResize.hs @@ -5,7 +5,7 @@ -- License : BSD3-style (see LICENSE) -- -- Maintainer : <dougal@dougalstanton.net> --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- Lets you constrain the aspect ratio of a floating diff --git a/XMonad/Actions/DeManage.hs b/XMonad/Actions/DeManage.hs index 557fa43..8168989 100644 --- a/XMonad/Actions/DeManage.hs +++ b/XMonad/Actions/DeManage.hs @@ -5,7 +5,7 @@ -- License : BSD3-style (see LICENSE) -- -- Maintainer : Spencer Janssen <spencerjanssen@gmail.com> --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- This module provides a method to cease management of a window diff --git a/XMonad/Actions/DwmPromote.hs b/XMonad/Actions/DwmPromote.hs index 8158c1b..feabb6a 100644 --- a/XMonad/Actions/DwmPromote.hs +++ b/XMonad/Actions/DwmPromote.hs @@ -5,7 +5,7 @@ -- License : BSD3-style (see LICENSE) -- -- Maintainer : arcatan@kapsi.fi --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- Dwm-like swap function for xmonad. diff --git a/XMonad/Actions/FindEmptyWorkspace.hs b/XMonad/Actions/FindEmptyWorkspace.hs index f2c89f4..0b03e40 100644 --- a/XMonad/Actions/FindEmptyWorkspace.hs +++ b/XMonad/Actions/FindEmptyWorkspace.hs @@ -5,7 +5,7 @@ -- License : BSD3-style (see LICENSE) -- -- Maintainer : arcatan@kapsi.fi --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- Find an empty workspace. diff --git a/XMonad/Actions/FlexibleManipulate.hs b/XMonad/Actions/FlexibleManipulate.hs index 0966818..d7b3621 100644 --- a/XMonad/Actions/FlexibleManipulate.hs +++ b/XMonad/Actions/FlexibleManipulate.hs @@ -7,7 +7,7 @@ -- License : BSD3-style (see LICENSE) -- -- Maintainer : <mgsloan@gmail.com> --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- Move and resize floating windows without warping the mouse. diff --git a/XMonad/Actions/FloatKeys.hs b/XMonad/Actions/FloatKeys.hs index c2343bf..6f30cb0 100644 --- a/XMonad/Actions/FloatKeys.hs +++ b/XMonad/Actions/FloatKeys.hs @@ -5,7 +5,7 @@ -- License : BSD -- -- Maintainer : Karsten Schoelzel <kuser@gmx.de> --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- Move and resize floating windows. diff --git a/XMonad/Actions/FocusNth.hs b/XMonad/Actions/FocusNth.hs index fe5bf7a..725a0db 100644 --- a/XMonad/Actions/FocusNth.hs +++ b/XMonad/Actions/FocusNth.hs @@ -5,7 +5,7 @@ -- License : BSD -- -- Maintainer : Karsten Schoelzel <kuser@gmx.de> --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- Focus the nth window of the current workspace. diff --git a/XMonad/Actions/NoBorders.hs b/XMonad/Actions/NoBorders.hs index a30d8b3..6d416ed 100644 --- a/XMonad/Actions/NoBorders.hs +++ b/XMonad/Actions/NoBorders.hs @@ -5,7 +5,7 @@ -- License : BSD3-style (see LICENSE) -- -- Maintainer : Lukas Mai <l.mai@web.de> --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- This module provides helper functions for dealing with window borders. diff --git a/XMonad/Actions/RotSlaves.hs b/XMonad/Actions/RotSlaves.hs index f6a978d..ae82a62 100644 --- a/XMonad/Actions/RotSlaves.hs +++ b/XMonad/Actions/RotSlaves.hs @@ -5,7 +5,7 @@ -- License : BSD3-style (see LICENSE) -- -- Maintainer : Hans Philipp Annen <haphi@gmx.net> --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- Rotate all windows except the master window and keep the focus in diff --git a/XMonad/Actions/WindowBringer.hs b/XMonad/Actions/WindowBringer.hs index 449abab..2f24dad 100644 --- a/XMonad/Actions/WindowBringer.hs +++ b/XMonad/Actions/WindowBringer.hs @@ -5,7 +5,7 @@ -- License : BSD-style (see LICENSE) -- -- Maintainer : Devin Mullins <me@twifkak.com> --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- dmenu operations to bring windows to you, and bring you to windows. |