1atkmm 2.28.0 (stable):
2
3This release is identical to 2.24.3.
4
5There is no 2.26.x release.
6
7atkmm 2.24.3 (stable):
8
9* Fix silent builds.
10  (Kjell Ahlstedt) Bug #768797 (Sebastian)
11* Text: Plug memory leaks in get_text_vfunc() and get_selection_vfunc().
12  These vfuncs shall delete the returned character array after it has been
13  copied to a Glib::ustring.
14  (Kjell Ahlstedt) Bug #783360
15* Replace the Visual Studio project files with MSVC NMake project files
16  (Chun-wei Fan) Merge request !2
17
18atkmm 2.24.2 (stable):
19
20* Regenerate with the latest glibmm.
21
22atkmm 2.24.1 (stable):
23
24* Regenerate with the latest glibmm.
25
26atkmm 2.24.0 (stable):
27
28* MSVC build fixes.
29  (Chun-wei Fan)
30
31atkmm 2.23.3 (unstable):
32
33* Rebuilt with latest glibmm,
34  whose gmmproc generates C++ move operations.
35  (Murray Cumming)
36
37atkmm 2.23.2 (unstable):
38
39* Use (and require) C++11.
40  (Murray Cumming)
41
42atkmm 2.23.1 (unstable):
43
44Atk:
45* Document: Add get/set_attribute() and deprecate get_document() and
46  get_document_type().
47  (Murray Cumming)
48* Component: Deprecate add/remove_focus_handler, get_size() and get_position().
49  (Murray Cumming)
50* Add Range.
51  (Murray Cumming)
52* Table:
53  - Deprecate get_column/row_at_index().
54  (Kjell Ahlstedt)
55  - Add a get_at() const version and deprecate get_index_at().
56  (Murray Cumming)
57* Text:
58  - Deprecate get_text_before_offset(), get_text_after_offset().
59  - Add get_string_at_offset(), deprecating other methods for it.
60  (Murray Cumming)
61* Value: Deprecate get_minimum/maximum_range() in favour or get_range().
62  (Murray Cumming)
63
64Build:
65
66* Update MSVC 2005, 2008 and 2010 Projects: Add "Install" Project
67  (Chun-wei Fan)
68
69
70atkmm 2.22.7 (stable):
71
72* Remove the use of g_type_init() because it has been deprecated.
73  (José Alburquerque)
74
75atkmm 2.22.6 (stable):
76
77* Add #includes needed with the latest glibmm.
78
79atkmm 2.22.5 (stable):
80
81* Install the m4 files even without --enable-maintainer-mode, as with
82  with other modules.
83  (Kalev Lember) Bug #645669
84
85atkmm 2.22.4 (stable):
86
87* Avoid a tarball dependency on mm-common.
88  (Murray Cumming)
89
90atkmm 2.22.3 (stable):
91
92Just a tarball regeneration due to a changed m4 macro in mm-common.
93
94atkmm 2.22.2 (stable):
95
96* Install m4 files needed by recent versions of gtkmm when building from git.
97
98atkmm 2.22.1 (stable):
99
100* Distribute the GPL in the tarball, in addition to the LGPL, because the
101  Windows build uses a GPL builder tool.
102  (Murray Cumming. Thanks to Krzysztof Klimonda)
103
104atkmm 2.22.0 (stable)
105
106* Just increased version to show that it's an API/ABI-stable release.
107
108atkmm 2.21.2 (unstable)
109
110* Documentation: Added text for the main page.
111  (Murray Cumming)
112
113atkmm 2.21.1 (unstable)
114
115First release as a separate module. This was previously part of the gtkmm module.
116Distro packagers should deal with this in the same way that they dealt with
117pangomm when that was split off from gtkmm.
118