added a chat window to keep track of multiple conversations
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 27 Sep 2009 17:24:47 +0000 (10:24 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 30 Sep 2009 05:17:49 +0000 (22:17 -0700)
commit18fc21bfe47cf80d294fffc22eb00d7f4384cd62
tree1003e89ba091ed8c59bc67b59ed608d013e78120
parent086c92733f7ad1f514ef908c6fbc1db3663cda28
added a chat window to keep track of multiple conversations

The chat-window patch affects:
winboard.c, backend.c, winboard.rc, resource.h, backend.h, and adds
the file winboard/wchat.c, which also affects makefile.gcc and makefile.ms.

In addition I added a new option -keepAlive, which affects
common.h (in addition to winboard.c and backend.c).

As I had to modify backend.h, I also defined the -reset option type there,
which we are going to add later. This required some changes
to suppress warnings in wsettings.c.
backend.c
backend.h
common.h
winboard/makefile.gcc
winboard/makefile.ms
winboard/resource.h
winboard/wchat.c [new file with mode: 0644]
winboard/winboard.c
winboard/winboard.rc
winboard/wsettings.c