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

From HaskellWiki
Jump to navigation Jump to search
(Note minor contrib releases)
(note updatepointer changes)
Line 8: Line 8:
   
 
Use of [http://hackage.haskell.org/package/data-default data-default] allows using def where previously you had to write defaultConfig, defaultXPConfig default...
 
Use of [http://hackage.haskell.org/package/data-default data-default] allows using def where previously you had to write defaultConfig, defaultXPConfig default...
  +
  +
  +
= breaking changes =
  +
XMonad.Actions.UpdatePointer change arguments to updatePointer

Revision as of 18:01, 17 October 2013

This page is for keeping a record of significant changes in darcs xmonad and xmonad-contrib since the 0.11 releases (Jan 1, 2013). See darcs changes in the source repositories for the patches and more details covering documentation and bug fixes not noted here.

xmonad-contrib 0.11.1 was a release to address a build falure with X11-1.6.1. 0.11.2 addresses a security where window titles sent on to XMonad.Hooks.DynamicLog could contain <action="command"></action> tags, which potentially are executed by xmobar or dzen.

non-breaking changes

data-default

Use of data-default allows using def where previously you had to write defaultConfig, defaultXPConfig default...


breaking changes

XMonad.Actions.UpdatePointer change arguments to updatePointer