From: <dom...@us...> - 2011-01-29 20:14:04
|
Revision: 62 http://fvwm-crystal.svn.sourceforge.net/fvwm-crystal/?rev=62&view=rev Author: dominique_libre Date: 2011-01-29 20:13:58 +0000 (Sat, 29 Jan 2011) Log Message: ----------- Added support for specific elements of the Amiga Recipe into EWMH-BaseStruts Modified Paths: -------------- ChangeLog fvwm/components/functions/EWMH-BaseStruts Modified: ChangeLog =================================================================== --- ChangeLog 2011-01-29 20:09:44 UTC (rev 61) +++ ChangeLog 2011-01-29 20:13:58 UTC (rev 62) @@ -7,7 +7,9 @@ * Updated About dialog * Developper menu: replaced man system doc browser by support for info browser via emacs, pinfo or tkinfo + * Added support for specific elements of the Amiga Recipe into EWMH-BaseStruts + Samedi 1 janvier 2011 Dominique Michel * Wimdow-Raise-Move-Lover witll focus on a non overlapped window of the current page, if any. Modified: fvwm/components/functions/EWMH-BaseStruts =================================================================== --- fvwm/components/functions/EWMH-BaseStruts 2011-01-29 20:09:44 UTC (rev 61) +++ fvwm/components/functions/EWMH-BaseStruts 2011-01-29 20:13:58 UTC (rev 62) @@ -77,6 +77,7 @@ + I All (FvwmPager) Iconify false + I All (FvwmButtons-TopPanel) Iconify false Test (EnvMatch Fvwm_Crystal_Recipe *Amiga*) + I All (FvwmButtons-TopPanelMenu) Iconify false +Test (EnvMatch Fvwm_Crystal_Recipe *Amiga*) + I All (FvwmButtons-Bottom*) Iconify false + I All (FvwmButtons-Pager) Iconify false + I All (FvwmButtons-BottomButton) Iconify false + I All (FvwmButtons-Musi*) Iconify false @@ -94,6 +95,7 @@ + I All (FvwmPager) Iconify true + I All (FvwmButtons-TopPanel) Iconify true Test (EnvMatch Fvwm_Crystal_Recipe *Amiga*) + I All (FvwmButtons-TopPanelMenu) Iconify true +Test (EnvMatch Fvwm_Crystal_Recipe *Amiga*) + I All (FvwmButtons-Bottom*) Iconify true + I All (FvwmButtons-Pager) Iconify true + I All (FvwmButtons-BottomButton) Iconify true + I All (FvwmButtons-Musi*) Iconify true This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |