From 37043599e9e17250fe49a47034bce0dfb2879537 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 17 Jun 2005 16:40:48 +0000 Subject: [PATCH] * .cvsignore: Ignore some generated files. * src/args.h (ARGS_HOST_DEFAULT): Revert default host to rr.nickle.org now that I know that's up and running again. --- .gitignore | 2 ++ ChangeLog | 7 +++++++ src/args.h | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 43b89a7..4484bcb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ aclocal.m4 +autom4te.cache config.cache config.guess config.h @@ -13,6 +14,7 @@ Makefile.in missing mkinstalldirs stamp-h +stamp-h1 stamp-h.in diff --git a/ChangeLog b/ChangeLog index eab42dd..2506459 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-06-17 Carl Worth + + * .cvsignore: Ignore some generated files. + + * src/args.h (ARGS_HOST_DEFAULT): Revert default host to + rr.nickle.org now that I know that's up and running again. + 2005-06-16 Carl Worth * src/grr_icon.c (grr_icon_predraw): Fix scaling of all icons by diff --git a/src/args.h b/src/args.h index 7512d84..408c13d 100644 --- a/src/args.h +++ b/src/args.h @@ -33,7 +33,7 @@ #include -#define ARGS_HOST_DEFAULT "localhost" +#define ARGS_HOST_DEFAULT "rr.nickle.org" #define ARGS_PORT_DEFAULT "5252" #define ARGS_USER_DEFAULT "grrobot" #define ARGS_GAME_DEFAULT "game" -- 2.43.0