]> git.cworth.org Git - ttt/blobdiff - ChangeLog
2005-12-07 Richard D. Worth <richard@theworths.org>
[ttt] / ChangeLog
index fdbb515f31f50357f55b7ede766d39d579acfc5d..6a8bdf419e71db66a54364241623e73aebe1e276 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2005-12-07  Richard D. Worth  <richard@theworths.org>
+
+       * PROTOCOL: Remove unused error NOT_IN_GAME. Add error
+       NOT_VALID_MOVE.
+
+       * TODO: Add error NOT_VALID_MOVE.
+       
+       * src/ttt-error.h:
+       * src/ttt-error.c: (ttt_error_string): Add section comments. Add
+       error NOT_VALID_MOVE.
+
+2005-12-06  Bryan Worth <bryan@theworths.org>
+       * src/ttt-error.c: fixed missing errors (NO_INVITE, NO_GAME)
+
+2005-12-06  Richard D. Worth  <richard@theworths.org>
+
+       * PROTOCOL: Add error NO_INVITE
+       
+       * TODO: Uncheck INVITE, ACCEPT
+       
+       * src/ttt-error.c: (ttt_error_string): Add errors NO_INVITE,
+       NO_GAME
+
+       * src/ttt-client.c: (_ttt_client_execute_message),
+       (_ttt_client_execute_help), (_ttt_client_execute_version),
+       (_ttt_client_execute_invite), (_ttt_client_execute_accept),
+       (_ttt_client_execute_retract), (_ttt_client_execute_decline):
+       Whitespace changes. Partially implement RETRACT, DECLINE.
+
 2005-12-05  Richard D. Worth  <richard@theworths.org>
 
        * PROTOCOL: Fill some missing possible error occurrences.