CHANGES: Inline links

Seems somewhat likely that "on the website", "this PR" and "priorities"
may be used again in a different context…
This commit is contained in:
Tomas Janousek
2024-10-17 17:45:23 +01:00
parent f97ce867ac
commit 60fc830e2e

View File

@@ -430,7 +430,8 @@
* `XMonad.Config.{Arossato,Dmwit,Droundy,Monad,Prime,Saegesser,Sjanssen}` * `XMonad.Config.{Arossato,Dmwit,Droundy,Monad,Prime,Saegesser,Sjanssen}`
- Deprecated all of these modules. The user-specific configuration - Deprecated all of these modules. The user-specific configuration
modules may still be found [on the website]. modules may still be found [on the
website](https://xmonad.org/configurations.html)
* `XMonad.Util.NamedScratchpad` * `XMonad.Util.NamedScratchpad`
@@ -451,8 +452,6 @@
- Deprecated `urgencyConfig`; use `def` from the new `Default` - Deprecated `urgencyConfig`; use `def` from the new `Default`
instance of `UrgencyConfig` instead. instance of `UrgencyConfig` instead.
[on the website]: https://xmonad.org/configurations.html
### New Modules ### New Modules
* `XMonad.Actions.PerLayoutKeys` * `XMonad.Actions.PerLayoutKeys`
@@ -527,7 +526,8 @@
`todo +d 12 02 2024` work. `todo +d 12 02 2024` work.
- Added the ability to specify alphabetic (`#A`, `#B`, and `#C`) - Added the ability to specify alphabetic (`#A`, `#B`, and `#C`)
[priorities] at the end of the input note. [priorities](https://orgmode.org/manual/Priorities.html) at the end of
the input note.
* `XMonad.Prompt.Unicode` * `XMonad.Prompt.Unicode`
@@ -621,7 +621,8 @@
- Modified `mkAbsolutePath` to support a leading environment variable, so - Modified `mkAbsolutePath` to support a leading environment variable, so
things like `$HOME/NOTES` work. If you want more general environment things like `$HOME/NOTES` work. If you want more general environment
variable support, comment on [this PR]. variable support, comment on [this
PR](https://github.com/xmonad/xmonad-contrib/pull/744)
* `XMonad.Util.XUtils` * `XMonad.Util.XUtils`
@@ -660,9 +661,6 @@
- Added a `Default` instance for `UrgencyConfig` and `DzenUrgencyHook`. - Added a `Default` instance for `UrgencyConfig` and `DzenUrgencyHook`.
[this PR]: https://github.com/xmonad/xmonad-contrib/pull/744
[priorities]: https://orgmode.org/manual/Priorities.html
### Other changes ### Other changes
* Migrated the sample build scripts from the deprecated `xmonad-testing` repo to * Migrated the sample build scripts from the deprecated `xmonad-testing` repo to
@@ -2188,8 +2186,8 @@
* `XMonad.Prompt.Pass` * `XMonad.Prompt.Pass`
This module provides 3 `XMonad.Prompt`s to ease passwords This module provides 3 `XMonad.Prompt`s to ease passwords manipulation
manipulation (generate, read, remove) via [pass][]. (generate, read, remove) via [pass](http://www.passwordstore.org/).
* `XMonad.Util.RemoteWindows` * `XMonad.Util.RemoteWindows`
@@ -2265,5 +2263,3 @@
## See Also ## See Also
<https://wiki.haskell.org/Xmonad/Notable_changes_since_0.8> <https://wiki.haskell.org/Xmonad/Notable_changes_since_0.8>
[pass]: http://www.passwordstore.org/