ghtsclient ChangeLog
--------------------

[This is a list of changes that I remember and/or find important enough to
 mention. For a *really* complete list, get the previous version and use
 diff(1).]


Thu Jan 29 16:40:23 CET 2000  Uwe Hermann <uh1763@bingo-ev.de>
--------------------------------------------------------------
 * Changed all weasel@bingo-ev.de email-adresses to pe1724@bingo-ev.de,
   to avoid confusion
 * Misc. minor fixes

Thu Jan 27 17:34:23 CET 2000  Uwe Hermann <uh1763@bingo-ev.de>
--------------------------------------------------------------
 * added some missing header-files
 * minor fixes

Mon Jan 24 16:50:20 CET 2000  Piotr Esden-Tempski <pe1724@bingo-ev.de>
----------------------------------------------------------------------
 * added the login-timeout handling

Sun Jan 23 16:16:10 CET 2000  Uwe Hermann <uh1763@bingo-ev.de>
--------------------------------------------------------------
 * added a check for autoconf >= 2.13 in configure.in
 * tweaked configure.in so that the data-files of ghtsclient are installed
   in /usr/local/share/games/nhtsclient by default
 * moved MAX_LEN_PLAYERNAME and MAX_LEN_PASSWORD to conf.h and removed it
   from everywhere else
 * renamed some variables and functions
 * improved name-resolving
 * improved singnal_handler_exit()
 * added lost_connection() to net.[ch]
 * several improvements in sock.[ch]
 * misc. other changes


Sat Jan 22 23:12:10 CET 2000  Uwe Hermann <uh1763@bingo-ev.de>
--------------------------------------------------------------
 * 'q' now quits ghtsclient, not CTRL-Q anymore
 * added signal-handler for SIGABRT
 * added net.[ch]
 * moved server_connect() and server_disconnect() to net.[ch]
 * added recv_from_server() and send_to_server()
 * added -g flag to CFLAGS in src/Makefile.am
 * login() and logout() work and use p_login() and p_logout() from
   protocol.[ch]
 * simplified init_sockaddr() in sock.[ch]
 * server-responses are now recieved and logged in the log-file
 * improved data.h
 * added src/logindialog.[ch] which contains code for the login-window
 * moved the code for the about-window to about.[ch]
 * added 'bool logged_in' to misc.[ch]
 * added a signalhandler for SIGABRT
 * switched to a new ChangeLog-format
 * misc. fixes


Sat Jan 22 23:05:10 CET 2000  Piotr Esden-Tempski <pe1724@bingo-ev.de>
----------------------------------------------------------------------
 * added GTK+ version >= 1.2.0 test to configure.in
 * added all purpose message_dialog(char *title, char *content)
 * fixed the segfault of disconnect and blocked the possibility to 
   connect two times in row.
 * blocked the possibility to login or logout two times in row.
 * blocked login or logout when not connected
 * added statusbar
 * added a addplayer and delplayer dialog
 * added the connect dialog
 * improved the connect function
 * some smaller updates / changes


v0.1 January 1, 2000
--------------------
 -rewrite from scratch
 -added NEWS, THANKS and the subdirectories docs and src; replaced INSTALL
 -added autoconf support
 -updated the documentation, added a man-page
 -added lsm-entry
 -added template config-file
 -command-line option parsing
 -config-file support
 -logging-facility(syslog, file, stderr)
 -Gtk+ main menu, about-box
 -signal-handling
 -misc. other additions / changes

v0.0.2 November 8, 1999
-----------------------
 -fixed a lot of typos and errors in the documentation; other cosmetic changes
 -improved the Makefile
 -every source-file has the same first line:
  "ghtsclient - a GTK based client for the trading game Holsham Traders"
 -some code fixes
 -moved all #includes that weren't necessary in the *.h to the respective *.c
 -removed NET_BUFFER_SIZE fom config.h, because users normally don't want to
  change that.
 -added lots of missing #include-files

 -- Uwe Hermann <uh1763@bingo-ev.de>


v0.0.1 November 8, 1999
-----------------------
 -this is the first version available for download
 -wrote the first version which you can use to connect to htsserver and login.
 began to write README files
 -it is only a first try to use GTK and implement htsprotocol

--
Piotr Esden-Tempski <pe1724@bingo-ev.de>

