2.30.0
[platform/upstream/atk.git] / NEWS
1 Changes in version 2.29.94
2 ==========================
3
4 * Bugfixing:
5    * Issue 1: "atk 2.29.2 is reported not to work any more"
6       * Needed to revert previous change "atkimplementor: use the
7         G_DEFINE_INTERFACE macro to declare it as interface in the
8         introspection"
9
10    * Bug 789619: build: use @basename instead of @filename
11
12    * Bug 794326: fix macOs common_ldflags
13
14 Contributors:
15    Alejandro Piñeiro, Jan Tojnar, Samuel Thibault
16
17 Changes in version 2.29.92
18 ==========================
19
20 * Improved AtkText documentation in relation to character offsets, fix
21   typos and tabs.
22
23 Contributors:
24   Martin Robinson
25
26 Changes in version 2.29.2
27 =========================
28
29 * Add ScrollTo and ScrollToPoint methods to AtkComponent
30
31 * Build:
32  * Require a more recent version fo Meson, 0.46.0
33
34 * Misc:
35  * Documentation, introspection, and versioning fixes
36
37 Contributors:
38   Samuel Thibault, Michael Catanzaro, Rico Tzschichholz, Corentin Noël,
39   Emmanuele Bassi
40
41 Changes in version 2.29.1
42 =========================
43
44 Important note: this is the first release without autotools
45 support. From now on only meson would be supported.
46
47 * Bugfixing:
48    * Bug 794513: Setting accessible-role does not work
49
50 * Build, autotools:
51    * Bug 795315: Remove autotools support
52
53 * Build, meson
54    * Bug 795065: Fix linker options on Darwin
55    * Bug 795301: meson: follow meson_options convention
56
57 Contributors:
58   Ignacio Casal Quinteiro, Alejandro Piñeiro, Samuel Thibault
59
60 Translations:
61   gogo (hr), Cheng-Chia Tseng (zh_TW), Daniel Șerbănescu (ro)
62
63
64 Changes in version 2.28.1
65 =========================
66
67 * meson: fix version numbering. Roll new release to include it.
68
69 Changes in version 2.28
70 =======================
71
72 * documentation
73    * Bug 791020: Remove list association from ATK_ROLE_DESCRIPTION_{TERM,VALUE}
74
75 Contributors:
76  Joanmarie Diggs
77
78 Translations
79  Claude Paroz (fr), GNOME Translation Robot (gd)
80
81 Changes in version 2.27.1
82 =========================
83
84 * Build: meson, tracked by bug 785802)
85    * Ad option to disable introspection
86    * Fix .rc generation in Meson builds
87
88 * Build (Visual Studio)
89    * Enhance security of x64 binaries
90
91 Contributors
92   Chun-wei Fan
93
94 Translations
95   Pawan Chitrakar (ne), Xavi Ivars (ca@valencia), hanniedu (nl)
96
97 Changes in version 2.26
98 =======================
99
100 * Build: meson on Windows, tracked by Bug 785802 (not fully fixed yet):
101    * Force-include msvc_recommended_pragmas.h on MSVC
102    * tests: Fix build on pre-C99
103    * meson: Build .rc file on Windows
104
105 Contributors
106    Chun-wei Fan
107
108 Translations
109    Ask Hjorth Larsen (da)
110
111 Changes in version 2.25.90
112 ==========================
113
114 * Bugfixing
115    * 689810: Move include guards out to enable GCC optimisation
116 * Build (meson)
117    * Keep the version in sync with Autotools
118    * Add atkversion.h to introspection build
119 * Build (visual studio)
120    * Adapt to the Python-field glib-genmarshal
121    * Adapt to new glib-genmarshal command line
122    * Use PythonDir instead of PythonPath
123    * Integrate introspection builds
124    * Don't build introspection by default
125    * Make marshal generation more robust
126 * Misc
127    * Update AUTHORS file
128
129 Contributors
130   Emmanuele Bassi, Daniel Boles, Chun-wei Fan, Rico Tzschichholz
131
132 Translations
133   Pawan Chitrakar (ne), Fabio Tomat (fur)
134
135
136 Changes in version 2.25.2
137 =========================
138
139 * Bugfixing:
140    * Bug 781715: Crash under atk_gobject_accessible_dispose()
141 * Build (general/autotools):
142    * Add ATK_UNAVAILABLE macro
143    * Use template files for the ATK enumerations
144    * Convert atkversion.h.in to UTF-8 encoding
145    * Include the marshallers header, not the source
146    * Add buildir to the docs directories
147    * Update deprecation warnings symbols
148    * Simplify GObject dependency discovery
149 * Build (meson):
150    * Bug 782871: Add meson build system
151    * Dist the Meson files
152    * Use the appropriate soversion
153    * Use the appropriate GETTEXT_PACKAGE
154    * Install atk.h
155    * Only depend on generated header
156 * Build (win32):
157    * win32: Fix replacing items in files with UTF-8 content
158 * Cleaning:
159    * Remove atk.spec.in
160    * Remove uninstalled pkg-config file
161    * Remove unused script for bundling ATK on Windows
162    * Remove ChangeLog
163    * Remove local introspection.m4
164 * Docs:
165    * Modernise the API reference:
166       * Use XInclude
167       * Stop using SGML mode with XML files
168       * Drop version.xml and use the gtk-doc package entities
169    * Update the README mentioning Meson, Ninja, and cleaning a little
170    * Remove empty overrides file
171 * Gobject introspection:
172    * Mark unbindable functions as 'skip
173 * Misc:
174    * Update git ignore file
175 * New Relations and Roles:
176    * Bug 748384: Add ATK_ROLE_FOOTNOTE
177    * Bug 781587: Add error-message, error-for, details and details-for-relation
178 * Translation support:
179    * Update po/Makevars (copyright and bug address)
180
181 Contributors:
182 Emmanuele Bassi, Milan Crha, Joanmarie Diggs, Piotr Drąg, Chun-wei Fan
183
184 Translations:
185 Yuras Shumovich (be)
186 Changes in version 2.24.0
187 ==========================
188 *
189 * Build, MSVC
190    * Support Visual Studio 2017
191
192 Contributors:
193 Chun-wei Fan
194
195 Translations:
196 Ask Hjorth Larsen (da), Jordi Mas (ca)
197
198 Changes in version 2.23.4
199 ==========================
200 *
201 * Build, MSVC:
202    * Remove atk-install.props's on re-generation
203    * Makefile.msvcproj, Makefile-newvs.am: Update from GLib
204    * Move files to win32
205 * Docs:
206    * Fix typo
207    * Bug 772236: change id of the atkobject chapter needed case-insensitive filesystems
208 * Misc:
209    * Use Unicode apostrophe in a translatable string
210
211 Contributors:
212 Murray Cumming, Piotr Drąg,  Chun-wei Fan, Alejandro Piñeiro Iglesias
213
214 Translations:
215 gogo (hr), Jordi Mas (ca), Fabio Tomat (fur)
216
217 Changes in version 2.22.0
218 ==========================
219 *
220 * Add more options to XGETTEXT_OPTIONS in po/Makevars
221
222 Contributors:
223 Piotr Drąg (po)
224
225 Translations:
226 Piotr Drąg (po), David King (en_GB)
227
228 Changes in version 2.21.90
229 ==========================
230 *
231 * Bug 764883: Add some missing argument (out) annotations
232 * Add Language headers to po files
233 * MSVC/win32
234    * MSVC Builds: Add a Common Autotools Module for Introspection (Bug 764983)
235    * MSVC Builds: Generate the Introspection Build Commands (Bug 764983)
236    * Clean up atk-introspection-msvc.mak
237    * Visual Studio builds: Include version info in property sheets
238    * Visual Studio builds: Generate atk.pc
239    * Visual Studio 2008 builds: Ensure pc file is generated before "install"
240    * Visual Studio builds: Make .pc generation more flexible
241    * build/win32/pc_base.py: Allow custom options
242    * build/win32/atkpc.py: Fix dependent package string
243
244 Contributors:
245 Piotr Drąg, Chun-wei Fan, Rico Tzschichholz
246
247 Translations:
248 GNOME Translation Robot (gd), Cédric Valmary (oc)
249
250 Changes in version 2.20.00:
251 ===========================
252
253 Translations:
254 Ask Hjorth Larsen (da)
255
256 Changes in version 2.19.92:
257 ===========================
258 *
259 * Build improvements:
260    * Bug 763212: Fix gettext domain after recent changes
261    * Fix builddir ≠ srcdir in autogen.sh
262    * MSVC builds: Re-arrange include paths
263 * Cleaning:
264    * atkregistry: remove code not being compiled
265
266 Contributors:
267 Chun-wei Fan, Kalev Lember, Alejandro Piñeiro Iglesias, Philip
268 Withnall
269
270 Translations:
271 Anders Jonsson (sv), Cédric Valmary (oc)
272
273 Changes in version 2.19.90:
274 ===========================
275 *
276 * Bug 755548: atktablecell: use content of the pointer instead of
277   pointer itself
278 * Bug 760323: Use upstream gettext intead glib-gettext
279 * Build/MSVC/win32 improvements:
280   * Makefile-newvs.am: Update Comments for Usage
281   * Make Makefile.msvcproj A Bit More Generic
282   * Fix build/win32/vs10/atk-install.vcxproj
283
284 Contributors:
285 Chun-wei Fan, Javier Jardón, Alejandro Piñeiro Iglesias
286
287 Translations:
288 Aurimas Černius(lt), Trần Ngọc Quân (vi), Kristjan SCHMIDT (eo)
289
290 Changes in version 2.18.0:
291 ===========================
292 *
293 * Build: Improvements on MSVC Build infrastructure
294
295 Contributors:
296 Chun-wei Fan
297
298 Translations:
299 Chao-Hsiung Liao (zh_TW)
300
301 Changes in version 2.17.90:
302 ===========================
303 *
304 * Documentation:
305   * Replace mentions of 'state-changed' with 'state-change'.
306   * Fixed some tiny typos
307 * Build/win32 improvements:
308   * Use Pattern Rules on build/Makefile-newvs.am
309   * Tidying and cleaning .vcxproj.filters generation
310     * Fixes Bug 748176: out-of-tree distcheck fails in build/win32
311   * Removed GCC requirement
312 * "install" Projects renamed to "atk-install"
313
314 * Misc: set proper file permission to source files
315
316 Contributors:
317 Murray Cumming, Chun-wei Fan, Simon McVittie, Alejandro Piñeiro
318 Iglesias
319
320 Translations:
321 Pedro Albuquerque (pt), Daniel Martinez (an),
322
323 Changes in version 2.16.0:
324 ==========================
325 *
326 * Bug 746459: Fix a couple of GTK-Doc comment blocks
327 * Visual Studio support
328    * Speed Up Release Builds
329    * Fix and improve .pdb Generation.
330    * "Install" .pdb Files
331
332 Contributors:
333 Chun-wei Fan
334
335 Translations:
336 Josef Andersson (sv), Jiri Grönroos (fi), Baurzhan Muftakhidinov (kk),
337 Samir Ribic (bs), Zahari Yurukov (bg)
338
339 Changes in version 2.15.91:
340 ===========================
341 *
342 * Building:
343    * Bug 744413: Stop using deprecated GNOME-specific autoconf macros
344      on configure.ac
345    * Stop using deprecated gnome-autogen.sh on autogen.sh
346
347 Contributors:
348 Javier Jardón
349
350 Translations:
351 Muhammet Kara (tr), Dušan Kazik (sk)
352
353 Changes in version 2.15.4:
354 ==========================
355 *
356 * AtkRole:
357    * Bug 742806: Add new roles for fractions, roots, subscripts, and
358      superscripts
359
360 Contributors:
361 Joanmarie Diggs
362
363 Changes in version 2.15.3:
364 ==========================
365 *
366 * AtkState:
367    * Bug 665598: Add ATK_STATE_READ_ONLY
368 * Bugfixing:
369    * Unref STATE_TYPE class ref after using it at state_type_get_name
370    * AtkTable: Added missing ":" on one gi annotation
371
372 Contributors:
373 Joanmarie Diggs, Alejandro Piñeiro Iglesias
374
375 Translations:
376 Muhammet Kara (tr)
377
378 Changes in version 2.15.2:
379 ==========================
380 *
381 * AtkRole:
382    * Bug 739981: Add ATK_ROLE_STATIC and clarify ATK_ROLE_TEXT
383 * AtkState:
384    * Bug 740152: Document the deprecation of ATK_STATE_ARMED
385 * Documentation:
386    * Bug 740044: Fix some unclear language regarding ATK_STATE_ACTIVE
387    * Bug 740066: Improve documentation related to AtkState and
388      AtkStateSet
389    * Extend atk_focus_tracker_notify deprecation documentation
390    * Remove some in-code documentation, that is already part of the
391      docs
392
393 Contributors:
394 Joanmarie Diggs, Alejandro Piñeiro
395
396 Translations:
397 Anders Jonsson (sv)
398
399 Changes in version 2.15.1:
400 ==========================
401 *
402 * Bug 407539: Add ATK_STATE_HAS_TOOLTIP
403 * Documentation:
404    * Updated README file
405    * Bug 737602: Update documentation to reflect an additional use
406      case for STATE_INDETERMINATE
407
408 Changes in version 2.14.0:
409 ==========================
410
411 Translations:
412 Dušan Kazik (sk), Maria Mavridou (el), Yuri Myasoedov (ru)
413
414
415 Changes in version 2.13.90:
416 ===========================
417 *
418 * GObject-introspection: some small changes needed by the MINGW project.
419 * Doap file updated See [1]
420
421 Contributors:
422   Alexpux, Piotr Drąg, Olav Vitters
423
424 Translations:
425 Christian Kirbach (de), Lasse Liehu (fi), ngoswami (as)
426
427 [1] https://mail.gnome.org/archives/release-team/2014-July/msg00045.html
428
429 Changes in version 2.13.3:
430 ==========================
431 *
432 * Bug 729752: introspection: add many missing Returns: (nullable) annotations
433 * Bug 730859: atk/Makefile.am: Stop reading atk.def
434 * Fix GIR scanning for srcdir != buildir
435 * Visual Studio support
436    * MSVC 2010+ Projects: Update "Installation" Process
437    * Build: Add Build Support for Visual Studio 2013
438    * MSVC 2012/2013 Support: Update Property Sheet Creation
439 * Documentation:
440    * Bug 729922: adding further explanation on atk_add_global_event_listener
441
442 Contributors:
443   Benjamin Gilbert, Chun-wei Fan, Evan Nemerson, Alejandro Piñeiro
444   Iglesias, Owen W. Taylor
445
446 Translation:
447   genodeftest (de), Pau Iranzo (ca), Carles Ferrando (ca@valencia), Yosef Or Boczko (he)
448
449 Changes in version 2.13.2:
450 ==========================
451
452 During GNOME 3.13.2 cycle an ATK 2.13.2 release was rolled out. But
453 unfourtunately, it was not pushed on master, so got lost. All their
454 changes are included on 2.13.3.
455
456
457 Changes in version 2.13.1:
458 ==========================
459 *
460 * Bug 728031: Use visibility attributes/__declspec (dllexport) to
461   export public symbols
462 * Bug 691991: Add Simple Support for Visual Studio 2012
463
464 Contributors:
465   Chun-wei Fan
466
467 Translation
468   Inaki Larranaga Murgoitio (eu), Matej Urbančič (sl), marablack3 (el)
469
470 Changes in version 2.12.0:
471 ==========================
472
473 Translations
474
475 A S Alam (pa), Claudio Arseni (it), Ask H. Larsen (da), Kjartan Maraas
476 (nb), Andika Triwidada (id)
477
478 Changes in version 2.11.92:
479 ==========================
480 *
481 * AtkValue:
482   * Bug 684576: AtkValue heavily refactored. Available now so
483     implementors could start migration on next cycle.
484   * Bug 726216: update atk.symbols, autotools for missing symbols and
485     files
486 * AtkTableCell:
487   * Added symbols to be exported at atk.symbols
488
489 Contributors:
490   Chun-wei Fan, Alejandro Piñeiro Iglesias
491
492 Translations
493
494   Aurimas Černius (lt), Marek Černocký (cs), Fran Diéguez (gl), Piotr
495   Drąg (po), Rafael Ferreira (pt_BR), Attila Hammer (hu), Sphinx Jiang
496   (zh_CN), Chao-Hsiung Liao (zh_HK), Duarte Loreto (pt), Kjartan
497   Maraas (nb), Rūdolfs Mazurs (lv), Daniel Mustieles (es), Yuri
498   Myasoedov (ru), Claude Paroz (fr), Changwoo Ryu (ko), Мирослав
499   Николић (sr)
500
501
502 Changes in version 2.11.90:
503 ==========================
504 *
505 * AtkComponent:
506   * Deprecate get_position and get_size in favor of get_extents.
507 * AtkTable:
508   * Deprecate all index-based methods (atk_table_get_index_at,
509     atk_table_get_column_at_index, atk_table_get_row_at_index).
510 * AtkTableCell:
511   * Bug 651353: Add AtkTableCell
512 * Documentation:
513   * Document that atk_component_contains has a default implementation.
514   * Document AtkTableCell.
515   * Update AtkTable documentation after AtkTableCell addition.
516   * Document AtkRegistry (already existed but not properly included on
517     the documentation).
518   * API reference categorized (now easier to read).
519   * ATK overview added.
520   * Added some previously forgotten symbols (thanks to atk-unused.txt)
521
522 Contributors:
523   Mike Gorse, Alejandro Piñeiro Iglesias
524
525 Translations:
526   Jorge Pérez Pérez (an), Kjartan Maraas (nb), Andika Triwidada (id)
527
528 Changes in version 2.11.6:
529 ==========================
530 *
531 * AtkText:
532   * Bug 723292: Getting the localized role name fails for
533     ATK_ROLE_EDITBAR
534   * Bug 653293: text-insert and text-remove are again detailed
535     signals. Document it.
536
537 Contributors:
538   Alejandro Piñeiro Iglesias
539
540 Translations:
541   Aurimas Černius (lt), Marek Černocký (cs), Tong Hui (zh_CN),
542   Chao-Hsiung Liao (zh_HK)
543
544 Changes in version 2.11.5:
545 ==========================
546 *
547 * MSVC Builds: Rework Introspection Build and other miscellaneous
548   fixes
549
550 Contributors:
551   Chun-wei Fan
552
553 Translations:
554   Yosef Or Boczko (he), Dimitris Spingos (el), Peter Vágner (sk)
555
556 Changes in version 2.11.4:
557 ==========================
558 *
559 * AtkRole:
560   * Bug 720065: add roles for description lists
561 * Deprecations:
562   * Bug 476674: deprecate table properties that depend on the
563     row/column number
564   * Bug 652798: kill AtkMisc
565   * Deprecate connect/remove_property_change_handler
566   * Deprecate atk_role_register
567 * Documentation:
568   * Bug 644747: improve documentation for AtkObject::property-change
569   * Improved AtkUtil documentation
570   * Updated new symbols sections on documentation
571   * Not using GTK-Doc tag "Virtual" anymore, as is deprecated
572 * Building:
573   * Bug 644756: remove atkintl.h in favour of gi18n-lib.h from glib
574   * Bug 652965: include atk-enum-types.h on atk.h
575   * Fixed some gobject-introspection warnings
576   * Replace INCLUDES for AM_CPPFLAGS to silence automake deprecation
577     warnings.
578 * Visual C++ Studio files:
579   * Add a PlatformToolsetTag on gengir MSVC Project
580   * Split the Property Sheets
581   * Update Visual C++ 2008 "install" phase
582   * Bug 690145: use Python to Generate the MSVC Projects
583 * Miscellanea:
584   * Bug 572489: atk_text_range_extents should use g_return_if_fail
585   * Bug 653293: remove G_SIGNAL_DETAILED from atktext signals that
586     doesn't use details
587   * Bug 720095: add atk_object_peek_parent
588   * Updated AUTHORS and doap files
589   * Added role names on source file in order to be translated
590
591 Contributors:
592    Chun-wei Fan, Kjartan Maraas, Alejandro Piñeiro Iglesias, Colin
593    Walters, Yue Wang
594
595 Translations:
596   Fran Diéguez (gl), Michael Jayt (zh_CN), Daniel Mustieles (es),
597   Fábio Nogueira (pt_BR)
598
599
600 Changes in version 2.11.3:
601 ==========================
602 *
603 * Bug 709214: Need API to get the document's current page number and
604 *  page count
605 * Updated Greek translation
606
607 Changes in version 2.11.2:
608 ==========================
609 *
610 * AtkRole:
611   * Bug 709106: add media (audio and video) roles
612   * Bug 712586: new ATK roles for ARIA roles (plus rating)
613     * This includes: ATK_ROLE_DEFINITION, ATK_ROLE_ARTICLE,
614       ATK_ROLE_LANDMARK, ATK_ROLE_LOG, ATK_ROLE_MARQUEE,
615       ATK_ROLE_MATH, ATK_ROLE_RATING, ATK_ROLE_TIMER,
616 * AtkState:
617   * Bug 712576: add ATK_STATE_CHECKABLE
618   * Bug 712581: add ATK_STATE_HAS_POPUP
619 * AtkDocument:
620   * Bug 709106: add page-changed-signal
621   * Deprecated atk_document_get_document and
622     atk_document_get_document_type
623   * Added testdocument on tests directory
624 * Documentation:
625   * Update documentation for selected_link method and property
626   * Improve documentation of AtkAttribute and AtkAttributeSet
627 * Updated Galician and Spanish translations
628
629 Changes in version 2.11.1:
630 ==========================
631 *
632 * Bug 684667: Improve AtkObject::children-changed documentation
633 * Bug 709351: new role ATK_ROLE_TITLE_BAR
634 * Bug 710463: new role ATK_ROLE_BLOCK_QUOTE
635 * Updated Spanish translation
636
637 Changes in version 2.10.0:
638 ==========================
639 *
640 * Documentation:
641   * Bug 684667: improve documentation for AtkObject::children-changed
642     signal
643 * Visuall C++ Builds: Use Custom Build Rules
644 * Updated Aragonese and Japanese translation.
645
646 Changes in version 2.9.4:
647 ==========================
648 *
649 * Deprecations:
650   * Bug 649575: Deprecate AtkObject::focus-event signal and all
651     related methods
652   * Bug 653291: Deprecate 'text-changed' signal (in favour of
653     'text-insert' and 'text-remove').
654   * Bug 573539: Deprecate 'link-selected' property (at AtkHyperlink)
655   * Bug 705580: Implement atk_text_get_string_at_offset and deprecate
656     old API
657   * Remove 'text-update' signal (without deprecation, as was not used
658     and can be removed without breaking ABI/API)
659 * Documentation:
660   * Removed unneeded comments at atk_implementor_ref_accessible and
661     about glib usage.
662   * Bug 684665: removing several .sgml files and fixing gtk-doc
663     warnings
664   * Bug 684705: little update on 'text-insert' and 'text-remove'
665     documentation
666   * Bug 491998: add documentation for AtkRectangle
667 * Tests:
668   * Refactor test suite: no longer a loadable module but an standalone
669     executable.
670   * Split testrelation into testrelation and testrole.
671   * Execute all role tests, doesn't matter if one fails
672 * Bugfixing and miscellanea:
673   * Bug 704092: Fix and off-by-one in role names
674   * Bug 705290: Use generated enum type for AtkRole to get the role name
675   * Drop use of ATK_DISABLE_DEPRECATED guards in ATK
676
677
678 Changes in version 2.9.3:
679 ==========================
680 *
681 * Bug 697968: Deprecate atk_text_get_text_{before,after}_offset()
682   * Deprecated atk_text_get_text_{before,after}_offset()
683   * Deprecated ATK_TEXT_BOUNDARY_WORD_END,
684     ATK_TEXT_BOUNDARY_SENTENCE_END and ATK_TEXT_BOUNDARY_LINE_END on
685     the documentation.
686   * Updated atk_text_get_text_{at,before,after}_offset() documentation
687 * Bug 701503: Fix documentation for atk_object_get_attributes()
688 * Removed pads from interfaces
689
690 Changes in version 2.9.2:
691 ==========================
692 *
693 * Leak management:
694   * Bug 699262: Nullify the gobject cache accessible when the accessble is finalized.
695   * Bug 699368: Fix typo - parameter is _obj not obj. Set feed to NULL
696   * Bug 699256: Free 'embedded_plug_id' when destroyed
697 * Tests:
698   * Bug 696466: Fix logic when testing for empty state set
699   * Bug 696409: fix hyphenation on testrelation.c
700 * Documentation:
701   * Include atk_object_get_object_locale documentation
702   * Fix having a repeated id on the main doc template
703   * Bug 700800: Improve documentation for AtkPlug and AtkSocket
704
705
706 Changes in version 2.8.0:
707 ==========================
708 *
709 * Updated Visual C++ configuration files
710   * Make entries more consistent with the other GNOME Visual Studio
711     projects.
712   * Enable the building of introspection files for Visual C++ builds
713   * bgo694255: Visual C++ builds: Integrate building of introspection files
714 * Updated Slovak, Portuguese and Tadjik translation.
715
716 Changes in version 2.7.91:
717 ==========================
718 *
719 * atkobject: added a explicit include to locale.h
720
721 Changes in version 2.7.90:
722 ==========================
723 *
724 * Bug 694117
725 *  * atkobject: add atk_object_get_object_locale
726 *  * atkdocument: deprecate atk_document_get_locale
727
728 Changes in version 2.7.5:
729 ==========================
730 *
731 * build: Use GNOME_COMPILE_WARNINGS
732 * atkhyperlink: Ensure we get even deprecated prototypes
733 * Bug 651343: add ATK_ROLE_LEVEL_BAR
734 * Prepare Visual Studio 2010 projects for Visual Studio 2012
735 * Updated Uyghur translations
736
737 Changes in version 2.7.4:
738 ==========================
739 *
740 * Bug 690379: Atk lacks any kind of version utilities
741 * Fixed out of tree builds caused by fix of bug 690379
742 * Bug 656750: AtkWindow requires documentation
743
744 Changes in version 2.7.3:
745 ==========================
746 *
747 * Bug 689907: Problems with the management of
748 *  ATK_STATE_SELECTABLE/ATK_STATE_SELECTED states at AtkObject
749 * Bug 686746: Port introspection fixes from Vala
750 * Bug 689952: Add introspection support for Windows MSVC builds
751 * Other Visual C++ configuration files:
752 *  * Use MultiByte character set
753
754 Changes in version 2.7.2:
755 ==========================
756 *
757 * Bug 686801: Extend atk_add_global_event_listener in order to support
758 *   signal details
759 * Updated Thai translation.
760
761 Changes in version 2.6.0:
762 ==========================
763 *
764 * Updated Japanese and Brazilian Portuguese translations.
765
766 Changes in version 2.5.91:
767 ==========================
768 *
769 * Bug 635332: Include C header information in GIR
770 * Added atk_relation_set_contains_target to atk.symbols. That symbol
771 *   was added in commmit a1d5ca86 (bug 672869).
772 * Updated Polish, Galician and Latvian translations.
773
774 Changes in version 2.5.4:
775 =========================
776 *
777 * Bug 672869: Required a method to check if a relationset contains a
778 *   relation taking into account relationship and target
779
780 Changes in version 2.5.3:
781 =========================
782 *
783 * Added extra doc on atk_remove_[key/global]_event_listener
784 * Fixed compilation with some gcc versions/combination of options
785 * Provide a default implementation for
786 *   atk_util_[add/remove]_global_event_listner
787 * Bug 478587: "accessible-role" - invalid default value
788 * Updated Catalan, Catalan (Valencian), Greek, Norwegian, Spanish
789
790 Changes in version 2.4.0:
791 =========================
792 *
793 * Bug 593220: Some typos in atktable signals (docs)
794 * Updated Hindi and Simplified Chinese translation
795
796
797 Changes in version 2.3.95:
798 =========================
799 *
800 * Bug 671857: Add deprecation attributes to deprecated functions
801 * Updated Visual Studio configuration files
802 * Updated Khmer, Malayalam and Bengali Translations
803
804 Changes in version 2.3.93:
805 ==========================
806 *
807 * Revert "Using abstract atk_object_get_name to check accessible-name
808 *  notification" change made on 2.3.93
809 *  Related to mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=733712
810
811 Changes in version 2.3.91:
812 ==========================
813 *
814 * Bug 665549: add sanity-check of atk_text_get_text
815 * Bug 668441: atk_action_get_keybinding docs are confusing and need
816 *  updating
817 * Using abstract atk_object_get_name to check accessible-name
818 *  notification
819 * Updated Belarusian, Estonian, Hungarian, Turkish, Norwegian,
820 *  Ukranian and Uyghur translations
821
822
823 Changes in version 2.3.3:
824 =========================
825 *
826 * Bug 665870: About reducing accessible-name, accessible-description
827 *  change notifications
828 * Minor documentation updates
829 * Updated Visual Studio configuration files
830 * Updated Simplified Chinese and Vietnamese translations
831
832 Changes in version 2.2.0:
833 =========================
834 *
835 * Updated Gujarati, Oriya, Assamese, Danish, Portuguese, Czech and
836 *  Catalan (Valencian) translations
837
838 Changes in version 2.1.92:
839 ==========================
840 *
841 * Updated Visual Studio files due AtkWindow addition
842 * Bug 649577: atk_add_global_event_listener should only accept ATK events
843 * Minor documentation updates
844 * Updated German, Basque, Japanese, Serbian, Catalan, Tamil, Punjabi,
845 *  Asturian, Italian, Polish, British English, Brazilian Portuguese,
846 *  Korean, Telugu and Kannada Translation
847
848 Changes in version 2.1.5:
849 =========================
850 *
851 * Bug 638924: Add AtkWindow
852 * Fixing out of tree compilation on Win32
853 * Update README.txt
854 * Fixing release number of the new ATK roles added
855 * Updated Traditional Chinese, Indonesian, Bulgarian, French,
856 *  Hungarian and Swedish translations
857
858 Changes in version 2.1.0:
859 =========================
860 *
861 * Bug 654767: shlib downgrade at update atk-1.32.0 to atk-2.0.1
862 * Bug 651343: New ATK Roles
863 * Added Leon Fan as maintainer
864 * Improved Visual C++ 2010 infrastructure
865 * Updated Russian, Slovenian, Persian, Hebrew, Lithuanian, Latvian,
866 *  Norwegian, Galician, and Spanish translations
867
868 Changes in version 2.0.1:
869 =========================
870 *
871 * Bug 652205: Use const instead G_CONST_RETURN
872 * Bug 649307: Clarify AtkPlug and AtkSocket docs
873 * Bug 551489: Fix doc of atk_text_get_text_before_offset
874 * Bug 588083: Information about return value of some AtkText methods can be clearer
875 * Added Alejandro Piñeiro Iglesias as maintainer
876 * Updated .gitignore
877 * VS 2008/2010 support update
878 * New Zulu translation added, Esperanto and Catalan updated
879
880 Changes in version 2.0.0:
881 =========================
882 *
883 *Translation update.
884
885 Changes in version 1.91.92:
886 =========================
887 *
888 *BGO#638377: Add text_insert, text_remove, and text_update signals
889 *Reviewed Serbian Translation
890 *Fix introspection for atk_text_get_bounded_ranges
891 *Visual C++ 2010 Project Files
892 *Updated Spanish translation
893
894 Changes in version 1.33.6:
895 =========================
896 *
897 *Returns FALSE on atk_object_add_relationship if it is already included
898 *Bug 640574: gobject-introspection annotation and documentation fixes
899 *Bug 637663: Added atk_streamable_content_get_uri to atk/atk.symbols
900 *Add missing Makefiles to AC_CONFIG_FILES
901 *Fixes for the MSVC Project Files
902 *Update deprecated autoconf macros and use new libtool syntax
903 *Documentation fixes
904 *Translation updates
905
906 Changes in version 1.32.0:
907 =========================
908 *
909 *Fixes: #630097, #621717, #571622, #617851, #616812.
910 *Translation update.
911
912
913 Changes in version 1.30.0:
914 =========================
915 *
916 *Translation update.
917
918 Changes in version 1.29.92:
919 =========================
920 *
921 *Fixes: Bug #608399. Correct the link of accessibility page.
922 *Fixes: Bug #606888. Link libatk against libintl.
923 *Translation update.
924
925 Changes in version 1.29.4:
926 ==========================
927 *
928 *Fixes: #592146.
929
930 Changes in version 1.29.3:
931 ==========================
932 *
933 *Fixes: #601552.
934
935 Changes in version 1.29.2:
936 ==========================
937 *
938 *Fixes: #569427.
939 *Translation update.
940
941 Changes in version 1.28.0:
942 ==========================
943 *
944 *Translation update.
945
946 Changes in version 1.27.90:
947 ==========================
948 *
949 *Fixes: #575794, #591105, #489828.
950 *Translation update.
951
952 Changes in version 1.26.0:
953 =========================
954 *
955 *Fixes: Improve the documentation. Sven Herzberg.
956 *Translation update.
957
958 Changes in version 1.25.2:
959 =========================
960 *
961 *Fixes: #562204, #505445, #361757, #478620, #560156, #477708, #478595, #478583
962 #480126.
963 *Translation update.
964
965 Changes in version 1.24.0:
966 =========================
967 *
968 *Fixes: #551474.
969 *Translation update.
970
971 Changes in version 1.23.5:
972 =========================
973 *
974 *Fixes: #535704, #526752.
975
976 Changes in version 1.22.0:
977 =========================
978 *
979 *Translation update.
980
981 Changes in version 1.21.92:
982 =========================
983 *
984 *Fixes #508846.
985
986 Changes in version 1.21.5:
987 =========================
988 *
989 *Fixes #502840, #500978, #477763.
990
991 Changes in version 1.20.0:
992 =========================
993 *
994 *Add "si" (Sinhala) to ALL_LINGUAS.
995
996 Changes in version 1.19.6:
997 =========================
998 *
999 *Fixes #460851. Add a new API: atk_get_version.
1000
1001 Changes in version 1.19.3:
1002 =========================
1003 *
1004 *Fixes #434784.
1005 *Remove gnome-doc-utils dependence.
1006
1007 Changes in version 1.19.1:
1008 =========================
1009 *
1010 *Fixes #382328, #418194, #413357.
1011
1012 Changes in version 1.18.0:
1013 =========================
1014 *
1015 *Fixes #408527, #398038, #367627.
1016
1017 Changes in version 1.17.0:
1018 =========================
1019 *
1020 *Fixes #404592.
1021
1022 Changes in version 1.13.2:
1023 =========================
1024 *
1025 *New class which provides miscellaneous utilities.
1026 *Fixes #329454.
1027
1028 Changes in version 1.12.4:
1029 =========================
1030 *
1031 *Add Li Yuan to MAINTAINERS.
1032
1033 Changes in version 1.12.3: 
1034 =========================
1035 *
1036 * Add missing signals to fix win32 build (Cedric Gustin, bug #355912).
1037 * New linguas: 'te' (Sunil Mohan Adapa), 'dz', 'ku' (Abel Cheung).
1038 * Implement AtkDocument signals (Neo Liu)
1039 * Update docs to include info on AtkDocument signals.
1040 * Bugfixes: #357847, #340553, #346464, #352227, 
1041
1042 Changes in version 1.12.2: 
1043 =========================
1044 * Documentation fixes.
1045 * New language: Bengali (Runa Bhattacharjee)
1046
1047 Changes in version 1.12.1: 
1048 =========================
1049 * Added AtkHyperlinkImpl
1050 * New language: Bengali India (bn_IN) - Runa Bhattacharjee.
1051 * Fixed tags in docs so that indices of
1052   new and deprecated methods are created.
1053 * Added "get_uri" method to AtkStreamableContent.
1054
1055 Changes in version 1.12.0: 
1056 =========================
1057
1058 * Added ATK_ROLE_FORM, ATK_STATE_ANIMATED, ATK_STATE_VISITED, ATK_STATE_DEFAULT
1059 * Added ATK_RELATION_DESCRIPTION_FOR, ATK_RELATION_DESCRIBED_BY
1060
1061 Changes in version 1.11.4:
1062 =========================
1063
1064  * Enhanced documentation: gtk-doc API docs are
1065    now at 100% coverage.
1066
1067  * allow for NULL in-params to AtkImage coordinate APIs. 
1068
1069  * New langs: Georgian (ka)   Vladimir Sichinava
1070               Oriya (or)      Gora Mohanty
1071
1072 Changes in version 1.11.3:
1073 =========================
1074
1075  * Fix for localization bug #317458 from Kazuzi IWAMOTO.
1076  * Included docs in tarball as appropriate.
1077
1078 Changes in version 1.11.0:
1079 =========================
1080
1081   Added new APIs - minor enhancements to AtkImage,
1082   AtkDocument, AtkObject, AtkComponent, AtkState.
1083
1084   Significant API additions:  Added locale attribute to
1085   AtkImage instances, and Document instances.  
1086   Added the ability to assign weakly-typed attributes to
1087   AtkObject as name-value pairs; also added similar
1088   name-value pairs to AtkDocument for attributes which are
1089   intended to be valid over the entire document.
1090
1091   Minor documentation fixes (thanks to Bill Abt).
1092
1093   Added 'tt' (Tatar) locale, Simos Xenitellis  
1094
1095 Changes in version 1.10.3:
1096 =========================
1097
1098   Libtool fix.  
1099   N.B. : 1.10.2 was released with a buggy libtool!
1100
1101   in version 1.10.2:
1102
1103 * Minor build fixes incl Win32 (Tor Lillqvist)
1104
1105 * New locales, "ug" (Abduxukur Abdurixit) and "gl" (Ognacio Casal Quinteiro)
1106
1107 Changes in version 1.10.1
1108 =========================
1109
1110 * added ATK_STATE_REQUIRED; see bug #172663.
1111
1112 * New locale, 'rw'
1113
1114 Changes in version 1.9.1
1115 ========================
1116
1117 * New locale, 'xh'
1118
1119 * Fixed bug #168218 (spec-file ftp dir wrong)
1120
1121 * Fixed #165288 in atk.def file.
1122
1123 * Added description for ATK_RELATION_SUBWINDOW_OF (bug #161562).
1124
1125 Changes in version 1.9.0
1126 ========================
1127 * Add new functions atk_relation_set_add_relation_by_type and
1128 atk_relation_add_target. (bug #158722)
1129
1130 * Use gmodule-no-export.pc. (bug #158531) [Matthias Clasen]
1131
1132 * Add new translations: Arabic [Arafat Medini], 
1133 Thai [Supranee Thirawattanasuk], Assamese [Sunaram Patir]
1134
1135 * Updated translations: Canadian English [Adam Weinberger],
1136 Italian [Alessio Frusciante], Traditional Chinese [GNOME HK Team],
1137 Welsh [Dafydd Harries], French [Jean-Michel Ardantz],
1138 Romanian [Mi\305\237u Moldovan], Catalan [Jordi Mallach]
1139  
1140 Changes in version 1.8.0
1141 ========================
1142 * Add translations: Bosnian [Kenan Had\305\276iavdi\304\207],
1143 Norwegian [Kjartan Marass], Gujarati [Ankit Patel]
1144
1145 * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
1146 Vietnamese [Nguy\341\273\205n Th\303\241i Ng\341\273\215c Duy],
1147 Turkish [Baris Cicek], German [Hendrik Richter],
1148 Greek [Nikos Charonitakis], Arabic [Arafat Medini],
1149 Brazilian Portuguese [Raphael Higino], Nepali [Pawan Chitrakar],
1150 Danish [Martin Willemoes Hansen], Albanian [Laurent Dhima],
1151 Finnish [Pauli Virtanen], Azerbaijani [M\311\231tin \306\217mirov] ,
1152 Polish [Artur Flinta], Panjabi [AmanPreet Singh Alam],
1153 Serbian [Danilo \305\240egan], Mongolian [Sanlig Badral],
1154 Russian [Russian team <gnome-cyr@gnome.org>], Dutch [Timo Meinen],
1155 Ukranian [Maxim Dziumanenko], Canadian English [Adam Weinberger],
1156 Simplified Chinese [Funda Wang], Basque [I\303\261aki Larra\303\261aga]
1157
1158 Changes in version 1.7.3
1159 ========================
1160 * Minor updates to documentation.
1161
1162 * Update translations: Hindi [Guntupalli Karunakar], Czech [Miloslav Trmac],
1163 Portuguese [Duarte Loreto], Japanese [Takeshi AIHANA],
1164 British [David Lodge], Spanish [Francisco Javier F. Serrador],
1165 Korean [Changwoo Ryu], Albanian [Laurent Dhima]
1166
1167 Changes in version 1.7.2
1168 ========================
1169 * Added new role ATK_ROLE_EMBEDDED.. (bug #147989)
1170
1171 * Add support for AtkRectangle and correct definition of
1172 "bounds-changed" signal.
1173
1174 * Update translations: Nepali [Pawan Chitrakar], Albanian [Laurent Dhima]
1175
1176 Changes in version 1.7.1
1177 ========================
1178 * Allow locale dir to be not hardcoded into binary. (bug #1289006)
1179
1180 * Add translations: Turkmen [M\303\274hemmet Amut]
1181
1182 * Update translations: Hungarian [Andras Timar],  Bulgarian [Rostislav Raikov]
1183
1184 Changes in version 1.7.0
1185 ========================
1186 * Add "bounds-changed" signal for AtkComponent. (bug #140476)
1187
1188 * Add new state ATK_STATE_TRUNCATED and new relation 
1189 ATK_RELATION_PARENT_WINDOW_OF. (bug #133375)
1190
1191 Changes in version 1.6.1
1192 ========================
1193 * Update to build on Cygwin, (bug #136666) [Roger Leigh]
1194
1195 * Add translations: Gujarati [Gujarati team], 
1196 Basque [I\303\261aki Larra\303\261aga] Punjabi [Amanpreet Singh Alam],
1197 Walloon [Pablo Saratxaga], Marathi [Indictrans team]
1198
1199 * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
1200 Brazilian Portuguese [Raphael Higino], British [Gareth Owen],
1201 Romanian [Mi\305\237u Moldovan], Croatian [Robert Sedak],
1202 Catalan [Jordi Mallach], Slovak [Stanislav Visnovsky]
1203
1204 Changes in version 1.6.0
1205 ========================
1206 * Add translation: Serbian Jekavian [Bojan Suzic], Estonian [Priit Laes]
1207
1208 * Update translations: Arabic [Arafat Medini], 
1209 Spanish [Francisco Javier F. Serrador],
1210 Lithuanian [\305\275ygimantas Beru\304\215ka], 
1211 Serbian [Aleksandar Urosevic], Belarusian [Ales Nyakhaychyk]
1212
1213 Changes in version 1.5.5
1214 ========================
1215 * Add translation: Canadian English [Adam Weinberger]
1216
1217 * Update translations: Italian [Alessio Frusciante], Mongolian [Sanlig Badral],
1218 Albanian [Laurent Dhima], German [Christian Neumair],
1219 Greek [Kostas Papadimas], Hindi [Guntupalli Karunkar]
1220
1221 Changes in version 1.5.4
1222 ========================
1223 * Update translations: Japanese [Takeshi AIHANA], 
1224 Azerbaijani [M\311\231tin \306\217mirov], Finnish [Pauli Virtanen],
1225 French [Christophe Merlet], Ukrainian [Maxim Dziumanenko],
1226 Simplified Chinese [Funda Wang], Arabic [Arafat Medini],
1227 Albanian [Laurent Dhima]
1228
1229 Changes in version 1.5.3
1230 ========================
1231 * Corrected library name in atk-uninstalled.pc.in (bug #132283). [Laszlo Peter]
1232
1233 * Corrcted property name for number of links in a AtkHypertext (bug #130022).
1234
1235 * Add translation: Croatian [Robert Sedak]
1236
1237 * Update translations: Japanese [Takeshi AIHANA], Italian [Alessio Frusciante],
1238 Norwegian [Kjartan Marass], Albanian [Laurent Dhima],
1239 Russian [Russian team], Polish [GNOME PL team], Welsh [Rhys Jones],
1240 Swedish [Christian Rose], Serbian [Danilo \305\240egan], 
1241 Dutch [Tino Meinen], Czech [Miloslav Trmac], Korean [Changwoo Ryu], 
1242 Spanish [Francicso Javier F. Serrador], Danish [Ole Laursen],
1243 Portuguese [Duarte Loreto]
1244
1245 Changes in version 1.5.2
1246 ========================
1247 * Fix crasher bug in atk_text_free_ranges (bug #129837). [Jeff Franks]
1248
1249 * Change name of role from, "accel label" to "accelerator label". (bug #129499)
1250
1251 * Update translations: Czech [MiloSlac Trmac], Portuguese [Duaret Loreto],
1252 Danish [Ole Laursen], Spanish [Francisco Javier F. Serrador],
1253 Afrikaans [Stefan Lubbersen], Japanese [Takeshi AIHANA],
1254 Norwegian [Kjartan Maraas], Greek [Kostas Papadimas], 
1255 Swedish [Christan Rose], Belarusian [Alex Nyakhaychyk],
1256 Serbian [Danilo \305\240egan], Arabic [Arafat Mendini],
1257 Norwegian Nyorsk [\303\205smund Skj\303\246veland], Croatian [Robert Sedak],
1258 Polish [Artur Flinta], Lithuanian [Tomas Kuliavas],
1259 Dutch [Vincent van Adrighem], French {Christophe Merlet],
1260 Mongolian [Sanlig Badral], Korean [Korean], Arabic [Arafat Medini]. 
1261
1262
1263 Changes in version 1.5.1
1264 ========================
1265 * Change role names so that unlocalized names the same as Java role names.
1266 (bug #125024)
1267
1268 * Set state FOCUSED for object reported as having focus. (bug #127400)
1269
1270 * Add new property "accessible-hypertext-nlinks" for AtkObject. Add new 
1271 signal link_activated and properties "number-of-anchors", "end-index" and 
1272 "start-index" for AtkHyperlink. (bug 112390)
1273
1274 * Make nicks and blurbs of properties translatable.
1275
1276 * Add new role ATK_ROLE_EDITBAR. (bug 116007)
1277
1278 * Add translations: Afrikaans [Stefan Lubbersen]
1279
1280 * Update translations: Serbian [Danilo \305\240egan], Czech [Milozlav Trmac],
1281 Portuguese [Duarte Loreto],  Mongolian [Sanlig Badral], 
1282 Dutch [Vincent van Adrighem]
1283
1284 Changes in version 1.5.0
1285 ========================
1286 * Fix memory leaks in AtkRelations (bugs #124877, #125725)
1287
1288 * Add version number to documentation (bug #125758)
1289
1290 * Update translations: Catalan [Jordi Mallach], Kannada [Pramod]
1291
1292 Changes in version 1.4.1
1293 ========================
1294 * Add translations: Lithuanian [Gedminas Paulauskas], 
1295 Norwegian [(nynorsk [\303\205smund Skj\303\246veland]
1296
1297 * Update translations: German [Christian Neumair],
1298 Romanian [Mi\305\237u Moldovan]
1299
1300 * Add description of signals to the documentation [Padraig O'Briain]
1301
1302 * Fix bug which caused building of rpms to fail [Scott Kennedy]
1303
1304 Changes in version 1.4.0
1305 ========================
1306 * Add translations: Nepali [Pawan Chitrakar]
1307
1308 * Update translations: Spanish [Francisco Javier F.Serrador],
1309 Welsh [Dafydd Harries]
1310
1311 Changes in version 1.3.6
1312 ========================
1313 * Add translations: Hindi [Guntupalli Katunakar]
1314
1315 * Update translations: Azerbaijani [Metin Amiroff], 
1316 Italian [Alessio Frusciante]
1317
1318 Changes in version 1.3.5
1319 ========================
1320 * Remove po/Makefile.in.in (bug #119053)
1321
1322 * Return correct value for atk_state-set_is_empty (bug #116621)
1323
1324 * Ensure that row and column values in atk_table_ref_at are non-negative.
1325
1326 * Add translations: Tamil [Dinesh N]
1327
1328 * Update translations: Serbian [Prevod.org], Esparanto [Charles Voelger],
1329 Hungarian [Andras Timar].
1330  
1331
1332 Changes in version 1.3.4
1333 ========================
1334 * Add translations: Irish [Paul Duffy], Limburgish [Mathieu Van Woerkom]
1335
1336 * Add new relation type ATK_RELATION_POPUP
1337
1338 * Some win32 fixes [Tor Lillqvist]
1339
1340 Changes in version 1.3.3
1341 ========================
1342 * Add translations: Welsh [Dafydd Harries], Arabic [Arafat Medini]
1343
1344 * Update translations: Traditional Chinese [Abel Cheung]
1345
1346 * Add new role ATK_ROLE_AUTOCOMPLETE and state ATK_STATE_INDETERMINATE.
1347
1348 Changes in version 1.3.2
1349 ========================
1350 * Add translations: Serbian [Danilo \305\240egan], Portuguese [Duarte Loreto],
1351 Icelandic [Sam\303\272el J\303\263n Gunnarsson]
1352
1353 * Update translations: Traditional Chinese [Abel Cheung], Polish [Artur Flinta]
1354
1355
1356 Changes in version 1.3.1
1357 ========================
1358 * Allow use of libtool-1.5 (bug #111481) [Ali Akcaagac]
1359
1360 * Added translations: Yiddish [Raphael Finkel], Japanese [Takeshi AIHANA].
1361
1362
1363 Changes in version 1.3.0
1364 ========================
1365 * Use automake-1.7, libtoolize, gtkdocize and glib-gettextize. 
1366 [James Henstridge]
1367
1368 * Windows fixes [Tor Lillqvist]
1369
1370 * Add translations: Esparanto [Charles Voelger], 
1371 Belarussian [Dmitry G.Mastrukov], Malayalam [Guntupalli Karunkar], 
1372 Persian [Roozbeh Pourander], Azerbaijani [Metin Amiroff],
1373 Bengali [Sayamindu Dasgupta], Kannada [Pramod], Macedonian {Abel Cheung],
1374 Turkish [Gorkem], Indonesian [Mohammad Damt],
1375 Traditional Chinese [Abel Cheung], Slovak [Stanislav Visnovsky],
1376 Brazilian Portuguese [Alexander Folle de Menezes], 
1377 Romanian [Mi\305\237u Moldovan], Mongolian [Sanlig Badral]
1378
1379 * Make atk_text_get_character_extents() return positive value, even for rtl
1380 text. (bug #102954) [Padraig O'Briain]
1381
1382 * Add new functions atk_text_get_range_extents and atk_text_get_bounded_ranges.
1383 (bug #100943) [Padraig]
1384
1385 * Add properties "relation-type" and "target" to AtkRelation. (bug #72426)
1386 [Padraig]
1387
1388 * Add property "accessible-table-caption-object" to AtkObject. (bug #74814)
1389 [Padraig]
1390
1391 * Add property "selected-link" to AtkHyperlink and new function
1392 atk_kyperlink_is_selected_link(); add signal "link-selected" to AtkHyperlink.
1393 (bug #104621) [Padraig]
1394  
1395 * Correct creation of object which is not a AtkGObjectAccessible in
1396 atk_gobject_accessible_from_object. [Padraig and Alex Larsson]
1397
1398 * Do not emit notification for initial setting of role using 
1399 atk_object_set_role(). (bug #107710) [Padraig]
1400
1401
1402 Changes in version 1.2.2
1403 ========================
1404 * Add translations: Simplified Chinese (zh_CN) [He Qiangqiang],
1405 Albanian [Laurent Dhima], Finnisg [Pauli Virtanen], 
1406 Italian [Alession Frusciante], Amharic [Daniel Yacob]
1407
1408 * Allow changing of default installation directory for documentation.
1409 (bug 102497) [Padraig O'Briain].
1410
1411 Changes in version 1.2.1
1412 ========================
1413 * Add translations: Catalan [Jordi Mallach], French [Christophe Marlet],
1414 Latvian [Artis Trops], Korean [Nam SungHyun], Polish [Zbigniew Vhyla],
1415 Greek [Kostas Papadimas]
1416
1417 Changes in version 1.2.0
1418 ========================
1419 * Add translations: Russian [Dmitri G. Mastrukov], Ukranian [Yuriy Syrota]
1420
1421 Changes in version 1.1.5
1422 ========================
1423 * Correct return value for atk_text_get_caret_offset(). (Bug #101020)
1424 [Padraig O'Briain]
1425 * Add translations: Vietnamese, Hebrew, Dutch [Pablo Saratxaga], 
1426 Hungarian [Andras Timar], Bulgarian [Yanko Kaneti]
1427 * Miscellaneous Fixes [Owen Taylor, manish Singh, Padraig]
1428
1429 Changes in version 1.1.4
1430 ========================
1431 * Add translations: Norwegian [Kjartan Maraas], German [Christian Neumair],
1432 Spanish [Pablo Gonzalo del Campo], Danish [Ole Laursen]
1433
1434 Changes in version 1.1.3
1435 ========================
1436 * Add new role ATK_ROLE_APPLICATION [Bill Haneman]
1437 * Add tranlatations: Malay language [Hasbullah BIn Pit]
1438 English [Abi Brady]
1439
1440 Changes in version 1.1.2
1441 ========================
1442 * Correct implementation of i18n support [Padraig O'Briain]
1443 * Add Swedish translations [Christian Rose]
1444 * Fix compiler warnings [Soeren Sandmann]
1445 * Add signal "active-descendant-changed" to AtkObject [Padraig]
1446 * Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY  
1447 [Bill Haneman]
1448 * Add atk_hyperlink_is_inline() [Bill]
1449 * Update docs [Bill]
1450
1451 Changes in version 1.1.1
1452 ========================
1453 * Add new functions atk_object_add_relationship, atk_object_remove_relationship,
1454 atk_role_get_localized_name, atk_action_get_localized_name; add new roles,
1455 states and relationships; add text-attributes-changed signal for AtkText
1456 interface. [Padraig O'Briain]
1457
1458 * Add po directory and update atk_role_get_localized_name() to allow it to
1459 return localized name [Padraig]
1460
1461 Changes in version 1.1.0
1462 ========================
1463 * Documentation improvements [Padraig O'Briain]
1464 * Update autogen.sh to get correct behaviour when both automake 1.4 and 1.6
1465 are installed [Havoc Pennington]
1466 * Add implementtaion of atk_object_factory_get_accessible_type() for
1467 AtkNoOpObjectFactory [Padraig]
1468 * Add ATK_LAYER_WINDOW {Mark Mc Loughlin]
1469
1470 Changes in version 1.0.3
1471 ========================
1472 * Documentation improvements [Padraig O'Briain]
1473 * 64-bit bug fixes [George Lebl]
1474
1475 Changes in version 1.0.2
1476 ========================
1477 * Fixed bug with focus notification [Padraig O'Briain]
1478 * Fixed bug in atk_gobject_for_accessible [Padraig]
1479
1480 Changes in version 1.0.1
1481 ========================
1482 * Bug fixes, optimizations [Padraig O'Briain, Bill Haneman]
1483 * Fix Win32 DLL name [Tor Lillqvist]
1484
1485 Changes in version 1.0.0
1486 ========================
1487 * Build fixes [Padraig O'Briain, Tor Lillqvist, James Henstridge]
1488 * Add structure padding [Padraig]
1489
1490 Changes in version 0.13
1491 ========================
1492 * Add padding to class structures for future expansion [Padraig O'Briain]
1493 * Add include guards to atk.h [Morten Welinder]
1494 * Change argument of atk_component_get_layer(),atk_component_get_mdi_zorder()
1495   to be AtkComponent instead of AtkObject [Padraig]
1496 * Cleanups [Padraig]
1497
1498 Changes in version 0.11 and 0.12
1499 ================================
1500 * Ansi-fied function prototypes and definitions;
1501   i.e.  foo(void) instead of foo() [Jacob Berkman]
1502 * Deprecated the mis-located AtkObject API for getting
1503   layer and mdi-zorder info (should have been in AtkComponent)
1504   and put this API into AtkComponent.
1505
1506 Changes in version 0.9 and 0.10
1507 ===============================
1508 * Win32 build fixes [Hans Breuer]
1509 * Fix default signal handler name for text_caret_moved signal [Jeff Franks]
1510 * Doc improvements [Padraig O'Briain]
1511 * Fix signal prototypes in atkobject.h [Murray Cumming]
1512 * Fix atk-enum-types.h includes for C++ [Mikael Hermansson]
1513 * Bug fixes [Michael Meeks, Jeff]
1514
1515 Changes in 0.8
1516 ==============
1517 * Win32 build fixes [Hans Breuer]
1518 * Add atk_role_get_name()/atk_rule_for_name() [Padraig O'Briain]
1519 * Register types for ATK enumerations [Padraig]
1520 * Allow registration of new txt attribute types [Padraig]
1521 * Miscellaneous small API additions [Padraig]
1522 * New test cases [Padraig]
1523 * Documentation improvements [Padraig]
1524
1525 Other contributors: Darin Adler, Bill Haneman, Xavier Ordoquy, Michael Meeks, 
1526   Sebastian Wilhelmi
1527
1528 Changes in 0.7
1529 ==============
1530 * Some restructuring of how change notification works, use
1531   signals not properties in some cases. [Padraig O'Briain, Bill Haneman] 
1532 * Various small API fixes and improvements [Padraig]
1533 * Add key event hooks [Bill]
1534 * Documentation improvements [Padraig]
1535 * Win32 build improvements [Tor Lillqvist]
1536 * Bug fixes [Padraig, Bill]
1537
1538 Changes in 0.6
1539 ==============
1540 * Small improvements to AtkText, AtkRelation, AtkObject APIs. 
1541   [Padraig O'Briain, Bill Haneman]
1542 * Win32 build fixes [Tor Lillqvist]
1543 * Bug fixes and optimizations [Padraig]
1544 * Makefile fix [Jacob Berkman]
1545 * Doc improvements [Padraig]
1546
1547 Changes in 0.5
1548 ==============
1549 * Win32 updates and a small bug fix [Hans Breuer]
1550
1551 Changes in 0.4
1552 ==============
1553 * Miscellaneous cleanups and fixes.
1554
1555 Changes in 0.3
1556 ==============
1557 * API improvements to AtkTable, AtkSelection
1558 * Add AtkDocument interface
1559 * Rename AtkHyperLink to AtkHyperlink
1560 * Allow for screen or window relative coordinates
1561 * Utility functions
1562 * Various minor tweeks and cleanups. 
1563 * Documentation improvements
1564 * Add default implementations for important functions
1565
1566 Changes in 0.2
1567 ==============
1568 * Some API tweaks
1569
1570 Changes in 0.1
1571 ==============
1572 This is the initial release of ATK, the Accessibility Tookit, which will be
1573 used obtain accessibily information from GTK+ and GNOME widgets.