]> code.delx.au - gnu-emacs-elpa/commitdiff
Added some new TODOs.
authorJohn Wiegley <johnw@newartisans.com>
Fri, 29 Aug 2008 10:56:22 +0000 (06:56 -0400)
committerJohn Wiegley <johnw@newartisans.com>
Fri, 29 Aug 2008 10:56:22 +0000 (06:56 -0400)
TODO

diff --git a/TODO b/TODO
index 5999254c1ba32d48b932ea0df0720dc905a403bc..8406277b71e23a7558d8066a0ae8368c413cfa1c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,6 +8,11 @@ LEDGER  -*- mode: org; fill-column: 78 -*-
 
 * TODO [#B] display: Make it possible to "highlight the last move"
 * TODO [#B] display: Make highlight colors easily customizable
+* TODO [#B] display: Draw move highlights as a border, not a background
+* TODO [#B] display: Always validate the display before painting
+  This will require adding a new text property to each square on the board,
+  `chess-piece', so that the validator can walk through the displayed board
+  and ensure that it matches the known position for that board.
 * DONE [#B] ics: Make a refresh act like an assert
   - State "DONE"       [2008-08-29 Fri 06:28]
   Compare with our current known board and trigger an error if it doesn't