]> code.delx.au - gnu-emacs-elpa/history - chess-game.el
Release 2.0.4
[gnu-emacs-elpa] / chess-game.el
2014-06-14 Mario Lang* chess-test.el (chess-test): Renamed to...
2014-06-08 Mario Lang* chess-game.el (chess-game-add-ply): Fix docstring.
2014-05-24 Mario LangMerge branch 'externals/chess' of git+ssh://git.sv...
2014-05-24 Stefan MonnierDon't require `cl'. Miscellaneous cleanups from compil...
2014-05-24 Mario LangConvert remaining `assert' to `cl-assert'.
2014-05-18 Mario LangAdd proper file header.
2014-04-04 Mario LangFix docstrings.
2014-04-01 Mario LangEliminate a few compiler warnings due to missing requir...
2014-03-30 Mario LangTry to fix 045a93cb98dfd320e756ea9d9799ea92f0900bc6...
2004-01-23 Mario Langdocstring fixes + a redo of chess-game-seq
2004-01-10 Mario LangFix a bug in chess-game-seq (at least I think it is...
2004-01-06 Mario Langdocument chess-game-side-to-move
2002-06-19 John Wiegley*** no comment ***
2002-05-16 John Wiegleymiscellaneous fixes
2002-05-01 John Wiegley*** no comment ***
2002-05-01 John WiegleyTiny code rearrangement.
2002-04-30 John Wiegleybug fixes
2002-04-28 John Wiegley*** no comment ***
2002-04-26 John Wiegleybug fixes
2002-04-26 John Wiegleyfixes
2002-04-22 John WiegleyBug fixes and reducing the TODO list.
2002-04-19 John WiegleyFixes and other work.
2002-04-18 John Wiegley*** no comment ***
2002-04-18 John WiegleyMany efficiency improvements and bug fixes.
2002-04-17 John WiegleyMore general bug fixing, efficiency improvements, etc.
2002-04-16 John WiegleyMore efficiency improvements.
2002-04-16 John WiegleyReport checkmate in the modeline correctly.
2002-04-16 John WiegleyRemoved the $ Revision strings; they are no longer...
2002-04-16 John WiegleyMajor speed improvement and efficiency work. chess...
2002-04-15 John Wiegley*** no comment ***
2002-04-15 John Wiegley*** no comment ***
2002-04-15 John Wiegley*** no comment ***
2002-04-15 John Wiegley*** no comment ***
2002-04-15 John Wiegley*** no comment ***
2002-04-13 John Wiegleyadded message catalog support
2002-04-13 John Wiegley*** no comment ***
2002-04-13 John Wiegleyadded support for highlighting legal plies
2002-04-13 John Wiegley*** no comment ***
2002-04-12 John Wiegley*** no comment ***
2002-04-12 John Wiegleyoptimizations and bug fixes
2002-04-11 John Wiegley*** no comment ***
2002-04-11 John Wiegleymore fixes to draw support
2002-04-11 John Wiegley*** no comment ***
2002-04-10 John WiegleyAdded support for aborting a game. Use A or N from...
2002-04-10 John Wiegley*** no comment ***
2002-04-10 John Wiegleylots of work, several new event types, better support...
2002-04-10 John Wiegleyhandle display cloning
2002-04-09 John Wiegley*** no comment ***
2002-04-09 John Wiegley*** no comment ***
2002-04-09 John Wiegley*** no comment ***
2002-04-09 John WiegleyBug fixes and the beginnings of ICS client support
2002-04-08 John Wiegleyadded `chess-game-set-start-position'
2002-04-08 John Wiegley*** no comment ***
2002-04-08 John WiegleyAdded support for network play
2002-04-08 John WiegleySimplified the code, removed the 'search-function'...
2002-04-07 John WiegleyGames are now playable to the end.
2002-04-07 John WiegleySimplified the event model, and removed session objects...
2002-04-03 John WiegleyGnuchess can be played against (up until a pawn take...
2002-04-03 John WiegleyMore work to get engines working.
2002-04-02 John WiegleyCoded engines as a separate library. Still work to...
2002-03-29 John Wiegleychanged interface to chess-game-create
2002-03-28 John Wiegleymore fixes
2002-03-28 John WiegleyMade the display code into part of the core library.
2002-03-11 John Wiegleychanges
2002-03-02 John WiegleyAdded chess-game-side-to-move back.
2002-03-02 John WiegleyAdded chess-game-side-to-move back.
2002-03-02 John WiegleyRemoved some redundant functions.
2002-03-01 John WiegleyInitial revision