From: Carl Worth Date: Thu, 15 Dec 2005 05:48:54 +0000 (+0000) Subject: 2005-12-14 Carl Worth X-Git-Url: https://git.cworth.org/git?p=ttt;a=commitdiff_plain;h=455fff921b278572c9ce0a1cd6c2d80630d21a42 2005-12-14 Carl Worth * src/ttt-server.h: Update the documentation of these functions to be more precise about what happens to client mutexes. * src/ttt-board.c: (ttt_board_is_won): And some white space to make things more readable. --- diff --git a/ChangeLog b/ChangeLog index e909c67..6d6855b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,8 @@ * src/ttt-server.h: Update the documentation of these functions to be more precise about what happens to client mutexes. - * src/ttt-board.c: (ttt_board_is_won): + * src/ttt-board.c: (ttt_board_is_won): And some white space to + make things more readable. 2005-12-13 Bryan Worth * src/ttt-curses-client: Cleaned up text-entry code. Added support