mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
CHANGES: Mention deprecations and removals
This reflects the changes made in the following previous commits: - f02b3a98691d4c51bd8ea2171d6a7ce9a94064a3 - 3bf9d80c40b9ec8f2900fe9fffa4fc17627b5b0d - 4a8bd762afd5c25df716d1e66201490761bddb70 - d28c0a242517e12eb6958d3ed27e5c2d94bbb16f - 6f49a9394f542a54fc70c82c0705df68bf5ed5eb - 287b8bf95f0400b382a238b07e37c414d564a7c4 - d8a23d47bfbcb88678e7fe8b5d7af708aecf6024 - 16701c2df2990f92a9ffbb13e8532ce7e3f4d9e1 - 6ab4d9c0bc1256f8d4892afcee97cce3b1b76890
This commit is contained in:
parent
f02b3a9869
commit
1e3b49f064
44
CHANGES.md
44
CHANGES.md
@ -4,10 +4,52 @@
|
|||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
||||||
* `XMonad.Util.NamedScratchpad`:
|
* `XMonad.Util.NamedScratchpad`:
|
||||||
|
|
||||||
- Deprecated the module; use `XMonad.Util.NamedScratchpad` instead.
|
- Deprecated the module; use `XMonad.Util.NamedScratchpad` instead.
|
||||||
|
|
||||||
|
* `XMonad.Actions.Navigation2D`
|
||||||
|
|
||||||
|
- Removed deprecated function `hybridNavigation`.
|
||||||
|
|
||||||
|
* `XMonad.Layout.Spacing`
|
||||||
|
|
||||||
|
- Removed deprecated functions `SpacingWithEdge`, `SmartSpacing`,
|
||||||
|
`SmartSpacingWithEdge`, `ModifySpacing`, `setSpacing`, and
|
||||||
|
`incSpacing`.
|
||||||
|
|
||||||
|
* `XMonad.Actions.MessageFeedback`
|
||||||
|
|
||||||
|
- Removed deprecated functions `send`, `sendSM`, `sendSM`_,
|
||||||
|
`tryInOrder`, `tryInOrder`_, `tryMessage`, and `tryMessage`_.
|
||||||
|
|
||||||
|
* `XMonad.Prompt.Window`
|
||||||
|
|
||||||
|
- Removed deprecated functions `windowPromptGoto`,
|
||||||
|
`windowPromptBring`, and `windowPromptBringCopy`.
|
||||||
|
|
||||||
|
* `XMonad.Hooks.ICCCMFocus`
|
||||||
|
|
||||||
|
- Removed deprecated module. This was merged into xmonad.
|
||||||
|
|
||||||
|
* `XMonad.Layout.LayoutBuilderP`
|
||||||
|
|
||||||
|
- Removed deprecated module; use `XMonad.Layout.LayoutBuilder`
|
||||||
|
instead.
|
||||||
|
|
||||||
|
* `XMonad.Hooks.RestoreMinimized`
|
||||||
|
|
||||||
|
- Removed deprecated module; use `XMonad.Hooks.Minimize` instead.
|
||||||
|
|
||||||
|
* `XMonad.Layout.Named`
|
||||||
|
|
||||||
|
- Deprecated the entire module, use `XMonad.Layout.Renamed` instead.
|
||||||
|
|
||||||
|
* `XMonad.Actions.SinkAll`
|
||||||
|
|
||||||
|
- Deprecated the entire module, use `XMonad.Actions.WithAll`
|
||||||
|
instead.
|
||||||
|
|
||||||
### New Modules
|
### New Modules
|
||||||
|
|
||||||
### Bug Fixes and Minor Changes
|
### Bug Fixes and Minor Changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user