From a17402e82a0f0c6de2284d904a805c02f8f9f81d Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Fri, 4 Sep 2009 02:51:47 +0200 Subject: 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 --- XMonad/Actions/ConstrainedResize.hs | 2 +- XMonad/Actions/DeManage.hs | 2 +- XMonad/Actions/DwmPromote.hs | 2 +- XMonad/Actions/FindEmptyWorkspace.hs | 2 +- XMonad/Actions/FlexibleManipulate.hs | 2 +- XMonad/Actions/FloatKeys.hs | 2 +- XMonad/Actions/FocusNth.hs | 2 +- XMonad/Actions/NoBorders.hs | 2 +- XMonad/Actions/RotSlaves.hs | 2 +- XMonad/Actions/WindowBringer.hs | 2 +- XMonad/Layout/Accordion.hs | 2 +- XMonad/Prompt/AppendFile.hs | 2 +- XMonad/Prompt/Email.hs | 2 +- XMonad/Prompt/Input.hs | 2 +- XMonad/Util/Dzen.hs | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'XMonad') 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 : --- 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 --- 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 : --- 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 --- 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 --- 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 --- 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 --- 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 --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- dmenu operations to bring windows to you, and bring you to windows. diff --git a/XMonad/Layout/Accordion.hs b/XMonad/Layout/Accordion.hs index 2eda320..0516b4a 100644 --- a/XMonad/Layout/Accordion.hs +++ b/XMonad/Layout/Accordion.hs @@ -7,7 +7,7 @@ -- License : BSD -- -- Maintainer : glasser@mit.edu --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- LayoutClass that puts non-focused windows in ribbons at the top and bottom diff --git a/XMonad/Prompt/AppendFile.hs b/XMonad/Prompt/AppendFile.hs index 9493d15..e5ffb5d 100644 --- a/XMonad/Prompt/AppendFile.hs +++ b/XMonad/Prompt/AppendFile.hs @@ -5,7 +5,7 @@ -- License : BSD-style (see LICENSE) -- -- Maintainer : --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- A prompt for appending a single line of text to a file. Useful for diff --git a/XMonad/Prompt/Email.hs b/XMonad/Prompt/Email.hs index 7468c9f..f635b34 100644 --- a/XMonad/Prompt/Email.hs +++ b/XMonad/Prompt/Email.hs @@ -5,7 +5,7 @@ -- License : BSD-style (see LICENSE) -- -- Maintainer : --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- A prompt for sending quick, one-line emails, via the standard GNU diff --git a/XMonad/Prompt/Input.hs b/XMonad/Prompt/Input.hs index 27a0a56..e2d76a8 100644 --- a/XMonad/Prompt/Input.hs +++ b/XMonad/Prompt/Input.hs @@ -5,7 +5,7 @@ -- License : BSD-style (see LICENSE) -- -- Maintainer : --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- A generic framework for prompting the user for input and passing it diff --git a/XMonad/Util/Dzen.hs b/XMonad/Util/Dzen.hs index 09099e6..617e785 100644 --- a/XMonad/Util/Dzen.hs +++ b/XMonad/Util/Dzen.hs @@ -5,7 +5,7 @@ -- License : BSD -- -- Maintainer : glasser@mit.edu --- Stability : unstable +-- Stability : stable -- Portability : unportable -- -- Handy wrapper for dzen. Requires dzen >= 0.2.4. -- cgit v1.2.3