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