summaryrefslogtreecommitdiff
path: root/PLAN
blob: 2c2b0c829c245c00eefc66d766f15fd7f7c78789 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
chess-ics
- takebacks still aren't working 100%; when I submit a takeback
  request manually, and the other side accepts, my client doesn't know
  what to do with it
- some <12> lines aren't being parsed at all; is the filter missing
  them?
- accept of a match request doesn't seem to be working

chess-display
- when I checkmate my opponent, the display says "Black ...#"
- on the first position, "White" has no white background

chess-images
- if chess-display-popup is nil, and I resize the board, it merely
  deletes the frame and never shows it again

chess-engine
- if I say "y" to accepting something from my opponent (new game,
  takeback, etc), I get left with an hourglass cursor

chess-irc
- if I move before my opponent has connected, I get a symbol assertion
  about "value"

chess-ply
- detect games drawn by three-fold repetition

chess-german
- complete translation

general
- add an 'install' target to the Makefile
- use more asserts throughout the code
- profile and mem profile
- elint all files
- add docstrings/texi content
- use checkdoc on all files