Re: UPDATE: Spectrwm 2.5.0

2014-03-19 Thread Edd Barrett
On Tue, Mar 18, 2014 at 02:13:37PM -0300, Gonzalo L. R. wrote:
 Comments? Ok?

Sadly the xfce4-terminal bug is still with us. If you set your terminal
app to xfce4-terminal, terminals will always spawn on the first desktop.

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



Re: UPDATE: Spectrwm 2.5.0

2014-03-19 Thread Gonzalo L. R.
You report this upstream or you make me do the hard work? ;)


On Wed, Mar 19, 2014 at 10:33:44AM +, Edd Barrett wrote:
; On Tue, Mar 18, 2014 at 02:13:37PM -0300, Gonzalo L. R. wrote:
;  Comments? Ok?
; 
; Sadly the xfce4-terminal bug is still with us. If you set your terminal
; app to xfce4-terminal, terminals will always spawn on the first desktop.
; 
; -- 
; Best Regards
; Edd Barrett
; 
; http://www.theunixzoo.co.uk
; 

-- 
Sending from my toaster...



Re: UPDATE: Spectrwm 2.5.0

2014-03-19 Thread Edd Barrett
On Wed, Mar 19, 2014 at 11:20:10AM -0300, Gonzalo L. R. wrote:
 You report this upstream or you make me do the hard work? ;)

I mentioned it on IRC, but didn't get a reply.

Can you repro?

- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk



UPDATE: Spectrwm 2.5.0

2014-03-18 Thread Gonzalo L. R.
Hi,

Update for Spectrwm to 2.5.0:

  Fix 'bind[] = ...' not unbinding as expected.
  Fix quirk matching of windows missing WM_CLASS.
  Add new maximize_toggle action.
  Improve support for Extended Window Manager Hints (EWMH).
  Add support for _NET_RESTACK_WINDOW.
  Add support for _NET_DESKTOP_GEOMETRY and _NET_DESKTOP_VIEWPORT.
  Add 'name' configuration option.
  Add support for _NET_WM_DESKTOP client message.
  Add new reorder stack action.
  Add color_focus_maximized and color_unfocus_maximized config options.
  Rename variables that shadow global declarations.
  Deny _NET_ACTIVE_WINDOW ClientMessages with a source type of 'normal'.
  Fix segfault when attempting to set a color on a non-existent screen.
  Add new OBEYAPPFOCUSREQ quirk.
  Fix typo in man page.
  Fix window border colors when moving windows to hidden workspaces.
  Fix floating windows remaining borderless after being fullscreen.
  Ignore EnterNotify when entering from an inferior window.
  Fix text rendering issue in search_win.

Comments? Ok?

Cheers.-

-- 
Sending from my toaster...
Index: Makefile
===
RCS file: /cvs/ports/x11/spectrwm/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile26 Nov 2013 13:53:51 -  1.11
+++ Makefile18 Mar 2014 17:13:44 -
@@ -4,7 +4,7 @@ COMMENT=small tiling window manager
 
 SHARED_LIBS=   swmhack 1.0
 
-DISTNAME=  spectrwm-2.4.0
+DISTNAME=  spectrwm-2.5.0
 EXTRACT_SUFX=  .tgz
 CATEGORIES=x11
 
Index: distinfo
===
RCS file: /cvs/ports/x11/spectrwm/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo26 Nov 2013 13:53:51 -  1.9
+++ distinfo18 Mar 2014 17:13:44 -
@@ -1,2 +1,2 @@
-SHA256 (spectrwm-2.4.0.tgz) = XlMOP2mvFknostBzTc5Fb/lc4YIZbMHgMMl2A5aw2D4=
-SIZE (spectrwm-2.4.0.tgz) = 112193
+SHA256 (spectrwm-2.5.0.tgz) = FKl9+2MHarQR8w0Fi+yGytrVfbeD+lLk6x5zq748HAg=
+SIZE (spectrwm-2.5.0.tgz) = 116520
Index: patches/patch-spectrwm_c
===
RCS file: /cvs/ports/x11/spectrwm/patches/patch-spectrwm_c,v
retrieving revision 1.5
diff -u -p -r1.5 patch-spectrwm_c
--- patches/patch-spectrwm_c5 May 2013 16:09:38 -   1.5
+++ patches/patch-spectrwm_c18 Mar 2014 17:13:44 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-spectrwm_c,v 1.5 2013/05/05 16:09:38 gonzalo Exp $
 spectrwm.c.origMon 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
+--- spectrwm.c.origWed Feb 26 11:45:42 2014
 spectrwm.c Tue Mar 18 13:53:24 2014
+@@ -300,7 +300,7 @@ uint32_t   swm_debug = 0
  #define SWM_CONF_KEYMAPPING   (1)
  
  #ifndef SWM_LIB


Re: UPDATE: Spectrwm 2.5.0

2014-03-18 Thread Fred

On 03/18/14 17:13, Gonzalo L. R. wrote:

Hi,

Update for Spectrwm to 2.5.0:

   Fix 'bind[] = ...' not unbinding as expected.
   Fix quirk matching of windows missing WM_CLASS.
   Add new maximize_toggle action.
   Improve support for Extended Window Manager Hints (EWMH).
   Add support for _NET_RESTACK_WINDOW.
   Add support for _NET_DESKTOP_GEOMETRY and _NET_DESKTOP_VIEWPORT.
   Add 'name' configuration option.
   Add support for _NET_WM_DESKTOP client message.
   Add new reorder stack action.
   Add color_focus_maximized and color_unfocus_maximized config options.
   Rename variables that shadow global declarations.
   Deny _NET_ACTIVE_WINDOW ClientMessages with a source type of 'normal'.
   Fix segfault when attempting to set a color on a non-existent screen.
   Add new OBEYAPPFOCUSREQ quirk.
   Fix typo in man page.
   Fix window border colors when moving windows to hidden workspaces.
   Fix floating windows remaining borderless after being fullscreen.
   Ignore EnterNotify when entering from an inferior window.
   Fix text rendering issue in search_win.

Comments? Ok?

Cheers.-



works fine on amd64 and zaurus.

Thanks

Fred