From 699d9f008f24b566a8df8dd5b0349981a4c6089b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 25 Apr 2002 00:00:04 +0000 Subject: *** no comment *** --- PLAN | 15 +++++++-------- chess-display.el | 3 ++- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/PLAN b/PLAN index a7c2762..c57d083 100644 --- a/PLAN +++ b/PLAN @@ -1,21 +1,20 @@ polish: chess-chat, chess-kibitz translate: chess-german -chess-display -- chess-display-match is not a valid command - -chess-pos -- Allow NAG codes to be associated with a position - chess-ply -- chess-ply-create is allowing positions that leave the king in check +- Add :nag, :rav, :ann and :next-pos keywords to a ply +- When creating the next position, set the annotations to point to the + keywords of the ply that led to that position; in fact, just point + to the creating ply! +- Thus there will be a mirror set of chess-pos-has-keyword, etc., + functions chess-epd - based on chess-fen, this will also be a database module for accessing positions within an EPD file chess-ics -- detect draw/resign/abort/retract, etc. +- detect draw/resign/retract, etc. - add support for ICS observing - set the "Site" tag after logging in diff --git a/chess-display.el b/chess-display.el index 59699b4..d5c5227 100644 --- a/chess-display.el +++ b/chess-display.el @@ -754,7 +754,8 @@ Basically, it means we are playing, not editing or reviewing." (ding))) (defun chess-display-match () - "Resign the current game." + "Request a match with any listening engine." + (interactive) (chess-game-run-hooks chess-module-game 'match)) (defun chess-display-resign () -- cgit v1.2.3