]> git.cworth.org Git - grrobot/commitdiff
* .cvsignore: Ignore some generated files.
authorCarl Worth <cworth@theworths.org>
Fri, 17 Jun 2005 16:40:48 +0000 (16:40 +0000)
committerCarl Worth <cworth@theworths.org>
Fri, 17 Jun 2005 16:40:48 +0000 (16:40 +0000)
        * src/args.h (ARGS_HOST_DEFAULT): Revert default host to
        rr.nickle.org now that I know that's up and running again.

.gitignore
ChangeLog
src/args.h

index 43b89a7c57a3bdccf7a27bd979305f97e8be391b..4484bcb4e48e7808420c21d3bbb966e79664dc37 100644 (file)
@@ -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
 
 
index eab42dd1f626837592ce07e303887af6f649c659..2506459fe4ee4fbae5aff0102813042f14dfcf60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-06-17  Carl Worth  <cworth@cworth.org>
+
+       * .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  <cworth@cworth.org>
 
        * src/grr_icon.c (grr_icon_predraw): Fix scaling of all icons by
index 7512d84d1249d9dc48476aa521d1adace34a772f..408c13d4d51626a0cdb57b78278783f805fc3291 100644 (file)
@@ -33,7 +33,7 @@
 
 #include <argp.h>
 
-#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"