ChangeLog * documentation/configuring.sgml, documentation/wine.conf.man.in: Stefan Leichter <Stefan.Leichter@camLine.com> Added, update information about AppDefault
diff -urw wine-20011226/documentation/configuring.sgml wine/documentation/configuring.sgml --- wine-20011226/documentation/configuring.sgml Fri Oct 5 13:12:53 2001 +++ wine/documentation/configuring.sgml Fri Jan 11 21:59:25 2002 @@ -94,6 +94,11 @@ <entry>Overides defaults for DLL loading</entry> </row> <row> + <entry>[x11drv]</entry> + <entry>recmd</entry> + <entry>Graphic driver settings</entry> + </row> + <row> <entry>[fonts]</entry> <entry>yes</entry> <entry>Font appearance and recognition</entry> @@ -109,6 +114,11 @@ <entry>LPT ports seen by wine</entry> </row> <row> + <entry>[ppdev]</entry> + <entry>no</entry> + <entry>Parallelport emulation</entry> + </row> + <row> <entry>[spooler]</entry> <entry>no</entry> <entry>Print spooling</entry> @@ -144,10 +154,25 @@ <entry>Console settings</entry> </row> <row> + <entry>[Clipboard]</entry> + <entry>no</entry> + <entry>Interaction for wine and X11 clipboard</entry> + </row> + <row> + <entry>[afmdirs]</entry> + <entry>no</entry> + <entry>Postscript driver settings</entry> + </row> + <row> <entry>[WinMM]</entry> <entry>yes</entry> <entry>Multimedia settings</entry> </row> + <row> + <entry>[AppDefaults]</entry> + <entry>no</entry> + <entry>Overwrite the settings of previous sections for special programs</entry> + </row> </tbody> </tgroup> </informaltable> @@ -835,6 +860,39 @@ </itemizedlist> </para> </sect3> + + <sect3> + <title>The [AppDefaults] Section</title> + <para> + The sections is used to overwrite the setting of this file for a + special program with different settings. + [AppDefaults] is not the real name of the section. The real name + consists of the leading the word AppDefaults following by the name + of the executeable the section is valid for. The end of the section + name is the name of the section of the configuration file its + values should be overwritten with different settings. The three + parts od the section name are separated by two slashes. + </para> + <para> + Currently wine supports only overwriting the sections + [DllOverrides] and [x11drv]. + </para> + <para> + Here is an example that overwrites the normal settings for a + program: + <programlisting> +;; default settings +[x11drv] +"Managed" = "Y" +"Desktop" = "N" + +;; run install in desktop mode +[AppDefaults\\install.exe\\x11drv] +"Managed" = "N" +"Desktop" = "800x600" + </programlisting> + </para> + </sect3> </sect2> <sect2> @@ -946,7 +1004,7 @@ Written by &name-ove-kaaven; <email>&email-ove-kaaven;</email> </para> <para> - (Extracted from <filename>wine/documentation/cdrom-labels</filename>) + (Extracted from <filename>wine/documentation/x11drv</filename>) </para> <para> diff -urw wine-20011226/documentation/wine.conf.man.in wine/documentation/wine.conf.man.in --- wine-20011226/documentation/wine.conf.man.in Fri Oct 5 13:12:53 2001 +++ wine/documentation/wine.conf.man.in Fri Jan 11 21:59:22 2002 @@ -258,9 +258,11 @@ .I DllOverrides section. .br -The only section that supports application-specific information at the -moment is -.I DllOverrides. +The only sections that support application-specific information at the +moment are +.I DllOverrides +and +.I x11drv. .br Make sure to use double backslashes in the section name. .PP