summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-02-03(chess-announce-handler): On event 'kibitz, talk.Mario Lang
2004-02-03(chess-ics-initial-commands): New defcustom to makeMario Lang
2004-02-02Make the preceeding ply in the mode-line a little more compactMario Lang
2004-02-02iset startpos 1 makes requesting the movelist work forMario Lang
2004-02-02(chess-module-destroy): chess-module-detach-game was called outsideMario Lang
2004-02-01Fixed a typo.John Wiegley
2004-01-31Now finally handle seek announcements and removals.Mario Lang
2004-01-30prettify chan-tellsMario Lang
2004-01-29Handle seek announcements by making the "play xxx" stringMario Lang
2004-01-29bumped minor revMario Lang
2004-01-28prepare for b4Mario Lang
2004-01-28sync with cvslogMario Lang
2004-01-28nothing noteworthyMario Lang
2004-01-28(chess-ply-castling-changes): When doing a long castle, only check ifMario Lang
2004-01-28set interface emacs-chess VERSIONMario Lang
2004-01-28temporarily disable the condition-case in the main startup function, some str...Mario Lang
2004-01-28(chess-search-position): document arguments check-only and no-castling.Mario Lang
2004-01-28(chess-engine-create), (chess-engine-command): Docstrings. (chess-engine-filt...Mario Lang
2004-01-28(chess-display-create): More docs.Mario Lang
2004-01-28docfixesMario Lang
2004-01-28proofread fixedMario Lang
2004-01-27commentary synced with reality of FEN standardMario Lang
2004-01-27chess-ai is a submodule of chess-commonMario Lang
2004-01-27docfixMario Lang
2004-01-27chess-gnuchess-path is a user-optionMario Lang
2004-01-27minor fixesMario Lang
2004-01-27minor stuffMario Lang
2004-01-27uncomment the remaining failure cases, chess-algebraic handles that nowMario Lang
2004-01-27we now have the individual moves in the source file, and get the final pos at...Mario Lang
2004-01-27reindentMario Lang
2004-01-27we can use chess-display-set-from-fen hereMario Lang
2004-01-27some reality syncMario Lang
2004-01-27a little sync with realityMario Lang
2004-01-27add in minimal docs for FEN, algebraic notation, and ICSMario Lang
2004-01-26(chess-pos-move): There was a bug in castling removal when a Rook moved, now ...Mario Lang
2004-01-26(chess-pos-legal-candidates): Remove the opponent pawn if we are capturing en...Mario Lang
2004-01-26new function chess-database-filename, also support it in scid and file dbsMario Lang
2004-01-25Added an argument to chess-search-position, so that if we areJohn Wiegley
2004-01-23use apply in chess-database-queryMario Lang
2004-01-23support query tree-searchMario Lang
2004-01-23dont barf on unbound chess-module-regexp-alist, and add some docstringsMario Lang
2004-01-23docstring fixes + a redo of chess-game-seqMario Lang
2004-01-23fixes to make chess-scid read parsing workMario Lang
2004-01-21opening classification module based on the scid.eco file from scid 3.5Mario Lang
2004-01-20FEN notation actually specifies that field four (en passant) should denote th...Mario Lang
2004-01-20catch manually typed resign and fix a bug where only one game could be played...Mario Lang
2004-01-20(chess-pos-to-fen): Dont emit a trailing / on rank 8.Mario Lang
2004-01-19tidyingMario Lang
2004-01-19minor changeMario Lang
2004-01-19rewrite this module such that it does not act as an engine, rather it invoked...Mario Lang