Difference between revisions of "Xmonad/Notable changes since 0.10"

From HaskellWiki
Jump to navigation Jump to search
m (→‎Core changes: duplicate word removed)
(fixed links)
 
Line 18: Line 18:
   
 
== New modules ==
 
== New modules ==
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Actions-Navigation2D XMonad.Actions.Navigation2D]
+
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Actions-Navigation2D.html XMonad.Actions.Navigation2D]
   
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Actions-Launcher XMonad.Actions.Launcher]
+
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Actions-Launcher.html XMonad.Actions.Launcher]
   
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Actions-ShowText XMonad.Actions.ShowText]
+
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Actions-ShowText.html XMonad.Actions.ShowText]
   
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Actions-Workscreen XMonad.Actions.Workscreen]
+
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Actions-Workscreen.html XMonad.Actions.Workscreen]
   
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-DebugEvents XMonad.Hooks.DebugEvents]
+
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-DebugEvents.html XMonad.Hooks.DebugEvents]
   
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-DynamicBars XMonad.Hooks.DynamicBars]
+
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-DynamicBars.html XMonad.Hooks.DynamicBars]
   
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-DebugStack XMonad.Hooks.DebugStack]
+
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-DebugStack.html XMonad.Hooks.DebugStack]
   
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-OnHost XMonad.Layout.OnHost]
+
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-OnHost.html XMonad.Layout.OnHost]
   
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Util-DebugWindow XMonad.Util.DebugWindow]
+
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Util-DebugWindow.html XMonad.Util.DebugWindow]
   
 
== changes to existing modules ==
 
== changes to existing modules ==

Latest revision as of 01:00, 4 January 2013

This page is for keeping a record of significant changes in darcs xmonad and xmonad-contrib since the 0.10 releases. See darcs changes in the source repositories for the patches and more details covering documentation and bug fixes not noted here. Xmonad 0.10 was released on 18 November 2011.

The idea is to put here a list of things which a user upgrading from 0.10 to 0.11 might like to know.

Required configuration changes

none?

Core changes

Mostly bugfixes:

  • Java focus issue 177 closed
  • implement mod-shift-/ newbie keybinding guide per (issue 182)
  • New configuration option `clickJustFocuses' (issue 225)

Contrib

New modules

XMonad.Actions.Navigation2D

XMonad.Actions.Launcher

XMonad.Actions.ShowText

XMonad.Actions.Workscreen

XMonad.Hooks.DebugEvents

XMonad.Hooks.DynamicBars

XMonad.Hooks.DebugStack

XMonad.Layout.OnHost

XMonad.Util.DebugWindow

changes to existing modules

Some bugfixes, minor features added to various.