ChangeLog Move the documentation for 'ShowDotFiles' where it belongs: to the wine.conf man page. Index: documentation/wine.conf.man =================================================================== RCS file: /var/cvs/wine/documentation/wine.conf.man,v retrieving revision 1.5 diff -u -r1.5 wine.conf.man --- documentation/wine.conf.man 16 Sep 2002 22:44:38 -0000 1.5 +++ documentation/wine.conf.man 17 Sep 2002 02:08:27 -0000 @@ -153,6 +153,14 @@ x11drv (for X11). In case you want to run programs as text console/TTY only without having Wine rely on X11 support, then use ttydrv. .PP +.I format: """ShowDirSymlinks""=""<0|1>""" +.br +default: "0" +.br +Wine doesn't pass directory symlinks to Windows programs by default. +Enabling this may crash some programs that do recursive lookups of a whole +subdir tree in case of a symlink pointing back to itself. +.PP .I format: """ShowDotFiles""=""<0|1>""" .br default: "0" Index: documentation/samples/config =================================================================== RCS file: /var/cvs/wine/documentation/samples/config,v retrieving revision 1.29 diff -u -r1.29 config --- documentation/samples/config 16 Sep 2002 22:44:38 -0000 1.29 +++ documentation/samples/config 17 Sep 2002 02:05:55 -0000 @@ -63,9 +63,6 @@ "Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\" "Profile" = "c:\\windows\\Profiles\\Administrator" "GraphicsDriver" = "x11drv" -; Wine doesn't pass directory symlinks to Windows programs by default. -; Enabling this may crash some programs that do recursive lookups of a whole -; subdir tree in case of a symlink pointing back to itself. ;"ShowDirSymlinks" = "1" ;"ShowDotFiles" = "1" "ShellLinker" = "wineshelllink"