]> code.delx.au - gnu-emacs-elpa/history - chess-algebraic.el
Release 2.0.4
[gnu-emacs-elpa] / chess-algebraic.el
2014-07-07 Mario LangMisc. fixes.
2014-06-29 Mario Lang* chess-algebraic.el (chess-algebraic-to-ply): Remove...
2014-06-28 Mario Lang* chess-pos.el (chess-pos-search*)
2014-06-14 Mario Lang(chess-algebraic-regexp, chess-algebraic-to-ply): Optio...
2014-06-14 Mario Lang* chess-algebraic.el (chess-ply-to-algebraic): If TYPE...
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-03 Mario LangSmall cleanup in chess-ply--move-text.
2014-06-03 Mario LangLet chess-algebraic.el depend on chess-ply.el, not...
2014-06-03 Mario Langchess-algebraic-regexp: Use rx.
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-03-03 Mario LangFix (some) Emacs24 compatibility issues.
2013-09-05 Mario LangLoad `cl' at compile time for `assert'.
2008-09-02 John WiegleyImplemented a safer method for parsing algebraic moves...
2008-09-02 John WiegleySimplified error message when an algebraic move fails...
2008-09-01 John WiegleySimplified some error text.
2008-09-01 John WiegleyReport a clearer error in the case of an algebraic...
2004-12-07 Mario Langrequire chess-message whereever necessary (ks)
2004-01-27 Mario Langreindent
2004-01-25 John WiegleyAdded an argument to chess-search-position, so that...
2004-01-14 Mario Lang`let'-bind case-fold-search nil in chess-algebraic...
2002-05-01 John Wiegley*** no comment ***
2002-05-01 John WiegleyTiny code rearrangement. If chess-ply-castling-changes...
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-18 John WiegleyMany efficiency improvements and bug fixes.
2002-04-17 John WiegleyMore general bug fixing, efficiency improvements, etc.
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-16 John WiegleyKeep the :which determiner, if ever we calculate it in
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 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-10 John WiegleySupport smart killing/yanking
2002-04-09 John Wiegley*** no comment ***
2002-04-08 John Wiegley*** no comment ***
2002-04-08 John Wiegleyadded castling keywords
2002-04-08 John WiegleySimplified the code, removed the 'search-function'...
2002-04-07 John WiegleySimplified the event model, and removed session objects...
2002-04-04 John Wiegleyfixed conversion of pawn captures
2002-04-03 John WiegleyGnuchess can be played against (up until a pawn take...
2002-04-02 John WiegleyCoded engines as a separate library. Still work to...
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