summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--TODO2
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab578e2..b22972d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-04-16 John Wiegley <johnw@gnu.org>
+ * chess-clock.el (chess-clock-handler): Use
+ `chess-ply-set-keyword', to avoid double-adding keywords.
+
+ * chess-ply.el (chess-ply-set-keyword): Added a new function for
+ setting a ply's keyword, with an optional value (must be non-nil
+ for setting with a value to occur).
+
* chess-ics.el (chess-ics-handle-move): Record the white and black
remaining time as returned from the server.
diff --git a/TODO b/TODO
index 373cd79..1ccf0a1 100644
--- a/TODO
+++ b/TODO
@@ -25,6 +25,8 @@
- Move keyboard shortcutting and mouse selection into their own
modules
+- Use chess-ply-set-keyword wherever keywords are being set now.
+
----------------------------------------------------------------------
- The game should go inactive once I lose by stalemate/checkmate