]> git.donarmstrong.com Git - lilypond.git/commitdiff
(LY_DEFINE): gmane address for reporting bugs.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 29 Nov 2005 00:05:26 +0000 (00:05 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 29 Nov 2005 00:05:26 +0000 (00:05 +0000)
ChangeLog
lily/main.cc

index ae1df018f6aeb786b8dc114f1b82dec01520d530..c187b8dbbd6f7b2994c9b571b8692f3252cd1774 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/main.cc (LY_DEFINE): gmane address for reporting bugs.
+
 2005-11-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/text-interface.cc (interpret_markup): remove assert(false).
index 46b08d398c3c6e2577b62ccf885d73e5df5bb138..84c226029b8e3d01a9be39d27a3265f44fa0d814 100644 (file)
@@ -243,7 +243,9 @@ LY_DEFINE (ly_usage, "ly:usage",
   printf ("\n");
   printf (Long_option_init::table_string (options_static).to_str0 ());
   printf ("\n");
-  printf (_f ("Report bugs to %s.", "bug-lilypond@gnu.org").to_str0 ());
+  printf (_f ("Report bugs via %s",
+             "http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs"
+             ).to_str0 ());
   printf ("\n");
   printf ("\n");
   return SCM_UNSPECIFIED;