Re: 1.8.0 RC1 at 22nd Dec



On Sat, 11 Dec 2010 19:39:49 +0100, Christopher Roy Bratusek wrote:
> I just wanted to inform you, that I'm planing to release Sawfish 1.8.0 RC1 at 
> 22nd Dec. If there's anything left (except docs & Co.) you want to see, leave 
> a note.

The window group issue in tabgroup has to be fixed. Currently I apply
this poor 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
------------------
tab-group-sticky does nothing here. The true fix is explained in my
message on 27 Nov. It will be straighforward, especially you don't
have to understand theme / frame parts.

Fortunately I don't have any other important todo item right now
(except offline business), and I can do it. I can't promise when it'll
be though.

I don't feel like releasing an RC / beta now. (Can it be called beta
if it comes with a known bug?) What do you think?

Teika (Teika kazura)



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