Release 2.13.2
[atk.git] / NEWS
blob48af4364fbba85d19b7a9db7c64bbef6ac4f02ce
1 Changes in version 2.13.2:
2 ==========================
4 * Bug 729752: introspection: add many missing Returns: (nullable) annotations
5 * Bug 730859: atk/Makefile.am: Stop reading atk.def
6 * Fix GIR scanning for srcdir != buildir
7 * Visual Studio support
8    * MSVC 2010+ Projects: Update "Installation" Process
9    * Build: Add Build Support for Visual Studio 2013
10    * MSVC 2012/2013 Support: Update Property Sheet Creation
11 * Documentation:
12    * Bug 729922: adding further explanation on atk_add_global_event_listener
14 Contributors:
15   Benjamin Gilbert, Chun-wei Fan, Evan Nemerson, Alejandro Piñeiro
16   Iglesias, Owen W. Taylor
18 Translation:
19   genodeftest (de), Pau Iranzo (ca), Carles Ferrando (ca@valencia), Yosef Or Boczko (he)
21 Changes in version 2.13.1:
22 ==========================
24 * Bug 728031: Use visibility attributes/__declspec (dllexport) to
25   export public symbols
26 * Bug 691991: Add Simple Support for Visual Studio 2012
28 Contributors:
29   Chun-wei Fan
31 Translation
32   Inaki Larranaga Murgoitio (eu), Matej Urbančič (sl), marablack3 (el)
34 Changes in version 2.12.0:
35 ==========================
37 Translations
39 A S Alam (pa), Claudio Arseni (it), Ask H. Larsen (da), Kjartan Maraas
40 (nb), Andika Triwidada (id)
42 Changes in version 2.11.92:
43 ==========================
45 * AtkValue:
46   * Bug 684576: AtkValue heavily refactored. Available now so
47     implementors could start migration on next cycle.
48   * Bug 726216: update atk.symbols, autotools for missing symbols and
49     files
50 * AtkTableCell:
51   * Added symbols to be exported at atk.symbols
53 Contributors:
54   Chun-wei Fan, Alejandro Piñeiro Iglesias
56 Translations
58   Aurimas Černius (lt), Marek Černocký (cs), Fran Diéguez (gl), Piotr
59   Drąg (po), Rafael Ferreira (pt_BR), Attila Hammer (hu), Sphinx Jiang
60   (zh_CN), Chao-Hsiung Liao (zh_HK), Duarte Loreto (pt), Kjartan
61   Maraas (nb), Rūdolfs Mazurs (lv), Daniel Mustieles (es), Yuri
62   Myasoedov (ru), Claude Paroz (fr), Changwoo Ryu (ko), Мирослав
63   Николић (sr)
66 Changes in version 2.11.90:
67 ==========================
69 * AtkComponent:
70   * Deprecate get_position and get_size in favor of get_extents.
71 * AtkTable:
72   * Deprecate all index-based methods (atk_table_get_index_at,
73     atk_table_get_column_at_index, atk_table_get_row_at_index).
74 * AtkTableCell:
75   * Bug 651353: Add AtkTableCell
76 * Documentation:
77   * Document that atk_component_contains has a default implementation.
78   * Document AtkTableCell.
79   * Update AtkTable documentation after AtkTableCell addition.
80   * Document AtkRegistry (already existed but not properly included on
81     the documentation).
82   * API reference categorized (now easier to read).
83   * ATK overview added.
84   * Added some previously forgotten symbols (thanks to atk-unused.txt)
86 Contributors:
87   Mike Gorse, Alejandro Piñeiro Iglesias
89 Translations:
90   Jorge Pérez Pérez (an), Kjartan Maraas (nb), Andika Triwidada (id)
92 Changes in version 2.11.6:
93 ==========================
95 * AtkText:
96   * Bug 723292: Getting the localized role name fails for
97     ATK_ROLE_EDITBAR
98   * Bug 653293: text-insert and text-remove are again detailed
99     signals. Document it.
101 Contributors:
102   Alejandro Piñeiro Iglesias
104 Translations:
105   Aurimas Černius (lt), Marek Černocký (cs), Tong Hui (zh_CN),
106   Chao-Hsiung Liao (zh_HK)
108 Changes in version 2.11.5:
109 ==========================
111 * MSVC Builds: Rework Introspection Build and other miscellaneous
112   fixes
114 Contributors:
115   Chun-wei Fan
117 Translations:
118   Yosef Or Boczko (he), Dimitris Spingos (el), Peter Vágner (sk)
120 Changes in version 2.11.4:
121 ==========================
123 * AtkRole:
124   * Bug 720065: add roles for description lists
125 * Deprecations:
126   * Bug 476674: deprecate table properties that depend on the
127     row/column number
128   * Bug 652798: kill AtkMisc
129   * Deprecate connect/remove_property_change_handler
130   * Deprecate atk_role_register
131 * Documentation:
132   * Bug 644747: improve documentation for AtkObject::property-change
133   * Improved AtkUtil documentation
134   * Updated new symbols sections on documentation
135   * Not using GTK-Doc tag "Virtual" anymore, as is deprecated
136 * Building:
137   * Bug 644756: remove atkintl.h in favour of gi18n-lib.h from glib
138   * Bug 652965: include atk-enum-types.h on atk.h
139   * Fixed some gobject-introspection warnings
140   * Replace INCLUDES for AM_CPPFLAGS to silence automake deprecation
141     warnings.
142 * Visual C++ Studio files:
143   * Add a PlatformToolsetTag on gengir MSVC Project
144   * Split the Property Sheets
145   * Update Visual C++ 2008 "install" phase
146   * Bug 690145: use Python to Generate the MSVC Projects
147 * Miscellanea:
148   * Bug 572489: atk_text_range_extents should use g_return_if_fail
149   * Bug 653293: remove G_SIGNAL_DETAILED from atktext signals that
150     doesn't use details
151   * Bug 720095: add atk_object_peek_parent
152   * Updated AUTHORS and doap files
153   * Added role names on source file in order to be translated
155 Contributors:
156    Chun-wei Fan, Kjartan Maraas, Alejandro Piñeiro Iglesias, Colin
157    Walters, Yue Wang
159 Translations:
160   Fran Diéguez (gl), Michael Jayt (zh_CN), Daniel Mustieles (es),
161   Fábio Nogueira (pt_BR)
164 Changes in version 2.11.3:
165 ==========================
167 * Bug 709214: Need API to get the document's current page number and
168 *  page count
169 * Updated Greek translation
171 Changes in version 2.11.2:
172 ==========================
174 * AtkRole:
175   * Bug 709106: add media (audio and video) roles
176   * Bug 712586: new ATK roles for ARIA roles (plus rating)
177     * This includes: ATK_ROLE_DEFINITION, ATK_ROLE_ARTICLE,
178       ATK_ROLE_LANDMARK, ATK_ROLE_LOG, ATK_ROLE_MARQUEE,
179       ATK_ROLE_MATH, ATK_ROLE_RATING, ATK_ROLE_TIMER,
180 * AtkState:
181   * Bug 712576: add ATK_STATE_CHECKABLE
182   * Bug 712581: add ATK_STATE_HAS_POPUP
183 * AtkDocument:
184   * Bug 709106: add page-changed-signal
185   * Deprecated atk_document_get_document and
186     atk_document_get_document_type
187   * Added testdocument on tests directory
188 * Documentation:
189   * Update documentation for selected_link method and property
190   * Improve documentation of AtkAttribute and AtkAttributeSet
191 * Updated Galician and Spanish translations
193 Changes in version 2.11.1:
194 ==========================
196 * Bug 684667: Improve AtkObject::children-changed documentation
197 * Bug 709351: new role ATK_ROLE_TITLE_BAR
198 * Bug 710463: new role ATK_ROLE_BLOCK_QUOTE
199 * Updated Spanish translation
201 Changes in version 2.10.0:
202 ==========================
204 * Documentation:
205   * Bug 684667: improve documentation for AtkObject::children-changed
206     signal
207 * Visuall C++ Builds: Use Custom Build Rules
208 * Updated Aragonese and Japanese translation.
210 Changes in version 2.9.4:
211 ==========================
213 * Deprecations:
214   * Bug 649575: Deprecate AtkObject::focus-event signal and all
215     related methods
216   * Bug 653291: Deprecate 'text-changed' signal (in favour of
217     'text-insert' and 'text-remove').
218   * Bug 573539: Deprecate 'link-selected' property (at AtkHyperlink)
219   * Bug 705580: Implement atk_text_get_string_at_offset and deprecate
220     old API
221   * Remove 'text-update' signal (without deprecation, as was not used
222     and can be removed without breaking ABI/API)
223 * Documentation:
224   * Removed unneeded comments at atk_implementor_ref_accessible and
225     about glib usage.
226   * Bug 684665: removing several .sgml files and fixing gtk-doc
227     warnings
228   * Bug 684705: little update on 'text-insert' and 'text-remove'
229     documentation
230   * Bug 491998: add documentation for AtkRectangle
231 * Tests:
232   * Refactor test suite: no longer a loadable module but an standalone
233     executable.
234   * Split testrelation into testrelation and testrole.
235   * Execute all role tests, doesn't matter if one fails
236 * Bugfixing and miscellanea:
237   * Bug 704092: Fix and off-by-one in role names
238   * Bug 705290: Use generated enum type for AtkRole to get the role name
239   * Drop use of ATK_DISABLE_DEPRECATED guards in ATK
242 Changes in version 2.9.3:
243 ==========================
245 * Bug 697968: Deprecate atk_text_get_text_{before,after}_offset()
246   * Deprecated atk_text_get_text_{before,after}_offset()
247   * Deprecated ATK_TEXT_BOUNDARY_WORD_END,
248     ATK_TEXT_BOUNDARY_SENTENCE_END and ATK_TEXT_BOUNDARY_LINE_END on
249     the documentation.
250   * Updated atk_text_get_text_{at,before,after}_offset() documentation
251 * Bug 701503: Fix documentation for atk_object_get_attributes()
252 * Removed pads from interfaces
254 Changes in version 2.9.2:
255 ==========================
257 * Leak management:
258   * Bug 699262: Nullify the gobject cache accessible when the accessble is finalized.
259   * Bug 699368: Fix typo - parameter is _obj not obj. Set feed to NULL
260   * Bug 699256: Free 'embedded_plug_id' when destroyed
261 * Tests:
262   * Bug 696466: Fix logic when testing for empty state set
263   * Bug 696409: fix hyphenation on testrelation.c
264 * Documentation:
265   * Include atk_object_get_object_locale documentation
266   * Fix having a repeated id on the main doc template
267   * Bug 700800: Improve documentation for AtkPlug and AtkSocket
270 Changes in version 2.8.0:
271 ==========================
273 * Updated Visual C++ configuration files
274   * Make entries more consistent with the other GNOME Visual Studio
275     projects.
276   * Enable the building of introspection files for Visual C++ builds
277   * bgo694255: Visual C++ builds: Integrate building of introspection files
278 * Updated Slovak, Portuguese and Tadjik translation.
280 Changes in version 2.7.91:
281 ==========================
283 * atkobject: added a explicit include to locale.h
285 Changes in version 2.7.90:
286 ==========================
288 * Bug 694117
289 *  * atkobject: add atk_object_get_object_locale
290 *  * atkdocument: deprecate atk_document_get_locale
292 Changes in version 2.7.5:
293 ==========================
295 * build: Use GNOME_COMPILE_WARNINGS
296 * atkhyperlink: Ensure we get even deprecated prototypes
297 * Bug 651343: add ATK_ROLE_LEVEL_BAR
298 * Prepare Visual Studio 2010 projects for Visual Studio 2012
299 * Updated Uyghur translations
301 Changes in version 2.7.4:
302 ==========================
304 * Bug 690379: Atk lacks any kind of version utilities
305 * Fixed out of tree builds caused by fix of bug 690379
306 * Bug 656750: AtkWindow requires documentation
308 Changes in version 2.7.3:
309 ==========================
311 * Bug 689907: Problems with the management of
312 *  ATK_STATE_SELECTABLE/ATK_STATE_SELECTED states at AtkObject
313 * Bug 686746: Port introspection fixes from Vala
314 * Bug 689952: Add introspection support for Windows MSVC builds
315 * Other Visual C++ configuration files:
316 *  * Use MultiByte character set
318 Changes in version 2.7.2:
319 ==========================
321 * Bug 686801: Extend atk_add_global_event_listener in order to support
322 *   signal details
323 * Updated Thai translation.
325 Changes in version 2.6.0:
326 ==========================
328 * Updated Japanese and Brazilian Portuguese translations.
330 Changes in version 2.5.91:
331 ==========================
333 * Bug 635332: Include C header information in GIR
334 * Added atk_relation_set_contains_target to atk.symbols. That symbol
335 *   was added in commmit a1d5ca86 (bug 672869).
336 * Updated Polish, Galician and Latvian translations.
338 Changes in version 2.5.4:
339 =========================
341 * Bug 672869: Required a method to check if a relationset contains a
342 *   relation taking into account relationship and target
344 Changes in version 2.5.3:
345 =========================
347 * Added extra doc on atk_remove_[key/global]_event_listener
348 * Fixed compilation with some gcc versions/combination of options
349 * Provide a default implementation for
350 *   atk_util_[add/remove]_global_event_listner
351 * Bug 478587: "accessible-role" - invalid default value
352 * Updated Catalan, Catalan (Valencian), Greek, Norwegian, Spanish
354 Changes in version 2.4.0:
355 =========================
357 * Bug 593220: Some typos in atktable signals (docs)
358 * Updated Hindi and Simplified Chinese translation
361 Changes in version 2.3.95:
362 =========================
364 * Bug 671857: Add deprecation attributes to deprecated functions
365 * Updated Visual Studio configuration files
366 * Updated Khmer, Malayalam and Bengali Translations
368 Changes in version 2.3.93:
369 ==========================
371 * Revert "Using abstract atk_object_get_name to check accessible-name
372 *  notification" change made on 2.3.93
373 *  Related to mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=733712
375 Changes in version 2.3.91:
376 ==========================
378 * Bug 665549: add sanity-check of atk_text_get_text
379 * Bug 668441: atk_action_get_keybinding docs are confusing and need
380 *  updating
381 * Using abstract atk_object_get_name to check accessible-name
382 *  notification
383 * Updated Belarusian, Estonian, Hungarian, Turkish, Norwegian,
384 *  Ukranian and Uyghur translations
387 Changes in version 2.3.3:
388 =========================
390 * Bug 665870: About reducing accessible-name, accessible-description
391 *  change notifications
392 * Minor documentation updates
393 * Updated Visual Studio configuration files
394 * Updated Simplified Chinese and Vietnamese translations
396 Changes in version 2.2.0:
397 =========================
399 * Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and
400 *  Catalan (Valencian) translations
402 Changes in version 2.1.92:
403 ==========================
405 * Updated Visual Studio files due AtkWindow addition
406 * Bug 649577: atk_add_global_event_listener should only accept ATK events
407 * Minor documentation updates
408 * Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi,
409 *  Asturian, Italian, Polish, British English, Brazilian Portuguese,
410 *  Korean, Telugu and Kannada Translation
412 Changes in version 2.1.5:
413 =========================
415 * Bug 638924: Add AtkWindow
416 * Fixing out of tree compilation on Win32
417 * Update README.txt
418 * Fixing release number of the new ATK roles added
419 * Updated Traditional Chinese, Indonesian, Bulgarian, French,
420 *  Hungarian and Swedish translations
422 Changes in version 2.1.0:
423 =========================
425 * Bug 654767: shlib downgrade at update atk-1.32.0 to atk-2.0.1
426 * Bug 651343: New ATK Roles
427 * Added Leon Fan as maintainer
428 * Improved Visual C++ 2010 infrastructure
429 * Updated Russian, Slovenian, Persian, Hebrew, Lithuanian, Latvian,
430 *  Norwegian, Galician, and Spanish translations
432 Changes in version 2.0.1:
433 =========================
435 * Bug 652205: Use const instead G_CONST_RETURN
436 * Bug 649307: Clarify AtkPlug and AtkSocket docs
437 * Bug 551489: Fix doc of atk_text_get_text_before_offset
438 * Bug 588083: Information about return value of some AtkText methods can be clearer
439 * Added Alejandro Piñeiro Iglesias as maintainer
440 * Updated .gitignore
441 * VS 2008/2010 support update
442 * New Zulu translation added, Esperanto and Catalan updated
444 Changes in version 2.0.0:
445 =========================
447 *Translation update.
449 Changes in version 1.91.92:
450 =========================
452 *BGO#638377: Add text_insert, text_remove, and text_update signals
453 *Reviewed Serbian Translation
454 *Fix introspection for atk_text_get_bounded_ranges
455 *Visual C++ 2010 Project Files
456 *Updated Spanish translation
458 Changes in version 1.33.6:
459 =========================
461 *Returns FALSE on atk_object_add_relationship if it is already included
462 *Bug 640574: gobject-introspection annotation and documentation fixes
463 *Bug 637663: Added atk_streamable_content_get_uri to atk/atk.symbols
464 *Add missing Makefiles to AC_CONFIG_FILES
465 *Fixes for the MSVC Project Files
466 *Update deprecated autoconf macros and use new libtool syntax
467 *Documentation fixes
468 *Translation updates
470 Changes in version 1.32.0:
471 =========================
473 *Fixes: #630097, #621717, #571622, #617851, #616812.
474 *Translation update.
477 Changes in version 1.30.0:
478 =========================
480 *Translation update.
482 Changes in version 1.29.92:
483 =========================
485 *Fixes: Bug #608399. Correct the link of accessibility page.
486 *Fixes: Bug #606888. Link libatk against libintl.
487 *Translation update.
489 Changes in version 1.29.4:
490 ==========================
492 *Fixes: #592146.
494 Changes in version 1.29.3:
495 ==========================
497 *Fixes: #601552.
499 Changes in version 1.29.2:
500 ==========================
502 *Fixes: #569427.
503 *Translation update.
505 Changes in version 1.28.0:
506 ==========================
508 *Translation update.
510 Changes in version 1.27.90:
511 ==========================
513 *Fixes: #575794, #591105, #489828.
514 *Translation update.
516 Changes in version 1.26.0:
517 =========================
519 *Fixes: Improve the documentation. Sven Herzberg.
520 *Translation update.
522 Changes in version 1.25.2:
523 =========================
525 *Fixes: #562204, #505445, #361757, #478620, #560156, #477708, #478595, #478583
526 #480126.
527 *Translation update.
529 Changes in version 1.24.0:
530 =========================
532 *Fixes: #551474.
533 *Translation update.
535 Changes in version 1.23.5:
536 =========================
538 *Fixes: #535704, #526752.
540 Changes in version 1.22.0:
541 =========================
543 *Translation update.
545 Changes in version 1.21.92:
546 =========================
548 *Fixes #508846.
550 Changes in version 1.21.5:
551 =========================
553 *Fixes #502840, #500978, #477763.
555 Changes in version 1.20.0:
556 =========================
558 *Add "si" (Sinhala) to ALL_LINGUAS.
560 Changes in version 1.19.6:
561 =========================
563 *Fixes #460851. Add a new API: atk_get_version.
565 Changes in version 1.19.3:
566 =========================
568 *Fixes #434784.
569 *Remove gnome-doc-utils dependence.
571 Changes in version 1.19.1:
572 =========================
574 *Fixes #382328, #418194, #413357.
576 Changes in version 1.18.0:
577 =========================
579 *Fixes #408527, #398038, #367627.
581 Changes in version 1.17.0:
582 =========================
584 *Fixes #404592.
586 Changes in version 1.13.2:
587 =========================
589 *New class which provides miscellaneous utilities.
590 *Fixes #329454.
592 Changes in version 1.12.4:
593 =========================
595 *Add Li Yuan to MAINTAINERS.
597 Changes in version 1.12.3: 
598 =========================
600 * Add missing signals to fix win32 build (Cedric Gustin, bug #355912).
601 * New linguas: 'te' (Sunil Mohan Adapa), 'dz', 'ku' (Abel Cheung).
602 * Implement AtkDocument signals (Neo Liu)
603 * Update docs to include info on AtkDocument signals.
604 * Bugfixes: #357847, #340553, #346464, #352227, 
606 Changes in version 1.12.2: 
607 =========================
608 * Documentation fixes.
609 * New language: Bengali (Runa Bhattacharjee)
611 Changes in version 1.12.1: 
612 =========================
613 * Added AtkHyperlinkImpl
614 * New language: Bengali India (bn_IN) - Runa Bhattacharjee.
615 * Fixed tags in docs so that indices of
616   new and deprecated methods are created.
617 * Added "get_uri" method to AtkStreamableContent.
619 Changes in version 1.12.0: 
620 =========================
622 * Added ATK_ROLE_FORM, ATK_STATE_ANIMATED, ATK_STATE_VISITED, ATK_STATE_DEFAULT
623 * Added ATK_RELATION_DESCRIPTION_FOR, ATK_RELATION_DESCRIBED_BY
625 Changes in version 1.11.4:
626 =========================
628  * Enhanced documentation: gtk-doc API docs are
629    now at 100% coverage.
631  * allow for NULL in-params to AtkImage coordinate APIs. 
633  * New langs: Georgian (ka)   Vladimir Sichinava
634               Oriya (or)      Gora Mohanty
636 Changes in version 1.11.3:
637 =========================
639  * Fix for localization bug #317458 from Kazuzi IWAMOTO.
640  * Included docs in tarball as appropriate.
642 Changes in version 1.11.0:
643 =========================
645   Added new APIs - minor enhancements to AtkImage,
646   AtkDocument, AtkObject, AtkComponent, AtkState.
648   Significant API additions:  Added locale attribute to
649   AtkImage instances, and Document instances.  
650   Added the ability to assign weakly-typed attributes to
651   AtkObject as name-value pairs; also added similar
652   name-value pairs to AtkDocument for attributes which are
653   intended to be valid over the entire document.
655   Minor documentation fixes (thanks to Bill Abt).
657   Added 'tt' (Tatar) locale, Simos Xenitellis  
659 Changes in version 1.10.3:
660 =========================
662   Libtool fix.  
663   N.B. : 1.10.2 was released with a buggy libtool!
665   in version 1.10.2:
667 * Minor build fixes incl Win32 (Tor Lillqvist)
669 * New locales, "ug" (Abduxukur Abdurixit) and "gl" (Ognacio Casal Quinteiro)
671 Changes in version 1.10.1
672 =========================
674 * added ATK_STATE_REQUIRED; see bug #172663.
676 * New locale, 'rw'
678 Changes in version 1.9.1
679 ========================
681 * New locale, 'xh'
683 * Fixed bug #168218 (spec-file ftp dir wrong)
685 * Fixed #165288 in atk.def file.
687 * Added description for ATK_RELATION_SUBWINDOW_OF (bug #161562).
689 Changes in version 1.9.0
690 ========================
691 * Add new functions atk_relation_set_add_relation_by_type and
692 atk_relation_add_target. (bug #158722)
694 * Use gmodule-no-export.pc. (bug #158531) [Matthias Clasen]
696 * Add new translations: Arabic [Arafat Medini], 
697 Thai [Supranee Thirawattanasuk], Assamese [Sunaram Patir]
699 * Updated translations: Canadian English [Adam Weinberger],
700 Italian [Alessio Frusciante], Traditional Chinese [GNOME HK Team],
701 Welsh [Dafydd Harries], French [Jean-Michel Ardantz],
702 Romanian [Mi\305\237u Moldovan], Catalan [Jordi Mallach]
704 Changes in version 1.8.0
705 ========================
706 * Add translations: Bosnian [Kenan Had\305\276iavdi\304\207],
707 Norwegian [Kjartan Marass], Gujarati [Ankit Patel]
709 * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
710 Vietnamese [Nguy\341\273\205n Th\303\241i Ng\341\273\215c Duy],
711 Turkish [Baris Cicek], German [Hendrik Richter],
712 Greek [Nikos Charonitakis], Arabic [Arafat Medini],
713 Brazilian Portuguese [Raphael Higino], Nepali [Pawan Chitrakar],
714 Danish [Martin Willemoes Hansen], Albanian [Laurent Dhima],
715 Finnish [Pauli Virtanen], Azerbaijani [M\311\231tin \306\217mirov] ,
716 Polish [Artur Flinta], Panjabi [AmanPreet Singh Alam],
717 Serbian [Danilo \305\240egan], Mongolian [Sanlig Badral],
718 Russian [Russian team <gnome-cyr@gnome.org>], Dutch [Timo Meinen],
719 Ukranian [Maxim Dziumanenko], Canadian English [Adam Weinberger],
720 Simplified Chinese [Funda Wang], Basque [I\303\261aki Larra\303\261aga]
722 Changes in version 1.7.3
723 ========================
724 * Minor updates to documentation.
726 * Update translations: Hindi [Guntupalli Karunakar], Czech [Miloslav Trmac],
727 Portuguese [Duarte Loreto], Japanese [Takeshi AIHANA],
728 British [David Lodge], Spanish [Francisco Javier F. Serrador],
729 Korean [Changwoo Ryu], Albanian [Laurent Dhima]
731 Changes in version 1.7.2
732 ========================
733 * Added new role ATK_ROLE_EMBEDDED.. (bug #147989)
735 * Add support for AtkRectangle and correct definition of
736 "bounds-changed" signal.
738 * Update translations: Nepali [Pawan Chitrakar], Albanian [Laurent Dhima]
740 Changes in version 1.7.1
741 ========================
742 * Allow locale dir to be not hardcoded into binary. (bug #1289006)
744 * Add translations: Turkmen [M\303\274hemmet Amut]
746 * Update translations: Hungarian [Andras Timar],  Bulgarian [Rostislav Raikov]
748 Changes in version 1.7.0
749 ========================
750 * Add "bounds-changed" signal for AtkComponent. (bug #140476)
752 * Add new state ATK_STATE_TRUNCATED and new relation 
753 ATK_RELATION_PARENT_WINDOW_OF. (bug #133375)
755 Changes in version 1.6.1
756 ========================
757 * Update to build on Cygwin, (bug #136666) [Roger Leigh]
759 * Add translations: Gujarati [Gujarati team], 
760 Basque [I\303\261aki Larra\303\261aga] Punjabi [Amanpreet Singh Alam],
761 Walloon [Pablo Saratxaga], Marathi [Indictrans team]
763 * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
764 Brazilian Portuguese [Raphael Higino], British [Gareth Owen],
765 Romanian [Mi\305\237u Moldovan], Croatian [Robert Sedak],
766 Catalan [Jordi Mallach], Slovak [Stanislav Visnovsky]
768 Changes in version 1.6.0
769 ========================
770 * Add translation: Serbian Jekavian [Bojan Suzic], Estonian [Priit Laes]
772 * Update translations: Arabic [Arafat Medini], 
773 Spanish [Francisco Javier F. Serrador],
774 Lithuanian [\305\275ygimantas Beru\304\215ka], 
775 Serbian [Aleksandar Urosevic], Belarusian [Ales Nyakhaychyk]
777 Changes in version 1.5.5
778 ========================
779 * Add translation: Canadian English [Adam Weinberger]
781 * Update translations: Italian [Alessio Frusciante], Mongolian [Sanlig Badral],
782 Albanian [Laurent Dhima], German [Christian Neumair],
783 Greek [Kostas Papadimas], Hindi [Guntupalli Karunkar]
785 Changes in version 1.5.4
786 ========================
787 * Update translations: Japanese [Takeshi AIHANA], 
788 Azerbaijani [M\311\231tin \306\217mirov], Finnish [Pauli Virtanen],
789 French [Christophe Merlet], Ukrainian [Maxim Dziumanenko],
790 Simplified Chinese [Funda Wang], Arabic [Arafat Medini],
791 Albanian [Laurent Dhima]
793 Changes in version 1.5.3
794 ========================
795 * Corrected library name in atk-uninstalled.pc.in (bug #132283). [Laszlo Peter]
797 * Corrcted property name for number of links in a AtkHypertext (bug #130022).
799 * Add translation: Croatian [Robert Sedak]
801 * Update translations: Japanese [Takeshi AIHANA], Italian [Alessio Frusciante],
802 Norwegian [Kjartan Marass], Albanian [Laurent Dhima],
803 Russian [Russian team], Polish [GNOME PL team], Welsh [Rhys Jones],
804 Swedish [Christian Rose], Serbian [Danilo \305\240egan], 
805 Dutch [Tino Meinen], Czech [Miloslav Trmac], Korean [Changwoo Ryu], 
806 Spanish [Francicso Javier F. Serrador], Danish [Ole Laursen],
807 Portuguese [Duarte Loreto]
809 Changes in version 1.5.2
810 ========================
811 * Fix crasher bug in atk_text_free_ranges (bug #129837). [Jeff Franks]
813 * Change name of role from, "accel label" to "accelerator label". (bug #129499)
815 * Update translations: Czech [MiloSlac Trmac], Portuguese [Duaret Loreto],
816 Danish [Ole Laursen], Spanish [Francisco Javier F. Serrador],
817 Afrikaans [Stefan Lubbersen], Japanese [Takeshi AIHANA],
818 Norwegian [Kjartan Maraas], Greek [Kostas Papadimas], 
819 Swedish [Christan Rose], Belarusian [Alex Nyakhaychyk],
820 Serbian [Danilo \305\240egan], Arabic [Arafat Mendini],
821 Norwegian Nyorsk [\303\205smund Skj\303\246veland], Croatian [Robert Sedak],
822 Polish [Artur Flinta], Lithuanian [Tomas Kuliavas],
823 Dutch [Vincent van Adrighem], French {Christophe Merlet],
824 Mongolian [Sanlig Badral], Korean [Korean], Arabic [Arafat Medini]. 
827 Changes in version 1.5.1
828 ========================
829 * Change role names so that unlocalized names the same as Java role names.
830 (bug #125024)
832 * Set state FOCUSED for object reported as having focus. (bug #127400)
834 * Add new property "accessible-hypertext-nlinks" for AtkObject. Add new 
835 signal link_activated and properties "number-of-anchors", "end-index" and 
836 "start-index" for AtkHyperlink. (bug 112390)
838 * Make nicks and blurbs of properties translatable.
840 * Add new role ATK_ROLE_EDITBAR. (bug 116007)
842 * Add translations: Afrikaans [Stefan Lubbersen]
844 * Update translations: Serbian [Danilo \305\240egan], Czech [Milozlav Trmac],
845 Portuguese [Duarte Loreto],  Mongolian [Sanlig Badral], 
846 Dutch [Vincent van Adrighem]
848 Changes in version 1.5.0
849 ========================
850 * Fix memory leaks in AtkRelations (bugs #124877, #125725)
852 * Add version number to documentation (bug #125758)
854 * Update translations: Catalan [Jordi Mallach], Kannada [Pramod]
856 Changes in version 1.4.1
857 ========================
858 * Add translations: Lithuanian [Gedminas Paulauskas], 
859 Norwegian [(nynorsk [\303\205smund Skj\303\246veland]
861 * Update translations: German [Christian Neumair],
862 Romanian [Mi\305\237u Moldovan]
864 * Add description of signals to the documentation [Padraig O'Briain]
866 * Fix bug which caused building of rpms to fail [Scott Kennedy]
868 Changes in version 1.4.0
869 ========================
870 * Add translations: Nepali [Pawan Chitrakar]
872 * Update translations: Spanish [Francisco Javier F.Serrador],
873 Welsh [Dafydd Harries]
875 Changes in version 1.3.6
876 ========================
877 * Add translations: Hindi [Guntupalli Katunakar]
879 * Update translations: Azerbaijani [Metin Amiroff], 
880 Italian [Alessio Frusciante]
882 Changes in version 1.3.5
883 ========================
884 * Remove po/Makefile.in.in (bug #119053)
886 * Return correct value for atk_state-set_is_empty (bug #116621)
888 * Ensure that row and column values in atk_table_ref_at are non-negative.
890 * Add translations: Tamil [Dinesh N]
892 * Update translations: Serbian [Prevod.org], Esparanto [Charles Voelger],
893 Hungarian [Andras Timar].
896 Changes in version 1.3.4
897 ========================
898 * Add translations: Irish [Paul Duffy], Limburgish [Mathieu Van Woerkom]
900 * Add new relation type ATK_RELATION_POPUP
902 * Some win32 fixes [Tor Lillqvist]
904 Changes in version 1.3.3
905 ========================
906 * Add translations: Welsh [Dafydd Harries], Arabic [Arafat Medini]
908 * Update translations: Traditional Chinese [Abel Cheung]
910 * Add new role ATK_ROLE_AUTOCOMPLETE and state ATK_STATE_INDETERMINATE.
912 Changes in version 1.3.2
913 ========================
914 * Add translations: Serbian [Danilo \305\240egan], Portuguese [Duarte Loreto],
915 Icelandic [Sam\303\272el J\303\263n Gunnarsson]
917 * Update translations: Traditional Chinese [Abel Cheung], Polish [Artur Flinta]
920 Changes in version 1.3.1
921 ========================
922 * Allow use of libtool-1.5 (bug #111481) [Ali Akcaagac]
924 * Added translations: Yiddish [Raphael Finkel], Japanese [Takeshi AIHANA].
927 Changes in version 1.3.0
928 ========================
929 * Use automake-1.7, libtoolize, gtkdocize and glib-gettextize. 
930 [James Henstridge]
932 * Windows fixes [Tor Lillqvist]
934 * Add translations: Esparanto [Charles Voelger], 
935 Belarussian [Dmitry G.Mastrukov], Malayalam [Guntupalli Karunkar], 
936 Persian [Roozbeh Pourander], Azerbaijani [Metin Amiroff],
937 Bengali [Sayamindu Dasgupta], Kannada [Pramod], Macedonian {Abel Cheung],
938 Turkish [Gorkem], Indonesian [Mohammad Damt],
939 Traditional Chinese [Abel Cheung], Slovak [Stanislav Visnovsky],
940 Brazilian Portuguese [Alexander Folle de Menezes], 
941 Romanian [Mi\305\237u Moldovan], Mongolian [Sanlig Badral]
943 * Make atk_text_get_character_extents() return positive value, even for rtl
944 text. (bug #102954) [Padraig O'Briain]
946 * Add new functions atk_text_get_range_extents and atk_text_get_bounded_ranges.
947 (bug #100943) [Padraig]
949 * Add properties "relation-type" and "target" to AtkRelation. (bug #72426)
950 [Padraig]
952 * Add property "accessible-table-caption-object" to AtkObject. (bug #74814)
953 [Padraig]
955 * Add property "selected-link" to AtkHyperlink and new function
956 atk_kyperlink_is_selected_link(); add signal "link-selected" to AtkHyperlink.
957 (bug #104621) [Padraig]
959 * Correct creation of object which is not a AtkGObjectAccessible in
960 atk_gobject_accessible_from_object. [Padraig and Alex Larsson]
962 * Do not emit notification for initial setting of role using 
963 atk_object_set_role(). (bug #107710) [Padraig]
966 Changes in version 1.2.2
967 ========================
968 * Add translations: Simplified Chinese (zh_CN) [He Qiangqiang],
969 Albanian [Laurent Dhima], Finnisg [Pauli Virtanen], 
970 Italian [Alession Frusciante], Amharic [Daniel Yacob]
972 * Allow changing of default installation directory for documentation.
973 (bug 102497) [Padraig O'Briain].
975 Changes in version 1.2.1
976 ========================
977 * Add translations: Catalan [Jordi Mallach], French [Christophe Marlet],
978 Latvian [Artis Trops], Korean [Nam SungHyun], Polish [Zbigniew Vhyla],
979 Greek [Kostas Papadimas]
981 Changes in version 1.2.0
982 ========================
983 * Add translations: Russian [Dmitri G. Mastrukov], Ukranian [Yuriy Syrota]
985 Changes in version 1.1.5
986 ========================
987 * Correct return value for atk_text_get_caret_offset(). (Bug #101020)
988 [Padraig O'Briain]
989 * Add translations: Vietnamese, Hebrew, Dutch [Pablo Saratxaga], 
990 Hungarian [Andras Timar], Bulgarian [Yanko Kaneti]
991 * Miscellaneous Fixes [Owen Taylor, manish Singh, Padraig]
993 Changes in version 1.1.4
994 ========================
995 * Add translations: Norwegian [Kjartan Maraas], German [Christian Neumair],
996 Spanish [Pablo Gonzalo del Campo], Danish [Ole Laursen]
998 Changes in version 1.1.3
999 ========================
1000 * Add new role ATK_ROLE_APPLICATION [Bill Haneman]
1001 * Add tranlatations: Malay language [Hasbullah BIn Pit]
1002 English [Abi Brady]
1004 Changes in version 1.1.2
1005 ========================
1006 * Correct implementation of i18n support [Padraig O'Briain]
1007 * Add Swedish translations [Christian Rose]
1008 * Fix compiler warnings [Soeren Sandmann]
1009 * Add signal "active-descendant-changed" to AtkObject [Padraig]
1010 * Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY  
1011 [Bill Haneman]
1012 * Add atk_hyperlink_is_inline() [Bill]
1013 * Update docs [Bill]
1015 Changes in version 1.1.1
1016 ========================
1017 * Add new functions atk_object_add_relationship, atk_object_remove_relationship,
1018 atk_role_get_localized_name, atk_action_get_localized_name; add new roles,
1019 states and relationships; add text-attributes-changed signal for AtkText
1020 interface. [Padraig O'Briain]
1022 * Add po directory and update atk_role_get_localized_name() to allow it to
1023 return localized name [Padraig]
1025 Changes in version 1.1.0
1026 ========================
1027 * Documentation improvements [Padraig O'Briain]
1028 * Update autogen.sh to get correct behaviour when both automake 1.4 and 1.6
1029 are installed [Havoc Pennington]
1030 * Add implementtaion of atk_object_factory_get_accessible_type() for
1031 AtkNoOpObjectFactory [Padraig]
1032 * Add ATK_LAYER_WINDOW {Mark Mc Loughlin]
1034 Changes in version 1.0.3
1035 ========================
1036 * Documentation improvements [Padraig O'Briain]
1037 * 64-bit bug fixes [George Lebl]
1039 Changes in version 1.0.2
1040 ========================
1041 * Fixed bug with focus notification [Padraig O'Briain]
1042 * Fixed bug in atk_gobject_for_accessible [Padraig]
1044 Changes in version 1.0.1
1045 ========================
1046 * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
1047 * Fix Win32 DLL name [Tor Lillqvist]
1049 Changes in version 1.0.0
1050 ========================
1051 * Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
1052 * Add structure padding [Padraig]
1054 Changes in version 0.13
1055 ========================
1056 * Add padding to class structures for future expansion [Padraig O'Briain]
1057 * Add include guards to atk.h [Morten Welinder]
1058 * Change argument of atk_component_get_layer(),atk_component_get_mdi_zorder()
1059   to be AtkComponent instead of AtkObject [Padraig]
1060 * Cleanups [Padraig]
1062 Changes in version 0.11 and 0.12
1063 ================================
1064 * Ansi-fied function prototypes and definitions;
1065   i.e.  foo(void) instead of foo() [Jacob Berkman]
1066 * Deprecated the mis-located AtkObject API for getting
1067   layer and mdi-zorder info (should have been in AtkComponent)
1068   and put this API into AtkComponent.
1070 Changes in version 0.9 and 0.10
1071 ===============================
1072 * Win32 build fixes [Hans Breuer]
1073 * Fix default signal handler name for text_caret_moved signal [Jeff Franks]
1074 * Doc improvements [Padraig O'Briain]
1075 * Fix signal prototypes in atkobject.h [Murray Cumming]
1076 * Fix atk-enum-types.h includes for C++ [Mikael Hermansson]
1077 * Bug fixes [Michael Meeks, Jeff]
1079 Changes in 0.8
1080 ==============
1081 * Win32 build fixes [Hans Breuer]
1082 * Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain]
1083 * Register types for ATK enumerations [Padraig]
1084 * Allow registration of new txt attribute types [Padraig]
1085 * Miscellaneous small API additions [Padraig]
1086 * New test cases [Padraig]
1087 * Documentation improvements [Padraig]
1089 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
1090   Sebastian Wilhelmi
1092 Changes in 0.7
1093 ==============
1094 * Some restructuring of how change notification works, use
1095   signals not properties in some cases. [Padraig O'Briain, Bill Haneman] 
1096 * Various small API fixes and improvements [Padraig]
1097 * Add key event hooks [Bill]
1098 * Documentation improvements [Padraig]
1099 * Win32 build improvements [Tor Lillqvist]
1100 * Bug fixes [Padraig, Bill]
1102 Changes in 0.6
1103 ==============
1104 * Small improvements to AtkText, AtkRelation, AtkObject APIs. 
1105   [Padraig O'Briain, Bill Haneman]
1106 * Win32 build fixes [Tor Lillqvist]
1107 * Bug fixes and optimizations [Padraig]
1108 * Makefile fix [Jacob Berkman]
1109 * Doc improvements [Padraig]
1111 Changes in 0.5
1112 ==============
1113 * Win32 updates and a small bug fix [Hans Breuer]
1115 Changes in 0.4
1116 ==============
1117 * Miscellaneous cleanups and fixes.
1119 Changes in 0.3
1120 ==============
1121 * API improvements to AtkTable, AtkSelection
1122 * Add AtkDocument interface
1123 * Rename AtkHyperLink to AtkHyperlink
1124 * Allow for screen or window relative coordinates
1125 * Utility functions
1126 * Various minor tweeks and cleanups. 
1127 * Documentation improvements
1128 * Add default implementations for important functions
1130 Changes in 0.2
1131 ==============
1132 * Some API tweaks
1134 Changes in 0.1
1135 ==============
1136 This is the initial release of ATK, the Accessibility Tookit, which will be
1137 used obtain accessibily information from GTK+ and GNOME widgets.