2003-05-23 Chun-Chung Chen <cjj@u.washington.edu>

	* igs/result, igs/parser/misc, igs/parser/kibitz: trade elegancy for
	  portability, replace regexx with ugly codes
	* igs/game: add set_w_rank and set_b_rank interface
	* configure.ac: remove regexx check, check for timegm
	* igs/datetime: add alternative to timegm (from man page of timegm)
	* igs/fork: add <csignal> include
	* release 0.3.2

2003-05-05 Chun-Chung Chen <cjj@u.washington.edu>

	* rule, game: do not remove fake eyes when scoring an IGS match

2003-04-30 Chun-Chung Chen <cjj@u.washington.edu>

	* igs/match_box: change button order for UI consistency (Mikko Rauhala)
	* igs/win: send "exit" to server on closing the window
	* igs/control: dump also the communications to IGS

2003-04-13 Chun-Chung Chen <cjj@u.washington.edu>

	* time: use gettimeofday for more accurate game timing
	* igs/parser/misc: fix that some "tell" messages are not recognized
	* win: fix toggling of singlegame

2003-04-08 Chun-Chung Chen <cjj@u.washington.edu>

	* time: fix the width of playing time widget

2003-04-07 Chun-Chung Chen <cjj@u.washington.edu>

	* igs/parser/stats: deal with stats with IP addr and no email 

2002-12-02 Chun-Chung Chen <cjj@u.washington.edu>

	* ccgo.hh.in, settings, Makefile.am: add CCGO_DEFAULT_BINDIR
	* igs/board, igs/static, igs/parser/board: to gettext messages
	* sgf/go_node: new class for changing topology of the game tree
	* prop_node, ...: remove PropNode, use sgf::GoNode instead 

2002-11-29 Chun-Chung Chen <cjj@u.washington.edu>

	* release 0.3.1
	* igs/sock igs/fork: minor fix for new lines...

2002-11-28 Chun-Chung Chen <cjj@u.washington.edu>

	* igs/result, igs/show, igs/match_box, igs/player_list,
	  proper_game, play_game, po/POTFILES.in: more get_text messages
	* settings, igs/match_box: remember match settings
	* setting_win, settings: add option to reset the settings
	* ccgo.spec.in: add RPM spec file to the distribution

2002-11-26 Chun-Chung Chen <cjj@u.washington.edu>

	* igs/win igs/control igs/connect: work around a seg-fault for
	  libsigc++.
	* igs/player_list igs/player igs/game_list: more gettext messages
	* igs/win: disable buttons before the client is ready

2002-11-25  gettextize  <bug-gnu-gettext@gnu.org>

	* Makefile.am (SUBDIRS): Add m4.
	(ACLOCAL_AMFLAGS): New variable.
	(EXTRA_DIST): Add config.rpath.
	* configure.ac (AC_CONFIG_FILES): Add po/Makefile.in,

2002-11-25 Chun-Chung Chen <cjj@u.washington.edu>

	* update man page
	* add bootstrap script
	* configure.ac, Makefile.am: minor fixes
	* ccgo.hh.in: determine the default image directory path at compile
	  time.

2002-11-24 Chun-Chung Chen <cjj@u.washington.edu>

	* Port to GNU build system, autoconf, automake 
	* release 0.3.0

2002-11-23 Chun-Chung Chen <cjj@u.washington.edu>

	* igs/sock, igs/fork, igs/connect, igs/win, igs/control, settings,
	  setting_win: add option to use direct socket connection

2002-11-21 Chun-Chung Chen <cjj@u.washington.edu>

	* igs/datetime: new class, converting igs time to local time
	* igs/player: corresponding changes
	* igs/datetime: use locale format
	* igs/stats_box: display register date, last login date

2002-11-19 Chun-Chung Chen <cjj@u.washington.edu>

	* igs/parser/misc, igs/win, igs/control, igs/match_box,
	igs/player_list: additional responses to match processed

2002-11-15 Chun-Chung Chen <cjj@u.washington.edu>

	* igs/parser/move, igs/win, igs/control, igs/show: process game
	title for the games that are titled
	* ccgo, igs/win, igs/player_list, igs/game_list, igs/match_win,
	  igs/show: add window icons

2002-11-13 Chun-Chung Chen <cjj@u.washington.edu>

	* igs/player_list, settings, setting_win: add option to fetch player
	stats when the player popup
	* view_game: re-set the board pixmap on style changed

2002-11-12 Chun-Chung Chen <cjj@u.washington.edu>

	* view_game, proper_game: minor drawing fixes

2002-11-11 Chun-Chung Chen <cjj@u.washington.edu>

	* view_game: add board pixmap
	* images/board.png: new image
	* settings, setting_win: add options to use board & stone images
	* release 0.2.0

2002-11-10 Chun-Chung Chen <cjj@u.washington.edu>

	* view_game, play_game, proper_game: add coordinate system
	* settings, setting_win: add option to show coordinate system
	* igs/stats_box: allow info changed by user
	* settings: add version-serial and reset the defaults upon
	version changes.

2002-11-09 Chun-Chung Chen <cjj@u.washington.edu>

	* igs/show: add adjourn and resign buttons
	* igs/show: add raw "#>" option in the talk box.
	* igs/parser/file: tagged message for file data
	* settings: add leak_raw option
	* settings: add popup options for player_list
	* ccgo: add properties menu item
	* setting_win: new setting window
	* view_game: add stone image support
	* images/: new images directory

2002-11-06 Chun-Chung Chen <cjj@u.washington.edu>

	* add ccgo.png, ccgo.desktop

2002-11-05 Chun-Chung Chen <cjj@u.washington.edu>

	* use gconfmm to remember sizes of windows.
	* add gconfmm to README
	* release 0.1.1

2002-11-04 Chun-Chung Chen <cjj@u.washington.edu>

	* igs/control.cc: replace rdbuf()->in_avail() with d[i] search.
	get around old libstdc++
	* Makefile: clean sub-directories and $(EXECS) too
	* add debian/
	* use gconfmm to remeber name/pass and also who-filter.

2002-10-30 Chun-Chung Chen <cjj@u.washington.edu>

	* release 0.1.0: rewrite of the entire code, using gtkmm2

2002-10-29 Chun-Chung Chen <cjj@u.washington.edu>

	* igs code: state toggling functions

2002-10-28 Chun-Chung Chen <cjj@u.washington.edu>

	* igs code: match managing window
	* igs code: stored game starter
	* main code: local game ported to use part_win

2002-10-24 Chun-Chung Chen <cjj@u.washington.edu>

	* igs code: add stats_box to player_list
	* igs code: add refresh, stored, prob, results to stats_box

2002-10-23 Chun-Chung Chen <cjj@u.washington.edu>

	* igs code: match, score functioning

2002-10-22 Chun-Chung Chen <cjj@u.washington.edu>

	* igs code: game_list and player_list added

2002-10-16 Chun-Chung Chen <cjj@u.washington.edu>

	* igs code: kibitz, undo in observation functioning

2002-10-15 Chun-Chung Chen <cjj@u.washington.edu>

	* igs code: game observation functioning

2002-10-10 Chun-Chung Chen <cjj@u.washington.edu>

	* using bash for external command

2002-10-05 Chun-Chung Chen <cjj@u.washington.edu>

	* add gmp client, works with gnugo

2002-10-01 Chun-Chung Chen <cjj@u.washington.edu>

	* porting to gtkmm-2.0

2002-08-27 Chun-Chung Chen <cjj@u.washington.edu>

	* release 0.0.3

2002-05-23 Chun-Chung Chen <cjj@u.washington.edu>

	* ccgo: add MainWin

2002-04-04 Chun-Chung Chen <cjj@u.washington.edu>

	* gowin, goboard: show mouse position on board
	* igsdata: don't set gamedata to close state when a match win is
	closed

2002-04-01 Chun-Chung Chen <cjj@u.washington.edu>

	* igsdata, gowin, gotime: set byo time

2002-03-31 Chun-Chung Chen <cjj@u.washington.edu>

	* gotalk, gowin: disable input line when game ends, text field
	unset focusable

2002-03-29 Chun-Chung Chen <cjj@u.washington.edu>

	* gowin: disable SpinButton when enter score mode
	* igs, igsconsole: block the input until the login prompt shows

2002-03-27 Chun-Chung Chen <cjj@u.washington.edu>

	* igsdata, gotime: move size adjusting to realize_impl and 
   	style_changed_impl

2002-03-26 Chun-Chung Chen <cjj@u.washington.edu>

	* release 0.0.2: initial release

