summaryrefslogtreecommitdiff
path: root/chess-sjeng.el
AgeCommit message (Collapse)Author
2016-12-22Fix typo in option docstringSébastien Le Callonnec
* chess-crafty.el (chess-crafty): * chess-fruit.el (chess-fruit): * chess-glaurung.el (chess-glaurung): * chess-gnuchess.el (chess-gnuchess): * chess-phalanx.el (chess-phalanx): * chess-sjeng.el (chess-sjeng): * chess-stockfish.el (chess-stockfish): Fix typo.
2014-05-20Eliminate the circular dependency between chess-pos and chess-fen.Mario Lang
We remove functions chess-pos-to-string and chess-pos-from-string which are really just aliases for chess-fen-to-pos and chess-pos-to-fen.
2014-05-20Upgrade to GPLv3.Mario Lang
2004-01-14elisp header + homepage linkMario Lang
2004-01-14Module for the sjeng engine (promotion still doesnt work.)Mario Lang