diff options
| author | John Wiegley <johnw@newartisans.com> | 2002-04-11 08:27:32 +0000 |
|---|---|---|
| committer | John Wiegley <johnw@newartisans.com> | 2002-04-11 08:27:32 +0000 |
| commit | 7e2df426c16e6b928cc3730f569e9d3e2cd02e2a (patch) | |
| tree | 561b96f0b0e1f0eb86cdc38ba5295ec8cc378df1 | |
| parent | 144ac752710dbd8614dc54d4ad2703b9bb56f6e1 (diff) | |
*** no comment ***
| -rw-r--r-- | TODO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -47,8 +47,7 @@ - Turn on memory gc collection messages, and see how much of a pig chess.el is -- Profile! Make as much of chess-game/ply/pos, etc., defsubst as - possible. +- Make as much of chess-game/ply/pos, etc., defsubst as possible. - Create a series of generic functions and predicates, so that users can say (chess-position OBJECT) or (chess-move OBJECT), without @@ -143,3 +142,7 @@ making a move. This requires copying chessboard-current-board to chessboard-draft-board. If the user right-clicks without selecting a piece, it will reset to chessboard-current-board and redraw. + + BEFORE FINAL RELEASE + +profile, mem profile, doc, lint, checkdoc |
