diff options
author | John Grafton <john.grafton@runbox.com> | 2022-11-23 07:51:40 +0100 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-11-24 17:03:14 +0100 |
commit | 9253d1d72ab19f596d075f42552af8c5ce552cc7 (patch) | |
tree | a4aa338c2d446ff6f0475ccd74e5cde213ee1994 /UPDATING | |
parent | b390a914547a65cf5863f50b623834c5af0aee1a (diff) | |
download | freebsd-ports-9253d1d72ab19f596d075f42552af8c5ce552cc7.zip |
x11-wm/jwm: Update to 2.4.3
ChangeLog: https://joewing.net/projects/jwm/
New Features
* Mouse bindings are now configurable
* Added key bindings
* Added ~/.config/jwm/jwmrc as the new default location for per-user
configuration
* Maximized windows once again have borders and can be resized
* The placement of window buttons is now configurable
* Restored automatic tray "autohide" functionality using autohide="on"
* Added support for CDATA to the XML parser
* Moved the group and list attributes to the TaskListStyle tag
* Added key bindings to resize a window from a specific corner or side
* Add Type tag to Group
Bug Fixes
* Don't SetDefaultCursor in AddClientToWindow
* Use pango to address font fixes
* Fix for large titles that are centered or right aligned
* Fix tooltip delay
Updated Translations
* Portuguese
* Portuguese Brazil
* Turkish
* Spanish
* Danish
* Lithuanian
Add UPDATING entry due to config changes.
PR: 267931
Reported by: john.grafton@runbox.com (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -5,6 +5,20 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20221123: + AFFECTS: x11-wm/jwm + AUTHOR: fernape@FreeBSD.org + + jwm 2.4 introduces changes in the configuration. To convert an existing v2.3 + configuration file using xsltproc, run: + + cp ~/.jwmrc ~/.jwmrc.old + xsltproc jwm-2.4.xslt ~/.jwmrc.old > ~/.jwmrc + + If you have multiple configuration files, it may be necessary to apply the + XSLT to some or all of them depending on what configuration options are stored + in the file. + 20221017: AFFECTS: archivers/star AUTHOR: fernape@FreeBSD.org |