summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-26chess.info: Remove, it's now auto-generatedexternals/chessStefan Monnier
2021-12-11Simplify/port chess clock timerPaul Eggert
2020-12-09Regenerated the chess.info fileLars Ingebrigtsen
2020-10-17Enable lexical scopingStefan Monnier
2020-09-19Fix use of CL typesStefan Monnier
2020-09-19* chess-network.el (chess-network-handler): Use `executable-find'.Mario Lang
2020-09-19* chess-game.el (chess-game-ply): Fix docstring.Mario Lang
2017-05-07* chess-pgn.el (chess-pgn-parse): Fix unescaped character literalStefan Monnier
2014-10-02[chess-ai] Handle pass.Mario Lang
2014-09-23Fix FEN insertion.Mario Lang
2014-07-28Release 2.0.4Mario Lang
2014-07-28Update NEWS.Mario Lang
2014-07-28* chess-display.el (chess-display-draw-square): Add docstring.Mario Lang
2014-07-28* chess-database.el (chess-database-do-open): Require modules here.Mario Lang
2014-07-28* chess-ply.el (chess-ply-keyword): Add docstring.Mario Lang
2014-07-07Misc. fixes.Mario Lang
2014-06-29* chess-algebraic.el (chess-algebraic-to-ply): Remove dead code.Mario Lang
2014-06-28* chess-pos.el (chess-pos-search*)Mario Lang
2014-06-24Remove obsolete arguments and use more cl-check-type.Mario Lang
2014-06-23Release 2.0.3.Mario Lang
2014-06-19Update chess.info and fix a minor misunderstanding in chess-display-update do...Mario Lang
2014-06-19Fix Texinfo usage and markup in the Chess manual.Eli Zaretskii
2014-06-18Unbreak recursive require between chess-display and chess-pgn.Mario Lang
2014-06-18* chess.el Add to games menu.Mario Lang
2014-06-18Release 2.0.2.Mario Lang
2014-06-17* chess-display.el (chess-display-highlight-legal): Rename misleading argumen...Mario Lang
2014-06-16* chess.texi: Include FDL.Mario Lang
2014-06-16Work on the manual.Mario Lang
2014-06-16* chess-input.el (chess-input-notation-type): New variable.Mario Lang
2014-06-16* chess-ply.el (chess-legal-plies): Make :file keyword usable if :colorMario Lang
2014-06-16* chess-input.el (chess-input-display-moves): Highlight valid targetMario Lang
2014-06-16(chess-display-mode-map): Bind DEL to `chess-input-shortcut-deleteMario Lang
2014-06-16* chess-display.el (chess-display-move): Fix repainting when playingMario Lang
2014-06-15* chess-display.el (chess-fen, chess-pgn): Require.Mario Lang
2014-06-15(chess-display-highlight-move): Simplify.Mario Lang
2014-06-15* chess-display.el (chess-display-draw-square): New function.Mario Lang
2014-06-15* chess-display.el (chess-display): Link to info node.Mario Lang
2014-06-15Work on the manual.Mario Lang
2014-06-15* chess-display.el (chess-display-select-piece): Redraw legal targetsMario Lang
2014-06-14(chess-pgn-mode-map): New variable, split out from...Mario Lang
2014-06-14* chess-test.el (chess-test): Renamed to...Mario Lang
2014-06-14(chess-algebraic-regexp, chess-algebraic-to-ply): Optionally allow "0-0"Mario Lang
2014-06-14* chess-algebraic.el (chess-ply-to-algebraic): If TYPE is `:numeric',Mario Lang
2014-06-13* chess-pos.el (chess-pos-en-passant, chess-pos-status)Mario Lang
2014-06-13Fix "makeinfo --html".Mario Lang
2014-06-12Work on the manual.Mario Lang
2014-06-12Add examples for chess-plain and chess-ics1 to the manual.Mario Lang
2014-06-12Work on the manual.Mario Lang
2014-06-11* chess-pos.el (chess-ply-castling-changes): Declare.Mario Lang
2014-06-11More work on the manual.Mario Lang