From: <dom...@us...> - 2013-06-07 22:59:01
|
Revision: 506 http://sourceforge.net/p/fvwm-crystal/code/506 Author: dominique_libre Date: 2013-06-07 22:58:58 +0000 (Fri, 07 Jun 2013) Log Message: ----------- updated NEWS Modified Paths: -------------- ChangeLog NEWS fvwm/components/functions/EdgeScroll-Toggle Modified: ChangeLog =================================================================== --- ChangeLog 2013-06-06 19:53:21 UTC (rev 505) +++ ChangeLog 2013-06-07 22:58:58 UTC (rev 506) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +Vendredi 7 juin 2013 Dominique Michel + Updated NEWS + Jeudi 6 juin 2013 Dominique Michel functions/Mixer; bindings/Multimedia*: added toggle mute/pause function and bindings Modified: NEWS =================================================================== --- NEWS 2013-06-06 19:53:21 UTC (rev 505) +++ NEWS 2013-06-07 22:58:58 UTC (rev 506) @@ -1,3 +1,28 @@ +Version 3.2.1 +------------- + +This release is a bug fixes release which stabilize the installation +process with different prefix, make FVWM-Crystal to be more robust +and consistant. + +Howher, there are a few new features: +- The preferences doesn't use a restart anymore. + +- Added ac3, flv and ts file formats to the playlist generation. + +- New functions: + Alt + Shift + D rearrange the windows to their original size and location. + Alt + Shift + F toggle in full screen all the windows on the current desktop page. + XF86AudioMute toggle mute and/or pause. + +- Updated the icon generation of generate menu to work without warnings with + the recent libpng color profile changes. + +- Updated the man page with the multimedia key bindings. + +See ChangeLog for details. + + Version 3.2 ----------- Modified: fvwm/components/functions/EdgeScroll-Toggle =================================================================== --- fvwm/components/functions/EdgeScroll-Toggle 2013-06-06 19:53:21 UTC (rev 505) +++ fvwm/components/functions/EdgeScroll-Toggle 2013-06-07 22:58:58 UTC (rev 506) @@ -1,3 +1,6 @@ +# With the Amiga recipe, this will toggle the top bar +# With all other recipes, this will toggle the edge scroll + DestroyFunc EdgeScroll-Toggle AddToFunc EdgeScroll-Toggle + I EdgeScroll-Toggle_Soft $0 $1 $2 $3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |