From: Carl Worth Date: Fri, 17 Jun 2005 16:40:48 +0000 (+0000) Subject: * .cvsignore: Ignore some generated files. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=37043599e9e17250fe49a47034bce0dfb2879537;p=grrobot * .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. --- 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"