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