Commit graph

40 commits

Author SHA1 Message Date
wiz
db10fa00b0 Update to 2.12.0:
Changes in version 2.12.0:
==========================

Translations

A S Alam (pa), Claudio Arseni (it), Ask H. Larsen (da), Kjartan Maraas
(nb), Andika Triwidada (id)

Changes in version 2.11.92:
==========================

* AtkValue:
  * Bug 684576: AtkValue heavily refactored. Available now so
    implementors could start migration on next cycle.
  * Bug 726216: update atk.symbols, autotools for missing symbols and
    files
* AtkTableCell:
  * Added symbols to be exported at atk.symbols

Contributors:
  Chun-wei Fan, Alejandro Piñeiro Iglesias

Translations

  Aurimas Černius (lt), Marek Černocký (cs), Fran Diéguez (gl), Piotr
  Drąg (po), Rafael Ferreira (pt_BR), Attila Hammer (hu), Sphinx Jiang
  (zh_CN), Chao-Hsiung Liao (zh_HK), Duarte Loreto (pt), Kjartan
  Maraas (nb), Rūdolfs Mazurs (lv), Daniel Mustieles (es), Yuri
  Myasoedov (ru), Claude Paroz (fr), Changwoo Ryu (ko), Мирослав
  Николић (sr)


Changes in version 2.11.90:
==========================

* AtkComponent:
  * Deprecate get_position and get_size in favor of get_extents.
* AtkTable:
  * Deprecate all index-based methods (atk_table_get_index_at,
    atk_table_get_column_at_index, atk_table_get_row_at_index).
* AtkTableCell:
  * Bug 651353: Add AtkTableCell
* Documentation:
  * Document that atk_component_contains has a default implementation.
  * Document AtkTableCell.
  * Update AtkTable documentation after AtkTableCell addition.
  * Document AtkRegistry (already existed but not properly included on
    the documentation).
  * API reference categorized (now easier to read).
  * ATK overview added.
  * Added some previously forgotten symbols (thanks to atk-unused.txt)

Contributors:
  Mike Gorse, Alejandro Piñeiro Iglesias

Translations:
  Jorge Pérez Pérez (an), Kjartan Maraas (nb), Andika Triwidada (id)

Changes in version 2.11.6:
==========================

* AtkText:
  * Bug 723292: Getting the localized role name fails for
    ATK_ROLE_EDITBAR
  * Bug 653293: text-insert and text-remove are again detailed
    signals. Document it.

Contributors:
  Alejandro Piñeiro Iglesias

Translations:
  Aurimas Černius (lt), Marek Černocký (cs), Tong Hui (zh_CN),
  Chao-Hsiung Liao (zh_HK)

Changes in version 2.11.5:
==========================

* MSVC Builds: Rework Introspection Build and other miscellaneous
  fixes

Contributors:
  Chun-wei Fan

Translations:
  Yosef Or Boczko (he), Dimitris Spingos (el), Peter Vágner (sk)

Changes in version 2.11.4:
==========================

* AtkRole:
  * Bug 720065: add roles for description lists
* Deprecations:
  * Bug 476674: deprecate table properties that depend on the
    row/column number
  * Bug 652798: kill AtkMisc
  * Deprecate connect/remove_property_change_handler
  * Deprecate atk_role_register
* Documentation:
  * Bug 644747: improve documentation for AtkObject::property-change
  * Improved AtkUtil documentation
  * Updated new symbols sections on documentation
  * Not using GTK-Doc tag "Virtual" anymore, as is deprecated
* Building:
  * Bug 644756: remove atkintl.h in favour of gi18n-lib.h from glib
  * Bug 652965: include atk-enum-types.h on atk.h
  * Fixed some gobject-introspection warnings
  * Replace INCLUDES for AM_CPPFLAGS to silence automake deprecation
    warnings.
* Visual C++ Studio files:
  * Add a PlatformToolsetTag on gengir MSVC Project
  * Split the Property Sheets
  * Update Visual C++ 2008 "install" phase
  * Bug 690145: use Python to Generate the MSVC Projects
* Miscellanea:
  * Bug 572489: atk_text_range_extents should use g_return_if_fail
  * Bug 653293: remove G_SIGNAL_DETAILED from atktext signals that
    doesn't use details
  * Bug 720095: add atk_object_peek_parent
  * Updated AUTHORS and doap files
  * Added role names on source file in order to be translated

Contributors:
   Chun-wei Fan, Kjartan Maraas, Alejandro Piñeiro Iglesias, Colin
   Walters, Yue Wang

Translations:
  Fran Diéguez (gl), Michael Jayt (zh_CN), Daniel Mustieles (es),
  Fábio Nogueira (pt_BR)


Changes in version 2.11.3:
==========================

* Bug 709214: Need API to get the document's current page number and
*  page count
* Updated Greek translation

Changes in version 2.11.2:
==========================

* AtkRole:
  * Bug 709106: add media (audio and video) roles
  * Bug 712586: new ATK roles for ARIA roles (plus rating)
    * This includes: ATK_ROLE_DEFINITION, ATK_ROLE_ARTICLE,
      ATK_ROLE_LANDMARK, ATK_ROLE_LOG, ATK_ROLE_MARQUEE,
      ATK_ROLE_MATH, ATK_ROLE_RATING, ATK_ROLE_TIMER,
* AtkState:
  * Bug 712576: add ATK_STATE_CHECKABLE
  * Bug 712581: add ATK_STATE_HAS_POPUP
* AtkDocument:
  * Bug 709106: add page-changed-signal
  * Deprecated atk_document_get_document and
    atk_document_get_document_type
  * Added testdocument on tests directory
* Documentation:
  * Update documentation for selected_link method and property
  * Improve documentation of AtkAttribute and AtkAttributeSet
* Updated Galician and Spanish translations

Changes in version 2.11.1:
==========================

* Bug 684667: Improve AtkObject::children-changed documentation
* Bug 709351: new role ATK_ROLE_TITLE_BAR
* Bug 710463: new role ATK_ROLE_BLOCK_QUOTE
* Updated Spanish translation
2014-08-06 10:38:21 +00:00
wiz
192c3cc6b6 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
2013-10-04 21:17:27 +00:00
prlw1
33edd9982f Update atk to 2.8.0
Changes in version 2.8.0:
==========================
*
* Updated Visual C++ configuration files
  * Make entries more consistent with the other GNOME Visual Studio
    projects.
  * Enable the building of introspection files for Visual C++ builds
  * bgo694255: Visual C++ builds: Integrate building of introspection files
* Updated Slovak, Portuguese and Tadjik translation.

Changes in version 2.7.91:
==========================
*
* atkobject: added a explicit include to locale.h

Changes in version 2.7.90:
==========================
*
* Bug 694117
*  * atkobject: add atk_object_get_object_locale
*  * atkdocument: deprecate atk_document_get_locale

Changes in version 2.7.5:
==========================
*
* build: Use GNOME_COMPILE_WARNINGS
* atkhyperlink: Ensure we get even deprecated prototypes
* Bug 651343: add ATK_ROLE_LEVEL_BAR
* Prepare Visual Studio 2010 projects for Visual Studio 2012
* Updated Uyghur translations

Changes in version 2.7.4:
==========================
*
* Bug 690379: Atk lacks any kind of version utilities
* Fixed out of tree builds caused by fix of bug 690379
* Bug 656750: AtkWindow requires documentation

Changes in version 2.7.3:
==========================
*
* Bug 689907: Problems with the management of
*  ATK_STATE_SELECTABLE/ATK_STATE_SELECTED states at AtkObject
* Bug 686746: Port introspection fixes from Vala
* Bug 689952: Add introspection support for Windows MSVC builds
* Other Visual C++ configuration files:
*  * Use MultiByte character set

Changes in version 2.7.2:
==========================
*
* Bug 686801: Extend atk_add_global_event_listener in order to support
*   signal details
* Updated Thai translation.
2013-05-18 21:46:13 +00:00
prlw1
0928dc22ad Update to 2.4.0 2012-06-12 19:17:30 +00:00
drochner
6d68d93ee1 switch on introspection support, bump PKGREV 2012-02-10 15:18:17 +00:00
obache
3973804fd9 Update atk to 2.2.0.
Based on PR#45738 by Patrick Welche.

Changes in version 2.2.0:
=========================
*
* Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and
*  Catalan (Valencian) translations

Changes in version 2.1.92:
==========================
*
* Updated Visual Studio files due AtkWindow addition
* Bug 649577: atk_add_global_event_listener should only accept ATK events
* Minor documentation updates
* Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi,
*  Asturian, Italian, Polish, British English, Brazilian Portuguese,
*  Korean, Telugu and Kannada Translation

Changes in version 2.1.5:
=========================
*
* Bug 638924: Add AtkWindow
* Fixing out of tree compilation on Win32
* Update README.txt
* Fixing release number of the new ATK roles added
* Updated Traditional Chinese, Indonesian, Bulgarian, French,
*  Hungarian and Swedish translations

Changes in version 2.1.0:
=========================
*
* Bug 654767: shlib downgrade at update atk-1.32.0 to atk-2.0.1
* Bug 651343: New ATK Roles
* Added Leon Fan as maintainer
* Improved Visual C++ 2010 infrastructure
* Updated Russian, Slovenian, Persian, Hebrew, Lithuanian, Latvian,
*  Norwegian, Galician, and Spanish translations
2012-01-31 02:21:56 +00:00
abs
d08c72fd34 Fix PLIST - at least on amd64 NetBSD 5.99 2011-07-15 13:08:15 +00:00
wiz
fbe0e8aa44 Update to 1.32.0:
Changes in version 1.32.0:
=========================

Fixes: #630097, #621717, #571622, #617851, #616812.
Translation update.
2010-10-16 23:59:57 +00:00
drochner
9ab665e13c update to 1.30.0
this switches to the gnome-2.30 branch
2010-05-31 17:31:30 +00:00
drochner
7474c12ef7 update to 1.28.0
This switches to the gnome-2.28 release branch.
2009-10-21 15:37:24 +00:00
joerg
0268c554bd Remove @dirrm entries from PLISTs 2009-06-14 17:38:38 +00:00
jmcneill
582b55c2ca Update atk to 1.26.0.
Changes in version 1.26.0:
=========================
*
*Fixes: Improve the documentation. Sven Herzberg.
*Translation update.

Changes in version 1.25.2:
=========================
*
*Fixes: #562204, #505445, #361757, #478620, #560156, #477708, #478595, #478583
#480126.
*Translation update.
2009-03-16 22:25:39 +00:00
tnn
59aebb8f75 update to atk-1.24.0.
Bug fixes:
551474 - add LINGUAS file to pass make dist
535704 - Add guards to prevent including individual files
526752 - Deprecated symbols should be marked with macro ATK_DISABLE_DEPRECATED
Also translation updates.
2008-10-06 16:54:10 +00:00
wiz
5e1fbb7e92 Update to 1.20.0:
Changes in version 1.20.0:
=========================
*
*Add "si" (Sinhala) to ALL_LINGUAS.

Changes in version 1.19.6:
=========================
*
*Fixes #460851. Add a new API: atk_get_version.

Changes in version 1.19.3:
=========================
*
*Fixes #434784.
*Remove gnome-doc-utils dependence.

Changes in version 1.19.1:
=========================
*
*Fixes #382328, #418194, #413357.
2007-09-18 21:16:34 +00:00
drochner
9153e18d1c update to 1.18.0
This switches to the new stable branch for gnome-2.18.
Most visible change: addes a new atkmisc API which is needed for newer
gnome s/w.
2007-03-20 15:42:50 +00:00
drochner
681c32ebcc update to 1.12.3
changes:
-bugfixes
-implement AtkDocument
-translation updates
2006-10-17 16:51:42 +00:00
wiz
f2688e8ef2 Update to 1.12.3:
Changes in version 1.12.3:
=========================
*
* Add missing signals to fix win32 build (Cedric Gustin, bug #355912).
* New linguas: 'te' (Sunil Mohan Adapa), 'dz', 'ku' (Abel Cheung).
* Implement AtkDocument signals (Neo Liu)
* Update docs to include info on AtkDocument signals.
* Bugfixes: #357847, #340553, #346464, #352227,
2006-10-06 06:01:25 +00:00
wiz
7f3599d945 Update to 1.12.2:
Changes in version 1.12.2:
=========================
* Documentation fixes.
* New language: Bengali (Runa Bhattacharjee)
2006-08-22 18:25:16 +00:00
wiz
177a6f556a Update to 1.12.1:
Changes in version 1.12.0: [ongoing]
=========================

* Added ATK_ROLE_FORM
* Added ATK_RELATION_DESCRIPTION_FOR, ATK_RELATION_DESCRIBED_BY
2006-07-12 13:47:10 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
wiz
dec2c15ac6 Update to 1.11.4:
Changes in version 1.11.4:
=========================

 * Enhanced documentation: gtk-doc API docs are
   now at 100% coverage.

 * allow for NULL in-params to AtkImage coordinate APIs.

 * New langs: Georgian (ka)   Vladimir Sichinava
              Oriya (or)      Gora Mohanty
2006-04-02 17:47:54 +00:00
jmmv
fbb1c28199 Update to 1.11.3:
Changes in version 1.11.3:
=========================

 * Fix for localization bug #317458 from Kazuzi IWAMOTO.
 * Included docs in tarball as appropriate.

Changes in version 1.11.0:
=========================

  Added new APIs - minor enhancements to AtkImage,
  AtkDocument, AtkObject, AtkComponent, AtkState.

  Significant API additions:  Added locale attribute to
  AtkImage instances, and Document instances.
  Added the ability to assign weakly-typed attributes to
  AtkObject as name-value pairs; also added similar
  name-value pairs to AtkDocument for attributes which are
  intended to be valid over the entire document.

  Minor documentation fixes (thanks to Bill Abt).

  Added 'tt' (Tatar) locale, Simos Xenitellis
2006-03-30 20:48:02 +00:00
jmmv
11abe63954 Update to 1.10.3:
Changes in version 1.10.3:
=========================

  Libtool fix.
  N.B. : 1.10.2 was released with a buggy libtool!

  in version 1.10.2:

* Minor build fixes incl Win32 (Tor Lillqvist)

* New locales, "ug" (Abduxukur Abdurixit) and "gl" (Ognacio Casal Quinteiro)
2005-10-02 12:15:54 +00:00
drochner
8a942a013c sorry for coming up with a lowlevel dependency so late...
update to 1.10.1
changes:
* added ATK_STATE_REQUIRED; see bug #172663.
* New locale, 'rw'
2005-05-10 16:37:16 +00:00
jmmv
d4ce84ed9b Update to 1.9.1:
* New locale, 'xh'.
* Fixed bug #168218 (spec-file ftp dir wrong).
* Fixed #165288 in atk.def file.
* Added description for ATK_RELATION_SUBWINDOW_OF (bug #161562).
2005-03-22 15:53:32 +00:00
jmmv
0a405f7bf1 Update to 1.9.0; pointed out by wiz@:
* Add new functions atk_relation_set_add_relation_by_type and
atk_relation_add_target. (bug #158722)

* Use gmodule-no-export.pc. (bug #158531) [Matthias Clasen]

* Add new translations: Arabic [Arafat Medini],
Thai [Supranee Thirawattanasuk], Assamese [Sunaram Patir]

* Updated translations: Canadian English [Adam Weinberger],
Italian [Alessio Frusciante], Traditional Chinese [GNOME HK Team],
Welsh [Dafydd Harries], French [Jean-Michel Ardantz],
Romanian [Mi\305\237u Moldovan], Catalan [Jordi Mallach]
2004-12-24 12:29:41 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
24054fee56 Update to 1.8.0. This version corresponds to GNOME 2.8.0.
While here, move documentation to share/doc, out of share/doc/html.

Changes in version 1.8.0
========================
* Add translations: Bosnian [Kenan Had\305\276iavdi\304\207],
Norwegian [Kjartan Marass], Gujarati [Ankit Patel]

* Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
Vietnamese [Nguy\341\273\205n Th\303\241i Ng\341\273\215c Duy],
Turkish [Baris Cicek], German [Hendrik Richter],
Greek [Nikos Charonitakis], Arabic [Arafat Medini],
Brazilian Portuguese [Raphael Higino], Nepali [Pawan Chitrakar],
Danish [Martin Willemoes Hansen], Albanian [Laurent Dhima],
Finnish [Pauli Virtanen], Azerbaijani [M\311\231tin \306\217mirov] ,
Polish [Artur Flinta], Panjabi [AmanPreet Singh Alam],
Serbian [Danilo \305\240egan], Mongolian [Sanlig Badral],
Russian [Russian team <gnome-cyr@gnome.org>], Dutch [Timo Meinen],
Ukranian [Maxim Dziumanenko], Canadian English [Adam Weinberger],
Simplified Chinese [Funda Wang], Basque [I\303\261aki Larra\303\261aga]

Changes in version 1.7.3
========================
* Minor updates to documentation.

* Update translations: Hindi [Guntupalli Karunakar], Czech [Miloslav Trmac],
Portuguese [Duarte Loreto], Japanese [Takeshi AIHANA],
British [David Lodge], Spanish [Francisco Javier F. Serrador],
Korean [Changwoo Ryu], Albanian [Laurent Dhima]

Changes in version 1.7.2
========================
* Added new role ATK_ROLE_EMBEDDED.. (bug #147989)

* Add support for AtkRectangle and correct definition of
"bounds-changed" signal.

* Update translations: Nepali [Pawan Chitrakar], Albanian [Laurent Dhima]

Changes in version 1.7.1
========================
* Allow locale dir to be not hardcoded into binary. (bug #1289006)

* Add translations: Turkmen [M\303\274hemmet Amut]

* Update translations: Hungarian [Andras Timar],  Bulgarian [Rostislav Raikov]

Changes in version 1.7.0
========================
* Add "bounds-changed" signal for AtkComponent. (bug #140476)

* Add new state ATK_STATE_TRUNCATED and new relation
ATK_RELATION_PARENT_WINDOW_OF. (bug #133375)
2004-09-21 16:43:25 +00:00
jmmv
e2200b8b2e Update to 1.6.1:
* Update to build on Cygwin, (bug #136666) [Roger Leigh]

* Add translations: Gujarati [Gujarati team],
  Basque [I\303\261aki Larra\303\261aga] Punjabi [Amanpreet Singh Alam],
  Walloon [Pablo Saratxaga], Marathi [Indictrans team]

* Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
  Brazilian Portuguese [Raphael Higino], British [Gareth Owen],
  Romanian [Mi\305\237u Moldovan], Croatian [Robert Sedak],
  Catalan [Jordi Mallach], Slovak [Stanislav Visnovsky]
2004-04-19 16:44:42 +00:00
jmmv
2d4e96d106 Update to 1.6.0.
Changes in version 1.6.0
========================
* Add translation: Serbian Jekavian [Bojan Suzic], Estonian [Priit Laes]
* Update translations: Arabic [Arafat Medini],
  Spanish [Francisco Javier F. Serrador],
  Lithuanian [\305\275ygimantas Beru\304\215ka],
  Serbian [Aleksandar Urosevic], Belarusian [Ales Nyakhaychyk]

Changes in version 1.5.5
========================
* Add translation: Canadian English [Adam Weinberger]
* Update translations: Italian [Alessio Frusciante], Mongolian [Sanlig Badral],
  Albanian [Laurent Dhima], German [Christian Neumair],
  Greek [Kostas Papadimas], Hindi [Guntupalli Karunkar]

Changes in version 1.5.4
========================
* Update translations: Japanese [Takeshi AIHANA],
  Azerbaijani [M\311\231tin \306\217mirov], Finnish [Pauli Virtanen],
  French [Christophe Merlet], Ukrainian [Maxim Dziumanenko],
  Simplified Chinese [Funda Wang], Arabic [Arafat Medini],
  Albanian [Laurent Dhima]

Changes in version 1.5.3
========================
* Corrected library name in atk-uninstalled.pc.in (bug #132283). [Laszlo Peter]
* Corrcted property name for number of links in a AtkHypertext (bug #130022).
* Add translation: Croatian [Robert Sedak]
* Update translations: Japanese [Takeshi AIHANA], Italian [Alessio Frusciante],
  Norwegian [Kjartan Marass], Albanian [Laurent Dhima],
  Russian [Russian team], Polish [GNOME PL team], Welsh [Rhys Jones],
  Swedish [Christian Rose], Serbian [Danilo \305\240egan],
  Dutch [Tino Meinen], Czech [Miloslav Trmac], Korean [Changwoo Ryu],
  Spanish [Francicso Javier F. Serrador], Danish [Ole Laursen],
  Portuguese [Duarte Loreto]

Changes in version 1.5.2
========================
* Fix crasher bug in atk_text_free_ranges (bug #129837). [Jeff Franks]
* Change name of role from, "accel label" to "accelerator label". (bug #129499)
* Update translations: Czech [MiloSlac Trmac], Portuguese [Duaret Loreto],
  Danish [Ole Laursen], Spanish [Francisco Javier F. Serrador],
  Afrikaans [Stefan Lubbersen], Japanese [Takeshi AIHANA],
  Norwegian [Kjartan Maraas], Greek [Kostas Papadimas],
  Swedish [Christan Rose], Belarusian [Alex Nyakhaychyk],
  Serbian [Danilo \305\240egan], Arabic [Arafat Mendini],
  Norwegian Nyorsk [\303\205smund Skj\303\246veland], Croatian [Robert Sedak],
  Polish [Artur Flinta], Lithuanian [Tomas Kuliavas],
  Dutch [Vincent van Adrighem], French {Christophe Merlet],
  Mongolian [Sanlig Badral], Korean [Korean], Arabic [Arafat Medini].

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)
* Add version number to documentation (bug #125758)
* Update translations: Catalan [Jordi Mallach], Kannada [Pramod]
2004-04-01 18:13:48 +00:00
wiz
c440246df6 Update to 1.4.1, based on PR 23687 by Min Sik Kim.
Also closes PR 23570.

Contains a library major bump.

Changes in version 1.4.1
========================
* Add translations: Lithuanian [Gedminas Paulauskas],
Norwegian [(nynorsk [\303\205smund Skj\303\246veland]

* Update translations: German [Christian Neumair],
Romanian [Mi\305\237u Moldovan]

* Add description of signals to the documentation [Padraig O'Briain]

* Fix bug which caused building of rpms to fail [Scott Kennedy]

Changes in version 1.4.0
========================
* Add translations: Nepali [Pawan Chitrakar]

* Update translations: Spanish [Francisco Javier F.Serrador],
Welsh [Dafydd Harries]

Changes in version 1.3.6
========================
* Add translations: Hindi [Guntupalli Katunakar]

* Update translations: Azerbaijani [Metin Amiroff],
Italian [Alessio Frusciante]

Changes in version 1.3.5
========================
* Remove po/Makefile.in.in (bug #119053)

* Return correct value for atk_state-set_is_empty (bug #116621)

* Ensure that row and column values in atk_table_ref_at are non-negative.

* Add translations: Tamil [Dinesh N]

* Update translations: Serbian [Prevod.org], Esparanto [Charles Voelger],
Hungarian [Andras Timar].


Changes in version 1.3.4
========================
* Add translations: Irish [Paul Duffy], Limburgish [Mathieu Van Woerkom]

* Add new relation type ATK_RELATION_POPUP

* Some win32 fixes [Tor Lillqvist]

Changes in version 1.3.3
========================
* Add translations: Welsh [Dafydd Harries], Arabic [Arafat Medini]

* Update translations: Traditional Chinese [Abel Cheung]

* Add new role ATK_ROLE_AUTOCOMPLETE and state ATK_STATE_INDETERMINATE.

Changes in version 1.3.2
========================
* Add translations: Serbian [Danilo \305\240egan], Portuguese [Duarte Loreto],
Icelandic [Sam\303\272el J\303\263n Gunnarsson]

* Update translations: Traditional Chinese [Abel Cheung], Polish [Artur Flinta]


Changes in version 1.3.1
========================
* Allow use of libtool-1.5 (bug #111481) [Ali Akcaagac]

* Added translations: Yiddish [Raphael Finkel], Japanese [Takeshi AIHANA].


Changes in version 1.3.0
========================
* Use automake-1.7, libtoolize, gtkdocize and glib-gettextize.
[James Henstridge]

* Windows fixes [Tor Lillqvist]

* Add translations: Esparanto [Charles Voelger],
Belarussian [Dmitry G.Mastrukov], Malayalam [Guntupalli Karunkar],
Persian [Roozbeh Pourander], Azerbaijani [Metin Amiroff],
Bengali [Sayamindu Dasgupta], Kannada [Pramod], Macedonian {Abel Cheung],
Turkish [Gorkem], Indonesian [Mohammad Damt],
Traditional Chinese [Abel Cheung], Slovak [Stanislav Visnovsky],
Brazilian Portuguese [Alexander Folle de Menezes],
Romanian [Mi\305\237u Moldovan], Mongolian [Sanlig Badral]

* Make atk_text_get_character_extents() return positive value, even for rtl
text. (bug #102954) [Padraig O'Briain]

* Add new functions atk_text_get_range_extents and atk_text_get_bounded_ranges.
(bug #100943) [Padraig]

* Add properties "relation-type" and "target" to AtkRelation. (bug #72426)
[Padraig]

* Add property "accessible-table-caption-object" to AtkObject. (bug #74814)
[Padraig]

* Add property "selected-link" to AtkHyperlink and new function
atk_kyperlink_is_selected_link(); add signal "link-selected" to AtkHyperlink.
(bug #104621) [Padraig]

* Correct creation of object which is not a AtkGObjectAccessible in
atk_gobject_accessible_from_object. [Padraig and Alex Larsson]

* Do not emit notification for initial setting of role using
atk_object_set_role(). (bug #107710) [Padraig]
2003-12-13 00:44:50 +00:00
wiz
b6a449feb8 Update to 1.2.4:
Changes in version 1.2.4
========================
*Add translations: Serbian [Danilo \305\240egan]

* Updated translations: Traditional Chinese [Abel Cheung],
Portuguese [Duarte Loreto], Icelandic [Sam\303\272el J\303\263n Gunnarsson]

Changes in version 1.2.3
========================
* Add translations: Tamil [Dinesh], Yiddish [Raphael Finkel],
Hindi [Guntupalli Karunakar], Malayalam [FSF-India],
Esperanto [Charles Voelger], Azerbailani [Metin Amiroff],
Persian [Roozbeh Pournader], Belarusian [Belarusian Team],
Kanada [Pramod], Bengali [Saymindu Dasgupta],
Indonesian [Mohammad Damt], Turkish [Fatih Demir],
Macedonian [Abel Cheung], Japanese [Takeshi AIHANA],
Portuguese [Duarte Loreto], Icelandic [Sam\303\203\302\272el J\303\203\302\263n Gunnarsson].
Slovak [Stanislav Visnovsky], Traditional Chinese [Abel Cheung],
Brazilian Portuguese [Alexandre Folle de Menezes],
Romanian [Mi\303\203\302\205\303\202\302\237u Moldovan],
Mongolian [Sanlig Badral]

* Updated Translations: Swedish, [Christian Rose], Polish [GNOME PL Team],
Amharic [Daniel Yacob]

* Correct creation of object which is not a AtkGObjectAccessible in
atk_gobject_accessible_from_object. [Padraig O'Briain and Alex Larsson]

* Do not emit notification for initial setting of role using
atk_object_set_role(). (bug #107710) [Padraig]
2003-08-27 09:17:25 +00:00
salo
90411d4ade Updated to version 1.2.2.
Patch from Juan RP via PR pkg/20249.

Changes:

1.2.2:
======
- Add translations: Simplified Chinese (zh_CN) [He Qiangqiang],
  Albanian [Laurent Dhima], Finnisg [Pauli Virtanen],
  Italian [Alession Frusciante], Amharic [Daniel Yacob]

- Allow changing of default installation directory for documentation.
  (bug 102497) [Padraig O'Briain].

1.2.1:
======
- Add translations: Catalan [Jordi Mallach], French [Christophe Marlet],
  Latvian [Artis Trops], Korean [Nam SungHyun], Polish [Zbigniew Vhyla],
  Greek [Kostas Papadimas]
2003-02-15 06:16:29 +00:00
jmmv
623562c677 Install documentation under share/doc/html, not share/gtk-doc/html.
Also avoid possible detection of gtk-doc (not needed).
Bump PKGREVISION to 1.
2003-01-04 19:58:00 +00:00
wiz
2375e2d0a4 Update to 1.2.0.
Changes:
* Add new role ATK_ROLE_APPLICATION [Bill Haneman]
* Correct implementation of i18n support [Padraig O'Briain]
* Add signal "active-descendant-changed" to AtkObject [Padraig]
* Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY
[Bill Haneman]
* Add atk_hyperlink_is_inline() [Bill]
* Add new functions atk_object_add_relationship, atk_object_remove_relationship,
atk_role_get_localized_name, atk_action_get_localized_name; add new roles,
states and relationships; add text-attributes-changed signal for AtkText
interface. [Padraig O'Briain]
* Add po directory and update atk_role_get_localized_name() to allow it to
return localized name [Padraig]
* Add implementtaion of atk_object_factory_get_accessible_type() for
AtkNoOpObjectFactory [Padraig]
* Add ATK_LAYER_WINDOW {Mark Mc Loughlin]
and some translation updates and bug fixes.
2002-12-24 03:44:18 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
dmcmahill
f29f673a5c update to atk-1.0.3. This is a bug fix release. Notable fixes are:
* Documentation improvements [Padraig O'Briain]
* 64-bit bug fixes [George Lebl]
2002-08-23 03:05:16 +00:00
jschauma
7726d6c13b Update to 1.0.2 using patches provided by Julio Merino
(jmmv at hispabsd dot org) in pkg/17417, closing that PR.
Muchas gracias, Julio.
2002-06-30 14:04:26 +00:00
dmcmahill
dd4894bf29 update to atk-1.0.1
Changes in version 1.0.1
========================

* Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
* Fix Win32 DLL name [Tor Lillqvist]
2002-03-30 19:58:52 +00:00
dmcmahill
99f08f8f69 import atk-1.0.0
The ATK library provides a set of interfaces for accessibility.
By supporting the ATK interfaces, an application or toolkit can
be used with such tools as screen readers, magnifiers,
and alternative input devices.

Atk provides a core set of interfaces which are common to all
widgets and "additional" interfaces that are appropriate to certain
classes of widgets and whose existence can be queried at run time.
It also provides interfaces which an application can use to provide
additional accessibility information to assistive technology tools.
2002-03-24 20:28:05 +00:00