sawfish r4318 - in trunk: . lisp/sawfish/wm/gnome man



Author: chrisb
Date: Thu Dec 18 17:30:39 2008
New Revision: 4318
URL: http://svn.gnome.org/viewvc/sawfish?rev=4318&view=rev

Log:
add gnome-menu to sawfish-menu
updated NEWS


Modified:
   trunk/ChangeLog
   trunk/lisp/sawfish/wm/gnome/integration.jl
   trunk/man/news.texi

Modified: trunk/lisp/sawfish/wm/gnome/integration.jl
==============================================================================
--- trunk/lisp/sawfish/wm/gnome/integration.jl	(original)
+++ trunk/lisp/sawfish/wm/gnome/integration.jl	Thu Dec 18 17:30:39 2008
@@ -24,7 +24,7 @@
     (open rep
 	  sawfish.wm.state.gnome
 ;; FIXME: add support for GNOME 2 applications
-;;	  sawfish.wm.gnome.menus
+	  sawfish.wm.gnome.menus
 	  sawfish.wm.menus
 	  sawfish.wm.custom
 	  sawfish.wm.commands.help
@@ -41,8 +41,8 @@
     (when quit
       (setq root-menu (delq quit root-menu)))
     ;; FIXME: until GNOME 2 applications are supported
-    (when programs
-      (setq root-menu (delq programs root-menu)))
+;;    (when programs
+;;      (setq root-menu (delq programs root-menu)))
     (when (null (last root-menu))
       (setq root-menu (delq (last root-menu) root-menu))))
 

Modified: trunk/man/news.texi
==============================================================================
--- trunk/man/news.texi	(original)
+++ trunk/man/news.texi	Thu Dec 18 17:30:39 2008
@@ -44,6 +44,8 @@
 @item Add a new hook: "before-slide-hook" by Andrea Vettorello
 
 @item Expose all smart placement-modes, "Best-Fit", "Best-Fit-Group", "First-Fit-Or-Interactively" by Christopher Bratusek
+
+ item Better GNOME Integration by Christian Marillat
 @end itemize
 
 @item Bugfixes:



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