2013-09-09  Chun-wei Fan  <fanc999@yahoo.com.tw>
	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.

2013-09-09  Chun-wei Fan  <fanc999@yahoo.com.tw>

	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.

2.22.7:

2012-10-26  José Alburquerque  <jaalburquerque@gmail.com>

	Remove the use of g_type_init() because it has been deprecated.

	* codegen/extradefs/generate_extra_defs_atk.cc: The docs for the
	function says that the GType system is initialized automatically now
	as of glib-2.36.

2.22.6:

2011-10-25  Murray Cumming  <murrayc@murrayc.com>

	Add #includes needed with the latest glibmm.

	* atk/src/action.hg:
	* atk/src/component.hg:
	* atk/src/document.hg:
	* atk/src/object.hg:
	* atk/src/relation.hg:
	* atk/src/selection.hg:
	* atk/src/stateset.hg:
	* atk/src/streamablecontent.hg:
	* atk/src/table.hg:
	* atk/src/text.hg:
	* atk/src/value.hg: Add individual includes now that gmmproc does not 
	add #include glibmm.h at the top of every generated header.

2.22.5:

2011-03-30  Murray Cumming  <murrayc@murrayc.com>

	Use the latest mm-common.

	* configure.ac: Require the latest version.
	* doc/Makefile.am: Don't specify the mm-common .pl files to distribute
	because mm-common now does this automatically.

2011-03-25  Kalev Lember  <kalev@smartlink.ee>

	Install the m4 files without --enable-maintainer-mode

	* Makefile.am: Install the convert.m4 files even if we aren't in
	maintainer mode; this makes sure distro packages pick up the files.

2.22.4:

2011-03-25  Murray Cumming  <murrayc@murrayc.com>

	Avoid a tarball dependency on mm-common.

	* configure.ac: Add a call to MM_CONFIG_DOCTOOL_DIR() telling it to
	copy the files locally and use them from there.
	* doc/Makefile.am: Dist the copied files, so that the build does not
	try to use the versions installed by mm-common.

2.22.3:

Just a tarball regeneration due to a changed m4 macro in mm-common.

2.22.2:

2011-01-07  Murray Cumming  <murrayc@murrayc.com>

	Allow other modules to use the m4 files.

	* codegen/Makefile.am: Install the m4 files, like gtkmm installs its files.
	* atk/atkmm.pc.in: Add the gmmproc4mdir variable so that other modules such
	as gtkmm and cluttermm can get the path to the m4 file, to avoid
	duplicating its contents.

2011-01-07  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with --enable-warnings=fatal.

	* configure.ac: Add no-long-long to avoid a warning caused by a newer glib.
	Also avoid use of deprecated GLIBMM API and make sure that GSEAL is defined.

2.22.1:

2010-11-20  Murray Cumming  <murrayc@murrayc.com>

	Add and distribute COPYING.tools containing the GPL.

	* COPYING.tools: This is necessary because the MSVC gendef.cc tool sources
	are under the GPL, not LGPL. They don't affect the licensing of the library
	itself.

2010-10-01  Armin Burgmeier  <armin@arbur.net>

	* MSVC_Net2005/atkmm.sln:
	* MSVC_Net2005/atkmm/atkmm.vcproj:
	* MSVC_Net2005/gendef/gendef.vcproj:
	* MSVC_Net2008/atkmm.sln:
	* MSVC_Net2008/atkmm/atkmm.vcproj:
	* MSVC_Net2008/gendef/gendef.vcproj:
	* MSVC_Net2010/atkmm.sln:
	* MSVC_Net2010/atkmm/atkmm.rc.in:
	* MSVC_Net2010/atkmm/atkmm.vcxproj:
	* MSVC_Net2010/atkmm/atkmm.vcxproj.filters:
	* MSVC_Net2010/filelist.am:
	* MSVC_Net2010/gendef/gendef.cc:
	* MSVC_Net2010/gendef/gendef.vcxproj:
	* MSVC_Net2010/gendef/gendef.vcxproj.filters:
	* Makefile.am:
	* configure.ac: Add support for MSVC 2010 and 64 bit.

2.22.0:

2010-09-26  Armin Burgmeier  <armin@arbur.net>

	Fix MSVC project files.

	* MSVC_Net2005/atkmm.sln:
	* MSVC_Net2008/atkmm.sln:

2.21.2:

2010-06-28  Murray Cumming  <murrayc@murrayc.com>

	Documentation: Added main page.

	* atk/atkmm.h: Added text based on pangomm.h from pangomm.

2.21.1

2010-06-23  Murray Cumming  <murrayc@murrayc.com>

	Reduce version to 2.21, because atkmm has not broken ABI (yet?)

	* configure.ac: Reduce the tarball version.

2010-06-23  Daniel Elstner  <danielk@openismus.com>

	Split off atkmm into its own separate module
