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

	* igs/player_list.cc, igs/board.cc: fixed warning
	* Makefile.am: subdir-objects
	* release 0.3.6.5

2010-01-14 Chun-Chung Chen <cjj@u.washington.edu>

	* igs/player_list.cc: update for new Tooltip API [rep:Petr Pisar]
	* igs/parser/move.cc: fix for new "moves" return possibility
	* release 0.3.6.4

2009-01-14 Chun-Chung Chen <cjj@u.washington.edu>

	* igs/sock.cc: add "#include <netinet/in.h>" for sockaddr_in [rep:
	  Geoff Fritz]
	* configure.ac: add AM_GNU_GETTEXT_VERSION

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

	* COPYING .cc .hh: change license to GPL-3

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

	* .cc .hh: avoid using deprecated API in libsigc++ [rep:Vincent
	  Bernardoff]
	* arg, debug, igs/datetime: fix header inclusions (patch from Vincent)
	* igs/*.cc: use string::size_type instead of unsigned
	* go/prop, igs/custom_text: add virtual destructors
	* release 0.3.6.3

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

	* igs/custom_text: change signature of render_vfunc for gtkmm-2.4 API,
	  fix display problem of rank column [rep:Tomer Diament]
	* release 0.3.6.2

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

	* ccgo: hack to suppress POLLHUP and prevent hogging CPU time after
	  receiving a remote command

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

	* release 0.3.6

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

	* ccgo: add remote control through named pipe which allows reusing
	  of existing process
	* gtk/gtk: fix segfault on exist

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

	* gtk/gtk, gtk/board: switch to Gtk::UIManager.

2004-09-24 Chun-Chung Chen <cjj@u.washington.edu>

	* (all): ported to gtkmm-2.4 and gconfmm-2.6

2004-09-20 Chun-Chung Chen <cjj@u.washington.edu>

	* go, gtk: restructure PathWalk
	* arg, ccgo: add command line options, allow opening of SGF on
	  startup [req: Sebastien LOSS]
	* go, gtk: add game list (records) manager, allow multiple View's
	  on one game

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

	* go/go: spin off go/prop and go/game
	* Makefile.am: removed debian/ from distribution
	* go/game: introduce more Walk classes

2004-06-13 Chun-Chung Chen <cjj@u.washington.edu>

	* go/ gtk/: restructure the directories
	* gtk/gtk settings: remember sizes of SGF editor window
	* sgf/ view view_win: removed
	* Makefile.am ccgo.spec.in: change install location for ccgo.desktop

2004-06-12 Chun-Chung Chen <cjj@u.washington.edu>

	* Makefile.am ccgo.cc: integrate the new SGF editor to the
	  main program
	* release 0.3.5

2004-06-09 Chun-Chung Chen <cjj@u.washington.edu>

	* go/: add to tree the newly rewritten code including a
	  semi-functional SGF editor

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

	* configure.ac: add "DEBUG" option to configure script
	
2004-01-01 Chun-Chung Chen <cjj@u.washington.edu>

	* igs/game_list: spelling fix [rep:SZERVÁC Attila] 

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

	* play_game: show track right after track mode change
	* setting_win: add gettext
	* gmp/player: implement undo for playing with computer
	* release 0.3.4

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

	* sgf/go_node: fix for ignored handicap stones in converting from
	  SGF files. [rep:zaphod]

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

	* play_game: make clicking on already-marked-dead group revive
	  the group, [req:Juhapekka Tolvanen]

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

	* igs/parser/stats: ignore unknown fields

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

	* igs/parser/stats: update State when getting own info

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

	* root_proper: fix missing handicaps when a game is duplicated

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

	* part: add tooptips
	* game_setup: add gettext support
	* release 0.3.3

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

	* game, handicap, part, part_win, play_game, player, root_proper,
	  gmp/device, gmp/player, igs/show: add handicap information to
	  root_node, this allows setting handicap in matches with gnugo
	  , [req:Juhapekka Tolvanen]. handicap = 0 means "to be decided by
	  black" mainly for IGS matches. handicap = 1 represents even game.
	  handicap > 1 only implemented in the Japanese rule for 19x19 games.

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

	* part_win, settings: remember window size, for local games
	  , [req:Juhapekka Tolvanen]

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

	* board, game, game_walk, root_proper, sgf/go_node: add initial
	  board state to the RootProper allowing handicap at the root node
	  of a SGF file

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 [req: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

