From: <dom...@us...> - 2011-01-01 12:14:15
|
Revision: 57 http://fvwm-crystal.svn.sourceforge.net/fvwm-crystal/?rev=57&view=rev Author: dominique_libre Date: 2011-01-01 12:14:09 +0000 (Sat, 01 Jan 2011) Log Message: ----------- Wimdow-Raise-Move-Lover witll focus on a non overlapped window of the current page, if any. Modified Paths: -------------- ChangeLog fvwm/components/functions/Window-Basic Modified: ChangeLog =================================================================== --- ChangeLog 2011-01-01 10:28:10 UTC (rev 56) +++ ChangeLog 2011-01-01 12:14:09 UTC (rev 57) @@ -1,7 +1,8 @@ ChangeLog for FVWM-Crystal Samedi 1 janvier 2011 Dominique Michel - * Wimdow-Raise-Move-Lover witll focus the previous window of the current page, if any. + * Wimdow-Raise-Move-Lover witll focus on a non overlapped window + of the current page, if any. Vendredi 31 décembre 2011 Dominique Michel * Added font support from font preference in FvwmIdent Modified: fvwm/components/functions/Window-Basic =================================================================== --- fvwm/components/functions/Window-Basic 2011-01-01 10:28:10 UTC (rev 56) +++ fvwm/components/functions/Window-Basic 2011-01-01 12:14:09 UTC (rev 57) @@ -47,7 +47,7 @@ + C Raise + M Move + C Lower -+ C Prev (!Iconic, CurrentPage) Focus ++ C All (!Iconic, !Focused, CurrentPage, !Overlapped) Focus # } # { Used in recipes/Amiga for the pager This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |