]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2014-04-16 Mario Langchess-polyglot.el: Ship default book file.
2014-04-15 Mario Langchess-ai.el: Oops, cl-delete-if only at runtime.
2014-04-15 Mario Langchess-ai.el: No need for cl-sort.
2014-04-14 Mario LangBuild fruit and glaurung modules.
2014-04-13 Mario Langchess-ai.el: Require cl-lib at runtime for cl-sort.
2014-04-10 Mario Langchess-ai.el: Better top-level move ordering and quiesce...
2014-04-09 Mario Langchess-ai.el: Rename functions and fix a subtle bug...
2014-04-09 Mario Langchess-ai.el: Cleanup.
2014-04-09 Mario Langchess-ai.el: Quiescence search.
2014-04-09 Mario Langchess-legal-plies: If chess-ply-allow-interactive-query...
2014-04-08 Mario Langchess-ai.el: Ply ordering + a bit of progress reporting.
2014-04-08 Mario Langchess-ai.el: Simpler search function, progress reporter...
2014-04-07 Mario Langchess-search-position: Also consider opponent king...
2014-04-06 Mario LangTODO items done since we switched to tabulated-list...
2014-04-04 Mario LangFix docstrings.
2014-04-03 Mario Langchess-ics.el: Pacify compiler.
2014-04-03 Mario Langchess-ics.el: use tabulated-list-mode.
2014-04-02 Mario LangICC seek removal was broken as well.
2014-04-02 Mario LangTry to improve the promotion situation on ICS by allowi...
2014-04-02 Mario LangFix ics seek ads removal.
2014-04-01 Mario LangEliminate a few compiler warnings due to missing requir...
2014-04-01 Mario LangFor some reason, chess-pos.el needs to be compiled...
2014-04-01 Mario Langchess-rf-to-index: Fix assertion.
2014-03-31 Mario Langchess-clock-tick-tock: Fix an error on first call.
2014-03-31 Mario Langchess-pos.el: Reorder some definitions to pacify compiler.
2014-03-30 Mario LangRefactor chess-plain-handler a bit.
2014-03-30 Mario LangTry to fix 045a93cb98dfd320e756ea9d9799ea92f0900bc6...
2014-03-30 Mario LangFix a rather serious bug in chess-pos-move:
2014-03-30 Mario LangTry to fix a reentrancy bug in chess-display-move.
2014-03-30 Mario LangUCI engines *crash* on FENs with missing trailing spaces.
2014-03-30 Mario Langchess-plain-piece-chars: Include a suggestion for unico...
2014-03-30 Mario Langchess-plain-piece-chars: Provide some useful default...
2014-03-30 Mario LangProvide unicode box drawing characters as a possible...
2014-03-29 Mario Langchess-uci.el: Use the post-move event to work around...
2014-03-29 Mario LangDecompress a polyglot book file if it was compressed.
2014-03-28 Mario LangPacify byte compiler.
2014-03-28 Mario LangMake the strength of book replies configurable.
2014-03-28 Mario LangSimplify the search in chess-polyglot.el.
2014-03-27 Mario LangFixes to polyglot code.
2014-03-26 Mario Langchess-uci: Choose a (random) move from the book.
2014-03-26 Mario LangMore docstring fixes.
2014-03-26 Mario LangAn asterisk no longer signifies a user option.
2014-03-26 Mario LangDocument and refactor chess-polyglot.el.
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...
next