summaryrefslogtreecommitdiff
path: root/chess-var.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.
2014-06-04Sync from ELPA.Mario Lang
2014-05-20Add remaining file headers, synced from ELPA.Mario Lang
2014-03-03Fix (some) Emacs24 compatibility issues.Mario Lang
2004-01-28docfixesMario Lang
2004-01-09New function chess-var-to-algebraicMario Lang
2004-01-06add &optional index to chess-var-side-to-move (sync with ↵Mario Lang
chess-game-side-to-move) and document it, mirroring chess-game-side-to-move docstring.
2002-04-28*** no comment ***John Wiegley
2002-04-18Many efficiency improvements and bug fixes.John Wiegley
2002-04-16Removed the $ Revision strings; they are no longer necessary since IJohn Wiegley
tag every revision that I upload.
2002-04-16Major speed improvement and efficiency work. chess-legal-plies isJohn Wiegley
much more memory conservative now. Reduced recursion in chess-search-position by a slight bit.
2002-04-13added message catalog supportJohn Wiegley
2002-04-12optimizations and bug fixesJohn Wiegley
2002-04-08Simplified the code, removed the 'search-function' nonsense. Even theJohn Wiegley
wackiest chess variants use standard move notation. `chess-ply-create' now fully validates and annotates the plies that it creates, based on the initial piece move (such as the king, in the case of castling).