summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-12-19 18:17:23 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-12-19 18:17:23 +0000
commit2b2e6520f7087a7302b6d54851929cac7e45e4a1 (patch)
tree227e5126e2912f597e898f5f80b5e4d0e8d67be3
parentd312f3e8b929164a05aaab7c265b77ef2b416165 (diff)
*** no comment ***
-rw-r--r--PLAN11
1 files changed, 10 insertions, 1 deletions
diff --git a/PLAN b/PLAN
index 44bc1e7..2377e44 100644
--- 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