]> code.delx.au - gnu-emacs-elpa/commitdiff
*** no comment ***
authorJohn Wiegley <johnw@newartisans.com>
Tue, 16 Apr 2002 22:39:50 +0000 (22:39 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Tue, 16 Apr 2002 22:39:50 +0000 (22:39 +0000)
TODO

diff --git a/TODO b/TODO
index 37e60ba102b2db9b123bf6aa79862316826f15d4..7bd3796b02c0c90655c3e625dc665396f62ddc53 100644 (file)
--- a/TODO
+++ b/TODO
 
 ----------------------------------------------------------------------
 
+- Have positions remember where both kings are; this will save a lot
+  of calls to chess-pos-search
+
+- Make use of the new chess-incr-index*, which does no checks
+
+- Don't popup the display if it's already the currently selected
+  window
+
 - 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