New upstream version 2.10.0

This commit is contained in:
Jeremy Bicha
2018-04-27 11:44:24 -04:00
477 changed files with 45624 additions and 20193 deletions

View File

@ -312,7 +312,7 @@ GUDEV_LIBS = @GUDEV_LIBS@
HARFBUZZ_CFLAGS = @HARFBUZZ_CFLAGS@
HARFBUZZ_LIBS = @HARFBUZZ_LIBS@
HARFBUZZ_REQUIRED_VERSION = @HARFBUZZ_REQUIRED_VERSION@
HAVE_CXX11 = @HAVE_CXX11@
HAVE_CXX14 = @HAVE_CXX14@
HAVE_FINITE = @HAVE_FINITE@
HAVE_ISFINITE = @HAVE_ISFINITE@
HAVE_VFORK = @HAVE_VFORK@

View File

@ -15,7 +15,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GIMP Base Library Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
for GIMP 2.10.0-RC2
for GIMP 2.10.0
</p></div>
</div>

View File

@ -143,7 +143,7 @@ data path.</p>
</tr>
<tr>
<td class="struct_member_name"><p>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *<em class="structfield"><code><a name="GimpDatafileData.dirname"></a>dirname</code></em>;</p></td>
<td class="struct_member_description"><p>the folder the data file is is.</p></td>
<td class="struct_member_description"><p>the folder the data file is in.</p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>

View File

@ -110,7 +110,7 @@ should employ sigaction directly. [gosgood 18.04.2000]</p>
use sigaction(2) rather than signal(2) so that we can control the
signal handler's environment completely via <em class="parameter"><code>flags</code></em>
: some signal(2)
implementations differ in their sematics, so we need to nail down
implementations differ in their semantics, so we need to nail down
exactly what we want. [austin 06.04.2000]</p>
<div class="refsect3">
<a name="gimp-signal-private.parameters"></a><h4>Parameters</h4>

View File

@ -131,7 +131,7 @@ capabilities.</p>
<hr>
<div class="refsect2">
<a name="GIMP-VERSION:CAPS"></a><h3>GIMP_VERSION</h3>
<pre class="programlisting">#define GIMP_VERSION "2.10.0-RC2"
<pre class="programlisting">#define GIMP_VERSION "2.10.0"
</pre>
<p>The GIMP version as a string.</p>
</div>