atkmm 2.28.4 (stable): Documentation: * atkmm.h: Update link to ATK (Kjell Ahlstedt) * Add README.win32.md with Win32 build documentation (Chun-wei Fan) * Remove AUTHORS and add general information to README.md (Kjell Ahlstedt) Issue gtkmm#140 Meson build: * Detect if we build from a git subtree (William Roy) Merge request gtkmm!72 * Don't copy files with configure_file() (Kjell Ahlstedt) * Fix the evaluation of is_git_build on Windows (Kjell Ahlstedt) Issue gtkmm#131 (William Roy) * Don't fail if warning_level=everything (Daniel Boles, Kjell Ahlstedt) Merge request gtkmm!87 atkmm 2.28.3 (stable): Build: * Support building with Visual Studio 2022 (Chun-wei Fan) * Meson build: Specify 'check' option in run_command() Will be necessary with future versions of Meson. * Meson build: Perl is not required by new versions of mm-common * Meson build: Avoid unnecessary configuration warnings * Meson build: Require meson >= 0.55.0 (Kjell Ahlstedt) * Require atk >= 2.12.0 Not a new requirement, but previously it was not specified in configure.ac and meson.build. (Kjell Ahlstedt) atkmm 2.28.2 (stable): Build: * Meson build: Use relative paths to untracked/ (Kjell Ahlstedt) Merge request gtkmm!61 (Mingli Yu) * atkmmconfig.h.*: Don't dllimport on MinGW (Chun-wei Fan) Issue gtkmm#90 (Lukas K.) * Meson build: Make it possible to use atkmm as a subproject (Kjell Ahlstedt) * Meson build: No implicit_include_directories (Kjell Ahlstedt) atkmm 2.28.1 (stable): The tarball for 2.28.1 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. Build: * Improve NMake support (Chun-wei Fan) * Use __declspec(dllexport) when building with Visual Studio (Chun-wei Fan) Merge request !3 * Add Meson support (Chun-wei Fan, Kjell Ahlstedt) Merge request !8 * doc/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) atkmm 2.28.0 (stable): This release is identical to 2.24.3. There is no 2.26.x release. atkmm 2.24.3 (stable): * Fix silent builds. (Kjell Ahlstedt) Bug #768797 (Sebastian) * 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 * Replace the Visual Studio project files with MSVC NMake project files (Chun-wei Fan) Merge request !2 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.