| Age | Commit message (Collapse) | Author | 
|---|
|  | To activate, look for Chess Display Allow Pre Moves in:
M-x customize-group
chess-display
Tested via:
make test
make test24 (requires evim) | 
|  | Fixes misinterpretation of "e1-b1" as a valid queenside castle, and
makes more sense of ics basic response handling #21.
`make test` should run the historic.pgn test and the new ecukes tests. | 
|  |  | 
|  | Also, move some customisation settings from chess-uci to chess-polyglot. | 
|  |  | 
|  |  | 
|  |  | 
|  | "make check-twic" will download the latest twic issues as PGN, concatenate
them and run test over them. | 
|  |  | 
|  | taking to be an option flag. | 
|  | in the display code (the top-level user interface) are database games
presented using a 1-base system. | 
|  |  | 
|  |  | 
|  | First, if the user hasn't downloaded the monster test database, we just run a
simple test of 400 historical games.  Second, you can specify the variables
START and COUNT on the command line, for running just a part of the huge
database. | 
|  | make START=2000 FINISH=5000 check
If START is omitted, it begins at game 1.  If FINISH is omitted, it ends at
the last game in the test database. | 
|  |  | 
|  |  | 
|  | many changes to the code, including:
 - documentation has been moved into doc/
 - the chess-eco opening moves are pre-generated from chess-eco.ps into
    chess-eco.fen, so users don't have to wait around for it to build
 - no longer using lispdoc to auto-gen function stubs in chess.texi,
   this means that chess-maint.el and lispdoc.el are gone |