]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2014-03-25 Mario LangOptionally allow UCI engines to query a book provided...
2014-03-25 Mario LangLow level polyglot binary opening book support.
2014-03-24 Mario Langchess-pgn-insert-and-show-position
2014-03-24 Mario LangDocstrings.
2014-03-24 Mario LangRename chess-engine-sentinal to chess-engine-sentinel...
2014-03-24 Mario LangUpdate phalanx URL.
2014-03-24 Mario LangParse UCI long algebraic moves correctly.
2014-03-24 Mario Langchess-pos-can-castle: Avoid error if there is no king...
2014-03-24 Mario LangMore UCI engines: fruit and glaurung.
2014-03-24 Mario LangMake engine searching work again.
2014-03-24 Mario Lang(incomplete) support for the stockfish engine.
2014-03-24 Mario LangCheck for internal-default-process-filter when deciding...
2014-03-04 Mario LangReplace obsolete `time-to-seconds' with `float-time'.
2014-03-03 Mario LangDo not use `delete-backward-char'.
2014-03-03 Mario Lang`last-command-char' is gone in Emacs24, it is `last...
2014-03-03 Mario LangFix (some) Emacs24 compatibility issues.
2013-12-02 John WiegleyUpdate .gitmodules
2013-10-31 John WiegleyUpdate submodule pieces
2013-09-16 Mario LangMention `chess-default-engine' and prefix argument...
2013-09-05 Mario LangDo not interactively prompt for confirmation when openi...
2013-09-05 Mario LangAllow testsuite generation from "The Week In Chess...
2013-09-05 Mario LangLoad `cl' at compile time for `assert'.
2013-09-05 Mario LangThe argument to @sp is not optional in Texinfo 5.1.
2011-09-19 John WiegleyAdded chess-ics2.el, from Dmitry "Troydm" Geurkov
2010-04-05 John WiegleyAdded run-tests.sh
2010-04-05 John WiegleyUpdated TODO file
2009-12-27 Mario Langchar-valid-p is obsolete (as of Emacs 23.1); use charac...
2008-09-17 John WiegleyAdded a bug.
2008-09-17 John WiegleyUse $(whoami), not $$, to distinguish emacs-chess tmp...
2008-09-17 Mario LangAdd PID into the tmpdir.
2008-09-17 John Wiegleyruntests now takes an argument, specifying how many...
2008-09-17 John WiegleyHave 'make check' fail if there are any Lisp errors.
2008-09-17 John WiegleyAdded 'runtests', to simplify running on multi-core...
2008-09-17 John WiegleyFixed another problem with the error reporting code.
2008-09-17 John WiegleyAdded missing `error' argument.
2008-09-17 John WiegleySorted the TODO file.
2008-09-17 John WiegleyAdd more delays in case text has not appeared from...
2008-09-16 John WiegleyAfter a call to `chess-scid-get-result', clear the...
2008-09-10 John WiegleyUpdated TODO file.
2008-09-10 Mario LangTODO item about unconditional disabling of assert.
2008-09-08 Mario LangAdded a TODO item about chess-scid-get-result failing...
2008-09-03 John WiegleyAdded TODO note.
2008-09-03 John WiegleyAdded TODO entries.
2008-09-02 John WiegleyAdded a code cleanup note.
2008-09-02 John WiegleyAdded a few bugs to the TODO file.
2008-09-02 John WiegleyRemoved code that was appending text to the ends of...
2008-09-02 John WiegleyImplemented a safer method for parsing algebraic moves...
2008-09-02 John WiegleyUpdated TODO file.
2008-09-02 John WiegleyIf a chess message cannot be found, let the user know...
2008-09-02 John WiegleyDon't highlight the opening paren for special chess...
2008-09-02 John WiegleySimplified the test runner's output, so it fits in...
2008-09-02 John WiegleyA COUNT of 0 now means "read to end of database", not...
2008-09-02 John WiegleyCorrected game indices in the debug output.
2008-09-02 John Wiegley'make check' is now 0-based, like the rest of the datab...
2008-09-02 John WiegleyHighlight `chess-error' the same way as `error'.
2008-09-02 John WiegleyThe 'start' parameter passed in is now a 0-based index...
2008-09-02 John Wiegleychess-scid now accepts a 0-based index, but uses a...
2008-09-02 John WiegleyUse the modulus of the read-count to govern when game...
2008-09-02 John WiegleyReport an error if we fail to find the beginning of...
2008-09-02 John WiegleyAdded a note about how to run the full test suite properly.
2008-09-02 John WiegleyErase the buffer before asking scid for a PGN position...
2008-09-02 John WiegleyWhen byte-compiling chess-pos, set cl-optimize-speed...
2008-09-02 John WiegleyOff by one error in string clipping of tag values.
2008-09-02 John WiegleyOnly require 'cl when byte-compiling chess-ai. We...
2008-09-02 John WiegleyFontify chess-error and chess-with-current-buffer as...
2008-09-02 John Wiegleychess-auto.el is built properly now.
2008-09-02 John WiegleySimplified error message when an algebraic move fails...
2008-09-01 Mario LangFix ics style12 regex.
2008-09-01 Mario LangMake game numbers displayed equal to indexes used in...
2008-09-01 Mario LangRemove the supposed failing game again since emacs...
2008-09-01 Mario LangFix a "off-by-one" thinko, database indexes are zero...
2008-09-01 Mario LangAdd a failing test I found in TWIC.
2008-09-01 John WiegleySimplified some error text.
2008-09-01 John WiegleyAdded a TODO note: I found a test case for the failing...
2008-09-01 John WiegleyRemoved the unnecessary chess-incr-index* function.
2008-09-01 John WiegleyRemoved historical note, since there is a better story...
2008-09-01 John WiegleyIgnore the largedb files if a user has installed them.
2008-09-01 John WiegleyUpdated the TODO file.
2008-09-01 John WiegleyInstead of using `read' to parse a PGN tag string,...
2008-09-01 John WiegleyWhen a testing error occurs, mention the exact test...
2008-09-01 John WiegleyReport a clearer error in the case of an algebraic...
2008-09-01 John WiegleyIf the COUNT is less than zero, run all the remaining...
2008-09-01 John WiegleyAdded a basic file of 400 historic games, which gets...
2008-09-01 John WiegleySeveral improvements to how tests are run.
2008-09-01 John WiegleyAllow the stress tests to be run across a specific...
2008-09-01 John WiegleyExcept for when making moves interactively (with chess...
2008-09-01 John WiegleyIgnore the chess-test script.
2008-09-01 John WiegleyIncreased the verbosity and number of errors generated...
2008-09-01 John WiegleyWrote a testing function for emacs-chess, which compute...
2008-09-01 John WiegleySeveral fixes to the scid (aka ChessDB) interaction...
2008-09-01 John WiegleyRemoved some trailing whitespace.
2008-09-01 John Wiegleychess-test is now invoked with the name of the database...
2008-09-01 John WiegleyMoved some code around to follow better Lisp style.
2008-08-30 John WiegleyQuick title fix to the TODO file.
2008-08-29 John WiegleyAdded some new TODOs.
2008-08-29 John WiegleyAdded optional code for highlighting the last move.
2008-08-29 John WiegleyCorrectly indent `chess-with-current-buffer' in lisp...
2008-08-29 John WiegleyInstead of ignoring ICS refresh commands, use them...
2008-08-29 John WiegleyMake `chess-display-side-to-move' a risky-local-variabl...
2008-08-29 John WiegleyMerged PLAN into TODO, and changed it into an org-mode...
next