diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 682f0c83e..85a3debc7 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2002-03-07 Matthias Clasen + + * gtk/building.sgml: Some typo and markup fixes. + Thu Mar 7 02:58:16 2002 Jonathan Blandford * gtk/tmpl/gtkliststore.sgml: start implementing diff --git a/docs/reference/gtk/building.sgml b/docs/reference/gtk/building.sgml index de6aac282..04fc041b4 100644 --- a/docs/reference/gtk/building.sgml +++ b/docs/reference/gtk/building.sgml @@ -94,7 +94,7 @@ How to compile GTK+ itself a search path that pkg-config (see below) uses when looking for for file describing how to compile programs using different libraries. If you were installing GTK+ - and it's dependencies into /opt/gtk, you might want to set + and it's dependencies into /opt/gtk, you might want to set these variables as: @@ -133,7 +133,7 @@ How to compile GTK+ itself url="http://www.freedesktop.org/software/pkgconfig/">pkg-config is a tool for tracking the compilation flags needed for libraries that is used by the GTK+ libraries. (For each - library, a small ".pc" text file is installed in a standard + library, a small .pc text file is installed in a standard location that contains the compilation flags needed for that library along with version number information.) The version of pkg-config needed to build GTK+ is @@ -150,7 +150,7 @@ How to compile GTK+ itself installing GNU make if you don't already have it on your system and using it. (It may be called gmake - rather than make) + rather than make.) @@ -163,7 +163,7 @@ How to compile GTK+ itself 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 from the GTK+ FTP site. @@ -253,7 +253,7 @@ How to compile GTK+ itself dependencies installed: pkg-config, GNU make, the JPEG, PNG, and TIFF libraries, FreeType, and, if necessary, libiconv and libintl. To get detailed information about building - ithese packages, see the documentation provided with the + these packages, see the documentation provided with the individual packages. On a Linux system, it's quite likely you'll have all of these installed already except for pkg-config. @@ -276,7 +276,7 @@ How to compile GTK+ itself If one of the configure scripts fails or running - make fails, look closely at the at the error + make fails, look closely at the error messages printed; these will often provide useful information as to what went wrong. When configure fails, extra information, such as errors that a test compilation @@ -385,7 +385,7 @@ How to compile GTK+ itself even mostly bug-free software by changing the effect of many bugs from simple warnings into fatal crashes. Thus should not - be used for stable releases of gtk+. + be used for stable releases of GTK+. @@ -395,7 +395,7 @@ How to compile GTK+ itself If --enable-explicit-deps is specified then GTK+ will write the full set of libraries - that GTK+ depends upon into its .pc files to be used when + that GTK+ depends upon into its .pc files to be used when programs depending on GTK+ are linked. Otherwise, GTK+ only will include the GTK+ libraries themselves, and will depend on system library dependency facilities to @@ -421,7 +421,7 @@ How to compile GTK+ itself These options can be used to control whether GTK+ will use shared memory to communicate with the X server when possible. - The default is yes. + The default is 'yes'. @@ -443,8 +443,8 @@ How to compile GTK+ itself These options determine whether GTK+ will use the XIM instantiate callback. - The default is yes, unless the host system is Solaris, - where XRegisterIMInstantiateCallback + The default is 'yes', unless the host system is Solaris, + where XRegisterIMInstantiateCallback() seems to cause a segfault. @@ -468,15 +468,15 @@ How to compile GTK+ itself The gtk-doc package is - used to generate the reference documented included - with GTK+. By default support for gtk-doc is disabled - because it requires various extra dependencies + used to generate the reference documentation included + with GTK+. By default support for gtk-doc + is disabled because it requires various extra dependencies to be installed. If you have gtk-doc installed and are modifying GTK+, you may want to enable gtk-doc support by passing in --enable-gtk-doc. If not - enabled pre-generated HTML files distributed with GTK+ + enabled, pre-generated HTML files distributed with GTK+ will be installed.