]> code.delx.au - gnu-emacs-elpa/commitdiff
*** no comment ***
authorJohn Wiegley <johnw@newartisans.com>
Thu, 19 Dec 2002 18:17:23 +0000 (18:17 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Thu, 19 Dec 2002 18:17:23 +0000 (18:17 +0000)
PLAN

diff --git a/PLAN b/PLAN
index 44bc1e72cdfceb51efbfea5461f635ec29459f19..2377e44af56e3e7feab8ca4f0e90c3aeb281d3dd 100644 (file)
--- a/PLAN
+++ b/PLAN
@@ -71,7 +71,10 @@ chess-ply
 
 chess-pgn
 - when saving a full game to the clipboard, it shouldn't need to save
-  the FEN if it's starting from a standard position
+  the FEN if it's starting from a standard position (this doesn't
+  always happen)
+- sometimes when clipping to the clipboard the final "*" is stuck to
+  the text of the last move
 
 chess-pos
 - if I checkmate someone, the last position does not have its status
@@ -80,6 +83,12 @@ chess-pos
 chess-german
 - complete translation
 
+chess-gnuchess
+- triggers a Lisp error when I resign
+
+chess-phalanx
+- moves from the engine aren't parsed after a pause
+
 general
 - add an 'install' target to the Makefile
 - use more asserts throughout the code