Hi all, changed my email address at important "notification" locations in wine. The supposedly eternal email a.mohr@mailto.de has bitten the dust ages ago already. -- Andreas Mohr Stauferstr. 6, D-71272 Renningen, Germany
Determining best CVS host... Using CVSROOT :pserver:cvs@rhlx01.fht-esslingen.de:/home/wine Index: dlls/oleaut32/typelib.c =================================================================== RCS file: /home/wine/wine/dlls/oleaut32/typelib.c,v retrieving revision 1.67 diff -u -r1.67 typelib.c --- dlls/oleaut32/typelib.c 16 May 2002 18:58:48 -0000 1.67 +++ dlls/oleaut32/typelib.c 19 May 2002 21:29:55 -0000 @@ -592,7 +592,7 @@ * in case the user didn't force a --winver, but I don't know how * to retrieve the "versionForced" info from misc/version.c :( * (this would be useful in other places, too) */ - FIXME("Please report to a.mohr@mailto.de if you get version error messages !\n"); + FIXME("Please report to andi@lisas.de if you get version error messages !\n"); switch(GetVersion() & 0x8000ffff) /* mask off build number */ { case 0x80000a03: /* WIN31 */ Index: dlls/setupapi/setupx_main.c =================================================================== RCS file: /home/wine/wine/dlls/setupapi/setupx_main.c,v retrieving revision 1.20 diff -u -r1.20 setupx_main.c --- dlls/setupapi/setupx_main.c 2 Apr 2002 02:57:50 -0000 1.20 +++ dlls/setupapi/setupx_main.c 19 May 2002 21:29:56 -0000 @@ -501,7 +501,7 @@ */ RETERR16 WINAPI CtlDelLdd16(LOGDISKID16 ldid) { - FIXME("(%d); - please report to a.mohr@mailto.de !!!\n", ldid); + FIXME("(%d); - please report to andi@lisas.de !!!\n", ldid); return SETUPX_DelLdd(ldid); } @@ -678,7 +678,7 @@ RETERR16 WINAPI CtlGetLdd16(LPLOGDISKDESC pldd) { - FIXME("(%p); - please report to a.mohr@mailto.de !!!\n", pldd); + FIXME("(%p); - please report to andi@lisas.de !!!\n", pldd); return SETUPX_GetLdd(pldd); } Index: misc/registry.c =================================================================== RCS file: /home/wine/wine/misc/registry.c,v retrieving revision 1.107 diff -u -r1.107 registry.c --- misc/registry.c 9 May 2002 19:38:06 -0000 1.107 +++ misc/registry.c 19 May 2002 21:29:57 -0000 @@ -1321,7 +1321,7 @@ error: if(ret == NULL) { ERR("Unable to load native win95 registry file %s.\n",fn); - ERR("Please report to a.mohr@mailto.de.\n"); + ERR("Please report to andi@lisas.de.\n"); ERR("Make a backup of the file, run a good reg cleaner program and try again!\n"); }