Merge commit 'v4.4.1.20091022' into gtk
authorArun Persaud <arun@nubati.net>
Wed, 4 Nov 2009 02:42:34 +0000 (18:42 -0800)
committerArun Persaud <arun@nubati.net>
Wed, 4 Nov 2009 02:42:34 +0000 (18:42 -0800)
Conflicts:
backend.c
configure.ac
xboard.c

1  2 
backend.c
xengineoutput.c

diff --cc backend.c
+++ b/backend.c
@@@ -3527,10 -3528,10 +3527,10 @@@ ParseBoard12(string
         different game than is currently being displayed.  */
      if (gamenum != ics_gamenum || newGameMode != gameMode ||
        relation == RELATION_ISOLATED_BOARD) {
 -      
 +
        /* Forget the old game and get the history (if any) of the new one */
        if (gameMode != BeginningOfGame) {
-         Reset(FALSE, TRUE);
+         Reset(TRUE, TRUE);
        }
        newGame = TRUE;
        if (appData.autoRaiseBoard) BoardToTop();
            sprintf(str, "%smoves %d\n", ics_prefix, gamenum);
            SendToICS(str);
        }
+       forwardMostMove = backwardMostMove = currentMove = moveNum;
      }
 -    
 +
      /* Update the clocks */
      if (strchr(elapsed_time, '.')) {
        /* Time is in ms */
diff --cc xengineoutput.c
Simple merge