blob: 647707e4f414a0b8ee7cbfa0bfb381aad41d8a3a (
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
|
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-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
- use more asserts throughout the code
- profile and mem profile
- elint all files
- add docstrings/texi content
- use checkdoc on all files
|