From f9fd05599c997c7eab6e1565bc009131dea37f06 Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Thu, 4 Dec 2003 15:48:07 +0000 Subject: [PATCH] ===== Released 1.5.1===== 2003-12-04 Padraig O'Briain * ===== Released 1.5.1===== * configure.in: Version 1.5.1, interface age 0, binary age 501 * NEWS: Updated. --- ChangeLog | 14 +++++++++++--- NEWS | 22 ++++++++++++++++++++++ configure.in | 2 +- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9407187..91f641c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-12-04 Padraig O'Briain + + * ===== Released 1.5.1===== + + * configure.in: Version 1.5.1, interface age 0, binary age 501 + + * NEWS: Updated. + 2003-12-03 Padraig O'Briain * atk/atkobject.[ch]: Add new role ATK_ROLE_EDITBAR. Fixes bug #116007. @@ -12,7 +20,7 @@ * atk/atkobject.c (atk_object_real_get_property): fix typo: s/g_value_set_set/g_value_set_int/. -2003-12-03 Padraig O'Briain +2003-12-01 Padraig O'Briain * atk/atkobject.c: (atk_object_class_init): Make nicks and blurbs of properties translatable. Add new property "accessible-hypertext-nlinks". @@ -23,7 +31,7 @@ link_activated. * atk/atkhyperlink.c: Add signals link_activated and new properties - "number-of-anchors, end-index and start-index. + "number-of-anchors", "end-index" and "start-index". This fixes bug #112390. @@ -61,7 +69,7 @@ * ===== Released 1.5.0===== - * configure.in: Version 1.5.0, interface age 0, binary age 400 + * configure.in: Version 1.5.0, interface age 0, binary age 500 * NEWS: Updated. diff --git a/NEWS b/NEWS index a1ca4c8..ad96f39 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +Changes in version 1.5.1 +======================== +* Change role names so that unlocalized names the same as Java role names. +(bug #125024) + +* Set state FOCUSED for object reported as having focus. (bug #127400) + +* Add new property "accessible-hypertext-nlinks" for AtkObject. Add new +signal link_activated and properties "number-of-anchors", "end-index" and +"start-index" for AtkHyperlink. (bug 112390) + +* Make nicks and blurbs of properties translatable. + +* Add new role ATK_ROLE_EDITBAR. (bug 116007) + +* Add translations: Afrikaans [Stefan Lubbersen] + +* Update translations: Serbian [Danilo \305\240egan], Czech [Milozlav Trmac], +Portuguese [Duarte Loreto], Mongolian [Sanlig Badral], +Dutch [Vincent van Adrighem] + Changes in version 1.5.0 ======================== * Fix memory leaks in AtkRelations (bugs #124877, #125725) @@ -5,6 +26,7 @@ Changes in version 1.5.0 * Add version number to documentation (bug #125758) * Update translations: Catalan [Jordi Mallach], Kannada [Pramod] + Changes in version 1.4.1 ======================== * Add translations: Lithuanian [Gedminas Paulauskas], diff --git a/configure.in b/configure.in index 724b70e..9faf0cd 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl set ATK_BINARY_AGE _and_ ATK_INTERFACE_AGE to 0. dnl The triplet m4_define([atk_major_version], [1]) m4_define([atk_minor_version], [5]) -m4_define([atk_micro_version], [0]) +m4_define([atk_micro_version], [1]) m4_define([atk_version], [atk_major_version.atk_minor_version.atk_micro_version]) -- 2.11.4.GIT