From 83b94b1616295bf40b3f7f8cb597a03a8443b870 Mon Sep 17 00:00:00 2001 From: David Maciejak Date: Tue, 7 Mar 2023 20:23:38 +0800 Subject: [PATCH] Update news and changelog files --- NEWS | 21 ++++++++++++++++++++- WINGs/ChangeLog | 2 +- WINGs/NEWS | 2 +- wrlib/NEWS | 1 + 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index d65807b6..6567d615 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,25 @@ NEWS for veteran Window Maker users ----------------------------------- --- 0.95.10 +-- 0.96.0 + +Screenshot capture feature +-------------------------- + +In WPrefs "Keyboard Shortcut Preferences" tab, three new actions can +be configured: "Capture a portion of the screen", "Capture a window", +"Capture the entire screen". The file is saved in +~/GNUstep/Library/WindowMaker/Screenshots directory under a filename +format "screenshot_%Y-%m-%d_at_%H:%M:%S" followed by the extension. +Which can be png or jpg based on WRaster dependencies. + + +Support for _NET_WM_FULLSCREEN_MONITORS hint +-------------------------------------------- + +That hint allows applications that support it to be set as fullscreen on multiple heads. +It depends on Xinerama extension support. + Keep dock on primary head ------------------------- @@ -10,6 +28,7 @@ To keep the dock on the primary head in a multi-head setup, set the option "KeepDockOnPrimaryHead" in ~/GNUstep/Defaults/WindowMaker to "YES" or click "Keep dock on primary head" under the WPrefs "Expert User Preferences" tab. + -- 0.95.9 Configurable SwitchPanel diff --git a/WINGs/ChangeLog b/WINGs/ChangeLog index 63bef5c6..da17b373 100644 --- a/WINGs/ChangeLog +++ b/WINGs/ChangeLog @@ -1,4 +1,4 @@ -Changes since wmaker 0.95.10: +Changes since wmaker 0.96.0: ............................ - added W_KeycodeToKeysym to replace XKeycodeToKeysym/XkbKeycodeToKeysym calls diff --git a/WINGs/NEWS b/WINGs/NEWS index d3f04063..2d38f7a5 100644 --- a/WINGs/NEWS +++ b/WINGs/NEWS @@ -1,4 +1,4 @@ -** API and ABI modifications since wmaker 0.95.10 +** API and ABI modifications since wmaker 0.96.0 ---------------------------------------------------- ** libWINGs ** diff --git a/wrlib/NEWS b/wrlib/NEWS index a7432d24..88e7236c 100644 --- a/wrlib/NEWS +++ b/wrlib/NEWS @@ -1,5 +1,6 @@ ** API and ABI modifications ---------------------------------------------------- +Since wmaker 0.96.0 Sat 25 Feb 2023