summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJohn Grafton <john.grafton@runbox.com>2022-11-23 07:51:40 +0100
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2022-11-24 17:03:14 +0100
commit9253d1d72ab19f596d075f42552af8c5ce552cc7 (patch)
treea4aa338c2d446ff6f0475ccd74e5cde213ee1994 /UPDATING
parentnet/onedrive: Update to 2.4.21 (diff)
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--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 89581b00adc3..8816cb7b9e06 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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