From e0ebcab4a79942fddc61eb839af3dab8b89ce175 Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Sat, 17 May 2014 17:25:33 +0200 Subject: [PATCH] News: created section dedicated to the changes related to 0.95.3 --- NEWS | 66 +++++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/NEWS b/NEWS index 53e9f8aa..32d36877 100644 --- a/NEWS +++ b/NEWS @@ -26,37 +26,6 @@ of the screen and also to the corners (top/bottom + left/right). The keyboard shortcuts can be configured with WPrefs. -New application Relaunching functionality ------------------------------------------ - -There are now several ways to launch a new instance of an application with the -same command line that was originally used to start it. - -1. By selecting Launch from the application's window menu. -2. By using the "Launch new instance of application" keyboard shortcut. -3. By clicking the application's appicon with the middle button. -4. By double-clicking the application's appicon while holding Control. - -For example, if you have two xterms open, one started with "xterm" and one -started with "xterm -rv", using the Relaunch functionality on the first xterm -would run "xterm" and using it on the second would run "xterm -rv". Thus -Relaunching can also be thought of as "cloning" an application. - -Application Relaunching works by examining the window's WM_COMMAND property and -so will not work if it is not set. - -Options to limit the window/menu title height ---------------------------------------------- - -You can now set the minimum and maximum titlebar heights. -For example, to force all titlebars to 24 pixels execute -the following commands: - -$ wdwrite WindowMaker WindowTitleMinHeight 24 -$ wdwrite WindowMaker WindowTitleMaxHeight 24 -$ wdwrite WindowMaker MenuTitleMinHeight 24 -$ wdwrite WindowMaker MenuTitleMaxHeight 24 - Options to configure window/menu borders ---------------------------------------- @@ -110,6 +79,41 @@ or similar shortcut to open the panel without switching to a new window. $ wdwrite WindowMaker SwitchPanelOnlyOpen YES +--- 0.95.3 + +New application Relaunching functionality +----------------------------------------- + +There are now several ways to launch a new instance of an application with the +same command line that was originally used to start it. + +1. By selecting Launch from the application's window menu. +2. By using the "Launch new instance of application" keyboard shortcut. +3. By clicking the application's appicon with the middle button. +4. By double-clicking the application's appicon while holding Control. + +For example, if you have two xterms open, one started with "xterm" and one +started with "xterm -rv", using the Relaunch functionality on the first xterm +would run "xterm" and using it on the second would run "xterm -rv". Thus +Relaunching can also be thought of as "cloning" an application. + +Application Relaunching works by examining the window's WM_COMMAND property and +so will not work if it is not set. + + +Options to limit the window/menu title height +--------------------------------------------- + +You can now set the minimum and maximum titlebar heights. +For example, to force all titlebars to 24 pixels execute +the following commands: + +$ wdwrite WindowMaker WindowTitleMinHeight 24 +$ wdwrite WindowMaker WindowTitleMaxHeight 24 +$ wdwrite WindowMaker MenuTitleMinHeight 24 +$ wdwrite WindowMaker MenuTitleMaxHeight 24 + + --- 0.95.2 New Resizing functionality -- 2.11.4.GIT