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.
