Bump version number to pre8 to avoid confusion with the 4.2.7 release
authorTim Mann <tim@tim-mann.org>
Tue, 27 Apr 2004 03:00:15 +0000 (03:00 +0000)
committerTim Mann <tim@tim-mann.org>
Tue, 27 Apr 2004 03:00:15 +0000 (03:00 +0000)
when people build the CVS version.

Delete some unused variables that were giving warnings.

Add chess.deepnet.com to default server list.

configure
configure.in
winboard/defaults.h
xboard.c

index 6661d87..3230160 100755 (executable)
--- 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=" "
index 2009c9a..cd5aea2 100644 (file)
@@ -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
index f129447..8a8d9df 100644 (file)
@@ -211,6 +211,7 @@ freechess.org /icsport=5000 /icshelper=timeseal\n\
 global.chessparlor.com /icsport=6000 /icshelper=timeseal\n\\r
 chessanytime.com /icsport=5000\n\\r
 chess.net /icsport=5000\n\\r
+chess.deepnet.com /icsport=5000 /icshelper=timeseal\n\\r
 zics.org /icsport=5000\n\\r
 jogo.cex.org.br /icsport=5000\n\\r
 ajedrez.cec.uchile.cl /icsport=5000\n\\r
index e31a7a6..743a5ff 100644 (file)
--- 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;