| Age | Commit message (Expand) | Author |
| 2008-09-01 | Off by one error in string clipping of tag values. | John Wiegley |
| 2008-09-01 | Only require 'cl when byte-compiling chess-ai. We don't yet use the CL | John Wiegley |
| 2008-09-01 | Fontify chess-error and chess-with-current-buffer as keywords. | John Wiegley |
| 2008-09-01 | chess-auto.el is built properly now. | John Wiegley |
| 2008-09-01 | Simplified error message when an algebraic move fails to work. | John Wiegley |
| 2008-09-01 | Fix ics style12 regex. | Mario Lang |
| 2008-09-01 | Make game numbers displayed equal to indexes used in chess-database. | Mario Lang |
| 2008-09-01 | Remove the supposed failing game again since emacs-chess was actually right, ... | Mario Lang |
| 2008-09-01 | Fix a "off-by-one" thinko, database indexes are zero based. | Mario Lang |
| 2008-09-01 | Add a failing test I found in TWIC. | Mario Lang |
| 2008-09-01 | Simplified some error text. | John Wiegley |
| 2008-09-01 | Added a TODO note: I found a test case for the failing promotions. | John Wiegley |
| 2008-09-01 | Removed the unnecessary chess-incr-index* function. | John Wiegley |
| 2008-09-01 | Removed historical note, since there is a better story in AUTHORS now. | John Wiegley |
| 2008-09-01 | Ignore the largedb files if a user has installed them. | John Wiegley |
| 2008-09-01 | Updated the TODO file. | John Wiegley |
| 2008-09-01 | Instead of using `read' to parse a PGN tag string, just clip off the leading | John Wiegley |
| 2008-09-01 | When a testing error occurs, mention the exact test that failed along with | John Wiegley |
| 2008-09-01 | Report a clearer error in the case of an algebraic queening move with an | John Wiegley |
| 2008-09-01 | If the COUNT is less than zero, run all the remaining tests. | John Wiegley |
| 2008-09-01 | Added a basic file of 400 historic games, which gets used as the baseline test | John Wiegley |
| 2008-09-01 | Several improvements to how tests are run. | John Wiegley |
| 2008-09-01 | Allow the stress tests to be run across a specific range: | John Wiegley |
| 2008-09-01 | Except for when making moves interactively (with chess-display-manual-move), | John Wiegley |
| 2008-09-01 | Ignore the chess-test script. | John Wiegley |
| 2008-09-01 | Increased the verbosity and number of errors generated for incorrectly parsed | John Wiegley |
| 2008-09-01 | Wrote a testing function for emacs-chess, which computes the legality of plies | John Wiegley |
| 2008-09-01 | Several fixes to the scid (aka ChessDB) interaction protocol. | John Wiegley |
| 2008-09-01 | Removed some trailing whitespace. | John Wiegley |
| 2008-09-01 | chess-test is now invoked with the name of the database to read. | John Wiegley |
| 2008-09-01 | Moved some code around to follow better Lisp style. | John Wiegley |
| 2008-08-30 | Quick title fix to the TODO file. | John Wiegley |
| 2008-08-29 | Added some new TODOs. | John Wiegley |
| 2008-08-29 | Added optional code for highlighting the last move. | John Wiegley |
| 2008-08-29 | Correctly indent `chess-with-current-buffer' in lisp-mode. | John Wiegley |
| 2008-08-29 | Instead of ignoring ICS refresh commands, use them as a chance to ensure that | John Wiegley |
| 2008-08-29 | Make `chess-display-side-to-move' a risky-local-variable. This fixes the | John Wiegley |
| 2008-08-29 | Merged PLAN into TODO, and changed it into an org-mode file. It still needs | John Wiegley |
| 2008-08-29 | Ignore the file products of playing with Crafty. | John Wiegley |
| 2008-08-29 | Rearranged some code just to make it easier to read. | John Wiegley |
| 2008-08-29 | Ignore the TAGS file. | John Wiegley |
| 2008-08-29 | Don't report an error if the user's sound reporting function fails to work. | John Wiegley |
| 2008-08-29 | Silently ignore refresh directives in the ICS protocol. | John Wiegley |
| 2008-08-29 | Only paint a move after it's been made. | John Wiegley |
| 2008-08-29 | last-triggers was never used, it was suppose to refer to last-session, a LET-... | Mario Lang |
| 2008-08-29 | Several changes in order for 'make distcheck' to work. | John Wiegley |
| 2008-08-29 | Several changes to fix byte-compile warnings, changed some iso-8859-1 encoded | John Wiegley |
| 2008-08-29 | Changed to using an autoconf/automake setup for building. This precipitated | John Wiegley |
| 2008-08-26 | Renamed chess-opening.el to chess-eco.el. | John Wiegley |
| 2008-05-08 | Added recursive reference to sound and piece assets via submodules | John Wiegley |