blob: 1740d9b5c4d24355366facbc9bb0b5134cc51646 (
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
|
chess-ics
- finish all elements of regular use as a client
- takebacks still aren't working 100%
- display a notice in the minibuffer when a takeback request is sent
chess-network
- the client is getting syntax errors
chess-display
- if I resign, chess-announce announces the last move my opponent
made!
- there should be a way to disable popups, yet still have the initial
display popup in its own frame
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"
- if I am the one who submits the game, then the opponent's name
always shows as Anonymous
chess-ply
- detect games drawn by three-fold repetition
chess-german
- complete translation
general
- use more asserts throughout the code
- profile and mem profile
- elint all files
- add docstrings/texi content
- use checkdoc on all files
|