2015-06-30  Murray Cumming  <murrayc@murrayc.com>

	configure.ac: Require the latest glibmm.

	To use the latest gmmproc, which generates nicer code for use of
	deprecated C API.

2015-06-29  Murray Cumming  <murrayc@murrayc.com>

	configure.ac: Re-enable deprecation warnings as errors.

	When using --enable-warnings=fatal.

2015-06-29  Murray Cumming  <murrayc@murrayc.com>

	Text: Add get_string_at_offset(), deprecating other methods for it.

2015-06-29  Murray Cumming  <murrayc@murrayc.com>

	Table: Deprecate get_column/row_at_index().

	The C documentation doesn't have real deprecation documentation for these,
	so neither do we.

2015-06-29  Murray Cumming  <murrayc@murrayc.com>

	Table: Add a get_at() const version and deprecate get_index_at().

2015-06-29  Murray Cumming  <murrayc@murrayc.com>

	Document: get_document_type(): Really use the deprecated option.

2015-06-29  Murray Cumming  <murrayc@murrayc.com>

	Remove #undefs of ATK_DISABLE_DEPRECATED to use deprecated API.

	This is no longer necessary with the latest gmmproc.

2015-06-29  Murray Cumming  <murrayc@murrayc.com>

	Value: _IGNORE() get_minimum_increment().

2015-06-29  Murray Cumming  <murrayc@murrayc.com>

	Value: deprecate get_minimum/maximum_range().

	Adding Range so we can add get_range() as their replacement.

2015-06-29  Murray Cumming  <murrayc@murrayc.com>

	Component: Deprecate add/remove_focus_handler, get_size() and get_position().

2015-06-29  Murray Cumming  <murrayc@murrayc.com>

	Value: Add get_value_and_text(), get_increment(), and set_value().

	Deprecating get_current_value() and set_current_value().

2015-03-24  Murray Cumming  <murrayc@murrayc.com>

	Text: Avoid the new-style deprecation warning.

2015-03-24  Murray Cumming  <murrayc@murrayc.com>

	Regenerated *_docs.xml file.

2015-03-24  Murray Cumming  <murrayc@murrayc.com>

	Regenerated .defs files.

2015-03-24  Murray Cumming  <murrayc@murrayc.com>

	Document: Add get/set_attribute() and deprecate get_document() and get_document_type().

2014-09-22  Chun-wei Fan  <fanchunwei@src.gnome.org>

	MSVC 2008/2010 Projects: Add "Install" Project

	This adds a "install" project for the Visual Studio 2008 and 2010 projects
	so that the builds results can be copied to a common directory together
	with the depedencies so that they can be integrated and tested together,
	and will help to simplify deployment.

	* MSVC_Net2008/atkmm-install.vsprops:
	* MSVC_Net2008/install.vcproj:
	* MSVC_Net2010/atkmm-install.props:
	* MSVC_Net2010/install.vcxproj: Add project files and property sheets to
	copy the build results to a common directory in the build root directory.
	* MSVC_Net2008/atkmm.sln:
	* MSVC_Net2010/atkmm.sln: Include the "install" project in the build.
	* MSVC_Net2008/filelist.am: Distribute the newly-added project files and
	property sheets.

2014-09-19  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Overhaul the Visual Studio 2010 Projects

	Give the Visual Studio 2010 Projects an overhaul, by using property sheets
	to consolidate commonly-used items, so to ease future maintenance, and move
	all the projects to MSVC_Net2010.

	* MSVC_Net2010/atkmm-build-defines.props:
	* MSVC_Net2010/atkmm-version-paths.props: Add property sheets to
	consolidate the commonly-used items, so that projects can refer
	to them.
	* MSVC_Net2010/gendef/gendef.vcxproj:
	* MSVC_Net2010/gendef/gendef.vcxproj.filters:
	* MSVC_Net2010/atkmm/atkmm.vcxproj:
	* MSVC_Net2010/atkmm/atkmm.vcxproj.filters: Clean up using the
	property sheets, and move to MSVC_Net2010/.  Adjust the file
	paths accordingly, and add a PlatformToolset tag so that it would
	be easier to support Visual Studio 2012/2013.  Also produce
	.pdb files for Release builds.
	* MSVC_Net2010/atkmm.sln:
	* MSVC_Net2010/filelist.am: Adjust file paths accordingly.

2014-09-19  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Overhaul the Visual Studio 2008 Projects

	Overhaul the Visual Studio 2008 Projects by using property sheets to
	consolidate commonly-used items, so that projects can refer to them, which
	will help to simplify future maintenance, and move all the projects to
	MSVC_Net2008/.

	* MSVC_Net2008/atkmm-build-defines.vsprops:
	* MSVC_Net2008/atkmm-version-paths.vsprops: Added property sheet
	files used to consolidate commonly-used items to be referred to
	from the projects.
	* MSVC_Net2008/gendef/gendef.vcproj:
	* MSVC_Net2008/atkmm/atkmm.vcproj: Move to MSVC_Net2008/, and
	clean up by using the property sheets.  Adjust the source file
	paths accordingly.
	* MSVC_Net2008/atkmm.sln:
	* MSVC_Net2008/filelist.am: Adjust file paths accordingly.

2014-09-17  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Cleanup and Fix Visual Studio 2008/2010 Projects

	We don't need to include blank.cpp in our builds, as the IDE recognize .cc
	files, and building with /vd2 brings more trouble than benefit, causing
	weird crashes.

	* MSVC_Net2008/gendef/gendef.vcproj: Don't include blank.cpp in the
	builds, it's not needed.
	* MSVC_Net2008/atkmm/atkmm.vcproj: Don't include blank.cpp in the
	builds, it's not needed.  Don't compile with /vd2 as it is a
	source of weird crashes, such as in the gtkmm demo program.
	* MSVC_Net2010/atkmm/atkmm.vcxproj: Don't compile with /vd2 as it
	is a source of weird crashes, such as in the gtkmm demo program.

2014-09-11  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	doap: Add description, download-page, bug-database, programming-language

2014-07-30  Olav Vitters  <olav@vitters.nl>

	doap category core

2013-09-09  Chun-wei Fan  <fanchunwei@src.gnome.org>

	Update the MSVC Project Files

	* MSVC_Net2005/gendef/gendef.vcproj:
	MSVC_Net2008/gendef/gendef.vcproj:
	MSVC_Net2010/gendef/gendef.vcxproj:
	MSVC_Net2005/atkmm/atkmm.vcproj:
	MSVC_Net2008/atkmm/atkmm.vcproj:
	MSVC_Net2010/atkmm/atkmm.vcxproj: Clean up the project files by purging
	unneeded entries, macros and whitespace.

	Also improve on the project files by adding to the
	AdditionalIncludeDirectories and AdditionalLibraryDirectories so that
	they can find and use the deps from a local build directory instead
	of using builds in the global include and libs path.  This is useful when
	we are building an unstable release as unstable releases usually require
	the latest unstable releases of their respective deps, which we do not
	usually want to place where they are used globally.

	Fix the last commit to the ChangeLog file, as I forgot to change the
	email address in my last commit.

2013-09-09  Chun-wei Fan  <fanchunwei@src.gnome.org>

	MSVC Solution Files: Use DOS Line Endings

	* MSVC_Net2005/atkmm.sln:
	* MSVC_Net2008/atkmm.sln:
	* MSVC_Net2010/atkmm.sln: Use DOS/Windows line endings as Visual
	Studio expects .sln files to have DOS/Windows line endings in order to
	determine the Visual Studio version to use to open the .sln files.

2013-06-27  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Update .gitignore.

	* .gitignore: Add files that are copied to or generated in doc/ and
	MSVC_Net2010/atkmm/.

2013-06-27  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Update Doxyfile.in.

	* doc/reference/Doxyfile.in: Update for doxygen 1.8.3. Make it more similar
	to glibmm's and mm-common/skeletonmm's Doxyfile.in.

2013-06-27  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Update atk_docs.xml and most .defs files.

	* codegen/extradefs/generate_extra_defs_atk.cc: Added get_defs() for new
	ATK_TYPEs.
	* atk/src/atk_docs.xml:
	* atk/src/atk_enums.defs:
	* atk/src/atk_methods.defs: Generated by generate_defs_and_docs.sh.
	* atk/src/atk_signals.defs: Generated by generate_defs_and_docs.sh. Two lines
	modified manually (indicated by comments).

2013-06-27  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Add the generate_defs_and_docs.sh script.

	* codegen/generate_defs_and_docs.sh: New file. Script that generates
	atk_docs.xml and most .defs files.
	* codegen/Makefile.am: Distribute generate_defs_and_docs.sh.

2013-06-25  Kjell Ahlstedt  <kjell.ahlstedt@bredband.net>

	Atk::Text: Deprecate get_text_before_offset(), get_text_after_offset().

	* configure.ac: Don't treat the deprecated-declarations warning as an error,
	not even when --enable-warnings=fatal.
	* atk/src/text.hg: Deprecate get_text_before_offset() and
	get_text_after_offset() and the corresponding virtual functions. They have
	been deprecated in atk. Bug #703027.

2013-04-24  Murray Cumming  <murrayc@murrayc.com>

	2.22.7