move change from #284 to the right place

This commit is contained in:
Brent Yorgey 2019-02-13 05:54:03 -06:00
parent 2ce876c330
commit e12c047870

View File

@ -44,15 +44,20 @@
restricting the number of rows of output. restricting the number of rows of output.
* `XMonad.Actions.DynamicProjects` * `XMonad.Actions.DynamicProjects`
Make the input directory read from the prompt in `DynamicProjects` Make the input directory read from the prompt in `DynamicProjects`
absolute wrt the current directory. absolute wrt the current directory.
Before this, the directory set by the prompt was treated like a relative Before this, the directory set by the prompt was treated like a relative
directory. This means that when you switch from a project with directory directory. This means that when you switch from a project with directory
`foo` into a project with directory `bar`, xmonad actually tries to `cd` `foo` into a project with directory `bar`, xmonad actually tries to `cd`
into `foo/bar`, instead of `~/bar` as expected. into `foo/bar`, instead of `~/bar` as expected.
* `XMonad.Actions.DynamicWorkspaceOrder`
Add a version of `withNthWorkspace` that takes a `[WorkspaceId] ->
[WorkspaceId]` transformation to apply over the list of workspace tags
resulting from the dynamic order.
## 0.15 ## 0.15
### Breaking Changes ### Breaking Changes
@ -89,11 +94,6 @@
* `XMonad.Actions.MessageHandling` * `XMonad.Actions.MessageHandling`
Refresh-performing functions updated to better reflect the new `sendMessage`. Refresh-performing functions updated to better reflect the new `sendMessage`.
* `XMonad.Actions.DynamicProjects`
Add a version of `withNthWorkspace` that takes a `[WorkspaceId] ->
[WorkspaceId]` transformation to apply over the list of workspace tags
resulting from the dynamic order.
## 0.14 ## 0.14
### Breaking Changes ### Breaking Changes