]> code.delx.au - gnu-emacs-elpa/history - chess-ply.el
Release 2.0.4
[gnu-emacs-elpa] / chess-ply.el
2014-07-28 Mario Lang* chess-ply.el (chess-ply-keyword): Add docstring.
2014-07-07 Mario LangMisc. fixes.
2014-06-28 Mario Lang* chess-pos.el (chess-pos-search*)
2014-06-23 Mario LangRemove obsolete arguments and use more cl-check-type.
2014-06-16 Mario Lang* chess-ply.el (chess-legal-plies): Make :file keyword...
2014-06-13 Mario Lang* chess-pos.el (chess-pos-en-passant, chess-pos-status)
2014-06-11 Mario Lang* chess-pos.el (chess-ply-castling-changes): Declare.
2014-06-04 Mario Lang* doc/chess.texi (The "next" position): Actually add...
2014-06-03 Mario LangLet chess-algebraic.el depend on chess-ply.el, not...
2014-05-25 Mario LangRemove chess-ply-allow-interactive-query.
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 LangConvert some file headers to the standard form includin...
2014-05-18 Mario LangAvoid repeatedly calling chess-pos-en-passant.
2014-04-28 Mario LangReplace a few chess-incr-index calls with chess-next...
2014-04-21 Mario Langchess-legal-plies: Simplify the :color case.
2014-04-21 Mario Langchess-pos-search*: New function.
2014-04-17 Mario Langchess-legal-plies: It is illegal to castle if the king...
2014-04-17 Mario Langchess-legal-plies: Stop generating duplicate castling...
2014-04-17 Mario Langchess-legal-plies: Generate R and B promotions in addti...
2014-04-09 Mario Langchess-legal-plies: If chess-ply-allow-interactive-query...
2014-04-01 Mario LangEliminate a few compiler warnings due to missing requir...
2008-09-01 John WiegleySimplified some error text.
2008-09-01 John WiegleyRemoved the unnecessary chess-incr-index* function.
2008-09-01 John WiegleyReport a clearer error in the case of an algebraic...
2008-09-01 John WiegleyExcept for when making moves interactively (with chess...
2004-03-01 Mario Lang(chess-legal-plies): Add :candidates keyword to avoid...
2004-01-28 Mario Lang(chess-ply-castling-changes): When doing a long castle...
2004-01-27 Mario Langdocfix
2004-01-06 Mario Langsome docstrings
2004-01-04 Mario LangSet status of next-pos according to changes of ply
2002-06-19 John Wiegley*** no comment ***
2002-05-16 John Wiegleymiscellaneous fixes
2002-04-28 John Wiegley*** no comment ***
2002-04-26 John Wiegleybug fixes
2002-04-22 John WiegleyBug fixes and reducing the TODO list.
2002-04-19 John WiegleyFixes and other work.
2002-04-18 John WiegleyMany efficiency improvements and bug fixes.
2002-04-17 John WiegleyMore general bug fixing, efficiency improvements, etc.
2002-04-17 John Wiegley*** no comment ***
2002-04-16 John Wiegley(chess-ply-set-keyword): Added a new function for setti...
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-14 John Wiegley*** no comment ***
2002-04-13 John Wiegleyadded message catalog support
2002-04-13 John Wiegleyadded support for highlighting legal plies
2002-04-13 John Wiegleytotally rewrote chess-legal-plies to be vastly more...
2002-04-13 John Wiegley*** no comment ***
2002-04-12 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 Wiegley*** no comment ***
2002-04-11 John Wiegley*** no comment ***
2002-04-11 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-09 John Wiegley*** no comment ***
2002-04-08 John Wiegley*** no comment ***
2002-04-08 John Wiegley*** no comment ***
2002-04-08 John Wiegleyadded castling keywords
2002-04-08 John Wiegleyadded support for pawn promotion and en-passant captures
2002-04-08 John WiegleySimplified the code, removed the 'search-function'...
2002-04-07 John Wiegley*** no comment ***
2002-04-07 John WiegleyGames are now playable to the end.
2002-04-03 John WiegleyGnuchess can be played against (up until a pawn take...
2002-03-28 John WiegleyMade the display code into part of the core library.
2002-03-11 John Wiegleychanges
2002-03-01 John WiegleyPlaying against crafty now works.
2002-03-01 John WiegleyInitial revision