diff options
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | TODO | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2002-04-16 John Wiegley <johnw@gnu.org> + * chess-ics.el (chess-ics-handle-move): Record the white and black + remaining time as returned from the server. + * chess-link.el (chess-link): Fixed an error in display creation, and which game was used. @@ -8,6 +8,8 @@ analysis/highlight tools bughouse/crazyhouse +---------------------------------------------------------------------- + - Make the drawing/highlighting code just touch single squares, rather than redrawing the whole board each time (fast though this is, touching single squares is all that's necessary, and it would be |
