Release 2.10.0
[platform/upstream/atk.git] / NEWS
1 Changes in version 2.10.0:
2 ==========================
3 *
4 * Documentation:
5   * Bug 684667: improve documentation for AtkObject::children-changed
6     signal
7 * Visuall C++ Builds: Use Custom Build Rules
8 * Updated Aragonese and Japanese translation.
9
10 Changes in version 2.9.4:
11 ==========================
12 *
13 * Deprecations:
14   * Bug 649575: Deprecate AtkObject::focus-event signal and all
15     related methods
16   * Bug 653291: Deprecate 'text-changed' signal (in favour of
17     'text-insert' and 'text-remove').
18   * Bug 573539: Deprecate 'link-selected' property (at AtkHyperlink)
19   * Bug 705580: Implement atk_text_get_string_at_offset and deprecate
20     old API
21   * Remove 'text-update' signal (without deprecation, as was not used
22     and can be removed without breaking ABI/API)
23 * Documentation:
24   * Removed unneeded comments at atk_implementor_ref_accessible and
25     about glib usage.
26   * Bug 684665: removing several .sgml files and fixing gtk-doc
27     warnings
28   * Bug 684705: little update on 'text-insert' and 'text-remove'
29     documentation
30   * Bug 491998: add documentation for AtkRectangle
31 * Tests:
32   * Refactor test suite: no longer a loadable module but an standalone
33     executable.
34   * Split testrelation into testrelation and testrole.
35   * Execute all role tests, doesn't matter if one fails
36 * Bugfixing and miscellanea:
37   * Bug 704092: Fix and off-by-one in role names
38   * Bug 705290: Use generated enum type for AtkRole to get the role name
39   * Drop use of ATK_DISABLE_DEPRECATED guards in ATK
40
41
42 Changes in version 2.9.3:
43 ==========================
44 *
45 * Bug 697968: Deprecate atk_text_get_text_{before,after}_offset()
46   * Deprecated atk_text_get_text_{before,after}_offset()
47   * Deprecated ATK_TEXT_BOUNDARY_WORD_END,
48     ATK_TEXT_BOUNDARY_SENTENCE_END and ATK_TEXT_BOUNDARY_LINE_END on
49     the documentation.
50   * Updated atk_text_get_text_{at,before,after}_offset() documentation
51 * Bug 701503: Fix documentation for atk_object_get_attributes()
52 * Removed pads from interfaces
53
54 Changes in version 2.9.2:
55 ==========================
56 *
57 * Leak management:
58   * Bug 699262: Nullify the gobject cache accessible when the accessble is finalized.
59   * Bug 699368: Fix typo - parameter is _obj not obj. Set feed to NULL
60   * Bug 699256: Free 'embedded_plug_id' when destroyed
61 * Tests:
62   * Bug 696466: Fix logic when testing for empty state set
63   * Bug 696409: fix hyphenation on testrelation.c
64 * Documentation:
65   * Include atk_object_get_object_locale documentation
66   * Fix having a repeated id on the main doc template
67   * Bug 700800: Improve documentation for AtkPlug and AtkSocket
68
69
70 Changes in version 2.8.0:
71 ==========================
72 *
73 * Updated Visual C++ configuration files
74   * Make entries more consistent with the other GNOME Visual Studio
75     projects.
76   * Enable the building of introspection files for Visual C++ builds
77   * bgo694255: Visual C++ builds: Integrate building of introspection files
78 * Updated Slovak, Portuguese and Tadjik translation.
79
80 Changes in version 2.7.91:
81 ==========================
82 *
83 * atkobject: added a explicit include to locale.h
84
85 Changes in version 2.7.90:
86 ==========================
87 *
88 * Bug 694117
89 *  * atkobject: add atk_object_get_object_locale
90 *  * atkdocument: deprecate atk_document_get_locale
91
92 Changes in version 2.7.5:
93 ==========================
94 *
95 * build: Use GNOME_COMPILE_WARNINGS
96 * atkhyperlink: Ensure we get even deprecated prototypes
97 * Bug 651343: add ATK_ROLE_LEVEL_BAR
98 * Prepare Visual Studio 2010 projects for Visual Studio 2012
99 * Updated Uyghur translations
100
101 Changes in version 2.7.4:
102 ==========================
103 *
104 * Bug 690379: Atk lacks any kind of version utilities
105 * Fixed out of tree builds caused by fix of bug 690379
106 * Bug 656750: AtkWindow requires documentation
107
108 Changes in version 2.7.3:
109 ==========================
110 *
111 * Bug 689907: Problems with the management of
112 *  ATK_STATE_SELECTABLE/ATK_STATE_SELECTED states at AtkObject
113 * Bug 686746: Port introspection fixes from Vala
114 * Bug 689952: Add introspection support for Windows MSVC builds
115 * Other Visual C++ configuration files:
116 *  * Use MultiByte character set
117
118 Changes in version 2.7.2:
119 ==========================
120 *
121 * Bug 686801: Extend atk_add_global_event_listener in order to support
122 *   signal details
123 * Updated Thai translation.
124
125 Changes in version 2.6.0:
126 ==========================
127 *
128 * Updated Japanese and Brazilian Portuguese translations.
129
130 Changes in version 2.5.91:
131 ==========================
132 *
133 * Bug 635332: Include C header information in GIR
134 * Added atk_relation_set_contains_target to atk.symbols. That symbol
135 *   was added in commmit a1d5ca86 (bug 672869).
136 * Updated Polish, Galician and Latvian translations.
137
138 Changes in version 2.5.4:
139 =========================
140 *
141 * Bug 672869: Required a method to check if a relationset contains a
142 *   relation taking into account relationship and target
143
144 Changes in version 2.5.3:
145 =========================
146 *
147 * Added extra doc on atk_remove_[key/global]_event_listener
148 * Fixed compilation with some gcc versions/combination of options
149 * Provide a default implementation for
150 *   atk_util_[add/remove]_global_event_listner
151 * Bug 478587: "accessible-role" - invalid default value
152 * Updated Catalan, Catalan (Valencian), Greek, Norwegian, Spanish
153
154 Changes in version 2.4.0:
155 =========================
156 *
157 * Bug 593220: Some typos in atktable signals (docs)
158 * Updated Hindi and Simplified Chinese translation
159
160
161 Changes in version 2.3.95:
162 =========================
163 *
164 * Bug 671857: Add deprecation attributes to deprecated functions
165 * Updated Visual Studio configuration files
166 * Updated Khmer, Malayalam and Bengali Translations
167
168 Changes in version 2.3.93:
169 ==========================
170 *
171 * Revert "Using abstract atk_object_get_name to check accessible-name
172 *  notification" change made on 2.3.93
173 *  Related to mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=733712
174
175 Changes in version 2.3.91:
176 ==========================
177 *
178 * Bug 665549: add sanity-check of atk_text_get_text
179 * Bug 668441: atk_action_get_keybinding docs are confusing and need
180 *  updating
181 * Using abstract atk_object_get_name to check accessible-name
182 *  notification
183 * Updated Belarusian, Estonian, Hungarian, Turkish, Norwegian,
184 *  Ukranian and Uyghur translations
185
186
187 Changes in version 2.3.3:
188 =========================
189 *
190 * Bug 665870: About reducing accessible-name, accessible-description
191 *  change notifications
192 * Minor documentation updates
193 * Updated Visual Studio configuration files
194 * Updated Simplified Chinese and Vietnamese translations
195
196 Changes in version 2.2.0:
197 =========================
198 *
199 * Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and
200 *  Catalan (Valencian) translations
201
202 Changes in version 2.1.92:
203 ==========================
204 *
205 * Updated Visual Studio files due AtkWindow addition
206 * Bug 649577: atk_add_global_event_listener should only accept ATK events
207 * Minor documentation updates
208 * Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi,
209 *  Asturian, Italian, Polish, British English, Brazilian Portuguese,
210 *  Korean, Telugu and Kannada Translation
211
212 Changes in version 2.1.5:
213 =========================
214 *
215 * Bug 638924: Add AtkWindow
216 * Fixing out of tree compilation on Win32
217 * Update README.txt
218 * Fixing release number of the new ATK roles added
219 * Updated Traditional Chinese, Indonesian, Bulgarian, French,
220 *  Hungarian and Swedish translations
221
222 Changes in version 2.1.0:
223 =========================
224 *
225 * Bug 654767: shlib downgrade at update atk-1.32.0 to atk-2.0.1
226 * Bug 651343: New ATK Roles
227 * Added Leon Fan as maintainer
228 * Improved Visual C++ 2010 infrastructure
229 * Updated Russian, Slovenian, Persian, Hebrew, Lithuanian, Latvian,
230 *  Norwegian, Galician, and Spanish translations
231
232 Changes in version 2.0.1:
233 =========================
234 *
235 * Bug 652205: Use const instead G_CONST_RETURN
236 * Bug 649307: Clarify AtkPlug and AtkSocket docs
237 * Bug 551489: Fix doc of atk_text_get_text_before_offset
238 * Bug 588083: Information about return value of some AtkText methods can be clearer
239 * Added Alejandro Piñeiro Iglesias as maintainer
240 * Updated .gitignore
241 * VS 2008/2010 support update
242 * New Zulu translation added, Esperanto and Catalan updated
243
244 Changes in version 2.0.0:
245 =========================
246 *
247 *Translation update.
248
249 Changes in version 1.91.92:
250 =========================
251 *
252 *BGO#638377: Add text_insert, text_remove, and text_update signals
253 *Reviewed Serbian Translation
254 *Fix introspection for atk_text_get_bounded_ranges
255 *Visual C++ 2010 Project Files
256 *Updated Spanish translation
257
258 Changes in version 1.33.6:
259 =========================
260 *
261 *Returns FALSE on atk_object_add_relationship if it is already included
262 *Bug 640574: gobject-introspection annotation and documentation fixes
263 *Bug 637663: Added atk_streamable_content_get_uri to atk/atk.symbols
264 *Add missing Makefiles to AC_CONFIG_FILES
265 *Fixes for the MSVC Project Files
266 *Update deprecated autoconf macros and use new libtool syntax
267 *Documentation fixes
268 *Translation updates
269
270 Changes in version 1.32.0:
271 =========================
272 *
273 *Fixes: #630097, #621717, #571622, #617851, #616812.
274 *Translation update.
275
276
277 Changes in version 1.30.0:
278 =========================
279 *
280 *Translation update.
281
282 Changes in version 1.29.92:
283 =========================
284 *
285 *Fixes: Bug #608399. Correct the link of accessibility page.
286 *Fixes: Bug #606888. Link libatk against libintl.
287 *Translation update.
288
289 Changes in version 1.29.4:
290 ==========================
291 *
292 *Fixes: #592146.
293
294 Changes in version 1.29.3:
295 ==========================
296 *
297 *Fixes: #601552.
298
299 Changes in version 1.29.2:
300 ==========================
301 *
302 *Fixes: #569427.
303 *Translation update.
304
305 Changes in version 1.28.0:
306 ==========================
307 *
308 *Translation update.
309
310 Changes in version 1.27.90:
311 ==========================
312 *
313 *Fixes: #575794, #591105, #489828.
314 *Translation update.
315
316 Changes in version 1.26.0:
317 =========================
318 *
319 *Fixes: Improve the documentation. Sven Herzberg.
320 *Translation update.
321
322 Changes in version 1.25.2:
323 =========================
324 *
325 *Fixes: #562204, #505445, #361757, #478620, #560156, #477708, #478595, #478583
326 #480126.
327 *Translation update.
328
329 Changes in version 1.24.0:
330 =========================
331 *
332 *Fixes: #551474.
333 *Translation update.
334
335 Changes in version 1.23.5:
336 =========================
337 *
338 *Fixes: #535704, #526752.
339
340 Changes in version 1.22.0:
341 =========================
342 *
343 *Translation update.
344
345 Changes in version 1.21.92:
346 =========================
347 *
348 *Fixes #508846.
349
350 Changes in version 1.21.5:
351 =========================
352 *
353 *Fixes #502840, #500978, #477763.
354
355 Changes in version 1.20.0:
356 =========================
357 *
358 *Add "si" (Sinhala) to ALL_LINGUAS.
359
360 Changes in version 1.19.6:
361 =========================
362 *
363 *Fixes #460851. Add a new API: atk_get_version.
364
365 Changes in version 1.19.3:
366 =========================
367 *
368 *Fixes #434784.
369 *Remove gnome-doc-utils dependence.
370
371 Changes in version 1.19.1:
372 =========================
373 *
374 *Fixes #382328, #418194, #413357.
375
376 Changes in version 1.18.0:
377 =========================
378 *
379 *Fixes #408527, #398038, #367627.
380
381 Changes in version 1.17.0:
382 =========================
383 *
384 *Fixes #404592.
385
386 Changes in version 1.13.2:
387 =========================
388 *
389 *New class which provides miscellaneous utilities.
390 *Fixes #329454.
391
392 Changes in version 1.12.4:
393 =========================
394 *
395 *Add Li Yuan to MAINTAINERS.
396
397 Changes in version 1.12.3: 
398 =========================
399 *
400 * Add missing signals to fix win32 build (Cedric Gustin, bug #355912).
401 * New linguas: 'te' (Sunil Mohan Adapa), 'dz', 'ku' (Abel Cheung).
402 * Implement AtkDocument signals (Neo Liu)
403 * Update docs to include info on AtkDocument signals.
404 * Bugfixes: #357847, #340553, #346464, #352227, 
405
406 Changes in version 1.12.2: 
407 =========================
408 * Documentation fixes.
409 * New language: Bengali (Runa Bhattacharjee)
410
411 Changes in version 1.12.1: 
412 =========================
413 * Added AtkHyperlinkImpl
414 * New language: Bengali India (bn_IN) - Runa Bhattacharjee.
415 * Fixed tags in docs so that indices of
416   new and deprecated methods are created.
417 * Added "get_uri" method to AtkStreamableContent.
418
419 Changes in version 1.12.0: 
420 =========================
421
422 * Added ATK_ROLE_FORM, ATK_STATE_ANIMATED, ATK_STATE_VISITED, ATK_STATE_DEFAULT
423 * Added ATK_RELATION_DESCRIPTION_FOR, ATK_RELATION_DESCRIBED_BY
424
425 Changes in version 1.11.4:
426 =========================
427
428  * Enhanced documentation: gtk-doc API docs are
429    now at 100% coverage.
430
431  * allow for NULL in-params to AtkImage coordinate APIs. 
432
433  * New langs: Georgian (ka)   Vladimir Sichinava
434               Oriya (or)      Gora Mohanty
435
436 Changes in version 1.11.3:
437 =========================
438
439  * Fix for localization bug #317458 from Kazuzi IWAMOTO.
440  * Included docs in tarball as appropriate.
441
442 Changes in version 1.11.0:
443 =========================
444
445   Added new APIs - minor enhancements to AtkImage,
446   AtkDocument, AtkObject, AtkComponent, AtkState.
447
448   Significant API additions:  Added locale attribute to
449   AtkImage instances, and Document instances.  
450   Added the ability to assign weakly-typed attributes to
451   AtkObject as name-value pairs; also added similar
452   name-value pairs to AtkDocument for attributes which are
453   intended to be valid over the entire document.
454
455   Minor documentation fixes (thanks to Bill Abt).
456
457   Added 'tt' (Tatar) locale, Simos Xenitellis  
458
459 Changes in version 1.10.3:
460 =========================
461
462   Libtool fix.  
463   N.B. : 1.10.2 was released with a buggy libtool!
464
465   in version 1.10.2:
466
467 * Minor build fixes incl Win32 (Tor Lillqvist)
468
469 * New locales, "ug" (Abduxukur Abdurixit) and "gl" (Ognacio Casal Quinteiro)
470
471 Changes in version 1.10.1
472 =========================
473
474 * added ATK_STATE_REQUIRED; see bug #172663.
475
476 * New locale, 'rw'
477
478 Changes in version 1.9.1
479 ========================
480
481 * New locale, 'xh'
482
483 * Fixed bug #168218 (spec-file ftp dir wrong)
484
485 * Fixed #165288 in atk.def file.
486
487 * Added description for ATK_RELATION_SUBWINDOW_OF (bug #161562).
488
489 Changes in version 1.9.0
490 ========================
491 * Add new functions atk_relation_set_add_relation_by_type and
492 atk_relation_add_target. (bug #158722)
493
494 * Use gmodule-no-export.pc. (bug #158531) [Matthias Clasen]
495
496 * Add new translations: Arabic [Arafat Medini], 
497 Thai [Supranee Thirawattanasuk], Assamese [Sunaram Patir]
498
499 * Updated translations: Canadian English [Adam Weinberger],
500 Italian [Alessio Frusciante], Traditional Chinese [GNOME HK Team],
501 Welsh [Dafydd Harries], French [Jean-Michel Ardantz],
502 Romanian [Mi\305\237u Moldovan], Catalan [Jordi Mallach]
503  
504 Changes in version 1.8.0
505 ========================
506 * Add translations: Bosnian [Kenan Had\305\276iavdi\304\207],
507 Norwegian [Kjartan Marass], Gujarati [Ankit Patel]
508
509 * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
510 Vietnamese [Nguy\341\273\205n Th\303\241i Ng\341\273\215c Duy],
511 Turkish [Baris Cicek], German [Hendrik Richter],
512 Greek [Nikos Charonitakis], Arabic [Arafat Medini],
513 Brazilian Portuguese [Raphael Higino], Nepali [Pawan Chitrakar],
514 Danish [Martin Willemoes Hansen], Albanian [Laurent Dhima],
515 Finnish [Pauli Virtanen], Azerbaijani [M\311\231tin \306\217mirov] ,
516 Polish [Artur Flinta], Panjabi [AmanPreet Singh Alam],
517 Serbian [Danilo \305\240egan], Mongolian [Sanlig Badral],
518 Russian [Russian team <gnome-cyr@gnome.org>], Dutch [Timo Meinen],
519 Ukranian [Maxim Dziumanenko], Canadian English [Adam Weinberger],
520 Simplified Chinese [Funda Wang], Basque [I\303\261aki Larra\303\261aga]
521
522 Changes in version 1.7.3
523 ========================
524 * Minor updates to documentation.
525
526 * Update translations: Hindi [Guntupalli Karunakar], Czech [Miloslav Trmac],
527 Portuguese [Duarte Loreto], Japanese [Takeshi AIHANA],
528 British [David Lodge], Spanish [Francisco Javier F. Serrador],
529 Korean [Changwoo Ryu], Albanian [Laurent Dhima]
530
531 Changes in version 1.7.2
532 ========================
533 * Added new role ATK_ROLE_EMBEDDED.. (bug #147989)
534
535 * Add support for AtkRectangle and correct definition of
536 "bounds-changed" signal.
537
538 * Update translations: Nepali [Pawan Chitrakar], Albanian [Laurent Dhima]
539
540 Changes in version 1.7.1
541 ========================
542 * Allow locale dir to be not hardcoded into binary. (bug #1289006)
543
544 * Add translations: Turkmen [M\303\274hemmet Amut]
545
546 * Update translations: Hungarian [Andras Timar],  Bulgarian [Rostislav Raikov]
547
548 Changes in version 1.7.0
549 ========================
550 * Add "bounds-changed" signal for AtkComponent. (bug #140476)
551
552 * Add new state ATK_STATE_TRUNCATED and new relation 
553 ATK_RELATION_PARENT_WINDOW_OF. (bug #133375)
554
555 Changes in version 1.6.1
556 ========================
557 * Update to build on Cygwin, (bug #136666) [Roger Leigh]
558
559 * Add translations: Gujarati [Gujarati team], 
560 Basque [I\303\261aki Larra\303\261aga] Punjabi [Amanpreet Singh Alam],
561 Walloon [Pablo Saratxaga], Marathi [Indictrans team]
562
563 * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
564 Brazilian Portuguese [Raphael Higino], British [Gareth Owen],
565 Romanian [Mi\305\237u Moldovan], Croatian [Robert Sedak],
566 Catalan [Jordi Mallach], Slovak [Stanislav Visnovsky]
567
568 Changes in version 1.6.0
569 ========================
570 * Add translation: Serbian Jekavian [Bojan Suzic], Estonian [Priit Laes]
571
572 * Update translations: Arabic [Arafat Medini], 
573 Spanish [Francisco Javier F. Serrador],
574 Lithuanian [\305\275ygimantas Beru\304\215ka], 
575 Serbian [Aleksandar Urosevic], Belarusian [Ales Nyakhaychyk]
576
577 Changes in version 1.5.5
578 ========================
579 * Add translation: Canadian English [Adam Weinberger]
580
581 * Update translations: Italian [Alessio Frusciante], Mongolian [Sanlig Badral],
582 Albanian [Laurent Dhima], German [Christian Neumair],
583 Greek [Kostas Papadimas], Hindi [Guntupalli Karunkar]
584
585 Changes in version 1.5.4
586 ========================
587 * Update translations: Japanese [Takeshi AIHANA], 
588 Azerbaijani [M\311\231tin \306\217mirov], Finnish [Pauli Virtanen],
589 French [Christophe Merlet], Ukrainian [Maxim Dziumanenko],
590 Simplified Chinese [Funda Wang], Arabic [Arafat Medini],
591 Albanian [Laurent Dhima]
592
593 Changes in version 1.5.3
594 ========================
595 * Corrected library name in atk-uninstalled.pc.in (bug #132283). [Laszlo Peter]
596
597 * Corrcted property name for number of links in a AtkHypertext (bug #130022).
598
599 * Add translation: Croatian [Robert Sedak]
600
601 * Update translations: Japanese [Takeshi AIHANA], Italian [Alessio Frusciante],
602 Norwegian [Kjartan Marass], Albanian [Laurent Dhima],
603 Russian [Russian team], Polish [GNOME PL team], Welsh [Rhys Jones],
604 Swedish [Christian Rose], Serbian [Danilo \305\240egan], 
605 Dutch [Tino Meinen], Czech [Miloslav Trmac], Korean [Changwoo Ryu], 
606 Spanish [Francicso Javier F. Serrador], Danish [Ole Laursen],
607 Portuguese [Duarte Loreto]
608
609 Changes in version 1.5.2
610 ========================
611 * Fix crasher bug in atk_text_free_ranges (bug #129837). [Jeff Franks]
612
613 * Change name of role from, "accel label" to "accelerator label". (bug #129499)
614
615 * Update translations: Czech [MiloSlac Trmac], Portuguese [Duaret Loreto],
616 Danish [Ole Laursen], Spanish [Francisco Javier F. Serrador],
617 Afrikaans [Stefan Lubbersen], Japanese [Takeshi AIHANA],
618 Norwegian [Kjartan Maraas], Greek [Kostas Papadimas], 
619 Swedish [Christan Rose], Belarusian [Alex Nyakhaychyk],
620 Serbian [Danilo \305\240egan], Arabic [Arafat Mendini],
621 Norwegian Nyorsk [\303\205smund Skj\303\246veland], Croatian [Robert Sedak],
622 Polish [Artur Flinta], Lithuanian [Tomas Kuliavas],
623 Dutch [Vincent van Adrighem], French {Christophe Merlet],
624 Mongolian [Sanlig Badral], Korean [Korean], Arabic [Arafat Medini]. 
625
626
627 Changes in version 1.5.1
628 ========================
629 * Change role names so that unlocalized names the same as Java role names.
630 (bug #125024)
631
632 * Set state FOCUSED for object reported as having focus. (bug #127400)
633
634 * Add new property "accessible-hypertext-nlinks" for AtkObject. Add new 
635 signal link_activated and properties "number-of-anchors", "end-index" and 
636 "start-index" for AtkHyperlink. (bug 112390)
637
638 * Make nicks and blurbs of properties translatable.
639
640 * Add new role ATK_ROLE_EDITBAR. (bug 116007)
641
642 * Add translations: Afrikaans [Stefan Lubbersen]
643
644 * Update translations: Serbian [Danilo \305\240egan], Czech [Milozlav Trmac],
645 Portuguese [Duarte Loreto],  Mongolian [Sanlig Badral], 
646 Dutch [Vincent van Adrighem]
647
648 Changes in version 1.5.0
649 ========================
650 * Fix memory leaks in AtkRelations (bugs #124877, #125725)
651
652 * Add version number to documentation (bug #125758)
653
654 * Update translations: Catalan [Jordi Mallach], Kannada [Pramod]
655
656 Changes in version 1.4.1
657 ========================
658 * Add translations: Lithuanian [Gedminas Paulauskas], 
659 Norwegian [(nynorsk [\303\205smund Skj\303\246veland]
660
661 * Update translations: German [Christian Neumair],
662 Romanian [Mi\305\237u Moldovan]
663
664 * Add description of signals to the documentation [Padraig O'Briain]
665
666 * Fix bug which caused building of rpms to fail [Scott Kennedy]
667
668 Changes in version 1.4.0
669 ========================
670 * Add translations: Nepali [Pawan Chitrakar]
671
672 * Update translations: Spanish [Francisco Javier F.Serrador],
673 Welsh [Dafydd Harries]
674
675 Changes in version 1.3.6
676 ========================
677 * Add translations: Hindi [Guntupalli Katunakar]
678
679 * Update translations: Azerbaijani [Metin Amiroff], 
680 Italian [Alessio Frusciante]
681
682 Changes in version 1.3.5
683 ========================
684 * Remove po/Makefile.in.in (bug #119053)
685
686 * Return correct value for atk_state-set_is_empty (bug #116621)
687
688 * Ensure that row and column values in atk_table_ref_at are non-negative.
689
690 * Add translations: Tamil [Dinesh N]
691
692 * Update translations: Serbian [Prevod.org], Esparanto [Charles Voelger],
693 Hungarian [Andras Timar].
694  
695
696 Changes in version 1.3.4
697 ========================
698 * Add translations: Irish [Paul Duffy], Limburgish [Mathieu Van Woerkom]
699
700 * Add new relation type ATK_RELATION_POPUP
701
702 * Some win32 fixes [Tor Lillqvist]
703
704 Changes in version 1.3.3
705 ========================
706 * Add translations: Welsh [Dafydd Harries], Arabic [Arafat Medini]
707
708 * Update translations: Traditional Chinese [Abel Cheung]
709
710 * Add new role ATK_ROLE_AUTOCOMPLETE and state ATK_STATE_INDETERMINATE.
711
712 Changes in version 1.3.2
713 ========================
714 * Add translations: Serbian [Danilo \305\240egan], Portuguese [Duarte Loreto],
715 Icelandic [Sam\303\272el J\303\263n Gunnarsson]
716
717 * Update translations: Traditional Chinese [Abel Cheung], Polish [Artur Flinta]
718
719
720 Changes in version 1.3.1
721 ========================
722 * Allow use of libtool-1.5 (bug #111481) [Ali Akcaagac]
723
724 * Added translations: Yiddish [Raphael Finkel], Japanese [Takeshi AIHANA].
725
726
727 Changes in version 1.3.0
728 ========================
729 * Use automake-1.7, libtoolize, gtkdocize and glib-gettextize. 
730 [James Henstridge]
731
732 * Windows fixes [Tor Lillqvist]
733
734 * Add translations: Esparanto [Charles Voelger], 
735 Belarussian [Dmitry G.Mastrukov], Malayalam [Guntupalli Karunkar], 
736 Persian [Roozbeh Pourander], Azerbaijani [Metin Amiroff],
737 Bengali [Sayamindu Dasgupta], Kannada [Pramod], Macedonian {Abel Cheung],
738 Turkish [Gorkem], Indonesian [Mohammad Damt],
739 Traditional Chinese [Abel Cheung], Slovak [Stanislav Visnovsky],
740 Brazilian Portuguese [Alexander Folle de Menezes], 
741 Romanian [Mi\305\237u Moldovan], Mongolian [Sanlig Badral]
742
743 * Make atk_text_get_character_extents() return positive value, even for rtl
744 text. (bug #102954) [Padraig O'Briain]
745
746 * Add new functions atk_text_get_range_extents and atk_text_get_bounded_ranges.
747 (bug #100943) [Padraig]
748
749 * Add properties "relation-type" and "target" to AtkRelation. (bug #72426)
750 [Padraig]
751
752 * Add property "accessible-table-caption-object" to AtkObject. (bug #74814)
753 [Padraig]
754
755 * Add property "selected-link" to AtkHyperlink and new function
756 atk_kyperlink_is_selected_link(); add signal "link-selected" to AtkHyperlink.
757 (bug #104621) [Padraig]
758  
759 * Correct creation of object which is not a AtkGObjectAccessible in
760 atk_gobject_accessible_from_object. [Padraig and Alex Larsson]
761
762 * Do not emit notification for initial setting of role using 
763 atk_object_set_role(). (bug #107710) [Padraig]
764
765
766 Changes in version 1.2.2
767 ========================
768 * Add translations: Simplified Chinese (zh_CN) [He Qiangqiang],
769 Albanian [Laurent Dhima], Finnisg [Pauli Virtanen], 
770 Italian [Alession Frusciante], Amharic [Daniel Yacob]
771
772 * Allow changing of default installation directory for documentation.
773 (bug 102497) [Padraig O'Briain].
774
775 Changes in version 1.2.1
776 ========================
777 * Add translations: Catalan [Jordi Mallach], French [Christophe Marlet],
778 Latvian [Artis Trops], Korean [Nam SungHyun], Polish [Zbigniew Vhyla],
779 Greek [Kostas Papadimas]
780
781 Changes in version 1.2.0
782 ========================
783 * Add translations: Russian [Dmitri G. Mastrukov], Ukranian [Yuriy Syrota]
784
785 Changes in version 1.1.5
786 ========================
787 * Correct return value for atk_text_get_caret_offset(). (Bug #101020)
788 [Padraig O'Briain]
789 * Add translations: Vietnamese, Hebrew, Dutch [Pablo Saratxaga], 
790 Hungarian [Andras Timar], Bulgarian [Yanko Kaneti]
791 * Miscellaneous Fixes [Owen Taylor, manish Singh, Padraig]
792
793 Changes in version 1.1.4
794 ========================
795 * Add translations: Norwegian [Kjartan Maraas], German [Christian Neumair],
796 Spanish [Pablo Gonzalo del Campo], Danish [Ole Laursen]
797
798 Changes in version 1.1.3
799 ========================
800 * Add new role ATK_ROLE_APPLICATION [Bill Haneman]
801 * Add tranlatations: Malay language [Hasbullah BIn Pit]
802 English [Abi Brady]
803
804 Changes in version 1.1.2
805 ========================
806 * Correct implementation of i18n support [Padraig O'Briain]
807 * Add Swedish translations [Christian Rose]
808 * Fix compiler warnings [Soeren Sandmann]
809 * Add signal "active-descendant-changed" to AtkObject [Padraig]
810 * Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY  
811 [Bill Haneman]
812 * Add atk_hyperlink_is_inline() [Bill]
813 * Update docs [Bill]
814
815 Changes in version 1.1.1
816 ========================
817 * Add new functions atk_object_add_relationship, atk_object_remove_relationship,
818 atk_role_get_localized_name, atk_action_get_localized_name; add new roles,
819 states and relationships; add text-attributes-changed signal for AtkText
820 interface. [Padraig O'Briain]
821
822 * Add po directory and update atk_role_get_localized_name() to allow it to
823 return localized name [Padraig]
824
825 Changes in version 1.1.0
826 ========================
827 * Documentation improvements [Padraig O'Briain]
828 * Update autogen.sh to get correct behaviour when both automake 1.4 and 1.6
829 are installed [Havoc Pennington]
830 * Add implementtaion of atk_object_factory_get_accessible_type() for
831 AtkNoOpObjectFactory [Padraig]
832 * Add ATK_LAYER_WINDOW {Mark Mc Loughlin]
833
834 Changes in version 1.0.3
835 ========================
836 * Documentation improvements [Padraig O'Briain]
837 * 64-bit bug fixes [George Lebl]
838
839 Changes in version 1.0.2
840 ========================
841 * Fixed bug with focus notification [Padraig O'Briain]
842 * Fixed bug in atk_gobject_for_accessible [Padraig]
843
844 Changes in version 1.0.1
845 ========================
846 * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
847 * Fix Win32 DLL name [Tor Lillqvist]
848
849 Changes in version 1.0.0
850 ========================
851 * Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
852 * Add structure padding [Padraig]
853
854 Changes in version 0.13
855 ========================
856 * Add padding to class structures for future expansion [Padraig O'Briain]
857 * Add include guards to atk.h [Morten Welinder]
858 * Change argument of atk_component_get_layer(),atk_component_get_mdi_zorder()
859   to be AtkComponent instead of AtkObject [Padraig]
860 * Cleanups [Padraig]
861
862 Changes in version 0.11 and 0.12
863 ================================
864 * Ansi-fied function prototypes and definitions;
865   i.e.  foo(void) instead of foo() [Jacob Berkman]
866 * Deprecated the mis-located AtkObject API for getting
867   layer and mdi-zorder info (should have been in AtkComponent)
868   and put this API into AtkComponent.
869
870 Changes in version 0.9 and 0.10
871 ===============================
872 * Win32 build fixes [Hans Breuer]
873 * Fix default signal handler name for text_caret_moved signal [Jeff Franks]
874 * Doc improvements [Padraig O'Briain]
875 * Fix signal prototypes in atkobject.h [Murray Cumming]
876 * Fix atk-enum-types.h includes for C++ [Mikael Hermansson]
877 * Bug fixes [Michael Meeks, Jeff]
878
879 Changes in 0.8
880 ==============
881 * Win32 build fixes [Hans Breuer]
882 * Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain]
883 * Register types for ATK enumerations [Padraig]
884 * Allow registration of new txt attribute types [Padraig]
885 * Miscellaneous small API additions [Padraig]
886 * New test cases [Padraig]
887 * Documentation improvements [Padraig]
888
889 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
890   Sebastian Wilhelmi
891
892 Changes in 0.7
893 ==============
894 * Some restructuring of how change notification works, use
895   signals not properties in some cases. [Padraig O'Briain, Bill Haneman] 
896 * Various small API fixes and improvements [Padraig]
897 * Add key event hooks [Bill]
898 * Documentation improvements [Padraig]
899 * Win32 build improvements [Tor Lillqvist]
900 * Bug fixes [Padraig, Bill]
901
902 Changes in 0.6
903 ==============
904 * Small improvements to AtkText, AtkRelation, AtkObject APIs. 
905   [Padraig O'Briain, Bill Haneman]
906 * Win32 build fixes [Tor Lillqvist]
907 * Bug fixes and optimizations [Padraig]
908 * Makefile fix [Jacob Berkman]
909 * Doc improvements [Padraig]
910
911 Changes in 0.5
912 ==============
913 * Win32 updates and a small bug fix [Hans Breuer]
914
915 Changes in 0.4
916 ==============
917 * Miscellaneous cleanups and fixes.
918
919 Changes in 0.3
920 ==============
921 * API improvements to AtkTable, AtkSelection
922 * Add AtkDocument interface
923 * Rename AtkHyperLink to AtkHyperlink
924 * Allow for screen or window relative coordinates
925 * Utility functions
926 * Various minor tweeks and cleanups. 
927 * Documentation improvements
928 * Add default implementations for important functions
929
930 Changes in 0.2
931 ==============
932 * Some API tweaks
933
934 Changes in 0.1
935 ==============
936 This is the initial release of ATK, the Accessibility Tookit, which will be
937 used obtain accessibily information from GTK+ and GNOME widgets.