summaryrefslogtreecommitdiff
path: root/chess-input.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-06Pre-movesdickmao
To activate, look for Chess Display Allow Pre Moves in: M-x customize-group chess-display Tested via: make test make test24 (requires evim)
2014-06-04Sync from ELPA.Mario Lang
2014-05-20Add remaining file headers, synced from ELPA.Mario Lang
2014-04-02Eliminate a few compiler warnings due to missing require or cl runtime use.Mario Lang
2014-03-03`last-command-char' is gone in Emacs24, it is `last-command-event' now.Mario Lang
2005-06-27(chess-input-shortcut): If a character is typed that is not a legalJohn Wiegley
start of a move (which only happens if it's not bound to anything else), just ignore it.
2002-04-24*** no comment ***John Wiegley
2002-04-19Fixes and other work.John Wiegley
2002-04-18Many efficiency improvements and bug fixes.John Wiegley
2002-04-17More general bug fixing, efficiency improvements, etc.John Wiegley