Typo fixes.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2003-04-09 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/building.sgml: More typo fixes.
|
||||||
|
|
||||||
2003-04-08 Matthias Clasen <maclas@gmx.de>
|
2003-04-08 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/building.sgml: Typo fix.
|
* gtk/building.sgml: Typo fix.
|
||||||
|
@ -136,7 +136,7 @@ How to compile GTK+ itself
|
|||||||
<ulink
|
<ulink
|
||||||
url="http://www.freedesktop.org/software/pkgconfig/">pkg-config</ulink>
|
url="http://www.freedesktop.org/software/pkgconfig/">pkg-config</ulink>
|
||||||
is a tool for tracking the compilation flags needed for
|
is a tool for tracking the compilation flags needed for
|
||||||
libraries that is used by the GTK+ libraries. (For each
|
libraries that are used by the GTK+ libraries. (For each
|
||||||
library, a small <literal>.pc</literal> text file is installed in a standard
|
library, a small <literal>.pc</literal> text file is installed in a standard
|
||||||
location that contains the compilation flags needed for that
|
location that contains the compilation flags needed for that
|
||||||
library along with version number information.) The version
|
library along with version number information.) The version
|
||||||
@ -168,7 +168,7 @@ How to compile GTK+ itself
|
|||||||
<para>
|
<para>
|
||||||
The GLib library provides core non-graphical functionality
|
The GLib library provides core non-graphical functionality
|
||||||
such as high level data types, Unicode manipulation, and
|
such as high level data types, Unicode manipulation, and
|
||||||
a object and type system to C programs. It is available
|
an object and type system to C programs. It is available
|
||||||
from the <ulink url="ftp://ftp.gtk.org/pub/gtk/v2.2/">GTK+
|
from the <ulink url="ftp://ftp.gtk.org/pub/gtk/v2.2/">GTK+
|
||||||
FTP site.</ulink>
|
FTP site.</ulink>
|
||||||
</para>
|
</para>
|
||||||
@ -176,7 +176,7 @@ How to compile GTK+ itself
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<ulink url="http://www.pango.org">Pango</ulink> is a library
|
<ulink url="http://www.pango.org">Pango</ulink> is a library
|
||||||
for internationalized text handling. Itis available from
|
for internationalized text handling. It is available from
|
||||||
the <ulink url="ftp://ftp.gtk.org/pub/gtk/v2.2/">GTK+ FTP
|
the <ulink url="ftp://ftp.gtk.org/pub/gtk/v2.2/">GTK+ FTP
|
||||||
site.</ulink>. Either Pango-1.0 or Pango-1.2 can be used
|
site.</ulink>. Either Pango-1.0 or Pango-1.2 can be used
|
||||||
with GTK+-2.2, though Pango-1.2 is recommended.
|
with GTK+-2.2, though Pango-1.2 is recommended.
|
||||||
@ -240,8 +240,8 @@ How to compile GTK+ itself
|
|||||||
The <ulink url="http://www.fontconfig.org">fontconfig</ulink>
|
The <ulink url="http://www.fontconfig.org">fontconfig</ulink>
|
||||||
library provides Pango with a standard way of locating
|
library provides Pango with a standard way of locating
|
||||||
fonts and matching them against font names. The Xft2
|
fonts and matching them against font names. The Xft2
|
||||||
library, distributed with fontconfig, provide support for
|
library, distributed with fontconfig, provides support for
|
||||||
scaleable and antialiased fonts on X. Pango includes two
|
scalable and antialiased fonts on X. Pango includes two
|
||||||
backends that work on top of fontconfig: an Xft2 backend
|
backends that work on top of fontconfig: an Xft2 backend
|
||||||
and a backend that uses fontconfig and the underlying
|
and a backend that uses fontconfig and the underlying
|
||||||
<ulink url="http://www.freetype.org">FreeType
|
<ulink url="http://www.freetype.org">FreeType
|
||||||
|
Reference in New Issue
Block a user