From: <dom...@us...> - 2020-12-15 21:06:03
|
Revision: 1057 http://sourceforge.net/p/fvwm-crystal/code/1057 Author: dominique_libre Date: 2020-12-15 21:06:01 +0000 (Tue, 15 Dec 2020) Log Message: ----------- Fix the FvwmMiniConssole to work with fvwm3 without golang support; bump to 3.7.1 Modified Paths: -------------- ChangeLog NEWS fvwm/components/apps/FvwmMiniConsole fvwm/components/functions/About Modified: ChangeLog =================================================================== --- ChangeLog 2020-12-15 19:55:25 UTC (rev 1056) +++ ChangeLog 2020-12-15 21:06:01 UTC (rev 1057) @@ -1,7 +1,14 @@ ChangeLog for FVWM-Crystal +Version 3.7.1 +------------- + mardi 15 décembre 2020 bin/fvwm-crystal: make dash to be happy with the fvwm* and debug mode tests. + fvwm/components/functions/About; + fvwm/components/apps/FvwmMiniConsole: make FvwmPrompt/FvwmConsole test to + work with fvwm2 and fvwm3 with or without golang support. + NEWS: bump to 3.7.1 dimanche 13 décembre 2020 fvwm/preferences/Startup: use StartFunction with Test (Init) instead of Modified: NEWS =================================================================== --- NEWS 2020-12-15 19:55:25 UTC (rev 1056) +++ NEWS 2020-12-15 21:06:01 UTC (rev 1057) @@ -1,3 +1,30 @@ +Version 3.7.1 +------------- + +Fvwm Crystal 3.7.1 is an important bug fix release. + +- Fix X failure at fvwm-crystal start when sh is dash (Debian and derivatives). + +It introduce some minor bug fixes and feature as well: + +- Use StartFunction with Test (Init) instead of the deprecated InitFunction. + This male the Startup file in the preferences folder to be more reliable + with fvwm3. + +- Add alsamixer launcher in the Startup file with support for the current + Mixer preference setting. + +- Start FvwmMFL when running fvwm3. + +- Add support for FvwmPrompt (fvwm3 with golang support only) into the + FvwmMiniConsole. Fvwm2 and fvwm3 without golang are supported as before + via FvwmConsole. + +As always, see ChangeLog for details. + +Have fun! +Dominique Michel + Version 3.7.0 ------------- Modified: fvwm/components/apps/FvwmMiniConsole =================================================================== --- fvwm/components/apps/FvwmMiniConsole 2020-12-15 19:55:25 UTC (rev 1056) +++ fvwm/components/apps/FvwmMiniConsole 2020-12-15 21:06:01 UTC (rev 1057) @@ -24,9 +24,10 @@ + I Style FvwmMiniConsoleNeedsUniqueName WindowShadeSteps 16 + I Style FvwmMiniConsoleNeedsUniqueName WindowShadeShrinks + I Style FvwmMiniConsoleNeedsUniqueName TitleAtBottom -# fvwm3 version start with 1.0.0 -+ I Test (Version >= 2.6.9) Module FvwmConsole -terminal $[infostore.FvwmConsoleTerminal] -geometry 80x5+0-0 -title FvwmMiniConsoleNeedsUniqueName -+ I TestRc (NoMatch) AGT FvwmMiniConsoleNeedsUniqueName 80x5+0-0 FvwmPrompt +# fvwm3 with golang support ++ I Test (X FvwmPrompt) AGT FvwmMiniConsoleNeedsUniqueName 80x5+0-0 FvwmPrompt +# fvwm2 (or fvwm3 without golang support at that time of writing 15.12-2020) ++ I TestRc (NoMatch) Module FvwmConsole -terminal $[infostore.FvwmConsoleTerminal] -geometry 80x5+0-0 -title FvwmMiniConsoleNeedsUniqueName + I Wait FvwmMiniConsoleNeedsUniqueName + I Style FvwmMiniConsoleNeedsUniqueName FixedPosition + I All (FvwmMiniConsoleNeedsUniqueName) MoveToDesk 0 666 Modified: fvwm/components/functions/About =================================================================== --- fvwm/components/functions/About 2020-12-15 19:55:25 UTC (rev 1056) +++ fvwm/components/functions/About 2020-12-15 21:06:01 UTC (rev 1057) @@ -5,7 +5,7 @@ *About: Line center *About: Text "FVWM-Crystal" *About: Line center -*About: Text "$[gt.Version]: 3.7.0" +*About: Text "$[gt.Version]: 3.7.1" *About: Line center *About: Text "Magic Star" *About: Line center This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |