diff options
author | rcyeske <rcyeske> | 2005-01-04 02:19:42 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2005-01-04 02:19:42 +0000 |
commit | b0d61b6688c2a7cf4468c4c3073428cf98a85da4 (patch) | |
tree | 9b3ace4d5440bcca4a247bff974ad051c2839e77 | |
parent | 625c9856255228d2726970a81295e53d9d26940a (diff) | |
download | ratpoison-b0d61b6688c2a7cf4468c4c3073428cf98a85da4.zip |
* src/main.c (print_help): Update mailing list.
* src/actions.c (cmd_license): Update mailing list and website.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/actions.c | 4 | ||||
-rw-r--r-- | src/main.c | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2005-01-03 Ryan Yeske <rcyeske@gmail.com> + + * src/main.c (print_help): Update mailing list. + + * src/actions.c (cmd_license): Update mailing list and website. + 2004-12-12 Shawn Betts <sabetts@vcn.bc.ca> * src/sbuf.c (sbuf_concat): call sbuf_nconcat. move bulk of body diff --git a/src/actions.c b/src/actions.c index c0db4e5..3d1b4b1 100644 --- a/src/actions.c +++ b/src/actions.c @@ -2113,8 +2113,8 @@ cmd_license (int interactive, char *data) "Boston, MA 02111-1307 USA", "", "Send bugreports, fixes, enhancements, t-shirts, money, beer & pizza ", - "to ratpoison-devel@lists.sourceforge.net or visit ", - "http://ratpoison.sourceforge.net/", + "to ratpoison-devel@nongnu.org or visit ", + "http://www.nongnu.org/ratpoison/", "", "[Press any key to end.] ", NULL}; @@ -293,7 +293,7 @@ print_help () printf ("-i, --interactive Execute commands in interactive mode\n"); printf ("-f, --file <file> Specify an alternative configuration file\n\n"); - printf ("Report bugs to ratpoison-devel@lists.sourceforge.net\n\n"); + printf ("Report bugs to ratpoison-devel@nongnu.org\n\n"); exit (EXIT_SUCCESS); } |