summaryrefslogtreecommitdiff
path: root/chess-network.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-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.
2008-08-29Several changes to fix byte-compile warnings, changed some iso-8859-1 encodedJohn Wiegley
files to UTF-8, and switched to using insert-file-contents instead of the -literally variant (which doesn't respect content encodings).
2003-01-24Add missing string-to-int form.John Wiegley
2002-06-14various small bug fixesJohn Wiegley
2002-05-16miscellaneous fixesJohn Wiegley
2002-05-08*** no comment ***John Wiegley
2002-05-01added code for forfeiting on timeJohn Wiegley
2002-05-01*** no comment ***John Wiegley
2002-04-28*** no comment ***John Wiegley
2002-04-22Bug fixes and reducing the TODO list.John Wiegley
2002-04-19Fixes and other work.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-15*** no comment ***John Wiegley
2002-04-13added message catalog supportJohn Wiegley
2002-04-13added support for highlighting legal pliesJohn Wiegley
2002-04-13displays and engines now always have a single object associated withJohn Wiegley
them
2002-04-12*** no comment ***John Wiegley
2002-04-12*** no comment ***John Wiegley
2002-04-12optimizations and bug fixesJohn Wiegley
2002-04-11*** no comment ***John Wiegley
2002-04-11*** no comment ***John Wiegley
2002-04-10Added support for aborting a game. Use A or N from a display.John Wiegley
2002-04-10added support in chess-link.el to link two engines together. if bothJohn Wiegley
are computers, then they will play head to head
2002-04-10lots of work, several new event types, better support in chess-engineJohn Wiegley
for establishing the starting game position
2002-04-09*** no comment ***John Wiegley
2002-04-09*** no comment ***John Wiegley
2002-04-09*** no comment ***John Wiegley
2002-04-09Bug fixes and the beginnings of ICS client supportJohn Wiegley
2002-04-09added an IRC bot engineJohn Wiegley
2002-04-08*** no comment ***John Wiegley
2002-04-08*** no comment ***John Wiegley
2002-04-08*** no comment ***John Wiegley
2002-04-08*** no comment ***John Wiegley
2002-04-08*** no comment ***John Wiegley
2002-04-08*** no comment ***John Wiegley
2002-04-08*** no comment ***John Wiegley
2002-04-08*** no comment ***John Wiegley
2002-04-08Added support for network playJohn Wiegley