diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-16 21:18:50 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-16 21:18:50 +0000 |
| commit | 2f905a7afa8e6e8e7b322cf48ce496c952c6bcbb (patch) | |
| tree | f08a579677333ac366bafd83c529ae4583fa1fe4 | |
| parent | 09b40f443fe0e0c9e205cd9f3ad10966cf1e6e59 (diff) | |
*** no comment ***
| -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 |
