summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-16 22:39:50 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-16 22:39:50 +0000
commitc15b41fa79161d953c7a179c1486f7dcba5e6c5d (patch)
tree130fd1186968eb9c5014060adaf6b1ebe62da718 /TODO
parent64bf7311bf40b797ca93ff269a9f6f36cdffd9ce (diff)
*** no comment ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 37e60ba..7bd3796 100644
--- a/TODO
+++ b/TODO
@@ -10,6 +10,14 @@
----------------------------------------------------------------------
+- 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