-- $Id: ChangeLog file for netToe version 1.1.0 - released on 22 July 2001
-------------------------------------------------------------------------------

22 July 2001:
  - Completed the code section regarding colors.
  - netToe now uses colors !

21 July 2001:
  - Modified the parse_cmd_args(...) function to accept more than one
    argument at time, option --no-colors added. (ref: misc.c)	
  - Added modules terminal.c and terminal.h Those file include the new
    code to handle colors in nettoe. 
  - Added modules matrices.c and matrices.h Those files include the new 
    code to handle the nettoe board matrix. 
  - Removed netmisc.c and netmisc.h modules and  included the code in the
    network.c and network.h modules. 

01 July 2001:
  - Written a short HOW TO PLAY guide in the README file.
  - Written and included int the package a man page for nettoe.

30 June 2001:
  - Added the -Wall option check in configure.in (if the compiler is gcc)
  - Fixed ALL the compilation warnings produced by gcc with -Wall
    That was a huge list of warnings :-)
  - Added checking for many includes in configure.in

29 June 2001:
  - Added command line argument parsing to netToe. (ref: misc.c)
    --no-beep option added.   
  - Added a beep function to beep the user everytime he has
    to make a move or take a decision. (ref: misc.c)

28 June 2001:
  - Added support for autotools (autoconf,automake etc..)
  - Fixed bug that caused nettoe to exit when the infos
    screen was displayed. (ref: misc.c, print_infos_screen() )

24 June 2001:
  - nettoe 1.0.5 is in Debian unstable, thanks to Andras Bali.


- old changes no more listed --

  -- Gabriele Giorgetti <g.gabriele@europe.com>