Skip to content

Commit ac28348

Browse files
authored
Merge pull request #3141 from PaulBoersma/master
sources for version 6.4.58
2 parents ba40198 + 3210e64 commit ac28348

22 files changed

Lines changed: 280 additions & 288 deletions

docs/manual/Checking_for_updates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<p>Updates for Praat are available from <code><font size=+1>praat.org</font></code> or <code><font size=+1>www.fon.hum.uva.nl/praat</font></code>.</p>
1515
<p>Your current version (if you are reading this from the manual inside the Praat program, rather than from the website) is:</p>
1616
<code style="color:red">=&gt;</code><br>
17-
<code> 6.4.57, from January 24, 2026<br></code>
17+
<code> 6.4.58, from January 25, 2026<br></code>
1818
<p>Given that we tend to release new Praat versions once or twice a month, you can probably guess whether it would be worth your while to have a look at <code><font size=+1>praat.org</font></code> or <code><font size=+1>www.fon.hum.uva.nl/praat</font></code> to see what is new, and perhaps download a new version.</p>
1919
<p>Praat improves continually, and old features will almost always continue to work, so there should never be a reason to continue to work with older versions.</p>
2020
<h2>Why no automatic update checking?</h2>
3 KB
Loading

docs/manual/FAQ__How_to_cite_Praat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<p><b>Question</b>: how do I cite Praat in my articles?</p>
1515
<p>Answer: nowadays most journals allow you to cite computer programs and web sites. The style approved by the American Psychological Association, and therefore by many journals, is like the following (change the dates and version number as needed):</p>
1616
<code style="color:red">=&gt;</code><br>
17-
<code> Boersma, Paul & Weenink, David (2026). Praat: doing phonetics by computer [Computer program]. Version 6.4.57, retrieved 24 January 2026 from https://praat.org<br></code>
17+
<code> Boersma, Paul & Weenink, David (2026). Praat: doing phonetics by computer [Computer program]. Version 6.4.58, retrieved 25 January 2026 from https://praat.org<br></code>
1818
<p>If the journal does not allow you to cite a web site, then try:</p>
1919
<p>Boersma, Paul (2001). Praat, a system for doing phonetics by computer. <i>Glot International</i> <b>5:9/10</b>, 341-345.</p>
2020
<p>This paper can be downloaded from Boersma&#8217;s website.</p>
-320 Bytes
Loading
30 Bytes
Loading

docs/manual/Scripting_6_5__Calling_system_commands.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ <h2>Getting system duration</h2>
4949
<code> time = <b><a href="_stopwatch_.html">stopwatch</a></b><br></code>
5050
<code> <a href="_writeInfoLine_.html">writeInfoLine</a>: a, " ", fixed$ (time, 3)<br></code>
5151
<code style="color:red">=&gt;</code><br>
52-
<code> 1.23456789e+123 0.029<br></code>
52+
<code> 1.23456789e+123 0.030<br></code>
5353
<p>How many nanoseconds is that per assignment?</p>
5454
<code> <a href="_writeInfoLine_.html">writeInfoLine</a>: round (time / 100000 * 1e9)<br></code>
5555
<code style="color:red">=&gt;</code><br>
56-
<code> 291<br></code>
56+
<code> 300<br></code>
5757
<h3>Links to this page</h3>
5858
<ul>
5959
<li><a href="_runSubprocess-S_.html"><code><font size=+1>runSubprocess$</font></code></a>

docs/manual/What_s_new_.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@
1212
What's new?
1313
</b></font></table></table>
1414
<p>Latest changes in Praat.</p>
15-
<p><b>6.4.57</b> (24 January 2026)</p>
16-
<dl>
17-
<dd style="position:relative;padding-left:1em;text-indent:-2em">&#8226; Fixed several problems that could occur with calling a pause form indirectly (such as when a plug-in added a menu command with both an initial input form and a pause form).</dd>
18-
</dl>
19-
<p><b>6.4.56</b> (23 January 2026, supersedes versions 6.4.52 through 6.4.55)</p>
15+
<p><b>6.4.58</b> (25 January 2026, supersedes versions 6.4.52 through 6.4.57)</p>
2016
<dl>
2117
<dd style="position:relative;padding-left:1em;text-indent:-2em">&#8226; MacOS Tahoe: support making menu choices or turning windows to full screen if a script is paused (by the Demo window or the Pause window), as on earlier MacOS versions and on Windows and Linux.</dd>
2218
<dd style="position:relative;padding-left:1em;text-indent:-2em">&#8226; Windows: support horizontal scrolling in three ways (two-finger swiping on the touchpad; left and right tilting of the mouse&#8217;s scroll wheel; turning the mouse&#8217;s scroll wheel while keeping the Shift key pressed).</dd>

docs/manual/_appDay_.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>Syntax and semantics</h2>
2020
<h2>Examples</h2>
2121
<code> writeInfoLine: <b>appDay</b> ( )<br></code>
2222
<code style="color:red">=&gt;</code><br>
23-
<code> 24<br></code>
23+
<code> 25<br></code>
2424
<h3>Links to this page</h3>
2525
<ul>
2626
<li><a href="Functions.html">Functions</a>

docs/manual/_appVersion-S_.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>Syntax and semantics</h2>
2020
<h2>Examples</h2>
2121
<code> writeInfoLine: <b>appVersion$</b> ( )<br></code>
2222
<code style="color:red">=&gt;</code><br>
23-
<code> 6.4.57<br></code>
23+
<code> 6.4.58<br></code>
2424
<h3>Links to this page</h3>
2525
<ul>
2626
<li><a href="Functions.html">Functions</a>

docs/manual/_appVersion_.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>Syntax and semantics</h2>
2020
<h2>Examples</h2>
2121
<code> writeInfoLine: <b>appVersion</b> ( )<br></code>
2222
<code style="color:red">=&gt;</code><br>
23-
<code> 6457<br></code>
23+
<code> 6458<br></code>
2424
<h3>Links to this page</h3>
2525
<ul>
2626
<li><a href="Functions.html">Functions</a>

0 commit comments

Comments
 (0)