aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2009-09-04 02:51:47 +0200
committerAdam Vogt <vogt.adam@gmail.com>2009-09-04 02:51:47 +0200
commita17402e82a0f0c6de2284d904a805c02f8f9f81d (patch)
tree8bec35a783f9f0df220466f2cacd18f230c5a19e
parente05166432c3265256893eda82dfba0b7eb47c305 (diff)
downloadXMonadContrib-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
-rw-r--r--XMonad/Actions/ConstrainedResize.hs2
-rw-r--r--XMonad/Actions/DeManage.hs2
-rw-r--r--XMonad/Actions/DwmPromote.hs2
-rw-r--r--XMonad/Actions/FindEmptyWorkspace.hs2
-rw-r--r--XMonad/Actions/FlexibleManipulate.hs2
-rw-r--r--XMonad/Actions/FloatKeys.hs2
-rw-r--r--XMonad/Actions/FocusNth.hs2
-rw-r--r--XMonad/Actions/NoBorders.hs2
-rw-r--r--XMonad/Actions/RotSlaves.hs2
-rw-r--r--XMonad/Actions/WindowBringer.hs2
-rw-r--r--XMonad/Layout/Accordion.hs2
-rw-r--r--XMonad/Prompt/AppendFile.hs2
-rw-r--r--XMonad/Prompt/Email.hs2
-rw-r--r--XMonad/Prompt/Input.hs2
-rw-r--r--XMonad/Util/Dzen.hs2
15 files changed, 15 insertions, 15 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.
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 : <byorgey@gmail.com>
--- 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 : <byorgey@gmail.com>
--- 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 : <byorgey@gmail.com>
--- 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.