Updated all "report bugs to..." messages to point to valgrind.kde.org;  also
updated the docs to refer to valgrind.kde.org instead of the old website.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2055 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c
index 4742a29..0ddbd1b 100644
--- a/coregrind/vg_main.c
+++ b/coregrind/vg_main.c
@@ -728,7 +728,7 @@
       SK_(print_debug_usage)();
    else
       VG_(printf)("    (none)\n");
-   VG_(printf)(usage3, VG_EMAIL_ADDR);
+   VG_(printf)(usage3, VG_BUGS_TO);
 
    VG_(shutdown_logging)();
    VG_(clo_log_to)     = VgLogTo_Fd;
@@ -1990,9 +1990,9 @@
    VG_(message)(Vg_UserMsg,
       "or because no reasonable program would behave this way,");
    VG_(message)(Vg_UserMsg,
-      "or because nobody has yet needed it.  In any case, let me know");
+      "or because nobody has yet needed it.  In any case, let us know at");
    VG_(message)(Vg_UserMsg,
-      "(jseward@acm.org) and/or try to work around the problem, if you can.");
+      "%s and/or try to work around the problem, if you can.", VG_BUGS_TO);
    VG_(message)(Vg_UserMsg,
       "");
    VG_(message)(Vg_UserMsg,