From e8843b3fed0cfbd6965cc55172089cb1b07d5341 Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Sat, 28 Sep 2013 13:57:56 +0100 Subject: [PATCH] Add some information in the NEWS file --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/NEWS b/NEWS index 499c3c0b..53e9f8aa 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,28 @@ NEWS for veteran Window Maker users --- 0.95.X +Support for generated menus in proplist format +---------------------------------------------- + +The root menu now supports a OPEN_PLMENU option to construct a submenu from +the output of a command which is proplist format. This can be used e.g. in +conjunction with wmmenugen like: + +( + "Generated PL Submenu", OPEN_PLMENU, + "|| find /usr/share/applications -type f -name '*desktop' | xargs wmmenugen -parser:xdg" +) + + +New window placements +--------------------- + +Now it is possible to maximize windows to the top/bottom halves +of the screen and also to the corners (top/bottom + left/right). + +The keyboard shortcuts can be configured with WPrefs. + + New application Relaunching functionality -----------------------------------------