2024-03-25  Hidehisa Akiyama  <hidehisaakiyama@users.noreply.github.com>

	* CMakeLists.txt:
	* NEWS:
	* configurea.ac:
	- updated a major version number. Official release 19.0.0.
	- improve the rcg parser library.
	- support a new JSON monitor protocol.

2023-03-07  Hidehisa Akiyama  <hidehisaakiyama@users.noreply.github.com>

	* CMakeLists.txt:
	* NEWS:
	* configurea.ac:
	- updated a major version number. Official release 18.0.0.

2022-04-02  Hidehisa Akiyama  <hidehisaakiyama@users.noreply.github.com>

	* CMakeLists.txt:
	* NEWS:
	* configurea.ac:
	- updated a major version number. Official release 17.0.0.

2022-01-21  Hidehisa Akiyama  <hidehisaakiyama@users.noreply.github.com>

	* CMakeLists.txt:
	* NEWS:
	* configurea.ac:
	- updated a minor version number. Official release 16.1.0.

2020-03-11  Hidehisa Akiyama  <hidehisaakiyama@users.noreply.github.com>

	* NEWS:
	* configure.ac:
	- updated a major version number. Official release 16.0.0.

2020-01-24  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* configure.ac:
	* m4/qt.m4:
	* src/Makefile.am:
	* src/ball_painter.cpp:
	* src/config_dialog.cpp:
	* src/draw_info_painter.cpp:
	* src/field_canvas.cpp:
	* src/field_painter.cpp:
	* src/main_window.cpp:
	* src/monitor_client.cpp:
	* src/player_painter.cpp:
	* src/player_type_dialog.cpp:
	* src/score_board_painter.cpp:
	* src/team_graphic_painter.cpp:
	- support Qt5.

2020-01-17  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* src/rcsslogplayer/parser.cpp:
	* src/rcsslogplayer/types.cpp:
	* src/rcsslogplayer/types.h:
	* src/score_board_painter.cpp:
	- support the fixed_teamname feature.

2017-04-19  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* NEWS:
	* configure.ac:
	- updated a point version number. Official release 15.2.1.

2016-10-26  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* m4/qt.m4:
	- fix a defect on Ubuntu 16.04.

2016-09-18  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* NEWS:
	* configure.ac:
	- updated a point version number. Official release 15.2.0.

	* m4/ax_boost_base.m4:
	* m4/ax_boost_program_options.m4:
	* m4/ax_boost_system.m4:
	- update m4 macro files.

	* src/Makefile.am:
	- add subdir-objects option.

2014-04-21  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* NEWS:
	* configure.ac:
	- updated a micro version number. Official release 15.1.1.

2014-04-18  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* src/main.cpp:
	- fixed a problem of locale setting.

	* src/rcsslogplayer/parser.cpp:
	- fixed a compiler warning.

2012-05-23  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* NEWS:
	* configure.ac:
	- updated a minor version number. Official release 15.1.0.

	* src/main.cpp:
	- updated the copyright message.

	* INSTALL:
	* m4/ax_boost_program_options.m4:
	- updated autoconf macro

2011-11-17  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* configure.ac:
	* m4/ax_boost_system.m4:
	* m4/ax_boost_base.m4:
	* m4/ax_boost_program_options.m4:
	- fixed boost detection problems.

2011-08-31  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* src/main.cpp:
	- set "C" to the global locale.

2011-05-15  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* NEWS:
	* configure.ac:
	- updated a major version number. Official release 15.0.0.

	* src/main.cpp:
	- updated a copyright message.

	* src/rcsslogplayer/parser.cpp:
	* src/rcsslogplayer/types.cpp:
	* src/rcsslogplayer/types.h:
	- supported a new parameter of rcssserver-15.

2010-12-24  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* NEWS:
	* configure.ac:
	* src/src.pro:
	- updated a point version number. Official release 14.1.1.

	* src/src.pro:
	- disabled QtOpenGL.

2010-08-23  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* INSTALL:
	- updated by autotools.

	* configure.ac:
	- disabled glwidget by default.

2010-04-23  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* m4/ax_boost_base.m4:
	* m4/ax_boost_program_options.m4:
	- updated autoconf macros.

	* src/src.pro:
	- fixed build problems on OSX.

2010-03-30  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* NEWS:
	* configure.ac:
	* src/src.pro:
	- updated a minor version number. Official release 14.1.0.

	* src/log_player.cpp:
	* src/log_player.h:
	* src/main_window.cpp:
	* src/main_window.h:
	* src/monitor_client.cpp:
	* src/monitor_client.h:
	* src/options.cpp:
	* src/options.h:
	- implemented automatic reconnection.
	- added new options, "--auto-reconnect-mode" and "--auto-reconnect-wait".
	- changed the policy of configuration file generation.
	- renamed some parameters in rcssmonitor.conf.

2010-01-29  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* src/main.cpp:
	- updated the copyright message.

2009-12-03  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* src/config_dialog.cpp:
	* src/main_window.cpp:
	* src/player_type_dialog.cpp:
	- fixed a defect of shortcut key dialog on OSX.
	- fixd font size on OSX.
	- fixd layout on OSX.

	* NEWS:
	* configure.ac:
	* rcssmonitor.pro:
	- updated a point version number. Official release 14.0.1.

	* src/field_canvas.cpp:
	* src/main_window.cpp:
	* src/options.cpp:
	* src/src.pro:
	- fixed a defect of repainting region.
	- fixed the size of recovering animation.
	- fixed defects of default option value.ls

	* src/field_canvas.cpp:
	* src/main_window.cpp:
	* src/options.cpp:
	* src/options.h:
	- added parameter for the size of recovering animation.

2009-12-02  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* src/config_dialog.cpp:
	- fixed button layout.

	* src/main_window.cpp:
	- fixed an illegal handler for red card action.

	* m4/ax_boost_program_options.m4:
	- updated m4 macro for boost::program_options.

	* src/config_dialog.cpp:
	* src/log_player.cpp:
	* src/log_player.h:
	* src/main_window.cpp:
	* src/monitor_client.cpp:
	* src/options.h:
	- fixed defects of monitor client object.
	- fixed defects of buffer recovering mode.

	* src/field_canvas.cpp:
	* src/field_canvas.h:
	* src/log_player.cpp:
	* src/log_player.h:
	* src/main_window.cpp:
	* src/main_window.h:
	* src/options.cpp:
	* src/options.h:
	- added an animation that shows recovering status.

2009-12-01  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* src/log_player.cpp:
	* src/log_player.h:
	* src/main_window.cpp:
	- implemented a special buffer recovering mode.

2009-11-17  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* configure.ac:
	* NEWS:
	- Official release 14.0.0.

	* src/log_player.cpp:
	* src/log_player.h:
	* src/main_window.cpp:
	* src/options.cpp:
	* src/options.h:
	- renamed '--cache-size' with '--buffer-size'
	- improved timer interval for buffering mode.

	* README:
	* src/disp_holder.cpp:
	* src/log_player.cpp:
	* src/log_player.h:
	* src/main_window.cpp:
	* src/src.pro:
	- fixed link target in Windows environment.
	- fixed defects in buffering mode.
	- disabled disp buffer in non-buffering mode.

2009-11-16  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* src/options.cpp:
	* src/src.pro:
	- fixed help message.
	- fixed link option for Windows.

	* NEWS:
	* README:
	- wrote short descriptions about new rcssmonitor.

	* src/log_player.cpp:
	* src/main_window.cpp:
	* src/main_window.h:
	* src/options.cpp:
	- added a help dialog for short cut keys.
	- added status bar messages.

	* src/log_player.cpp:
	* src/log_player.h:
	* rcssmonitor.pro:
	* src/Makefile.am:
	* src/disp_holder.cpp:
	* src/disp_holder.h:
	* src/main_window.cpp:
	* src/main_window.h:
	* src/options.cpp:
	* src/options.h:
	* src/src.pro:
	- implemented buffering mode.
	- fixed qmake project file.

2009-11-13  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* src/options.cpp:
	* src/player_painter.cpp:
	* src/player_type_dialog.cpp:
	- added minimum catch area information.

2009-11-12  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* src/config_dialog.cpp:
	* src/config_dialog.h:
	- added color cancel button.

	* src/Makefile.am:
	* src/config_dialog.cpp:
	* src/config_dialog.h:
	* src/disp_holder.cpp:
	* src/field_canvas.cpp:
	* src/main_window.cpp:
	* src/main_window.h:
	* src/options.cpp:
	* src/options.h:
	- supported DrawInfoT (tentative).
	- added the menu to toggle full screen.

	* src/draw_info_painter.cpp:
	* src/draw_info_painter.h:
	* src/angle_deg.h:
	* src/ball_painter.h:
	* src/circle_2d.h:
	* src/config_dialog.cpp:
	* src/config_dialog.h:
	* src/disp_holder.cpp:
	* src/disp_holder.h:
	* src/field_canvas.cpp:
	* src/mouse_state.h:
	* src/options.cpp:
	* src/options.h:
	* src/player_painter.cpp:
	* src/player_painter.h:
	* src/player_type_dialog.h:
	* src/rcsslogplayer/parser.cpp:
	* src/score_board_painter.h:
	* src/team_graphic.h:
	* src/team_graphic_painter.h:
	* src/vector_2d.h:
	- fixed include guard.
	- added DrawInfoPainter, but not actually used yet.

	* src/player_type_dialog.cpp:
	* src/player_type_dialog.h:
	* src/Makefile.am:
	* src/config_dialog.cpp:
	* src/config_dialog.h:
	* src/field_canvas.cpp:
	* src/field_canvas.h:
	* src/main_window.cpp:
	* src/main_window.h:
	* src/options.cpp:
	* src/options.h:
	- added PlayerTypeDialog.
	- implemented playmode change menu.

2009-11-11  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* src/ball_painter.cpp:
	* src/ball_painter.h:
	* src/config_dialog.cpp:
	* src/config_dialog.h:
	* src/field_painter.cpp:
	* src/field_painter.h:
	* src/main_window.cpp:
	* src/options.cpp:
	* src/options.h:
	* src/player_painter.cpp:
	* src/player_painter.h:
	* src/score_board_painter.cpp:
	* src/score_board_painter.h:
	- added a color setting panel.

	* src/ball_painter.cpp:
	* src/config_dialog.cpp:
	* src/config_dialog.h:
	* src/field_canvas.cpp:
	* src/field_canvas.h:
	* src/field_painter.cpp:
	* src/options.cpp:
	* src/options.h:
	* src/player_painter.cpp:
	* src/player_painter.h:
	* src/score_board_painter.cpp:
	* src/score_board_painter.h:
	* src/team_graphic_painter.cpp:
	- added a font setting panel.
	- cleaned up parameter categories.

2009-11-10  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* src/rcsslogplayer/gzfstream.cpp:
	* src/rcsslogplayer/gzfstream.h:
	* src/rcsslogplayer/handler.h:
	* src/rcsslogplayer/parser.cpp:
	* src/rcsslogplayer/parser.h:
	* src/rcsslogplayer/rcsslogplayer.pro:
	* src/rcsslogplayer/types.cpp:
	* src/rcsslogplayer/types.h:
	* src/rcsslogplayer/util.cpp:
	* src/rcsslogplayer/util.h:
	- added the rcg parser library to monitor source tree.

	* src/config_dialog.cpp:
	* src/config_dialog.h:
	* src/Makefile.am:
	* src/ball_painter.cpp:
	* src/disp_holder.h:
	* src/field_canvas.cpp:
	* src/field_canvas.h:
	* src/field_painter.cpp:
	* src/field_painter.h:
	* src/main_window.cpp:
	* src/main_window.h:
	* src/options.cpp:
	* src/options.h:
	* src/player_painter.cpp:
	* src/player_painter.h:
	* src/score_board_painter.cpp:
	- implemented several view preference configuration.
	- cleaned up.

2009-11-09  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* src/angle_deg.cpp:
	* src/angle_deg.h:
	* src/circle_2d.cpp:
	* src/circle_2d.h:
	* src/disp_holder.cpp:
	* src/disp_holder.h:
	* src/line_2d.cpp:
	* src/line_2d.h:
	* src/player_painter.cpp:
	* src/player_painter.h:
	* src/score_board_painter.cpp:
	* src/score_board_painter.h:
	* src/team_graphic.cpp:
	* src/team_graphic.h:
	* src/team_graphic_painter.cpp:
	* src/team_graphic_painter.h:
	* src/vector_2d.cpp:
	* src/vector_2d.h:
	* src/handler.h:
	* src/parser.cpp:
	* src/parser.h:
	* src/types.cpp:
	* src/types.h:
	* src/util.cpp:
	* src/util.h:
	* ChangeLog:
	* INSTALL:
	* src/Makefile.am:
	* src/ball_painter.cpp:
	* src/ball_painter.h:
	* src/field_canvas.cpp:
	* src/field_canvas.h:
	* src/main_window.cpp:
	* src/main_window.h:
	* src/monitor_client.cpp:
	* src/monitor_client.h:
	* src/options.cpp:
	* src/options.h:
	* src/painter_interface.h:
	- implemented simple monitor features.

2009-11-01  Hidehisa Akiyama  <akky@users.sourceforge.jp>

	* AUTHORS:
	* COPYING:
	* ChangeLog:
	* INSTALL:
	* Makefile.am:
	* NEWS:
	* README:
	* bootstrap:
	* configure.ac:
	* icons:
	* icons/rcss.icns:
	* icons/rcss.ico:
	* icons/rcss.xpm:
	* m4/ax_boost_base.m4:
	* m4/ax_boost_program_options.m4:
	* m4/qt.m4:
	* rcssmonitor.pro:
	* src/Makefile.am:
	* src/ball_painter.cpp:
	* src/ball_painter.h:
	* src/field_canvas.cpp:
	* src/field_canvas.h:
	* src/field_painter.cpp:
	* src/field_painter.h:
	* src/handler.h:
	* src/main.cpp:
	* src/main_window.cpp:
	* src/main_window.h:
	* src/monitor_client.cpp:
	* src/monitor_client.h:
	* src/mouse_state.h:
	* src/options.cpp:
	* src/options.h:
	* src/painter_interface.h:
	* src/parser.cpp:
	* src/parser.h:
	* src/rcssmonitor.rc:
	* src/src.pro:
	* src/types.cpp:
	* src/types.h:
	* src/util.cpp:
	* src/util.h:
	- created new Qt4 based rcssmonitor packable.
