Skip to content

Commit

Permalink
Document MVDT changes; declare authorship
Browse files Browse the repository at this point in the history
  • Loading branch information
LSLeary committed Dec 19, 2022
1 parent 43d39de commit f458ff8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,29 @@

### Breaking Changes

* MVDT:

* The type of `runX` has changed.

* `windows` no longer performs an immediate refresh, but requests one.
That request is handled by `handleRefresh`.

* Deprecated `modifyWindowSet`, `windowBracket`, `windowBracket_` and
`sendMessageWithNoRefresh`.

* Extended `XConf` with a new `internal` field.

* Dropped support for GHC 8.4.

### Enhancements

* MVDT:

* X actions can now be combined without performing spurious refreshes.

* New operations: `norefresh`, `handleRefresh`, `respace`,
`messageWorkspace` and `rendered`.

* Exported `sendRestart` and `sendReplace` from `XMonad.Operations`.

* Exported `buildLaunch` from `XMonad.Main`.
Expand Down
3 changes: 2 additions & 1 deletion xmonad.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ author: Spencer Janssen, Don Stewart, Adam Vogt, David Roundy, Jason
Jens Petersen, Joey Hess, Jonne Ransijn, Josh Holland, Khudyakov Alexey,
Klaus Weidner, Michael G. Sloan, Mikkel Christiansen, Nicolas Dudebout,
Ondřej Súkup, Paul Hebble, Shachaf Ben-Kiki, Siim Põder, Tim McIver,
Trevor Elliott, Wouter Swierstra, Conrad Irwin, Tim Thelion, Tony Zorman
Trevor Elliott, Wouter Swierstra, Conrad Irwin, Tim Thelion, Tony Zorman,
L. S. Leary
maintainer: xmonad@haskell.org
tested-with: GHC == 8.6.5 || == 8.8.4 || == 8.10.7 || == 9.0.2 || == 9.2.5 || == 9.4.3
category: System
Expand Down

0 comments on commit f458ff8

Please sign in to comment.