summaryrefslogtreecommitdiff
path: root/chess-display.el
AgeCommit message (Collapse)Author
2002-04-16*** no comment ***John Wiegley
2002-04-16(chess-display-handler): Set the side-to-move text to a reasonableJohn Wiegley
default.
2002-04-16Removed the $ Revision strings; they are no longer necessary since IJohn Wiegley
tag every revision that I upload.
2002-04-16*** no comment ***John Wiegley
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-16Compute the mode-line text only once, whenever the current game indexJohn Wiegley
is changed. This saves hundreds of calls to chess-ply-to-algebraic, which were occurring simply because of mode-line updates!
2002-04-16Removed `chess-with-current-buffer', since it is now inJohn Wiegley
chess-module.el.
2002-04-15*** no comment ***John Wiegley
2002-04-15*** no comment ***John Wiegley
2002-04-15*** no comment ***John Wiegley
2002-04-15*** no comment ***John Wiegley
2002-04-15*** no comment ***John Wiegley
2002-04-15*** no comment ***John Wiegley
2002-04-15*** no comment ***John Wiegley
2002-04-15*** no comment ***John Wiegley
2002-04-15*** no comment ***John Wiegley
2002-04-15*** no comment ***John Wiegley
2002-04-14*** no comment ***John Wiegley
2002-04-14*** no comment ***John Wiegley
2002-04-14*** no comment ***John Wiegley
2002-04-14*** no comment ***John Wiegley
2002-04-14*** no comment ***John Wiegley
2002-04-14*** no comment ***John Wiegley
2002-04-14*** no comment ***John Wiegley
2002-04-13*** no comment ***John Wiegley
2002-04-13added message catalog supportJohn Wiegley
2002-04-13*** no comment ***John 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-13*** no comment ***John Wiegley
2002-04-13rewrote keyboard shortcutting in terms of the new chess-legal-plies;John Wiegley
added support for mouse drag events on e21
2002-04-12*** no comment ***John Wiegley
2002-04-12*** no comment ***John Wiegley
2002-04-12*** no comment ***John Wiegley
2002-04-12*** no comment ***John Wiegley
2002-04-12optimizations and bug fixesJohn Wiegley
2002-04-12*** no comment ***John Wiegley
2002-04-11*** no comment ***John Wiegley
2002-04-11*** no comment ***John Wiegley
2002-04-11*** no comment ***John Wiegley
2002-04-11*** no comment ***John Wiegley
2002-04-11*** no comment ***John Wiegley
2002-04-11more fixes to draw supportJohn Wiegley
2002-04-11added undo supportJohn 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-10*** 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-10*** no comment ***John Wiegley
2002-04-10Support smart killing/yankingJohn Wiegley