| Age | Commit message (Expand) | Author |
| 2008-09-10 | Updated TODO file. | John Wiegley |
| 2008-09-10 | TODO item about unconditional disabling of assert. | Mario Lang |
| 2008-09-08 | Added a TODO item about chess-scid-get-result failing on some machines. | Mario Lang |
| 2008-09-03 | Added TODO note. | John Wiegley |
| 2008-09-02 | Added TODO entries. | John Wiegley |
| 2008-09-02 | Added a code cleanup note. | John Wiegley |
| 2008-09-02 | Added a few bugs to the TODO file. | John Wiegley |
| 2008-09-02 | Removed code that was appending text to the ends of variables, rather than | John Wiegley |
| 2008-09-02 | Implemented a safer method for parsing algebraic moves, since for some reason | John Wiegley |
| 2008-09-02 | Updated TODO file. | John Wiegley |
| 2008-09-02 | If a chess message cannot be found, let the user know which one. | John Wiegley |
| 2008-09-02 | Don't highlight the opening paren for special chess-* forms. | John Wiegley |
| 2008-09-02 | Simplified the test runner's output, so it fits in 80 columns. | John Wiegley |
| 2008-09-02 | A COUNT of 0 now means "read to end of database", not -1, which Emacs was | John Wiegley |
| 2008-09-02 | Corrected game indices in the debug output. | John Wiegley |
| 2008-09-02 | 'make check' is now 0-based, like the rest of the database-related code. Only | John Wiegley |
| 2008-09-01 | Highlight `chess-error' the same way as `error'. | John Wiegley |
| 2008-09-01 | The 'start' parameter passed in is now a 0-based index, like what is expected | John Wiegley |
| 2008-09-01 | chess-scid now accepts a 0-based index, but uses a 1-based index when talking | John Wiegley |
| 2008-09-01 | Use the modulus of the read-count to govern when game counts are reported. | John Wiegley |
| 2008-09-01 | Report an error if we fail to find the beginning of a game loaded from | John Wiegley |
| 2008-09-01 | Added a note about how to run the full test suite properly. | John Wiegley |
| 2008-09-01 | Erase the buffer before asking scid for a PGN position. What happens during | John Wiegley |
| 2008-09-01 | When byte-compiling chess-pos, set cl-optimize-speed to 9. This increases | John Wiegley |
| 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 |