anyone? :)

----- Forwarded message from "Gonzalo L. R." <[email protected]> -----

From: "Gonzalo L. R." <[email protected]>
To: [email protected]
Date: Tue, 30 Apr 2013 09:51:51 -0300
Subject: UPDATE: Spectrwm-2.3.0

Hi,

Update for Spectrwm to 2.3.0:

* Added ability to move/resize floating windows beyond region 
boundaries.
* Added 'soft boundary' behavior to region boundaries.  When moving a 
window past the region boundary, the window will 'snap' to the region 
boundary if it is less than boundary_width distance beyond the edge.
* Added new boundary_width configuration option. Disable the 'soft 
boundary' behavior by setting this option to 0.
* Added ability to set tile_gap to negative values.  This makes it 
possible for tiled windows to overlap.  Set to the opposite of 
border_width to collapse borders.
* Fixed floating window stacking order issue on multiple-region setups.
* Fixed crash on maprequest when WM_CLASS name and/or instance isn't 
set.
* Fixed positioning issue on flipped layouts with a multi-column/row 
stack.
* Fixed focus when switching to an inactive workspace with a new window.

Tested on amd64.

Comments? Ok?


Cheers.-

-- 
Sending from my iFart...

Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/spectrwm/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile    5 Apr 2013 16:32:01 -0000       1.8
+++ Makefile    30 Apr 2013 12:50:56 -0000
@@ -4,7 +4,7 @@ COMMENT=                small tiling window manager
 
 SHARED_LIBS=           swmhack 1.0
 
-DISTNAME=              spectrwm-2.2.0
+DISTNAME=              spectrwm-2.3.0
 EXTRACT_SUFX=          .tgz
 CATEGORIES=            x11
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/spectrwm/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    5 Apr 2013 16:32:02 -0000       1.7
+++ distinfo    30 Apr 2013 12:50:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (spectrwm-2.2.0.tgz) = n8QQBTAAW22XwbL+geeNC/EEJezVfyxSPbazboPasQM=
-SIZE (spectrwm-2.2.0.tgz) = 107382
+SHA256 (spectrwm-2.3.0.tgz) = m4kC6hZ/hXCsyu0+AW68a3w7gXeSjS5NV/S0iO6XGZ8=
+SIZE (spectrwm-2.3.0.tgz) = 109384
Index: patches/patch-spectrwm_c
===================================================================
RCS file: /cvs/ports/x11/spectrwm/patches/patch-spectrwm_c,v
retrieving revision 1.4
diff -u -p -r1.4 patch-spectrwm_c
--- patches/patch-spectrwm_c    4 Dec 2012 16:39:54 -0000       1.4
+++ patches/patch-spectrwm_c    30 Apr 2013 12:50:56 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-spectrwm_c,v 1.4 2012/12/04 16:39:54 gonzalo Exp $
---- spectrwm.c.orig    Wed Nov 28 11:02:13 2012
-+++ spectrwm.c Wed Nov 28 11:36:23 2012
-@@ -261,7 +261,7 @@ u_int32_t          swm_debug = 0
+--- spectrwm.c.orig    Mon Apr 29 16:55:59 2013
++++ spectrwm.c Tue Apr 30 09:47:57 2013
+@@ -271,7 +271,7 @@ u_int32_t          swm_debug = 0
  #define SWM_CONF_KEYMAPPING   (1)
  
  #ifndef SWM_LIB


----- End forwarded message -----

-- 
Sending from my iFart...

Reply via email to