diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 52f557d3a3..a59a50e1d5 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2008-02-13 Tor Lillqvist + + * gtk/windows.sgml: Correct description of the Wintab and max + palette size options. Drop obsolete Win9x stuff. + 2008-02-11 Benjamin Otte * gdk/tmpl/windows.sgml: diff --git a/docs/reference/gtk/windows.sgml b/docs/reference/gtk/windows.sgml index 76b6dc57a7..a0cdbffaf6 100644 --- a/docs/reference/gtk/windows.sgml +++ b/docs/reference/gtk/windows.sgml @@ -20,14 +20,6 @@ The Windows port of GTK+ is an implementation of GDK (and therefore GTK+) on top of the Win32 API. - - Windows-specific commandline options @@ -40,8 +32,8 @@ additional command line arguments. <systemitem>--sync</systemitem> -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. @@ -50,7 +42,7 @@ debugging, but it will slow down the performance considerably. --ignore-wintab -Don't use the Wintab API for tablet support. This is the default. +Don't use the Wintab API for tablet support. @@ -58,8 +50,7 @@ Don't use the Wintab API for tablet support. This is the default. <systemitem>--use-wintab</systemitem> -Use the Wintab API for tablet support, if GTK+ has been compiled -with the option. +Use the Wintab API for tablet support. This is the default. @@ -68,7 +59,7 @@ with the option. 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. @@ -87,7 +78,7 @@ additional environment variables. 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. @@ -96,8 +87,7 @@ the Wintab API for tablet support. This is the default. If this variable is set, GTK+ uses the Wintab API for -tablet support, if GTK+ has been compiled with the - option. +tablet support. This is the default. @@ -110,14 +100,6 @@ in 256 color mode. - -<envar>G_WIN32_PRETEND_WIN9X</envar> - - -Only use the Windows 9x API. - - -