From: <dom...@us...> - 2015-11-08 12:05:17
|
Revision: 778 http://sourceforge.net/p/fvwm-crystal/code/778 Author: dominique_libre Date: 2015-11-08 12:05:15 +0000 (Sun, 08 Nov 2015) Log Message: ----------- AutoHibernate: decrease the time for the loop from 30 to 5 secs. Remove the FAQ 3.14 Modified Paths: -------------- ChangeLog asciidoc/FAQ doc/html/FAQ.html fvwm/scripts/AutoHibernate man/ApplicationDatabase.1 man/CrystalRoxHOWTO.1 man/FVWMCrystalFAQ.1 man/KeyboardBindings.1 man/MouseBindings.1 man/Tips.1 man/fvwm-crystal.1 Modified: ChangeLog =================================================================== --- ChangeLog 2015-11-06 21:15:54 UTC (rev 777) +++ ChangeLog 2015-11-08 12:05:15 UTC (rev 778) @@ -2,6 +2,9 @@ Version 3.4.0 ------------- +Dimanche 7 novembre 2015 + scripts/AutoHibernate: decrease the time for the loop from 30 to 5 secs + asciidoc/FAQ: - 3.14: not needed anymore Vendredi 5 novembre 2015 functions/Exit: Fix redirection for f. dash. Modified: asciidoc/FAQ =================================================================== --- asciidoc/FAQ 2015-11-06 21:15:54 UTC (rev 777) +++ asciidoc/FAQ 2015-11-08 12:05:15 UTC (rev 778) @@ -86,9 +86,7 @@ 3.13: The Feedback/Support form just close when I click on any button? -3.14: The stop automatic hibernation function is slow? - Frequently Asked Questions -------------------------- Here are the answers! @@ -478,13 +476,7 @@ SetEnv BROWSER /usr/bin/firefox ---- -3.14 Q: The stop automatic hibernation function is slow? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -A: That function use a 30 seconds loop. Depending on when you click on that menu -option related to the time expired in that loop, that imply the reaction time of -that function can be as big than 30 seconds. - AUTHORS ------- Original written by Maciej Delmanowski <ha...@be...>, Modified: doc/html/FAQ.html =================================================================== --- doc/html/FAQ.html 2015-11-06 21:15:54 UTC (rev 777) +++ doc/html/FAQ.html 2015-11-08 12:05:15 UTC (rev 778) @@ -799,7 +799,6 @@ <div class="paragraph"><p>3.11: How to get a consistant look between toolkits?</p></div> <div class="paragraph"><p>3.12: Mounting/unmounting don’t work with all medias?</p></div> <div class="paragraph"><p>3.13: The Feedback/Support form just close when I click on any button?</p></div> -<div class="paragraph"><p>3.14: The stop automatic hibernation function is slow?</p></div> </div> </div> </div> @@ -1325,14 +1324,8 @@ <pre><code>SetEnv BROWSER /usr/bin/firefox</code></pre> </div></div> </div> -<div class="sect2"> -<h3 id="_3_14_q_the_stop_automatic_hibernation_function_is_slow">3.14 Q: The stop automatic hibernation function is slow?</h3> -<div class="paragraph"><p>A: That function use a 30 seconds loop. Depending on when you click on that menu -option related to the time expired in that loop, that imply the reaction time of -that function can be as big than 30 seconds.</p></div> </div> </div> -</div> <div class="sect1"> <h2 id="_authors">AUTHORS</h2> <div class="sectionbody"> @@ -1360,7 +1353,7 @@ <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> -Last updated 2015-11-06 00:02:09 CET +Last updated 2015-11-08 13:01:52 CET </div> </div> </body> Modified: fvwm/scripts/AutoHibernate =================================================================== --- fvwm/scripts/AutoHibernate 2015-11-06 21:15:54 UTC (rev 777) +++ fvwm/scripts/AutoHibernate 2015-11-08 12:05:15 UTC (rev 778) @@ -24,7 +24,7 @@ while : do - sleep "30" + sleep "5" # fvwm is started by exec; be sure it is running pidof fvwm 1>/dev/null || cleanup Modified: man/ApplicationDatabase.1 =================================================================== --- man/ApplicationDatabase.1 2015-11-06 21:15:54 UTC (rev 777) +++ man/ApplicationDatabase.1 2015-11-08 12:05:15 UTC (rev 778) @@ -2,12 +2,12 @@ .\" Title: ApplicationDatabase .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 11/06/2015 +.\" Date: 11/08/2015 .\" Manual: FVWM-Crystal .\" Source: ApplicationDatabase 3.4.0 .\" Language: English .\" -.TH "APPLICATIONDATABASE" "1" "11/06/2015" "ApplicationDatabase 3\&.4\&.0" "FVWM\-Crystal" +.TH "APPLICATIONDATABASE" "1" "11/08/2015" "ApplicationDatabase 3\&.4\&.0" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/CrystalRoxHOWTO.1 =================================================================== --- man/CrystalRoxHOWTO.1 2015-11-06 21:15:54 UTC (rev 777) +++ man/CrystalRoxHOWTO.1 2015-11-08 12:05:15 UTC (rev 778) @@ -2,12 +2,12 @@ .\" Title: CrystalRoxHOWTO .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 11/06/2015 +.\" Date: 11/08/2015 .\" Manual: FVWM-Crystal .\" Source: CrystalROXHOWTO 3.2.5 .\" Language: English .\" -.TH "CRYSTALROXHOWTO" "1" "11/06/2015" "CrystalROXHOWTO 3\&.2\&.5" "FVWM\-Crystal" +.TH "CRYSTALROXHOWTO" "1" "11/08/2015" "CrystalROXHOWTO 3\&.2\&.5" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/FVWMCrystalFAQ.1 =================================================================== --- man/FVWMCrystalFAQ.1 2015-11-06 21:15:54 UTC (rev 777) +++ man/FVWMCrystalFAQ.1 2015-11-08 12:05:15 UTC (rev 778) @@ -2,12 +2,12 @@ .\" Title: fvwm-crystal-FAQ .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 11/06/2015 +.\" Date: 11/08/2015 .\" Manual: FVWM-Crystal .\" Source: FAQ 3.4.0 .\" Language: English .\" -.TH "FVWM\-CRYSTAL\-FAQ" "1" "11/06/2015" "FAQ 3\&.4\&.0" "FVWM\-Crystal" +.TH "FVWM\-CRYSTAL\-FAQ" "1" "11/08/2015" "FAQ 3\&.4\&.0" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -100,8 +100,6 @@ 3\&.12: Mounting/unmounting don\(cqt work with all medias? .sp 3\&.13: The Feedback/Support form just close when I click on any button? -.sp -3\&.14: The stop automatic hibernation function is slow? .SH "FREQUENTLY ASKED QUESTIONS" .sp Here are the answers! @@ -1012,9 +1010,6 @@ .if n \{\ .RE .\} -.SS "3\&.14 Q: The stop automatic hibernation function is slow?" -.sp -A: That function use a 30 seconds loop\&. Depending on when you click on that menu option related to the time expired in that loop, that imply the reaction time of that function can be as big than 30 seconds\&. .SH "AUTHORS" .sp Original written by Maciej Delmanowski <harnir@berlios\&.de>, augmented, maintained and ported to asciidoc by Dominique Michel <dominique_libre@users\&.sourceforge\&.net> Modified: man/KeyboardBindings.1 =================================================================== --- man/KeyboardBindings.1 2015-11-06 21:15:54 UTC (rev 777) +++ man/KeyboardBindings.1 2015-11-08 12:05:15 UTC (rev 778) @@ -2,12 +2,12 @@ .\" Title: KeyboardBindings .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 11/06/2015 +.\" Date: 11/08/2015 .\" Manual: FVWM-Crystal .\" Source: KeyboardBindings 3.4.0 .\" Language: English .\" -.TH "KEYBOARDBINDINGS" "1" "11/06/2015" "KeyboardBindings 3\&.4\&.0" "FVWM\-Crystal" +.TH "KEYBOARDBINDINGS" "1" "11/08/2015" "KeyboardBindings 3\&.4\&.0" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/MouseBindings.1 =================================================================== --- man/MouseBindings.1 2015-11-06 21:15:54 UTC (rev 777) +++ man/MouseBindings.1 2015-11-08 12:05:15 UTC (rev 778) @@ -2,12 +2,12 @@ .\" Title: MouseBindings .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 11/06/2015 +.\" Date: 11/08/2015 .\" Manual: FVWM-Crystal .\" Source: MouseBindings 3.4.0 .\" Language: English .\" -.TH "MOUSEBINDINGS" "1" "11/06/2015" "MouseBindings 3\&.4\&.0" "FVWM\-Crystal" +.TH "MOUSEBINDINGS" "1" "11/08/2015" "MouseBindings 3\&.4\&.0" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/Tips.1 =================================================================== --- man/Tips.1 2015-11-06 21:15:54 UTC (rev 777) +++ man/Tips.1 2015-11-08 12:05:15 UTC (rev 778) @@ -2,12 +2,12 @@ .\" Title: Tips .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 11/06/2015 +.\" Date: 11/08/2015 .\" Manual: FVWM-Crystal .\" Source: Tips 3.2.5 .\" Language: English .\" -.TH "TIPS" "1" "11/06/2015" "Tips 3\&.2\&.5" "FVWM\-Crystal" +.TH "TIPS" "1" "11/08/2015" "Tips 3\&.2\&.5" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- Modified: man/fvwm-crystal.1 =================================================================== --- man/fvwm-crystal.1 2015-11-06 21:15:54 UTC (rev 777) +++ man/fvwm-crystal.1 2015-11-08 12:05:15 UTC (rev 778) @@ -2,12 +2,12 @@ .\" Title: fvwm-crystal .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.78.0 <http://docbook.sf.net/> -.\" Date: 11/06/2015 +.\" Date: 11/08/2015 .\" Manual: FVWM-Crystal .\" Source: fvwm-crystal 3.4.0 .\" Language: English .\" -.TH "FVWM\-CRYSTAL" "1" "11/06/2015" "fvwm\-crystal 3\&.4\&.0" "FVWM\-Crystal" +.TH "FVWM\-CRYSTAL" "1" "11/08/2015" "fvwm\-crystal 3\&.4\&.0" "FVWM\-Crystal" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |