Re: 1.8.0 RC1 at 22nd Dec



On Fri, 17 Dec 2010 21:22:16 +0100, Christopher Roy Bratusek wrote:
> Well from the point of "known bug" no one could ever release anything ;)
It doesn't hold for a regression, does it? (Yeah, Sawfish does have many
bugs. ;)

> Personally I feel fine releasing it as RC

Then you can use this:
This RC has a following bug which will be fixed in the 1.8.0 release.
* When you toggle stickiness of a window, *all* windows in the same
  group become (un)sticky, too. For example, all emacs windows belong
  to the same group. You can fix it with the following patch:
------------------------------------------------------------------------
--- tabgroup.jl~        2010-11-24 22:00:18.958618837 +0900
+++ tabgroup.jl 2010-11-24 22:01:10.974628637 +0900
@@ -279,10 +279,7 @@
              (lambda (w) (eq w win))
              (tab-group-window-list (tab-find-window win)))) )
 
-  (define (tab-group-sticky w)
-    (if (and nil (window-get w 'sticky))
-        (make-group-sticky w)
-      (make-group-unsticky w)))
+  (define (tab-group-sticky w))
 
   (unless batch-mode
     (add-hook 'window-state-change-hook
--- tabgroup.jl~        2010-11-24 22:00:18.958618837 +0900
+++ tabgroup.jl 2010-11-24 22:01:10.974628637 +0900
@@ -279,10 +279,7 @@
              (lambda (w) (eq w win))
              (tab-group-window-list (tab-find-window win)))) )
 
-  (define (tab-group-sticky w)
-    (if (and nil (window-get w 'sticky))
-        (make-group-sticky w)
-      (make-group-unsticky w)))
+  (define (tab-group-sticky w))
 
   (unless batch-mode
     (add-hook 'window-state-change-hook
------------------------------------------------------------------------

Regards,
Teika (Teika kazura)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]