diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-04 21:17:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-04 21:17:27 +0000 |
commit | 0a19e4544d2e748963226afdc2d9d9d02c209dac (patch) | |
tree | 008eaf197c32a6d0d8c5f7cd6d86ac9e243cd8a2 /devel/atk/PLIST | |
parent | 57d53cad42d37e94d5a9d37532798552539e1a2d (diff) | |
download | pkgsrc-0a19e4544d2e748963226afdc2d9d9d02c209dac.tar.gz |
Update to 2.10.0:
Changes in version 2.10.0:
==========================
*
* Documentation:
* Bug 684667: improve documentation for AtkObject::children-changed
signal
* Visuall C++ Builds: Use Custom Build Rules
* Updated Aragonese and Japanese translation.
Changes in version 2.9.4:
==========================
*
* Deprecations:
* Bug 649575: Deprecate AtkObject::focus-event signal and all
related methods
* Bug 653291: Deprecate 'text-changed' signal (in favour of
'text-insert' and 'text-remove').
* Bug 573539: Deprecate 'link-selected' property (at AtkHyperlink)
* Bug 705580: Implement atk_text_get_string_at_offset and deprecate
old API
* Remove 'text-update' signal (without deprecation, as was not used
and can be removed without breaking ABI/API)
* Documentation:
* Removed unneeded comments at atk_implementor_ref_accessible and
about glib usage.
* Bug 684665: removing several .sgml files and fixing gtk-doc
warnings
* Bug 684705: little update on 'text-insert' and 'text-remove'
documentation
* Bug 491998: add documentation for AtkRectangle
* Tests:
* Refactor test suite: no longer a loadable module but an standalone
executable.
* Split testrelation into testrelation and testrole.
* Execute all role tests, doesn't matter if one fails
* Bugfixing and miscellanea:
* Bug 704092: Fix and off-by-one in role names
* Bug 705290: Use generated enum type for AtkRole to get the role name
* Drop use of ATK_DISABLE_DEPRECATED guards in ATK
Changes in version 2.9.3:
==========================
*
* Bug 697968: Deprecate atk_text_get_text_{before,after}_offset()
* Deprecated atk_text_get_text_{before,after}_offset()
* Deprecated ATK_TEXT_BOUNDARY_WORD_END,
ATK_TEXT_BOUNDARY_SENTENCE_END and ATK_TEXT_BOUNDARY_LINE_END on
the documentation.
* Updated atk_text_get_text_{at,before,after}_offset() documentation
* Bug 701503: Fix documentation for atk_object_get_attributes()
* Removed pads from interfaces
Changes in version 2.9.2:
==========================
*
* Leak management:
* Bug 699262: Nullify the gobject cache accessible when the accessble is finalized.
* Bug 699368: Fix typo - parameter is _obj not obj. Set feed to NULL
* Bug 699256: Free 'embedded_plug_id' when destroyed
* Tests:
* Bug 696466: Fix logic when testing for empty state set
* Bug 696409: fix hyphenation on testrelation.c
* Documentation:
* Include atk_object_get_object_locale documentation
* Fix having a repeated id on the main doc template
* Bug 700800: Improve documentation for AtkPlug and AtkSocket
Diffstat (limited to 'devel/atk/PLIST')
-rw-r--r-- | devel/atk/PLIST | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/atk/PLIST b/devel/atk/PLIST index 7fb12b54baf..76f317c720d 100644 --- a/devel/atk/PLIST +++ b/devel/atk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.38 2013/05/18 21:46:13 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.39 2013/10/04 21:17:27 wiz Exp $ include/atk-1.0/atk/atk-enum-types.h include/atk-1.0/atk/atk.h include/atk-1.0/atk/atkaction.h @@ -83,12 +83,17 @@ share/gtk-doc/html/atk/atk.html share/gtk-doc/html/atk/home.png share/gtk-doc/html/atk/index.html share/gtk-doc/html/atk/index.sgml +share/gtk-doc/html/atk/left-insensitive.png share/gtk-doc/html/atk/left.png +share/gtk-doc/html/atk/right-insensitive.png share/gtk-doc/html/atk/right.png share/gtk-doc/html/atk/style.css +share/gtk-doc/html/atk/up-insensitive.png share/gtk-doc/html/atk/up.png +share/gtk-doc/html/atk/utilities.html share/locale/af/LC_MESSAGES/atk10.mo share/locale/am/LC_MESSAGES/atk10.mo +share/locale/an/LC_MESSAGES/atk10.mo share/locale/ar/LC_MESSAGES/atk10.mo share/locale/as/LC_MESSAGES/atk10.mo share/locale/ast/LC_MESSAGES/atk10.mo |