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

From HaskellWiki
Jump to navigation Jump to search
(start stub for 1.0 upgrades)
 
(fixed links)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
This page is for keeping a record of significant changes in darcs <tt>xmonad</tt> and <tt>xmonad-contrib</tt> since the 0.10 releases. See <tt>darcs changes</tt> 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.
 
This page is for keeping a record of significant changes in darcs <tt>xmonad</tt> and <tt>xmonad-contrib</tt> since the 0.10 releases. See <tt>darcs changes</tt> 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 1.0 might like to know.
+
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 ==
  +
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Actions-Navigation2D.html XMonad.Actions.Navigation2D]
  +
  +
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Actions-Launcher.html XMonad.Actions.Launcher]
  +
  +
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Actions-ShowText.html XMonad.Actions.ShowText]
  +
  +
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Actions-Workscreen.html XMonad.Actions.Workscreen]
  +
  +
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-DebugEvents.html XMonad.Hooks.DebugEvents]
  +
  +
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-DynamicBars.html XMonad.Hooks.DynamicBars]
  +
  +
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Hooks-DebugStack.html XMonad.Hooks.DebugStack]
  +
  +
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-OnHost.html XMonad.Layout.OnHost]
  +
  +
[http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Util-DebugWindow.html XMonad.Util.DebugWindow]
  +
  +
== changes to existing modules ==
  +
  +
Some bugfixes, minor features added to various.

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.