summaryrefslogtreecommitdiff
path: root/chess-puzzle.el
AgeCommit message (Collapse)Author
7 daysfix: all: fixes to get emacs-chess working on 30.2Craig Jennings
- added lexical-binding headers to all source files - replaced make-variable-buffer-local with defvar-local throughout source code - replaced deprecated cl library with cl-lib, including replacing assert with cl-assert to emacs-chess-steps.el - added proper headers and footers to test files when missing - populated chess images and chess sounds directory - fixed defcustom calling directory-files without error handling. xboard installation no longer required.
2018-09-10Fix typo in chess-puzzle.elRafal
2017-02-26Correct previous mis-commit; remove erroneous code remnantsdwcoates
2017-02-25Add chess-puzzle-set-default-fileDodge W. Coates
2017-02-24Add default puzzle file functionality to chess-puzzleDodge W. Coates
2014-06-04Sync from ELPA.Mario Lang
2014-05-20Add a peroper file header.Mario Lang
2008-09-01Removed some trailing whitespace.John Wiegley
2004-02-06(chess-puzzle): Disable autosave.Mario Lang
(chess-puzzle-show-solution): New function (bound to ? in puzzle displays) for showing a solution (if one is known). This typically only works for EPD databases with either bm or pv information. Displaying of annotations is not yet done.
2002-04-30bug fixesJohn Wiegley
2002-04-28*** no comment ***John Wiegley
2002-04-24set the engine option so that crafty doesn't resignJohn Wiegley
2002-04-22Bug fixes and reducing the TODO list.John Wiegley