From: Tim Mann Date: Tue, 27 Apr 2004 03:00:15 +0000 (+0000) Subject: Bump version number to pre8 to avoid confusion with the 4.2.7 release X-Git-Tag: v4.2.8~41 X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=71cd4686987d30c85110ef4051106ba461f20013;p=xboard.git Bump version number to pre8 to avoid confusion with the 4.2.7 release when people build the CVS version. Delete some unused variables that were giving warnings. Add chess.deepnet.com to default server list. --- diff --git a/configure b/configure index 6661d87..3230160 100755 --- a/configure +++ b/configure @@ -1289,7 +1289,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu PRODUCT=xboard VERSION=4.2 -PATCHLEVEL=7 +PATCHLEVEL=pre8 if test -z "$CFLAGS" ; then CFLAGS=" " diff --git a/configure.in b/configure.in index 2009c9a..cd5aea2 100644 --- a/configure.in +++ b/configure.in @@ -14,7 +14,7 @@ AC_CONFIG_HEADER(config.h) PRODUCT=xboard VERSION=4.2 -PATCHLEVEL=7 +PATCHLEVEL=pre8 if test -z "$CFLAGS" ; then dnl| Prevent the next macro from setting CFLAGS to -g diff --git a/winboard/defaults.h b/winboard/defaults.h index f129447..8a8d9df 100644 --- a/winboard/defaults.h +++ b/winboard/defaults.h @@ -211,6 +211,7 @@ freechess.org /icsport=5000 /icshelper=timeseal\n\ global.chessparlor.com /icsport=6000 /icshelper=timeseal\n\ chessanytime.com /icsport=5000\n\ chess.net /icsport=5000\n\ +chess.deepnet.com /icsport=5000 /icshelper=timeseal\n\ zics.org /icsport=5000\n\ jogo.cex.org.br /icsport=5000\n\ ajedrez.cec.uchile.cl /icsport=5000\n\ diff --git a/xboard.c b/xboard.c index e31a7a6..743a5ff 100644 --- a/xboard.c +++ b/xboard.c @@ -5029,7 +5029,7 @@ void FileNamePopUp(label, def, proc, openMode) char *openMode; { Arg args[16]; - Widget popup, layout, dialog, edit, b_ok, b_cancel; + Widget popup, layout, dialog, edit; Window root, child; int x, y, i; int win_x, win_y;