2018-02-22 Murray Cumming 2.27.1 2018-02-22 Murray Cumming Change ABI to atkmm-2.28 Instead of atkmm-2.26. To match the most recent ATK+ version. 2017-09-14 Kjell Ahlstedt Object, Text: Add detail_name to some _WRAP_SIGNAL()s * atk/src/object.hg: signal_children_changed() accepts an "add" or "remove" detail. signal_property_changed() accepts a property_name parameter. signal_state_change() accepts a state_name parameter. * atk/src/text.hg: signal_text_changed() accepts an "insert" or "delete" detail. 2017-09-14 Kjell Ahlstedt Regenerate atk_signals.defs and atk_signals.defs.patch 2017-09-14 Kjell Ahlstedt Update codegen/generate_defs_and_docs.sh 2017-09-04 Kjell Ahlstedt Update .gitignore 2017-09-04 Kjell Ahlstedt Regenerate atk_docs.xml and the .defs files and add some substitute_enumerator_name elements to atk_docs_override.xml. 2017-09-04 Kjell Ahlstedt generate_defs_and_docs.sh: Update for atk built with meson When atk is built with meson instead of autotools, generated .h and .c files are stored in atk/build/atk. Files in that directory shall be read when atk_docs.xml and the .defs files are generated. atk_signals.defs contain manually changed lines. Add a .defs.patch file that automatically makes these changes when atk_signals.defs is regenerated.