summaryrefslogtreecommitdiff
path: root/lispdoc.el
AgeCommit message (Collapse)Author
2008-08-29Changed to using an autoconf/automake setup for building. This precipitatedJohn Wiegley
many changes to the code, including: - documentation has been moved into doc/ - the chess-eco opening moves are pre-generated from chess-eco.ps into chess-eco.fen, so users don't have to wait around for it to build - no longer using lispdoc to auto-gen function stubs in chess.texi, this means that chess-maint.el and lispdoc.el are gone
2003-01-24Use a more specific signal rather than `error'.John Wiegley
2002-04-15*** no comment ***John Wiegley
2002-04-10lots of work, several new event types, better support in chess-engineJohn Wiegley
for establishing the starting game position
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).