atkmm 2.29.1 (unstable):
Distro packagers should probably not package this yet.

Build:
* Require C++17.
  (Murray Cumming)
* Replace the Visual Studio project files with MSVC NMake project files
  (Chun-wei Fan) Merge request !1
* Use glibmm-2.60 instead of glibmm-2.56
  (Kjell Ahlstedt)
* Change the ABI to atkmm-2.30
  (Kjell Ahlstedt)


atkmm 2.27.1 (unstable):
Distro packagers should probably not package this yet.

* Change ABI to atkmm-2.28.
  (Murray Cumming)
* Build changes.
  (Kjell Ahlstedt)

atkmm 2.25.4 (unstable):
Distro packagers should probably not package this yet.

* Build: Use glibmm-2.56 instead of glibmm-2.54.
  We have changed the ABI name in glibmm.
  (Murray Cumming)
* Text: Plug memory leaks in get_text_vfunc() and get_selection_vfunc().
  These vfuncs shall delete the returned character array after it has been
  copied to a Glib::ustring.
  (Kjell Ahlstedt) Bug #783360

atkmm 2.25.3 (unstable):

* Use C++11 enum classes instead of old-style enums, and put some enums
  inside relevant class declarations:
  - Relation: Change RelationType to Relation::Type.
  - Text: Move enums into the class.
  (Kjell Ahlstedt, Murray Cumming)
* Build: Windows: Visual Studio builds: Update glibmm ABI version.


atkmm 2.25.2 (unstable):

* Build: Use glibmm-2.54 instead of glibmm-2.52
  (Murray Cumming)
* Replace uses of Glib::ArrayHandle<> and Glib::SListHandle<> with vector.
  (Murray Cumming)
* Visual Studio: Require Visual Studio 2017.
  (Chun-wei Fan)


atkmm 2.25.1 (unstable):

This is the first release of the atkmm-2.26 API/ABI.
It installs in parallel with the atkmm-1.6 API/ABI, of which
the most recent version is atkmm 2.24.2.

* Require C++14.
  (Murray Cumming)
* Use glibmm-2.52 instead of glibmm-2.4.
  (Murray Cumming)
* Fix silent builds.
  (Kjell Ahlstedt) Bug #768797


atkmm 2.24.2 (stable):

* Regenerate with the latest glibmm.

atkmm 2.24.1 (stable):

* Regenerate with the latest glibmm.

atkmm 2.24.0 (stable):

* MSVC build fixes.
  (Chun-wei Fan)

atkmm 2.23.3 (unstable):

* Rebuilt with latest glibmm,
  whose gmmproc generates C++ move operations.
  (Murray Cumming)

atkmm 2.23.2 (unstable):

* Use (and require) C++11.
  (Murray Cumming)

atkmm 2.23.1 (unstable):

Atk:
* Document: Add get/set_attribute() and deprecate get_document() and
  get_document_type().
  (Murray Cumming)
* Component: Deprecate add/remove_focus_handler, get_size() and get_position().
  (Murray Cumming)
* Add Range.
  (Murray Cumming)
* Table:
  - Deprecate get_column/row_at_index().
  (Kjell Ahlstedt)
  - Add a get_at() const version and deprecate get_index_at().
  (Murray Cumming)
* Text:
  - Deprecate get_text_before_offset(), get_text_after_offset().
  - Add get_string_at_offset(), deprecating other methods for it.
  (Murray Cumming)
* Value: Deprecate get_minimum/maximum_range() in favour or get_range().
  (Murray Cumming)

Build:

* Update MSVC 2005, 2008 and 2010 Projects: Add "Install" Project
  (Chun-wei Fan)


atkmm 2.22.7 (stable):

* Remove the use of g_type_init() because it has been deprecated.
  (José Alburquerque)
   
atkmm 2.22.6 (stable):

* Add #includes needed with the latest glibmm.

atkmm 2.22.5 (stable):

* Install the m4 files even without --enable-maintainer-mode, as with
  with other modules.
  (Kalev Lember) Bug #645669

atkmm 2.22.4 (stable):

* Avoid a tarball dependency on mm-common.
  (Murray Cumming)

atkmm 2.22.3 (stable):

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

atkmm 2.22.2 (stable):

* Install m4 files needed by recent versions of gtkmm when building from git.

atkmm 2.22.1 (stable):

* Distribute the GPL in the tarball, in addition to the LGPL, because the
  Windows build uses a GPL builder tool.
  (Murray Cumming. Thanks to Krzysztof Klimonda)

atkmm 2.22.0 (stable)

* Just increased version to show that it's an API/ABI-stable release.

atkmm 2.21.2 (unstable)

* Documentation: Added text for the main page.
  (Murray Cumming)

atkmm 2.21.1 (unstable)

First release as a separate module. This was previously part of the gtkmm module.
Distro packagers should deal with this in the same way that they dealt with
pangomm when that was split off from gtkmm.
