]> Pileus Git - ~andy/gtk/commitdiff
Correct description of the Wintab and max palette size options. Drop
authorTor Lillqvist <tml@novell.com>
Wed, 13 Feb 2008 14:21:28 +0000 (14:21 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 13 Feb 2008 14:21:28 +0000 (14:21 +0000)
2008-02-13  Tor Lillqvist  <tml@novell.com>

* gtk/windows.sgml: Correct description of the Wintab and max
palette size options. Drop obsolete Win9x stuff.

svn path=/trunk/; revision=19558

docs/reference/ChangeLog
docs/reference/gtk/windows.sgml

index 52f557d3a3a1dbc09950cac30c49d0e53b030d4d..a59a50e1d5fe6c31e60ba9c267d302aedda96de8 100644 (file)
@@ -1,3 +1,8 @@
+2008-02-13  Tor Lillqvist  <tml@novell.com>
+
+       * gtk/windows.sgml: Correct description of the Wintab and max
+       palette size options. Drop obsolete Win9x stuff.
+
 2008-02-11  Benjamin Otte  <otte@gnome.org>
 
        * gdk/tmpl/windows.sgml:
index 76b6dc57a7440a27502f57257c8d1000d63c3bcc..a0cdbffaf6a209d0bea06dbeeddfd9e57b978465 100644 (file)
@@ -20,14 +20,6 @@ The Windows port of GTK+ is an implementation of GDK (and therefore GTK+)
 on top of the Win32 API. 
 </para>
 
-<!-- 
-<refsect2><title>Build requirements</title>
-<para>
-FIXME: explain with-wintab, with-ie55
-</para>
-</refsect2>
--->
-
 <refsect2 id="win32-cmdline">
 <title>Windows-specific commandline options</title>
 
@@ -40,8 +32,8 @@ additional command line arguments.
 <title><systemitem>--sync</systemitem></title>
 
 <para>
-Don't batch GDI requests. This is a useful option for 
-debugging, but it will slow down the performance considerably.
+Don't batch GDI requests. This might be a marginally useful option for 
+debugging.
 </para>
 </formalpara>
 
@@ -50,7 +42,7 @@ debugging, but it will slow down the performance considerably.
        <systemitem>--ignore-wintab</systemitem></title>
 
 <para>
-Don't use the Wintab API for tablet support. This is the default.
+Don't use the Wintab API for tablet support.
 </para>
 </formalpara>
 
@@ -58,8 +50,7 @@ Don't use the Wintab API for tablet support. This is the default.
 <title><systemitem>--use-wintab</systemitem></title>
 
 <para>
-Use the Wintab API for tablet support, if GTK+ has been compiled 
-with the <option>--with-wintab</option> option.
+Use the Wintab API for tablet support.  This is the default.
 </para>
 </formalpara>
 
@@ -68,7 +59,7 @@ with the <option>--with-wintab</option> option.
 
 <para>
 In 256 color mode, restrict the size of the color palette to 
-the specified number of colors.
+the specified number of colors. This option is obsolete.
 </para>
 </formalpara>
 
@@ -87,7 +78,7 @@ additional environment variables.
 
 <para>
 If this variable is set, GTK+ doesn't use 
-the Wintab API for tablet support. This is the default.
+the Wintab API for tablet support.
 </para>
 </formalpara>
 
@@ -96,8 +87,7 @@ the Wintab API for tablet support. This is the default.
 
 <para>
 If this variable is set, GTK+ uses the Wintab API for 
-tablet support, if GTK+ has been compiled with the 
-<option>--with-wintab</option> option.
+tablet support.  This is the default.
 </para>
 </formalpara>
 
@@ -110,14 +100,6 @@ in 256 color mode.
 </para>
 </formalpara>
 
-<formalpara>
-<title><envar>G_WIN32_PRETEND_WIN9X</envar></title>
-
-<para>
-Only use the Windows 9x API.
-</para>
-</formalpara>
-
 </refsect2>
 
 </refsect1>