On Windows set LIB_EXE_MACHINE_FLAG to X86 or X64 depending on host
[platform/upstream/atk.git] / ChangeLog
1 2008-08-06  Tor Lillqvist  <tml@novell.com>
2
3         * configure.in: On Windows set LIB_EXE_MACHINE_FLAG to X86 or X64
4         depending on host architecture.
5
6         * atk/Makefile.am: Use it if/when running lib.exe.
7
8 2008-07-28  Tor Lillqvist  <tml@novell.com>
9
10         * atk/Makefile.am (libatk_1_0_la_DEPENDENCIES): Depend on atk.def
11         on Windows so that we build it before trying to use it.
12
13 2008-07-21  Li Yuan  <li.yuan@sun.com>
14
15         * NEWS:
16         * configure.in:
17         Revved to 1.23.5 for GNOME 2.23.5.
18         * atk/Makefile.am:
19         generate atk.def from atk.symbols.
20
21
22 2008-07-11  Runa Bhattacharjee <runabh@gmail.com>
23
24         * configure.in: Added Pashto (ps) to ALL_LINGUAS
25
26 2008-06-19  Li Yuan  <li.yuan@sun.com>
27
28         * atk/Makefile.am:
29         * atk/atk.def:
30         * atk/atk.symbols:
31         * atk/atkhyperlink.h:
32         * atk/atkobject.h:
33         * docs/tmpl/atkhyperlink.sgml:
34         * docs/tmpl/atkobject.sgml:
35         Patch from Mike Gorse <mgorse@novell.com>. Bug #526752.
36         Mark deprecated symbols with ATK_DISABLE_DEPRECATED.
37
38 2008-06-05  Michael Natterer  <mitch@imendio.com>
39
40         Bug #535704:
41
42         * configure.in: add G_DISABLE_SINGLE_INCLUDES and
43         ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.
44
45         * atk/atk.h: define __ATK_H_INSIDE__ around including all other
46         headers.
47
48         * atk/atk*.h: add single-include guards that #error out if
49         ATK_DISABLE_SINGLE_INCLUDES is defined and any of these files is
50         included individually. Use G_BEGIN_DECLS/G_END_DECLS in all files.
51
52         * atk/Makefile.am: define ATK_COMPILATION while building ATK.
53         Add single-include guards to the generated atk-enum-types.h too.
54
55 2008-03-10  Li Yuan  <li.yuan@sun.com>
56
57         * NEWS:
58         * configure.in:
59         Revved to 1.22.0 for GNOME 2.22.0.
60
61 2008-02-25  Li Yuan  <li.yuan@sun.com>
62
63         * NEWS:
64         * configure.in:
65         Revved to 1.21.92 for GNOME 2.21.92.
66
67 2008-01-31  Li Yuan  <li.yuan@sun.com>
68
69         * atk/atktext.c: (atk_text_get_character_at_offset),
70         (atk_text_get_text_at_offset):
71         Bug #508846. Extend allowed indexes of 
72         ATK_TEXT_GET_TEXT_AT_OFFSET and
73         ATK_TEXT_GET_CHARACTER_AT_OFFSET to allow values -1 and -2.
74
75 2008-01-14  Li Yuan  <li.yuan@sun.com>
76
77         * NEWS:
78         * configure.in:
79         Revved to 1.21.5 for GNOME 2.21.5.
80
81 2008-01-04  Li Yuan  <li.yuan@sun.com>
82
83         * atk/atkutil.h:
84         Bug #502840. Derived type definition convenience macros
85         * tests/Makefile.am:
86         Bug #500978. Fixes the building of the test modules 
87         as dynamic on Cygwin and MinGW.
88
89 2007-09-24  Li Yuan  <li.yuan@sun.com>
90
91         * atk/atkhyperlink.c: (atk_hyperlink_class_init):
92         Fix bug #477763. Correct registration of the 
93         "start-index" property for AtkHyperlink.
94
95 2007-09-17  Li Yuan  <li.yuan@sun.com>
96
97         * configure.in, NEWS:
98         Revved to 1.20.0 for GNOME 2.20.0.
99
100 2007-08-03  Danishka Navin  <danishka@gmail.com>
101
102         * configure.in: added "si" (Sinhala) to ALL_LINGUAS.
103
104 2007-07-30  Li Yuan  <li.yuan@sun.com>
105
106         * configure.in, NEWS:
107         Revved to 1.19.6 for GNOME 2.19.6.
108
109 2007-07-27  Li Yuan  <li.yuan@sun.com>
110
111         * atk/atkutil.c: (atk_get_version):
112         * atk/atkutil.h:
113         Bug #460851. A new API to get the current version of ATK.
114
115 2007-06-04  Li Yuan <li.yuan@sun.com>
116
117         * configure.in, NEWS:
118         Revved to 1.19.3 for GNOME 2.19.3.
119         Remove gnome-doc-utils dependence.
120
121 2007-05-11  Brian Cameron  <brian.cameron@sun.com>
122
123         * Use $(GLIB_MKENUMS) instead of calling glib-mkenums directly.
124           This works better when you build with glib via an
125           uninstalled.pc file.
126
127 2007-04-25  Christophe Merlet  <redfox@redfoxcenter.org>
128
129         * configure.in: added "oc" (Occitan) to ALL_LINGUAS.
130
131 2007-04-23  Li Yuan <li.yuan@sun.com>
132
133         * configure.in, NEWS:
134         Revved to 1.19.1 for GNOME 2.19.1.
135
136 2007-04-11  Li Yuan <li.yuan@sun.com>
137
138         * autogen.sh, configure.in: use gnome-autogen.sh to simplify
139         autogen.sh.
140
141 2007-03-22  Christian Persch <chpe@gnome.org>
142
143         Fix for #418194.
144         * atk/Makefile.am: use -DATK_LOCALEDIR.
145         * configure.in: remove AM_GLIB_DEFINE_LOCALEDIR.
146
147 2007-03-22  Christian Persch <chpe@gnome.org>
148
149         Fix for #382328.
150         * atk/atkrelation.c: (atk_relation_type_get_name): add missing const.
151         * atk/atkstate.c: (atk_state_type_get_name): ditto.
152         * atk/atktext.c: (atk_text_attribute_get_name): ditto.
153
154 2007-03-12  Li Yuan <li.yuan@sun.com>
155
156         * configure.in, NEWS:
157         Revved to 1.18.0 for GNOME 2.18.0.
158
159 2007-03-02  Li Yuan <li.yuan@sun.com>
160
161         * atk/atkobject.c: 
162         (atk_object_notify_state_change):
163         Fix #408527. Add a check.
164
165 2007-02-25  Tor Lillqvist  <tml@novell.com>
166
167         * atk/atkmisc.h: Fix typo: declare atk_misc_get_type(), not
168         atk_util_get_type().
169
170         * atk/atk.def: Add atkmisc entry points.
171
172 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
173
174         * Makefile.am: Dist MAINTAINERS.
175
176 2007-02-13  Bill Haneman <bill.haneman@sun.com>
177
178         * atk/atkstate.h: Clarified documentation for
179         ATK_STATE enumerations.  See bug #398038.
180
181         * atk/atkrelation.c: Point to atk_object_add_relationship, 
182         to clarify and simplify use of AtkRelation.  See bug #367627.
183         
184 2007-02-12  Li Yuan  <li.yuan@sun.com>
185
186         * configure.in, NEWS:
187         Revved to 1.17.0.
188
189 2007-02-12  Li Yuan  <li.yuan@sun.com>
190
191         * atk/atkmisc.c:
192         (atk_misc_threads_enter), (atk_misc_threads_leave):
193         Bug #404592. Don't do anything if misc is NULL.
194
195 2007-01-22  Li Yuan  <li.yuan@sun.com>
196
197         * configure.in, NEWS:
198         Revved to 1.13.2.
199
200 2007-01-19  Li Yuan  <li.yuan@sun.com>
201
202         * atk/atkmisc.c:
203         (atk_misc_threads_enter), (atk_misc_threads_leave):
204         Bug #329454. Use ATK_MISC_GET_CLASS to get AtkMiscClass
205         to use the overloaded functions. 
206
207 2007-01-13  Hans Breuer  <hans@breuer.org>
208
209         * atk/makefile.msc : adapt lib name to "auto-standard", add atkmisc
210
211 2007-01-10  Li Yuan <li.yuan@sun.com>
212
213         * configure.in:
214         * atk/atkmisc.h:
215         Revved to 1.13.1.
216
217 2007-01-08  Bill Haneman <bill.haneman@sun.com>
218
219         * atk/atkaction.c:
220         (atk_action_get_name): Clarified what is expected 
221         in an action name, and numerated some commonly-used names.
222         (atk_action_get_keybinding): Improve the documentation
223         for the string returned by this API.
224
225 2007-01-08  Bill Haneman <bill.haneman@sun.com>
226
227         * configure.in: Revved to 1.13.0, since new API
228         has been added for gnome 2.17.5.  (ATK is
229         now API frozen for gnome 2.18.)
230
231         * atk/atkmisc.[ch]: New class which provides
232         miscellaneous utilities including
233         (atk_misc_threads_enter, atk_misc_thread_leave): New, 
234         see bug #329454.
235
236         * docs/tmpl/atkmisc.sgml:
237         Docs for AtkMisc.
238         
239         * docs/tmpl/atkhyperlinkimpl.sgml: Added minimal
240         doc for AtkHyperlinkImpl struct.
241         
242 2006-12-05  Li Yuan <li.yuan@sun.com>
243
244         * configure.in, NEWS:
245         Bump to 1.12.4, for gnome 2.17.4.
246
247 2006-12-04  Bill Haneman <bill.haneman@sun.com>
248         
249         * Added Li Yuan <li.yuan@sun.com> to MAINTAINERS.
250
251 2006-10-01  Bill Haneman <bill.haneman@sun.com>
252
253         * configure.in, NEWS:
254         Bump to 1.12.3, for gnome 2.16.1.
255         
256 2006-09-26  Bill Haneman <bill.haneman@sun.com>
257
258         * atk/atktext.c:
259         (atk_text_attribute_get_value): Allow 
260         the wrap value to be 3 (bug #357847).
261
262 2006-09-14  Bill Haneman <bill.haneman@sun.com>
263
264         * atk/docs/atkdocument.sgml:
265         Update docs to include signals, and revise description.
266         
267         Following code changes from Neo Liu <nian.lui@sun.com>
268
269         * atkdocument.c:
270         (atk_document_base_init): New, add signals
271         "load_complete", "load_stopped", "reload".
272
273         * atknoopobject;c:
274         (atk_no_op_object_get_type): Add 'AtkDocument'
275         interface type to this test AtkObject class.
276         
277 2006-09-19  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
278
279         * configure.in: Added "te" to ALL_LINGUAS
280
281 2006-09-14  Bill Haneman <bill.haneman@sun.com>
282
283         * atk/atk.def: Added some missing symbols for win32 build.
284         Patch from Cedric Gustin, bug #355912.
285         
286         * atk/atkhyperlink.c:
287         (atk_hyperlink_is_selected_link): Mark deprecated, since
288         ATK_STATE_SELECTED gives the same information for hyperlinks.
289         Bug #340553.
290         
291         * atk/atktext.c:
292         (atk_text_attribute_get_value): Allow value of
293         PANGO_UNDERLINE_ERROR, since this is not an error condition, but
294         denotes the underline style used to indicate spelling errors.
295         Bug #346464.
296         
297 2006-09-08  Bill Haneman <bill.haneman@sun.com>
298
299         * atk/atkhyperlinkimpl.c:
300         (atk_hyperlink_impl_get_hyperlink): Add missing
301         return statement - thanks to Neo Liu for finding this.
302         Bug #352227.
303
304 2006-09-01  Abel Cheung  <abel@oaka.org>
305
306         * configure.in: Added 'dz' 'ku' to ALL_LINGUAS.
307
308 2006-08-21 Bill Haneman <bill.haneman@sun.com>
309
310         * configure.in: Revved to 1.12.2.
311         
312 2006-08-17 Bill Haneman <bill.haneman@sun.com>
313
314         * docs/atk-docs.sgml: Added entity for AtkHyperlinkImpl.
315
316         * docs/atk-sections.txt: Added entries for newly added API.
317
318         * atk/atkvalue.c:
319         (atk_value_get_minimum_increment): Added the right number of
320         asterisks to make gtk-doc happy (!) so that inline docs are exposed.
321         
322         Fixes bug #351580.
323         
324 2006-08-01 Bill Haneman <bill.haneman@sun.com>
325
326         * atk/atkobject.h:
327         Improved docs for ATK_ROLE_APPLICATION, ATK_ROLE_ALERT.
328         
329 2006-07-03 Runa Bhattacharjee <runabh@gmail.com>
330
331         * configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS.
332
333 2006-06-29 Bill Haneman <bill.haneman@sun.com>
334
335         * atk/atkhyperlinkimpl.h:
336         * atk/atkhyperlinkimpl.c:
337         (atk_hyperlink_impl_get_hyperlink): New method and 
338         interface, allows a client to obtain the 
339         AtkHyperlink instance associated with an AtkObject.
340         See RFE #344284.
341
342         * configure.in: Bumped to 1.12.1.
343
344 2006-06-23 Bill Haneman <bill.haneman@sun.com>
345
346         * docs/atk-docs.sgml: Add index sections.
347         * atk/*.c: Fix 'Since' and 'Deprecated' tags so that
348         index xsl parser can find them.  Bug #313183.
349
350         * atk/atkobject.h:
351         Added ATK_ROLE_LINK and ATK_ROLE_INPUT_METHOD_WINDOW, 
352         bug #345367 and #140635.
353         
354 2006-06-21 Bill Haneman <bill.haneman@sun.com>
355
356         * atk/atkstateset.c:
357         (ATK_STATE): Patch from Ginn Chen, bug #345407.
358         Fix ATK_STATE macro for state values > 32.
359         
360 2006-06-15 Bill Haneman <bill.haneman@sun.com>
361
362         * atk/atkstreamablecontent.h, atkstreamablecontent.c:
363         Fix nasty typo.  Bug #344915.
364         
365 2006-06-14 Bill Haneman <bill.haneman@sun.com>
366
367         * atk/atkstreamablecontent.h, atkstreamablecontent.c:
368         (atk_streamable_content_get_uri): New method, returns a string
369         representing a URI from which content may be streamed.
370         See RFE #344885.
371         
372 2006-06-08 Bill Haneman <bill.haneman@sun.com>
373
374         * atk/Makefile.am: Added $(srcfile) to win32
375         libatk_1_0_la_LDFLAGS,
376         bug #336802.  Hope that works, as I don't have a win32 build env
377         to test on.
378         
379 2006-06-08 Bill Haneman <bill.haneman@sun.com>
380
381         * configure.in: Revved to 1.12.0 after tagging the repository with
382         gnome-2-14 (if we need to create/work on the old branch).
383         
384         * atk/atkobject.h, atkobject.c: Added ATK_ROLE_FORM (bug #344142).
385         
386         * atk/atkrelationtype.h: Added ATK_RELATION_DESCRIPTION_FOR, 
387         ATK_RELATION_DESCRIBED_BY (bug #344144).
388
389         * atk/atkstate.h: Added ATK_STATE_DEFAULT (bug #344281) and
390         ATK_STATE_VISITED (bug #344384), also ATK_STATE_ANIMATED which
391         is in AT-SPI but was not yet in ATK.
392
393         * atk/atkvalue.h, atkvalue.c: Add atk_value_get_minimum_increment
394         (missing despite being in AT-SPI's IDL for Value: bug #341875)
395         
396 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
397
398         * configure.in: Remove obsolete no.po referrals
399         * po/no.po: Same.
400
401 2006-03-28 Bill Haneman <bill.haneman@sun.com>
402
403         * configure.in, NEWS: Revved to 1.11.4, to include docs improvements.
404         
405 2006-03-24  Gora Mohanty  <gmohanty@cvs.gnome.org>
406
407         * configure.in: Added 'or' (Oriya) to ALL_LINGUAS.
408
409 2006-03-21 Bill Haneman <bill.haneman@sun.com>
410
411         gtk-doc documentation fixes: ATK now has 100% API coverage
412         with no incomplete function/struct descriptions.
413         
414         * atk/atkdocument.c: Edited docs to make gtk-doc happier.
415         * atk/atkimage.c: Ditto.
416         * atk/atkobject.c: Moved 'Deprecated' tag relative to 'Returns',
417         to make gtk-doc happier.
418         * atk/atkobject.h: Documented AtkPropertyValues.
419         * atk/atkrelationtypes: Documented the unused/invalid types
420         ATK_RELATION_TYPE_NULL and ATK_RELATION_TYPE_LAST_DEFINED.
421         * atk/atktext.h: Documented AtkTextBoundaryType.
422         * atk/atkutil.h: Documented AtkKeyEventStruct.
423         * docs/atksections.txt: Added missing function entries.
424         * docs/tmpl/atkhypertext.sgml: Added long description.
425         * docs/tmpl/atkregistry.sgml: Added long description.
426         * docs/tmpl/atkrelationset.sgml: Added long description.
427         * docs/tmpl/atkstreamablecontent.sgml: Added long description.
428         
429 2006-03-21  Tor Lillqvist  <tml@novell.com>
430
431         * atk/atkobject.c (get_atk_locale_dir): Fix fatal typo.
432
433         * atk/atk.def: Add some missing functions.
434
435 2006-03-20  Vladimer Sichinava  <vlsichinava@gmail.com>
436
437         * configure.in: Added "ka" (Georgian) to ALL_LINGUAS
438
439 2006-03-20 Bill Haneman <bill.haneman@sun.com>
440         
441         * atk/atkutil.h: Added missing info on AtkEventListener,
442         AtkEventListenerInit, and AtkKeySnoopFunc. bug #320911.
443
444         * atk/atkimage.h: Moved information about '-1' return values
445         to the corresponding parameters.  bug #320916.
446         
447         * atk/atkobject.c: Fixed some docs issues in comment blocks.
448
449         * docs/tmpl/atkobject.sgml: Clarify children-changed signal
450         params. bug #162410.
451         
452 2006-03-20 Bill Haneman <bill.haneman@sun.com>
453
454         * atk/atkimage.c: Bug detected by Behdad Esfahbod
455         (atk_image_get_position): Allow for NULL-in params.
456         (atk_image_get_size): Allow for NULL in-params.
457         
458 2006-03-13 Bill Haneman <bill.haneman@sun.com>
459
460         * configure.in, NEWS: Revved to 1.11.3.
461         This is the GNOME 2.14.0 version of ATK.
462         
463 2006-02-24 Bill Haneman <bill.haneman@sun.com>
464
465         * atk/atkobject.c:
466         (get_atk_locale_dir): Make sure to convert from UTF-8 to
467         correct filename encoding; bug #317458 from Kazuzi IWAMOTO.
468
469         * atk/atkobject.c:
470         * atk/atktext.c:
471         Const patch from Arjan Van de Van; adds 'const' to 
472         internal atk structures and methods where appropriate.
473
474 2006-01-17 Bill Haneman <bill.haneman@sun.com>
475
476         * configure.in: Revved to 1.11.1.
477         Re-dist using a working gtk-doc, so that docs are included.
478         
479 2006-01-16 Bill Haneman <bill.haneman@sun.com>
480
481         * configure.in: Revved to 1.11.0.
482         
483 2005-12-27  Abel Cheung  <maddog@linuxhall.org>
484
485         * configure.in: Added "zh_HK" to ALL_LINGUAS.
486
487 2005-11-17  Bill Haneman <bill.haneman@sun.com>
488
489         * atk/atkobject.h:
490         (AtkRoleType): Added ATK_ROLE_ENTRY, ATK_ROLE_CHART,
491         ATK_ROLE_CAPTION, ATK_ROLE_DOCUMENT_FRAME, ATK_ROLE_HEADING,
492         ATK_ROLE_PAGE, ATK_ROLE_SECTION, ATK_ROLE_REDUNDANT_OBJECT.
493         (AtkAttributeSet): Moved here from AtkText.
494         (AtkObjectClass): Added get_attributes vfunc pointer.
495
496         (atk_object_get_attributes): New public method.
497         
498         * atk/atkobject.c:
499         (atk_object_get_attributes): New method implementation, 
500         uses AtkObjectClass->get_attributes.   This method allows
501         the assignment of weakly-type attributes to any AtkObject
502         instance, as name-value pairs.
503         (AtkRoleItem): Added names for the new roles.
504         
505         * atk/atkstate.h:
506         (AtkStateType): Added ATK_STATE_INVALID_ENTRY, 
507         ATK_STATE_SUPPORTS_AUTOCOMPLETION, ATK_STATE_SELECTABLE_TEXT.
508         Tweaked docs for other states.
509         
510         * atk/atkimage.h:
511         (AtkImageClass): Added get_image_locale vfunc.
512         (atk_image_get_image_locale): New method.
513
514         * atk/atkimage.c:
515         (atk_image_get_image_locale): New method.
516
517         * atk/atkcomponent.h:
518         (AtkComponentClass): Added get_alpha vfunc.
519         (atk_component_get_alpha): New method.
520         
521         * atk/atkcomponent.c:
522         (atk_component_get_alpha): New method.
523
524         * atk/atkdocument.h:
525         (AtkDocument): Added vfuncs for document locale and
526         document attributes.
527         (atk_document_get_locale): New.
528         (atk_document_get_attributes): New.
529         (atk_document_get_attribute_value): New.
530         (atk_document_set_attribute_value): New.
531
532         * atk/atkdocument.c: 
533         (atk_document_get_locale): New.
534         (atk_document_get_attributes): New.
535         (atk_document_get_attribute_value): New.
536         (atk_document_set_attribute_value): New.        
537         
538 2005-11-16  Bill Haneman <bill.haneman@sun.com>
539
540         * atk/atkimage.c:
541         * atk/atkhypertext.c:
542         * atk/atkobjectfactory.c:
543         * atk/atktable.c: Moved error return code
544         description to 'Returns' section.
545         * docs/tmpl/atkutil.sgml:
546         Committed a docs patch from Bill Abt.
547         
548 2005-11-01  Simos Xenitellis  <simos@gnome.org>
549
550         * configure.in: Added tt (Tatar) to ALL_LINGUAS.
551
552 2005-09-05  Bill Haneman <bill.haneman@sun.com>
553
554         * configure.in, NEWS: Release 1.10.3, 
555         with a working libtool (1.10.2 was a bad release, don't use).
556
557 2005-08-29  Bill Haneman <bill.haneman@sun.com>
558
559         * configure.in, NEWS: Release 1.10.2.
560
561 2005-08-19  Tor Lillqvist  <tml@novell.com>
562
563         * atk-zip.sh.in: Drop the timestamp from the zip file
564         names. Include the .def file.
565
566         * atk/Makefile.am (install-def-file): Fix typo.
567
568 2005-08-04  Tor Lillqvist  <tml@novell.com>
569
570         * configure.in: Look for windres on Win32.
571
572         * atk/Makefile.am: Don't use the script in GLib's build/win32 to
573         compile the rc file into a resource object file. (This means we
574         lose the build number increment magic, but I doubt it was that
575         useful anyway.) Instead use windres directly. To pass a normal .o
576         file produced by windres through libtool, which wants .lo files,
577         pass it directly to the linker using a -Wl option.
578
579         * atk/atk.rc.in: Correspondingly, replace BUILDNUMBER with 0.
580
581 2005-07-18  Abduxukur Abdurixit <abdurixit@gmail.com>      
582
583         * configure.in: Added 'ug' to ALL_LINGUAS.
584
585 2005-06-08  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
586
587         * configure.in: Added 'gl' to ALL_LINGUAS.
588
589 2005-04-28  Bill Haneman <billh@gnome.org>
590
591         * configure.in: Patch from Michael Meeks to
592         make atk 1.9's dependency on gtk+ 2.6 soft, i.e. 
593         don't require gmodule-no-export-2.0.
594         Restores compatibility of atk 1.9 series with gtK 2.4.X.
595
596         Revved to 1.10.1.
597
598 2005-04-22  Tor Lillqvist  <tml@novell.com>
599
600         * atk/atkobject.c: Initialize gettext before use. Calling
601         bindtextdomain() and bind_textdomain_codeset() in
602         atk_role_get_localized_name() was too late. Put the calls in new
603         function gettext_initialization() and call that from
604         atk_object_class_init() and atk_role_get_localized_name(). Move
605         the Win32-specific DllMain() and get_atk_locale_dir() functions
606         and the redefinition of ATK_LOCALEDIR before
607         gettext_initialization() as it uses ATK_LOCALEDIR. Fixes #170948
608         for atk's part. Thanks to Robert Ã–gren, Daniel Atallah and Kevin
609         Stange.
610
611 2005-04-09  Hans Breuer  <hans@breuer.org>
612
613         * atk/makefile.msc : updated $(LIBINTL_LIBS)
614         atkrelationtype.h to atk_headers, PKG_VER
615
616 2005-04-05  Bill Haneman <bill.haneman@sun.com>
617
618         * atk/atkstate.h: Added ATK_STATE_REQUIRED, to
619         indicate that explicit user interaction with a UI control is
620         required, i.e. for web forms elements with the 'required' tag.
621         See bug #172663.
622         
623 2005-04-04  Padraig O'Briain  <padraig.obriain@sun.com>
624
625         * atk/atkrelation.c: Update doc to note that atk_relation_add_target
626         was added for version 1.9.
627
628         * atk/atkrelationset.c: Update doc to note that 
629         atk_relation_set_add_relation_by_type was added for version 1.9.
630
631 2005-03-30  Steve Murphy  <murf@e-tools.com>
632
633         * configure.in: Added "rw" to ALL_LINGUAS.
634
635 2005-03-08  Bill Haneman <bill.haneman@sun.com>
636
637         * ===== Released 1.9.1=====
638
639         * configure.in, NEWS, README: Released 1.9.1.
640
641 2005-02-23  Padraig O'Briain  <padraig.obriain@sun.com>
642
643         * atk.spec.in:  Corrected FTP directory. (bug #168218)
644         Corrected spelling
645
646 2005-02-08  Christian Rose  <menthos@menthos.com>
647
648         * configure.in: Added "xh" to ALL_LINGUAS.
649
650 2005-01-26  Padraig O'Briain  <padraig.obriain@sun.com>
651
652         * atk/atk.def: Add atk_text_clip_type_get_type. Bug #165288.
653
654 2004-12-29  Tor Lillqvist  <tml@iki.fi>
655
656         * atk/atk.def: Add new functions.
657
658 2004-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
659
660         * atk/atkrelationtype.h: Add description for ATK_RELATION_SUBWINDOW_OF.
661         Fixes bug #161562.
662
663 2004-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
664
665         * ===== Released 1.9.0=====
666
667         * configure.in: Version 1.9.0, interface age 0, binary age 900
668
669         * NEWS: Updated.
670
671 Thu Nov 25 14:11:41 2004  Manish Singh  <yosh@gimp.org>
672
673         * autogen.sh: rm autom4te.cache, since it might interfere with
674         differing autoconf versions.
675
676 2004-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
677
678         * atk/atkobject.c: Replace DEPRECATED by @Deprecated in comments
679         to fix warning when documentation is generated.
680
681         * atk/atkrelation.[ch]: 
682         * docs/tmpl/atkrelation.sgml: Add atk_relation_add_target.
683
684         * atk/atkrelationset.[ch]:
685         * atk/tmpl/atkrelationset.sgml: 
686         Add atk_relation_set_add_relation_by_type.
687
688         * docs/atk-sections.txt: Add atk_relation_add_target and
689         atk_relation_set_add_relation_by_type.
690
691         Fixes bug #158722.
692
693 2004-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
694
695         * configure.in: Use gmodule-no-export.pc, requires glib 2.5.7.
696         Patch from Matthias Clasen for bug #158531. 
697         Incremented version to 1.9.0. 
698         Branch for gnome-2-8 has been created.
699         
700 2004-11-11  Christian Rose  <menthos@menthos.com>
701
702         * configure.in: Added "as" to ALL_LINGUAS.
703
704 2004-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
705
706         * docs/atk-docs.sgml: Add a more descriptive title in the docs.
707         Patch from Diego Gonzalez. (bug #156296)
708
709         * atk/text.c (Clarify meaning of end_offset for 
710         atk_text_get_text_at_offset().
711         Patch from Bill Haneman. (bug #156574)
712
713 2004-09-14  Abel Cheung  <maddog@linuxhall.org>
714
715         * configure.in: Added "ar" to ALL_LINGUAS.
716
717 2004-09-10  Theppitak Karoonboonyanan  <thep@linux.thai.net>
718
719         * configure.in: Added "th" to ALL_LINGUAS.
720
721 2004-09-07  Padraig O'Briain  <padraig.obriain@sun.com>
722
723         * ===== Released 1.8.0=====
724
725         * configure.in: Version 1.8.0, interface age 0, binary age 800
726
727         * NEWS: Updated.
728
729 2004-08-16  Christian Rose  <menthos@menthos.com>
730
731         * configure.in: Added "bs" to ALL_LINGUAS.
732
733 2004-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
734
735         * *atk/atkdocument.c atk/atkeditabletext.c atk/atkhypertext.c
736         atk/atkimage.c atk/atknoopobjectfactory.c atkobject.c 
737         atk/atkstreamablecontent.c atk/atktext.c attk/atkvalue.c:
738         Fix for bug #149990; patch from Kjartan Maraas.
739
740 2004-08-12  Kjartan Maraas  <kmaraas@gnome.org>
741  
742         * configure.in: Added nb to ALL_LINGUAS.
743
744 2004-08-09  Ankit Patel <ankit@redhat.com>
745
746         * configure.in: Added "gu" to ALL_LINGUAS.
747
748 2004-07-28  Padraig O'Briain  <padraig.obriain@sun.com>
749
750         * configure.in: Increment version to 1.7.3 and interface age to 3.
751
752         * ===== Released Version 1.7.3, interface age 3, binary age 703 ====
753
754         * NEWS: Updated.
755         
756 2004-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
757
758         * docs/atk-sections.txt: Add entries to fix warning when generating
759         documentation.
760
761         * docs/tmpl/atkcomponent.sgml docs/tmpl/atkhyperlink.sgml 
762         docs/tmpl/atkhypertext.sgml docs/tmpl/atkobject.sgml 
763         docs/tmpl/atkrelation.sgml docs/tmpl/atkselection.sgml 
764         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml: Changes to generated
765         files.
766
767 2004-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
768
769         * ===== Released Version 1.7.2, interface age 2, binary age 702 ====
770
771         * NEWS: Updated.
772         
773 2004-07-20  Bill Haneman <bill.haneman@sun.com>
774
775         * atk/atkobject.h, atkobject.c, atk-object-enum.c:
776         Added ATK_ROLE_EMBEDDED, "embedded component", which is a 
777         context hint for assistive technologies that the contained
778         children share a context which differs from the embedding
779         container.  Fixes bug #147989.
780
781         * configure.in: Revved to 1.7.2.
782         
783 2004-06-10  Padraig O'Briain  <padraig.obriain@sun.com>
784
785         * atk/atkcomponent.h: Add definition for atk_rectangle_get_type
786         and ATK_TYPE_RECTANGLE.
787         * atk/atkcomponent.c (atk_component_base_init): Correct definition
788         of "bounds-changed" signal.
789         (atk_rectangle_copy): New function.
790         (atk_rectangle_get_type): New function.
791
792 2004-06-08  Padraig O'Briain  <padraig.obriain@sun.com>
793
794         * configure.in: Increment version to 1.7.2 and interface age to 2.
795
796 2004-06-08  Padraig O'Briain  <padraig.obriain@sun.com>
797
798         * ===== Released Version 1.7.1, interface age 1, binary age 701 ====
799
800         * NEWS: Updated.
801         
802 2004-06-04  Padraig O'Briain  <padraig.obriain@sun.com>
803
804         * docs/atk-sections.txt: Add AtkRectangle.
805
806         * docs/tmpl/atkcomponent.sgml: Add description for bounds-changed
807         signal.
808
809 2004-05-29  Christian Rose  <menthos@menthos.com>
810
811         * configure.in: Added "tk" to ALL_LINGUAS.
812
813 2004-05-18  Padraig O'Briain  <padraig.obriain@sun.com>
814
815         * atk/atkobject.c: Allow locale dir not to be harcoded into binary.
816         Fixes bug #128906.
817
818 2004-05-11  Padraig O'Briain  <padraig.obriain@sun.com>
819
820         * atk/atkobject.c: Make extra_roles static.
821
822         * atk/atkrelation.c: Make extra_names static.
823
824         Fixes bug #142234.
825
826         * atk/atkstate.h: Add clarification of state ATK_STATE_ENABLED to
827         documentation.
828
829 2004-04-22  Padraig O'Briain  <padraig.obriain@sun.com>
830
831         * configure.in: Increment version to 1.7.1 and interface age to 1.
832
833 2004-04-22  Padraig O'Briain  <padraig.obriain@sun.com>
834
835         * ===== Released Version 1.7.0, interface age 0, binary age 700 ====
836
837         * NEWS: Updated.
838
839 2004-04-20  Padraig O'Briain  <padraig.obriain@sun.com>
840
841         * configure.in: Increment version to 1.7.0.
842
843         * atk/atkcomponent.[ch]: Add new signal "bounds_changed". 
844         * docs/tmpl/atkcomponent.sgml: Add new signal "bounds_changed".
845
846         Fixes bug #140476.
847
848         * atk/atkrelationtype.h: Add new relation ATK_RELATION_PARENT_WINDOW_OF.
849         * atk/atkstate.h: Add new state ATK_STATE_TRUNCATED.
850         * docs/tmpl/atkrelation.sgml: Add new relation 
851         * docs/tmpl/atkstate.sgml: Add new state ATK_STATE_TRUNCATED 
852          
853         Fixes bug #133375.
854
855         * atk/atktext.c: Make extra_attributes static.
856
857 2004-04-19  Padraig O'Briain  <padraig.obriain@sun.com>
858
859         * ===== Released 1.6.1=====
860
861         * configure.in: Version 1.6.1, interface age 1, binary age 601
862
863         * NEWS: Updated.
864
865         * README: Fix typo.
866
867 2004-04-08  Guntupalli Karunakar  <karunakar@freedomink.org>
868
869         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
870
871 2004.04.02  Iñaki Larrañaga  <dooteo@euskalgnu.org>
872
873         * configure.in: Added "eu" (Basque) to ALL_LINGUAS.
874
875 2004-03-29  Manish Singh  <yosh@gimp.org>
876
877         * autogen.sh: use $ACLOCAL instead of aclocal-1.4 for --print-ac-dir.
878
879 2004-03-23  Guntupalli Karunakar  <karunakar@freedomink.org>
880
881         * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
882
883 2004-03-23  Pablo Saratxaga  <pablo@mandrakesoft.com>
884
885         * configure.in: Added Walloon (wa) to ALL_LINGUAS
886
887 2004-03-22  Padraig O'Briain  <padraig.obriain@sun.com>
888
889         * configure.in:
890         * atk/Makefile.am: Update to build on Cygwin. Fixes bug #137666.
891          Patch from Roger Leigh.
892         
893 2004-03-18  Guntupalli Karunakar  <karunakar@freedomink.org>
894
895         * configure.in: Added "mr" for Marathi to ALL_LINGUAS.
896
897 2004-03-08  Padraig O'Briain  <padraig.obriain@sun.com>
898
899         * ===== Released 1.6.0=====
900
901         * configure.in: Version 1.6.0, interface age 0, binary age 600
902
903         * NEWS: Updated.
904
905 2004-03-07  Danilo Ã… egan  <dsegan@gmx.net>
906
907         * configure.in: Added "sr@ije" to ALL_LINGAUS.
908
909 Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
910
911         * autogen.sh:
912         - exit with $? instead of 1 in case of failure
913         - exit with $? if ./configure failed
914           (that's so autogen.sh && make lines work)
915         - removed --enable-gtk-doc option
916         - added $AUTOGEN_CONFIGURE_ARGS
917
918 2004-03-01  Tor Lillqvist  <tml@iki.fi>
919
920         * atk/atk.def: Add some missing entries.
921
922 2004-02-24  Padraig O'Briain  <padraig.obriain@sun.com>
923
924         * ===== Released 1.5.5=====
925         
926         * configure.in: Version 1.5.5, interface age 4, binary age 505
927
928         * NEWS: Updated.
929
930 2004-02-20  Christian Rose  <menthos@menthos.com>
931
932         * configure.in: Added "en_CA" to ALL_LINGUAS.
933
934 2004-02-16  Padraig O'Briain  <padraig.obriain@sun.com>
935
936         * ===== Released 1.5.4=====
937         
938         * configure.in: Version 1.5.4, interface age 3, binary age 504
939
940         * NEWS: Updated.
941
942 2004-02-03  Padraig O'Briain  <padraig.obriain@sun.com>
943
944         * ===== Released 1.5.3=====
945         
946         * configure.in: Version 1.5.3, interface age 2, binary age 503
947
948         * NEWS: Updated.
949
950 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
951
952         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
953
954 2004-01-26  Padraig O'Briain  <padraig.obriain@sun.com>
955
956         * atk/atkobject.c: Revise property name. Fixes bug #130022 from
957         Christian - Manny Calavera - Neumair.
958
959 2004-01-23  Manish Singh  <yosh@gimp.org>
960
961         * Makefile.am: remove trailing backslash from last line of
962         DISTCLEANFILES. 
963
964 2004-01-23  Padraig O'Briain  <padraig.obriain@sun.com>
965
966         * atk-uninstalled.pc.in: Correct library name. Fixes bug #132283,
967         from laszlo.peter@ireland.sun.com.
968
969         * Makefile.am: Add DISTCLEANFILES.
970
971 2004-01-12  Padraig O'Briain  <padraig.obriain@sun.com>
972
973         * ===== Released 1.5.2=====
974         
975         * configure.in: Version 1.5.2, interface age 1, binary age 502
976
977         * NEWS: Updated.
978
979 2004-01-05  Padraig O'Briain  <padraig.obriain@sun.com>
980
981         * configure.in: Move specification of ALL_LINGUAS to later in file
982         so that CATOBJEXT is defined correctly.
983         Use ATK_LOCALEDIR instead of atklocaledir.
984
985         * atk/Makefile.am: Remove definition of ATKLOCALEDIR.
986
987         * atk/atkobject.c: Use ATK_LOCALEDIR instead of ATKLOCALEDIR.
988
989         * docs/tmpl/atkhyperlink.sgml: Add text for link-activated signal.
990
991 2004-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
992
993         * atk/atktext.c (atk_text_free_ranges): Fix segfault (bug #129837)
994         Patch provided by Jeff Franks.
995
996 2003-12-17  Padraig O'Briain  <padraig.obriain@sun.com>
997
998         * atk/atkobject.c: Change "accel label" to "accelerator label".
999         Fixes bug #129499.
1000
1001 2003-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
1002
1003         * ===== Released 1.5.1=====
1004         
1005         * configure.in: Version 1.5.1, interface age 0, binary age 501
1006
1007         * NEWS: Updated.
1008
1009 2003-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
1010
1011         * atk/atkobject.[ch]: Add new role ATK_ROLE_EDITBAR. Fixes bug #116007.
1012
1013         * atk/docs/tmpl/atkhyperlink.sgml: Add references to new signals and 
1014         properties
1015
1016         * atk/docs/tmpl/atkobject.sgml: Add references to new property and role
1017
1018 2003-12-01  Michael Natterer  <mitch@gimp.org>
1019
1020         * atk/atkobject.c (atk_object_real_get_property): fix typo:
1021         s/g_value_set_set/g_value_set_int/.
1022
1023 2003-12-01  Padraig O'Briain  <padraig.obriain@sun.com>
1024
1025         * atk/atkobject.c: (atk_object_class_init): Make nicks and blurbs of
1026         properties translatable. Add new property "accessible-hypertext-nlinks".
1027         (atk_object_real_get_property): Add support for new property
1028         "accessible-hypertext-nlinks".
1029
1030         * atk/atkhyperlink.h: Remove unnecessary comments. Add signal
1031         link_activated.
1032
1033         * atk/atkhyperlink.c: Add signals link_activated and new properties
1034         "number-of-anchors", "end-index" and "start-index".
1035
1036         This fixes bug #112390.
1037
1038 2003-11-29  Danilo Ã… egan  <dsegan@gmx.net>
1039
1040         * configure.in: Added "af" to ALL_LINGUAS.
1041
1042 2003-11-26  Padraig O'Briain  <padraig.obriain@sun.com>
1043
1044         * atk/atkobject.c (atk_object_real_ref_state_set): Add state FOCUSED
1045         if object is focus object.
1046
1047         * atk/atkutil.[ch] (atk_get_focus_object): New function which returns
1048         the last object reported by the application as focused.
1049
1050         * docs/atk-sections.txt, docs/tmpl/atkutil.sgml:
1051         Add atk_get_focus_object.
1052
1053         Fixes bug #127400.
1054
1055 2003-11-26  Padraig O'Briain  <padraig.obriain@sun.com>
1056
1057         * atk/atkobject.c: Change role names so that the unlocalized names
1058         do not contain hyphens and match the Java role names. Fixes bug #125024.
1059
1060 2003-11-24  Padraig O'Briain  <padraig.obriain@sun.com>
1061
1062         *  docs/tmpl/atkhyperlink.sgml, docs/tmp/atkhypertext.sgml,
1063         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelatiom.sgml,
1064         docs/tmpl/atkselection.sgml, docs/tmpl/atktable.sgml,
1065         docs/tmpl/atktext.sgml: Regenerate these files. The location of
1066         signal information has changed.
1067
1068 2003-11-24  Padraig O'Briain  <padraig.obriain@sun.com>
1069
1070         * ===== Released 1.5.0=====
1071         
1072         * configure.in: Version 1.5.0, interface age 0, binary age 500
1073
1074         * NEWS: Updated.
1075
1076 2003-11-03  Padraig O'Briain  <padraig.obriain@sun.com>
1077
1078         * atk/atkrelation.c: Use weak references for objects in a relation
1079         instead of object references so that objects are not leaked when
1080         corresponding widgets are destroyed.
1081
1082         This fixes bug #125725.
1083         
1084 2003-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
1085
1086         * configure.in: Add reference to docs/version.xml
1087
1088         Should have been done in previous commit but was omitted.
1089         Fixes build break reported in bugs #1258548 and #125902.
1090
1091 2003-10-29  Padraig O'Briain  <padraig.obriain@sun.com>
1092
1093         * configure.in: Add reference to docs/version.xml
1094
1095         * docs/Makefile.am: Add references to version.xml.in and version.xml
1096
1097         * docs/atk-docs.sgml: Add reference to version.xml
1098
1099         * docs/version.xml.in: New file.
1100
1101         This fixes bug #125758.
1102         
1103 2003-10-24  Padraig O'Briain  <padraig.obriain@sun.com>
1104
1105         * atk/atkrelation.c (atk_relation_new): Fix memory leak. (bug #124877)
1106
1107 2003-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
1108
1109         * ===== Released 1.4.1=====
1110         
1111         * configure.in: Version 1.4.1, interface age 1, binary age 401
1112
1113         * NEWS: Updated.
1114
1115 2003-09-28  Gediminas Paulauskas  <menesis@delfi.lt>
1116
1117         * configure.in: Added lt to ALL_LINGUAS.
1118
1119 2003-09-23  Padraig O'Briain  <padraig.obriain@sun.com>
1120
1121         * atk.spec.in: Correct typo. Fix provided by Scott Kennedy.
1122         This fixes bug #121990.
1123
1124 2003-09-21  Ãƒ\85smund Skjæveland  <aasmunds@fys.uio.no>
1125  
1126         * configure.in: Added Norwegian (nynorsk) code
1127         nn to ALL_LINGUAS.
1128
1129 2003-09-10  Padraig O'Briain  <padraig.obriain@sun.com>
1130
1131         * atk/atkobject.c: Remove comments about signals. The description
1132         should be in files in docs/tmpl directory.
1133
1134         * docs/tmpl/atkhypertext.sgml: Add description for link-selected signal.
1135         * docs/tmpl/atkobject.sgml:  Add descriptions for 
1136         active-descendant-changed, children-changed, focus-event, 
1137         property-change, state-change and visible-data-changed signals.
1138         * docs/tmpl/atkselection.sgml: Add description for selection-changed
1139         signal.
1140         * docs/tmpl/atktable.sgml: Add descriptions for column-deleted,
1141         columnn-inserted, column-reordered, model-changed, row-deleted, 
1142         row-inserted and  row-reordered signals.
1143         * docs/tmpl/atktext.sgml: Add description for text-attributes-changed,
1144         text-caret-moved, text-changed and text-selection-changed signals.
1145
1146         This fixes bug #121163.
1147
1148 2003-09-02  Padraig O'Briain  <padraig.obriain@sun.com>
1149
1150         * ===== Released 1.4.0=====
1151
1152         * configure.in: Version 1.4.0, interface age 0, binary age 400
1153
1154         * NEWS: Updated.
1155
1156 2003-08-28  Christian Rose  <menthos@menthos.com>
1157
1158         * configure.in: Added "ne" to ALL_LINGUAS.
1159
1160 2003-08-25  Padraig O'Briain  <padraig.obriain@sun.com>
1161
1162         * ===== Released 1.3.6=====
1163
1164         * configure.in: Version 1.3.6, interface age 2, binary age 306
1165
1166         * NEWS: Updated.
1167
1168 2003-08-08  Malcolm Tredinnick <malcolm@commsecure.com.au>
1169         
1170         * autogen.sh: Clarify an error message.
1171
1172 2003-08-08  Guntupalli Karunakar  <karunakar@freedomink.org>
1173
1174         * configure.in: Added "hi" in ALL_LINGUAS.
1175
1176 2003-08-07  Padraig O'Briain  <padraig.obriain@sun.com>
1177
1178         * ===== Released 1.3.5=====
1179
1180         * configure.in: Version 1.3.5, interface age 1, binary age 305
1181
1182         * NEWS: Updated.
1183
1184 2003-08-04  Padraig O'Briain  <padraig.obriain@sun.com>
1185
1186         * Remove po/Makefile.in.in. This fixes bug #119053.
1187
1188 2003-07-08  Padraig O'Briain  <padraig.obriain@sun.com>
1189
1190         * atk/atktable.c (atk_table_ref_at): Ensure that row and column values 
1191         are non-negative.
1192
1193         This is a partial fix for bug #116712.
1194
1195 2003-07-03  Padraig O'Briain  <padraig.obriain@sun.com>
1196
1197         * atk/atkstateset.c (atk_state_set_is_empty): Correct return value.
1198         Fixes bug #116621. Problem reported by Mario Lang.
1199
1200 2003-06-25  Fatih Demir <kabalak@gtranslator.org>
1201
1202         * configure.in: (Re-?)added "ta" (Tamil) to languages' list.
1203
1204 2003-06-23  Padraig O'Briain  <padraig.obriain@sun.com>
1205
1206         * atk.spec.in:
1207         Added locale directory to spec file. Fix provided by
1208         James T. Richardson, Jr.
1209
1210 2003-06-19  Padraig O'Briain  <padraig.obriain@sun.com>
1211
1212         * ===== Released 1.3.4=====
1213
1214         * NEWS: Updated.
1215
1216 2003-06-13  Tor Lillqvist  <tml@iki.fi>
1217
1218         * atk/atkobject.c (atk_role_get_localized_name): Set
1219         gettext_initialized.
1220
1221         * atk-zip.sh.in (DEVZIP): libtool 1.5 installs DLLs in the bin
1222         directory, so look there, too. Include the message catalogs.
1223
1224 2003-06-10  Padraig O'Briain  <padraig.obriain@sun.com>
1225
1226         * configure.in: Version 1.3.4, interface age 0, binary age 304
1227
1228         * atkrelationtype.h, docs/tmpl/atkrelation.sgml: Add new relation
1229         ATK_RELATION_POPUP.
1230
1231 2003-06-05  Paul Duffy <dubhthach@frink.nuigalway.ie>
1232
1233         * configure.in: Added ga (irish) to ALL_LINGUAS
1234          
1235 2003-06-05  Kenneth Rohde Christiansen  <kenneth@gnu.org>
1236
1237         * configure.in: Added li to ALL_LINGUAS.
1238
1239 2003-05-30  Padraig O'Briain  <padraig.obriain@sun.com>
1240
1241         * ===== Released 1.3.3=====
1242
1243         * configure.in: Version 1.3.3, interface age 3, binary age 303
1244
1245         * NEWS: Updated.
1246
1247 2003-05-28  Padraig O'Briain  <padraig.obriain@sun.com>
1248
1249         * atk/atkobject.h docs/tmpl/atkobject.sgml: Add new role
1250         ATK_ROLE_AUTOCOMPLETE.
1251
1252 2003-05-20  Padraig O'Briain  <padraig.obriain@sun.com>
1253
1254         * atk/atkstate.h, docs/tmpl/atkstate.sgml: Add state 
1255         ATK_STATE_INDETERMINATE. This state is used by Oo for check buttons
1256         which can have a value other than on or off.
1257
1258 2003-05-19 Arafat Medini <lumina@silverpen.de>
1259
1260         *configure.in: Added "ar" (Arabic) to ALL_LINGUAS
1261
1262 2003-05-16  Telsa Gwymme  <hobbit@aloss.ukuu.org.uk>
1263
1264         * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
1265
1266 2003-05-15  Padraig O'Briain  <padraig.obriain@sun.com>
1267
1268         * ===== Released 1.3.2=====
1269
1270         * configure.in: Version 1.3.2, interface age 2, binary age 302
1271
1272         * NEWS: Updated.
1273
1274 2003-05-09  Samúel Jón Gunnarsson  <sammi@techattack.nu>
1275
1276         * is.po: Added "is" into ALL_LINGUAS.
1277
1278 2003-05-06  Padraig O'Briain  <padraig.obriain@sun.com>
1279
1280         * configure.in: Make message when pkg-config fails to find glib-2.0.pc
1281         less cryptic.
1282
1283         * po/pl.po: Updated Polish translation from Artur Flinta.
1284
1285 2003-05-05  Duarte Loreto <happyguy_pt@hotmail.com>
1286
1287         * configure.in: Added Portuguese (pt) to ALL_LINGUAS.
1288
1289 2003-05-05  Christian Rose  <menthos@menthos.com>
1290
1291         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
1292
1293 2003-05-01  Padraig O'Briain  <padraig.obriain@sun.com>
1294
1295         * ===== Released 1.3.1=====
1296
1297         * configure.in: Version 1.3.1, interface age 1, binary age 301
1298
1299         * NEWS: Updated.
1300
1301         * po/yi.po: Update line numbers.
1302
1303 2003-04-25  Padraig O'Briain  <padraig.obriain@sun.com>
1304
1305         * atk/stateset.h: Fix typo in documentation.
1306
1307         * autogen.sh (have_libtool): Accept libtool-1.5. (#111481)
1308         Patch provided by Ali Akcaagac.
1309
1310 2003-03-26  Christian Rose  <menthos@menthos.com>
1311
1312         * configure.in: Added "yi" to ALL_LINGUAS.
1313
1314 2003-03-21  Takeshi AIHANA <aihana@gnome.gr.jp>
1315
1316         * configure.in: Added Japanese 'ja' into ALL_LINGUAS.
1317
1318 2003-03-20  Padraig O'Briain  <padraig.obriain@sun.com>
1319
1320         * ===== Released 1.3.0=====
1321
1322         * configure.in: Version 1.3.0, interface age 0, binary age 300
1323
1324         * NEWS: Updated.
1325
1326 2003-03-20  Guntupalli Karunakar  <karunakar@freedomink.org>
1327
1328         * configure.in: Added Malayalam (ml) in ALL_LINGUAS
1329
1330 2003-03-20  Padraig O'Briain  <padraig.obriain@sun.com>
1331
1332         * docs/atk-sections.txt: Add 11 unused declarations.
1333
1334 2003-03-20  James Henstridge  <james@daa.com.au>
1335  
1336         * autogen.sh: update to call automake-1.7, libtoolize, gtkdocize
1337         and glib-gettextize.
1338  
1339         * configure.in: cleanup to make use of newer autoconf/automake
1340         features.
1341  
1342         * Makefile.am: get rid of custom distcheck rule, which is no
1343         longer necessary.
1344  
1345         * atk/Makefile.am: cleanup makefile.  Use BUILT_SOURCES for built
1346         sources.
1347  
1348         * docs/Makefile.am: use common gtk-doc.make.
1349  
1350         * docs/atk-docs.sgml: update to use gtk-doc's XML mode.
1351  
1352 2003-03-16  Joel Brich <joel.brich@laposte.net>
1353
1354         * configure.in: Added "eo" to ALL_LINGUAS
1355         * po/eo.po: Added Esperanto translation
1356         from Charles Voelger <cvoelger@dweasel.com>
1357
1358 2003-03-12  Tor Lillqvist  <tml@iki.fi>
1359
1360         * atk/atk.def: Add one more missing export, thanks to Cedric
1361         Gustin.
1362
1363 2003-03-07  Padraig O'Briain  <padraig.obriain@sun.com>
1364
1365         * atk/atkobject.c (atk_object_set_role): Add check that role is
1366         actually being changed. Do not emit notification for initial
1367         role setting. (bug #107710)
1368
1369 2003-03-06  Padraig O'Briain  <padraig.obriain@sun.com>
1370
1371         * atk/atkrelationset.c: Current returning of FALSE to 0 in function 
1372         which returns integer; (bug #107661) reported by Morten Welinder.
1373
1374 2003-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
1375
1376         * atk/atk-relation.c
1377         atk/atkrelationset.c
1378         atk/atkstatset.c: Correct returning of FALSE to NULL in functions
1379         which return pointer; (bug #107650) reported by Morten Welinder.
1380
1381 2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
1382
1383         * test/Makefile.am: Update to produce .so files
1384         (Problem reported and solution reported by Michael.Wilson@bull.net)
1385
1386 2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
1387
1388         * atk/atkgobjectaccessible.c (atk_gobject_accessible_from_object):
1389         Correct creation of non-AtkGObjectAccessible (bug #107124)
1390
1391         * atk/atkobject.c (atk_object_class_init): Set default initialize 
1392         function so that code which does not check for existence of parent 
1393         class's initialize function will work.
1394
1395         * atk/atkvalue.c: (atk_value_get_minimum_value, 
1396         atk_value_get_maximum_value, atk_value_get_current_value):
1397         Reset Value argument if it is a valid GValue otherwise zeroise it.
1398
1399         docs/tmpl/atkhypertext.sgml: Add link-selected signal.
1400
1401 2003-02-25  Tor Lillqvist  <tml@iki.fi>
1402
1403         * Makefile.am (EXTRA_DIST): Dist atk-zip.sh.in, not atk-zip.sh.
1404
1405         * atk/atk.def: Add a couple of missing entries, thanks to Cedric
1406         Gustin.
1407
1408         * atk/atk.rc.in: New file, for version info in the DLL on
1409         Windows. Similar as in GLib, GTK, etc.
1410
1411         * configure.in: Generate atk/atk.rc.
1412         
1413         * atk/Makefile.am: Use atk.rc on Windows.
1414         (EXTRA_DIST): Distribute atk.rc(.in).
1415
1416         * atk/atkobject.c: On Windows, don't use hardcoded ATKLOCALEDIR,
1417         but deduce it from DLL location, like GLib, GTK etc do.
1418
1419 2003-02-23  Abel Cheung  <maddog@linux.org.hk>
1420
1421         * configure.in: Added "mk" to ALL_LINGUAS.
1422
1423 2003-02-21  Roozbeh Pournader  <roozbeh@sharif.edu>
1424
1425         * configure.in: Added "fa" to ALL_LINGUAS.
1426
1427 2003-02-21  Metin Amiroff  <metin@karegen.com>
1428
1429         * configure.in: Added Azerbaijanian to ALL_LINGUAS.
1430
1431 2003-02-19  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
1432
1433         * configure.in: Added Belarusian to ALL_LINGUAS.
1434
1435 2003-02-14  Padraig O'Briain  <padraig.obriain@sun.com>
1436
1437         * atk/atknoopobject.c: Add AtkHypertext interface as this object should
1438         claim to implement all interfaces.
1439
1440 2003-02-12  Padraig O'Briain  <padraig.obriain@sun.com>
1441
1442         * atk/atkhyperlink.c (atk_hyperlink_class_init): Correct typo in blurb
1443
1444         * atk/atkhypertext.c
1445         (atk_hypertext_get_link): Add check on link_index value
1446         (atk_hypertext_get_link_index): Add check on char_index value
1447
1448 2003-02-09  Christian Rose  <menthos@menthos.com>
1449
1450         * configure.in: Added "kn" to ALL_LINGUAS.
1451
1452 2003-02-07  Christian Rose  <menthos@menthos.com>
1453
1454         * configure.in: Added "bn" to ALL_LINGUAS.
1455
1456 2003-02-06  Christian Rose  <menthos@menthos.com>
1457
1458         * configure.in: Added "id" to ALL_LINGUAS.
1459
1460 2003-02-04  Padraig O'Briain  <padraig.obriain@sun.com>
1461
1462         * atk/atkgobjectaccessible.c (atk_gobject_accessible_for_object):
1463         Add weak reference so we do not leak the accessible when the object
1464         dies. Problem reported by Alex Larsson.
1465
1466 2003-02-02  Fatih Demir <kabalak@gtranslator.org>
1467
1468         * configure.in: Added "tr" (Turkish) to the languages' list.
1469
1470 2003-01-30  Padraig O'Briain  <padraig.obriain@sun.com>
1471
1472         * atk/atkhyperlink.[ch]
1473         New property selected-link defined.
1474         Function pointer is_selected_link added to interface
1475         (atk_hyperlink_is_selected_link: New functions which checks
1476         whether the specified AtkHyperlink is selected
1477         
1478         * atk/atkhypertext.[ch]
1479         New signal link-selected added.
1480
1481         * docs/atk-sections.txt: Add atk_hyperlink_is_selected_link
1482
1483         * docs/tmpl/atkhyperlink.sgml: Add reference to property selected-link
1484         and function atk_hyperlink_is_selected_link.
1485
1486         This fixes bug #104621.
1487         
1488 Tue Jan 28 13:52:20 2003  Manish Singh  <yosh@gimp.org>
1489
1490         * autogen.sh (have_automake): call the versioned automake when
1491         checking the version itself.
1492
1493 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
1494
1495         * autogen.sh (have_automake): Fix version in complaint
1496         message about automake. (#104366, Rich Burridge)
1497
1498 2003-01-26  Daniel Yacob <locales@geez.org>
1499
1500         * configure.in: Added am to ALL_LINGUAS.
1501
1502 2003-01-23  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
1503
1504         * configure.in: Added "sk" to ALL_LINGUAS.
1505
1506 2003-01-23  Abel Cheung  <maddog@linux.org.hk>
1507
1508         * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS.
1509
1510 2003-01-23  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
1511
1512         * configure.in: Added "pt_BR" to ALL_LINGUAS.
1513
1514 2003-01-22  Marius Andreiana <marius galuna.ro>
1515
1516         * configure.in: added 'ro' to ALL_LINGUAS
1517
1518 2003-01-21  Christian Rose  <menthos@menthos.com>
1519
1520         * configure.in: Added "mn" to ALL_LINGUAS.
1521
1522 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
1523
1524         * atk/atktext.c
1525         (atk_text_base_init): Set vtable entry for default implementations
1526         (atk_text_get_range_extents): Omit calling default implementation
1527         (atk_text_get_bounded_ranges): Omit calling default implementation
1528
1529         * atk/atkcomponent.c
1530         (atk_component_base_init): New function to set vtable entry for 
1531         default implementations
1532         (atk_component_ref_accessible_at_point): Omit calling default 
1533         implementation
1534         (atk_component_contains): Omit calling default implementation
1535         (atk_component_get_position): Omit calling default implementation
1536         (atk_component_get_size): Omit calling default implementation
1537
1538 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
1539
1540         * atk/atkobject.c 
1541         (atk_object_real_set_property): Add support for PROP_TABLE_SUMMARY 
1542         and PROP_TABLE_CAPTION_OBJECT.
1543         (atk_object_real_get_property): Add support for PROP_TABLE_SUMMARY 
1544         and PROP_TABLE_CAPTION_OBJECT.
1545
1546         This completes ATK changes for bug #74814.
1547
1548 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
1549
1550         * atk/atkobject.c: Add property accessible-table-caption-object.
1551         This addresses bug #74814.
1552
1553         * atk/atkobject.h: Move some documentation from template file to
1554         avoid warnings when building.
1555
1556         * atk/atkrelation.c: Add new properties relation and target.
1557         This addresses bug #72426.
1558
1559         * atktext.[ch]: Add new functions atk_text_get_range_extents and
1560         atk_text_get_bounded_ranges.
1561         Also added data structures AtkTextRectangle and AtkTextRange, enum
1562         AtkTextClipType and helper function  atk_text_free_ranges.
1563         This addresses bug #100943.
1564         (atk_text_get_character_extents): Ensure that the reported width is 
1565         not negative. This fixes bug #102954)
1566
1567         * docs/atk-sections.txt: Add new functions and data items.
1568
1569         * docs/tmpl/atk-object.sgml: Remove some documentation and put in 
1570         atkobject.h. Add reference to accessible-table-caption-object.
1571
1572         * docs/tmpl/atk-relation.sgml: Add new properties
1573
1574         * docs/tmpl/atktext.sgml: Add new functions and data items.
1575
1576
1577 2003-01-20  Padraig O'Briain  <padraig.obriain@sun.com>
1578
1579         * ===== Released 1.2.2=====
1580
1581         * configure.in: Version 1.2.2, interface age 2, binary age 202
1582
1583         * NEWS: Updated.
1584
1585 2003-01-19  He Qiangqiang  <carton@linux.net.cn>
1586
1587         * configure.in: Added "zh_CN" to ALL_LINGUAS.
1588
1589 2003-01-12  Laurent Dhima  <laurenti@alblinux.net>
1590
1591         * configure.in: Added 'sq'(albanian) to ALL_LINGUAS.
1592
1593 2003-01-11  Pauli Virtanen  <pauli.virtanen@hut.fi>
1594
1595         * configure.in (ALL_LINGUAS): Added "fi" (Finnish)
1596
1597 2003-01-06  Alessio Frusciante  <algol@firenze.linux.it>
1598
1599         * configure.in (ALL_LINGUAS): Added "it" (Italian) 
1600
1601 2003-01-06  Padraig O'Briain  <padraig.obriain@sun.com>
1602
1603         * configure.in: Add -with-html-dir option. (bug #102497)
1604
1605         * docs/Makefile.am: Remove INSTALLDIR and HTML_DIR
1606
1607         * docs/tmpl/atkobject.sgml: Update so property names are in
1608         alphabetic order.
1609
1610 2003-01-03  Padraig O'Briain  <padraig.obriain@sun.com>
1611
1612         * ===== Released 1.2.1=====
1613         
1614         * configure.in: Version 1.2.1, interface age 1, binary age 201
1615
1616         * NEWS: Updated.
1617
1618 2003-01-02  Zbigniew Chyla  <cyba@gnome.pl>
1619
1620         * configure.in (ALL_LINGUAS): Added pl (Polish).
1621
1622 2002-12-23  Nam SungHyun  <namsh@kldp.org>
1623
1624         * configure.in: Added Korean (ko) to ALL_LINGUAS
1625
1626 2002-12-22  Artis Trops  <hornet@navigator.lv>
1627
1628         * configure.in: Added Latvian (lv) to ALL_LINGUAS.
1629
1630 2002-12-22  Christophe Merlet  <redfox@redfoxcenter.org>
1631
1632         * configure.in (ALL_LINGUAS): added French (fr).
1633
1634 2002-12-21  Jordi Mallach  <jordi@sindominio.net>
1635
1636         * configure.in (ALL_LINGUAS): added Catalan (ca).
1637
1638 2002-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
1639
1640         * ===== Released 1.2.0 ======
1641
1642         * configure.in: Version 1.2.0, interface age 0, binary age 200
1643
1644         * NEWS: Final update for 1.2.0.
1645
1646         * docs/tmpl/atkobject.sgml: Order of properties have been changed.
1647
1648 2002-12-18  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
1649
1650         * configure.in: Added Russian to ALL_LINGUAS.
1651
1652 2002-12-16  Padraig O'Briain  <padraig.obriain@sun.com>
1653
1654         * ===== Released 1.1.5=====
1655         
1656         * configure.in: Version 1.1.5, interface age 2, binary age 105
1657
1658         * NEWS: Updated.
1659
1660 2002-12-13  Padraig O'Briain  <padraig.obriain@sun.com>
1661
1662         * atk/atktext.c (atk_text_get_caret_offset): Return 0 instead of -1
1663         if caret is not supported. This addresses bug #101020.
1664
1665         * configure.in: Use third argument of AC_DEFINE to get rid of 
1666         acconfig.h. 
1667
1668 Thu Dec 12 14:57:20 2002  Owen Taylor  <otaylor@redhat.com>
1669
1670         * acinclude.m4: Remove; wasn't needed, and referred
1671         to GLib internal m4 files now gone.
1672
1673 Thu Dec 12 11:04:05 2002  Manish Singh  <yosh@gimp.org>
1674
1675         * configure.in: Require autoconf-2.53.
1676
1677 2002-12-12  Yanko Kaneti  <yaneti@declera.com>
1678
1679         * configure.in (ALL_LINGUAS): Added Bulgarian (bg).
1680
1681 2002-12-11  Pablo Saratxaga  <pablo@mandrakesoft.com>
1682
1683         * configure.in (ALL_LINGUAS): Added Vietnamese (vi), Hebrew (he),
1684         and Dutch (nl).
1685
1686 2002-12-07  Andras Timar <timar@gnome.hu>
1687
1688         * configure.in (ALL_LINGUAS): Added Hungarian (hu).
1689
1690 2002-12-06  Padraig O'Briain  <padraig.obriain@sun.com>
1691
1692         * ===== Released 1.1.4 =====
1693         
1694         * configure.in: Version 1.1.1, interface age 1, binary age 104
1695
1696         * NEWS: Updated.
1697
1698 2002-12-05  Ole Laursen  <olau@hardworking.dk>
1699
1700         * configure.in (ALL_LINGUAS): Added Danish (da).
1701
1702 2002-12-02  Pablo Gonzalo del Campo <pablodc@bigfoot.com>
1703
1704         * configure.in (ALL_LINGUAS): Added Spanish (es).
1705
1706 2002-12-01  Christian Neumair  <chris@gnome-de.org>
1707
1708         * configure.in (ALL_LINGUAS): Added German (de).
1709
1710 2002-11-22  Kjartan Maraas  <kmaraas@gnome.org>
1711
1712         * configure.in (ALL_LINGUAS): Added "no".
1713         
1714 2002-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
1715
1716         * Update NEWS for 1.1.3
1717
1718 2002-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
1719
1720         * configure.in: Update to take account of gtk-doc-version being 0.10
1721         Updated version required to 0.9
1722
1723 2002-11-20  Bill Haneman <bill.haneman@sun.com>
1724
1725         * atk/atkobject.h:
1726         Added ATK_ROLE_APPLICATION.
1727
1728         * atk/atkobject.c:
1729         (atk_role_get_localized_name):
1730         Added ATK_ROLE_APPLICATION case.        
1731
1732         * docs/atk-decl.txt:
1733         Added ATK_ROLE_APPLICATION to docs.
1734         
1735 2002-11-18  Abi Brady  <morwen@evilmagic.org>
1736
1737         * configure.in: Added "en_GB" to ALL_LINGUAS.
1738
1739 2002-11-15  Hasbullah BIn Pit <sebol@ikhlas.com>
1740
1741         * configure.in: Added "ms" to ALL_LINGUAS.
1742
1743 2002-11-15  Padraig O'Briain  <padraig.obriain@sun.com>
1744
1745         * Update NEWS for 1.1.2
1746
1747         * docs/tmpl/atkhyperlink.sgml docs/tmpl/atkobject.sgml
1748         Update docs.
1749
1750 2002-11-14  Bill Haneman <bill.haneman@sun.com>
1751
1752         * configure.in:
1753         Revved to 1.1.2, interface age 0, binary age 102.
1754         
1755         * atk/atkrelationtype.h:
1756         (ATK_RELATION_EMBEDS, ATK_RELATION_EMBEDDED_BY):
1757         New relations to handle content embedding, for instance
1758         text that embeds or flows around images.
1759
1760         * atk/atkhyperlink.h:
1761         (atk_hyperlink_is_inline):
1762         New API, returns whether a hyperlink's content is
1763         partially displayed inline; useful for small images
1764         emedded in text, and for HTML <src> elements.
1765         (AtkHyperlinkClass->link_state):
1766         New virtualized method, used to implement various
1767         state query API such as atk_hyperlink_is_inline().
1768
1769         * atk/atkhyperlink.c:
1770         (atk_hyperlink_is_inline):
1771         New method.
1772
1773         * docs/atk-sections.txt: 
1774         Additions for above API.
1775
1776 2002-11-13  Padraig O'Briain  <padraig.obriain@sun.com>
1777
1778         * atk/atkobject.[ch]: Add signal active-descendant-changed
1779
1780 2002-11-11  Christian Rose  <menthos@menthos.com>
1781
1782         * configure.in: Added "sv" to ALL_LINGUAS.
1783
1784 Fri Nov  8 19:55:25 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1785
1786         * atk/atkhyperlink.c
1787         * atk/atkhyperlink.h
1788         * atk/atktable.c
1789         * atk/atktable.h
1790         * atk/atktext.c
1791         * atk/atktext.h
1792         * docs/tmpl/atkhyperlink.sgml
1793         * docs/tmpl/atkobject.sgml
1794         * docs/tmpl/atktable.sgml
1795         * docs/tmpl/atktext.sgml
1796
1797         Trivial s/foo/foo_/ fixes to make atk.h includable with -Wshadow
1798         without warnings.
1799         
1800 2002-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
1801
1802         * autogen.sh: Add call to autoheader to create config.h.in
1803
1804 2002-11-04  Padraig O'Briain  <padraig.obriain@sun.com>
1805
1806         * acinclude.m4: New file
1807
1808         * autogen.sh: Add i18n support (copied from gtk+).
1809
1810         * configure.in: Add definition for atklocaledir and check for
1811         bind_textdomain_codeset()
1812
1813         * atk/Makefile.am: Add DEfininition of ATKLOCALEDIR to INCLUDES
1814
1815         * atk/atkobject.c (atk_role_get_localized_name): Add code to
1816         initialize i18n.
1817         
1818         * po/.cvsignore: Add extra files.
1819
1820 2002-11-01  Padraig O'Briain  <padraig.obriain@sun.com>
1821
1822         * configure.in: Create po/Makefile; patch supplied by 
1823         Dan Mills (thunder@ximain.com)
1824         
1825 2002-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
1826
1827         * ===== Released 1.1.1 =====
1828         
1829         * configure.in: Version 1.1.1, interface age 0, binary age 101
1830
1831         * NEWS: Updated.
1832
1833         * atk/Makefile.am: Add atkintl.h to EXTRA_DIST.
1834
1835 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
1836
1837         * Makefile.am: Add po directory
1838
1839         * configure.in: Add support for I18N
1840
1841         * acconfig.h atk/atkintl.h: New files used to support I18N
1842
1843         * atk/atkobject.c: Update atk_role_get_localized_name() to
1844         allow for localized name to be returned.
1845
1846         * docs/Makefile.am: Add atkintl.h to IGNORE_HFILES
1847
1848         * po/Makfile.in.in, po/POTFILES.in, po/po2tbl.sed.in po/.cvsignore
1849         po/ChangeLog: New files
1850
1851 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
1852
1853         * atk/Makefile.am, atk/atk.h: Add reference to atk/atkrelationtype.h
1854
1855         * atk/atkaction.[ch]: Add atk_action_get_localized_name.
1856
1857         * atk/atkobject.[ch]: Add atk_role_get_localized_name,
1858         atk_object_add_relationship and atk_object_remove_relationship
1859         Add new roles ATK_ROLE_HEADER, ATK_ROLE_FOOTER, ATK_ROLE_PARAGRAPH
1860         and ATK_ROLE_RULER
1861
1862         * atk/atkrelation.h: Move definition of AtkRelationType to
1863         atk/relationtype.h
1864
1865         * atk/atkstate.h: Add new state ATK_STATE_MANAGES_DESCENDANTS
1866
1867         * atk/atktext.[ch]: Add text-attributes-changed signal.
1868
1869         * docs/atk-sections.txt, docs/tmpl/atkaction.sgml: Add new functions.
1870
1871         * docs/tmpl/atkobject.sgml: Add new functions and new roles.
1872
1873         * docs/tmpl/atkrelation.sgml: Add new relations
1874
1875         * docs/tmpl/atkstate.sgml: Add new state
1876
1877         * docs/tmpl/atktext.sgml: Add new signal
1878
1879         * tests/testrelation.c: Add tests for new relationship functions.
1880
1881 2002-10-01  Padraig O'Briain  <padraig.obriain@sun.com>
1882
1883         * atk/atkobject.c (atk_object_notify): Fix leak; report and patch
1884         supplied by Sebastian Rittau (srittau@jroger.in-berlin.de)
1885
1886         Bug #94548.
1887
1888 2002-09-24  Padraig O'Briain  <padraig.obriain@sun.com>
1889
1890         * ===== Released 1.1.0 =====
1891         
1892         * NEWS: Updated.
1893
1894 2002-09-18  Padraig O'Briain  <padraig.obriain@sun.com>
1895
1896         * configure.in:
1897         increment version to 1.1.0, in view of the fact that we've 
1898         branched for GNOME-2 and GTK+-2.0, and this is HEAD.
1899         Also reset INTERFACE_AGE to zero, since an enum was added.
1900         Use similar library numbering as GTK.
1901
1902         * docs/tmpl/atkobject.sgml: Add ATK_LAYER_WINDOW
1903
1904 2002-09-06  Mark McLoughlin  <mark@skynet.ie>
1905
1906         * atk/atkobject.h: add ATK_LAYER_WINDOW.
1907
1908         * atk/atkcomponent.c: upd docs.
1909
1910 2002-09-06  Padraig O'Briain  <padraig.obriain@sun.com>
1911
1912         * docs/atk-sections.txt: Add ...Iface symbols to Standard sections to 
1913         avoid unused declarations
1914
1915         * docs/tmpl/atkobject.sgml docs/tmpl/atkrelationset.sgml:
1916         Move AtkRelationSet from atkobject to atkrelationset.
1917
1918 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
1919
1920         * docs/atk-sections.txt docs/tmpl/atkaction.sgml
1921         docs/tmpl/atkcomponent.sgml docs/tmpl/atkdocument.sgml
1922         docs/tmpl/atkeditabletext.sgml docs/tmpl/atkhypertext.sgml
1923         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml
1924         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
1925         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml
1926         docs/tmpl/atkvalue.sgml:
1927         Remove reference to ...Iface data structures; which eliminates
1928         undocumented symbols.
1929
1930 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
1931
1932         *  atk/atkutil.h: Add documentation for AtkKeyEventType
1933
1934         * docs/tmpl/action.sgml docs/tmpl/atkcomponent.sgml
1935         docs/tmpl/atkdocument.sgml docs/tmpl/atkeditabletext.sgml
1936         docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
1937         docs/tmpl/atkhypertext.sgml docs/tmpl/atkimage.sgml 
1938         docs/tmpl/atknoopobject.sgml docs/tmp[l/atknoopobjectfactory.sgml
1939         docs/tmpl/atkobject.sgml docs/tmpl/atkobjectfacory.sgml
1940         docs/tmpl/atkregistry.sgml docs/tmpl/atkrelation.sgml
1941         docs/tmpl/atkselection.sgml docs/tmpl/atkstate.sgml
1942         docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml
1943         docs/tmpl/atktext.sml docs/tmpl/atkutil.sgml
1944         docs/tmpl/atkutil.sgml:
1945         Reduce number of undocumented symbols
1946
1947 2002-08-26  Padraig O'Briain  <padraig.obriain@sun.com>
1948
1949         * atk/atknoopobjectfactory.c:
1950         Add implementation for atk_object_factory_get_accessible_type()
1951
1952 2002-08-18  Havoc Pennington  <hp@pobox.com>
1953
1954         * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1955         both automake 1.6 and 1.4 installed get the right automake. Means
1956         compilation from CVS will now require the latest automake 1.4
1957         release, or manually creating symlinks called "automake-1.4" and
1958         "aclocal-1.4"
1959
1960 2002-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
1961
1962         These changes improve the quality of the documentation by adding
1963         information about properties and signals.
1964
1965         * configure.in:
1966         Add atktargetlib, STRIP_BEGIN, STRIP_END and STRIP_DUMMY for
1967         use in docs Makefile.am
1968
1969         * atk/atk.h:
1970         Add missing include files, atk/atknoopobject.h and 
1971         atknoopobjectfactory.h
1972
1973         * docs/Makefile.am:
1974         Add support for scan program
1975
1976         * docs/atk.types:
1977         Added content to this file
1978
1979         * docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
1980         docs/tmpl/atknoopobject.sgml docs/tmpl/atknoopobjectfactory.sgml
1981         docs/tmpl/atkobjectfactory.sgml docs/tmpl/atkregistry.sgml
1982         docs/tmplatkutil.sgml:
1983         Removed references to contents of object's data structure
1984
1985         * docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml
1986         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml:
1987         Add references to signals and properties.
1988
1989 Wed Jul 31 17:08:04 2002  Owen Taylor  <otaylor@redhat.com>
1990
1991         * ===== Released 1.0.3 =====
1992         
1993         * configure.in (GLIB_REQUIRED_VERSION): Version 1.0.3,
1994         interface, binary version 3.
1995
1996         * NEWS: Updated.
1997
1998 2002-07-14  Padraig O'Briain  <padraig.obriain@sun.com>
1999
2000         * README: Updated to describe where to log bugs and mention mailing
2001         list.
2002
2003 2002-06-20  Padraig O'Briain  <padraig.obriain@sun.com>
2004
2005         * atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgml
2006         atk/docs/atkdocument.sgml atk/docs/tmpl/atkeditabletext.sgml
2007         atk/docs/tmpl/atkgobjectaccessible.sgml atk/docs/tmpl/atkhyperlink.sgml
2008         atk/docs/tmpl/atkhypertext.sgml atk/docs/tmpl/atkimage.sgml
2009         atk/docs/atknoopobject.sgml atk/docs/tmpl/atknoopobjectfactory.sgml
2010         atk/docs/tmpl/atkobjectfactory.sgml atk/docs/tmpl/atkregistry.sgml
2011         atk/docs/tmpl/atkregistry.sgml atk/docs/tmpl/atkrelationset.sgml
2012         atk/docs/tmpl/atkselection.sgml atk/docs/tmpl/atkstate.sgml
2013         atk/docs/tmpl/atkstateset.sgml atk/docs/tmpl/atkstreamablecontent.sgml
2014         atk/docs/tmpl/atktable.sgml atk/docs/tmpl/atktext.sgml
2015         atk/docs/tmpl/atkutil.sgml atk/docs/tmpl/atkvalue.sgml
2016         Update documentation.
2017
2018 2002-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
2019
2020         * atk/atkregistry.c:
2021         64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com)
2022         (bug #83316)
2023
2024 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
2025
2026         * ===== Released 1.0.2 ======
2027
2028         * NEWS: Updates.
2029
2030         * configure.in: Version 1.0.2, interface, binary age 2
2031
2032 2002-04-26  Padraig O'Briain  <padraig.obriain@sun.com>
2033
2034         * atk/atkutil.c (atk_focus_tracker_notify):
2035         Allow for object being NULL which means the window containing the
2036         focus widget has lost focus. We update the previous_focus_object 
2037         so we can emit notification for focus widget when window regains
2038         focus.
2039
2040 2002-04-15  Padraig O'Briain  <padraig.obriain@sun.com>
2041
2042         * atk/atkgobjectaccessible.c:
2043         (atk_gobject_accessible_for_object):  Allow for case where created
2044         AtkObject is not a AtkGObjectAccessible so quark_accessible_object
2045         was not initialized in atk_gobject_accessible_class_init
2046
2047 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
2048
2049         * ===== Released 1.0.1 ======
2050
2051         * NEWS: Updates.
2052
2053         * configure.in: Version 1.0.1, interface, binary age 1.0.0.
2054
2055 2002-03-19  Padraig O'Briain  <padraig.obriain@sun.com>
2056
2057         * atk/atkutil.c (atk_focus_tracker_notify):
2058         Do not do notification if previously notified object is the same as
2059         this object
2060
2061 2002-03-14  Tor Lillqvist  <tml@iki.fi>
2062
2063         * atk/Makefile.am: Use correct name for the DLL when generating
2064         the MSVC import library.
2065
2066 2002-03-13  Bill Haneman <bill.haneman@sun.com>
2067
2068         * atk/atkutil.c (atk_object_get_root):
2069         Changed g_type_class_peek to g_type_class_ref,
2070         this seemed to be triggering a SEGV in some cases.
2071
2072
2073 2002-03-12  Padraig O'Briain  <padraig.obriain@sun.com>
2074
2075         * atk/atkgobjectaccessible.c (atk_gobject_accessible_dispose):
2076         Correct name of data set to NULL from quark_accessible_object to
2077         quark_object
2078
2079 2002-03-09  Padraig O'Briain  <padraig.obriain@sun.com>
2080
2081         * atk/atkhyperlink.c (atk_hyperlink_get_type):
2082         Fix typo.
2083
2084 Thu Mar  7 23:52:51 2002  Owen Taylor  <otaylor@redhat.com>
2085
2086         * ===== Released 1.0.0 ======
2087
2088         * NEWS: Final update for 1.0.0.
2089
2090         * README: Update the compilation instructions a bit.
2091
2092 2002-03-06  Tor Lillqvist  <tml@iki.fi>
2093
2094         * atk-zip.sh.in
2095         * atk/Makefile.am: Use ATK_API_VERSION also in the Win32 import
2096         library names.
2097
2098 Tue Mar  5 16:54:21 2002  Owen Taylor  <otaylor@redhat.com>
2099
2100         * ATK 1.0.0 rc1
2101
2102         * tests/Makefile.am: Don't install libteststateset.la,
2103         libtestrelation.la. (#73655, James Henstridge)
2104
2105         * autogen.sh: Add --enable-gtk-doc
2106
2107         * configure.in: --disable-gtk-doc by default.
2108
2109         * Makefile.am: Add a slightly modified distcheck rule
2110         that passes --enable-gtk-doc to the configure inside.
2111         (So that 'make dist' succeeds inside.)
2112
2113 Tue Mar  5 11:55:35 2002  Owen Taylor  <otaylor@redhat.com>
2114
2115         * configure.in: Require GLib-2.0.0.
2116
2117         * configure.in atk/Makefile.am tests/Makefile.am atk.pc.in:
2118         Switch over to the Glib/GTK+ versioning scheme.
2119
2120 2002-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
2121
2122         * atk/atktext.c (atk_text_get_text):
2123         Permit end offset value of -1
2124
2125 2002-02-28  Padraig O'Briain  <padraig.obriain@sun.com>
2126
2127         * atk/atkhypertext.h:
2128         Update comments
2129
2130 2002-02-28  Sven Neumann  <sven@gimp.org>
2131
2132         * configure.in: beautified configure --help output.
2133
2134 2002-02-27  Padraig O'Briain  <padraig.obriain@sun.com>
2135
2136         * atk/atkhypertext.h atk/atkhyperlink.h: 
2137         Add padding to class structures to allow for future expansion.
2138
2139         * atk/atkdocument.h: 
2140         Add padding to class structures to allow for future expansion.
2141
2142         * atk/atkobjectfactory.h atk/atkgobjectaccessible.h:
2143         Add padding to class structures to allow for future expansion.
2144
2145 Mon Feb 25 19:09:39 2002  Owen Taylor  <otaylor@redhat.com>
2146
2147         * configure.in: Bail if AM_PATH_GLIB_2_0 fails.
2148
2149 2002-02-26  Tor Lillqvist  <tml@iki.fi>
2150
2151         * atk/Makefile.am: Do use -no-undefined on Win32, otherwise
2152         libtool won't create a DLL.
2153
2154 2002-02-25  Padraig O'Briain  <padraig.obriain@sun.com>
2155
2156         * atk/Makefile.am:
2157         Remove -no-undefined because of problems with uunresolved symbols
2158         in libgobject on Solaris when using gcc
2159
2160 Sat Feb 23 23:02:23 2002  Owen Taylor  <otaylor@redhat.com>
2161
2162         * configure.in: Version 0.13
2163
2164         * NEWS: Update for 0.13
2165
2166         * docs/atk-sections.txt: Update.
2167
2168 2002-02-22  Padraig O'Briain  <padraig.obriain@sun.com>
2169
2170         * atk/atkgobjectaccessible.c atk/atkhyperlink.c atk/atknoopobject.c
2171         atk/atknoopobjectfactory.c atkobject.c atk/atkobjectfactory.c
2172         atk/atkregistry.c atk/atkrelation.c atk/atkrelationset.c:
2173         Make use of parent_class consistent; define as gpointer and
2174         use g_type_class_peek_parent() to get it
2175
2176         * atk/atktext.c:
2177         Delete unused empty line
2178
2179         * atk/atkregistry.c atk/atkrelation.c:
2180         Make parent_class static 
2181
2182 2002-02-20  Padraig O'Briain  <padraig.obriain@sun.com>
2183
2184         * atk/atktext.c:
2185         Add check for offset being negative in functions which have offset
2186         parameter and return immediately if so.
2187
2188 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
2189
2190         * atk/atkcomponent.h:
2191         Change argument of get_layer and get_mdi_zorder function pointers 
2192         to be AtkComponent instead of AtkObject
2193
2194         * atk/atkcomponent.c:
2195         Change atk_component_get_layer and atk_component_get_mdi_zorder
2196         to refer to argument as component instead os accessible
2197
2198         * docs/atk-sections.txt docs/tmpl/atkaction.sgml 
2199         docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml
2200         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml 
2201         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
2202         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml:
2203         Update for recent changes
2204         
2205 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
2206
2207         * atk/atk.h:
2208         Guard atk.h with ifndef __ATK_H__
2209         (#71405 reported by terra@diku.dk (Morten Welinder))
2210
2211 2002-02-13  Padraig O'Briain  <padraig.obriain@sun.com>
2212
2213         * atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h
2214         atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h 
2215         atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h
2216         atk/atktable.h atk/atktext.h atk/atkvalue.h:
2217         Add padding to class structures to allow for future expansion.
2218
2219 2002-02-11  Bill Haneman  <bill.haneman@sun.com>
2220
2221         * configure.in:
2222         Incremented revision and tagged GNOME_D2_BETA.
2223
2224         * atkobject.h: 
2225         Marked atk_object_get_layer and atk_object_get_mdi_zorder
2226         as deprecated (should use atk_component API below).
2227         
2228         * atkcomponent.h:
2229         Added atk_component_get_layer and atk_component_get_mdi_zorder
2230         (erroneously defined in atkobject, they belong here).
2231
2232         * atkcomponent.c:
2233         Fixed some property get/set bugs.
2234
2235         * NEWS: updated for GNOME 2 Desktop Beta.
2236         
2237 2002-02-11  jacob berkman  <jacob@ximian.com>
2238
2239         * atk/atkselection.[ch] (atk_selection_get_type): 
2240         * atk/atktable.[ch] (atk_table_get_type): 
2241         * atk/atkregistry.h (atk_get_default_registry): 
2242         * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): 
2243         * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): 
2244         * atk/atkcomponent.[ch] (atk_component_get_type): 
2245         * atk/atkaction.[ch] (atk_action_get_type): declare function
2246         arguments as (void) rather than ()
2247
2248 2002-02-04  Bill Haneman  <bill.haneman@sun.com>
2249
2250         * configure.in:
2251         Incremented revision.
2252
2253 2002-01-30  Bill Haneman  <bill.haneman@sun.com>
2254
2255         * docs/tmpl/atkaction.sgml:
2256         * docs/tmpl/atkcomponent.sgml:
2257         * docs/tmpl/atkeditabletext.sgml:
2258         * docs/tmpl/atkimage.sgml:
2259         * docs/tmpl/atkobject.sgml:
2260         * docs/tmpl/atkselection.sgml:
2261         * docs/tmpl/atktable.sgml:
2262         * docs/tmpl/atktext.sgml:
2263         * docs/tmpl/atkvalue.sgml:
2264         Initial entries into the SHORT_DESCRIPTION and LONG_DESCRIPTION
2265         fields to improve docs; the documentation now gives some
2266         information on the purpose and function of the various ATK
2267         interfaces, and which types of UI components typically implement
2268         which interfaces.
2269         
2270 Tue Jan 29 23:29:46 2002  Owen Taylor  <otaylor@redhat.com>
2271
2272         * NEWS: Retroactively write a NEWS entry for 0.9 and 0.10.
2273
2274 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
2275
2276        * configure.in:
2277        Update version number to 0.10, for Desktop Alpha 2
2278
2279 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
2280
2281         * atk/atkobject.h:
2282         Correct inconsistencies between registered signal parameter types 
2283         and default signal handler struct fields
2284         (based on patch from Murray Cumming <murray@usa.net>)
2285
2286 2002-01-10  Bill Haneman <bill.haneman@sun.com>
2287
2288        * configure.in:
2289        Update version number to 0.9, for Beta2 package.
2290
2291 Wed Jan  9 11:26:56 2002  Owen Taylor  <otaylor@redhat.com>
2292
2293         * atk/Makefile.am (s-enum-types-h):  Include glib-object.h,
2294         Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. (#61845,
2295         Mikael Hermansson)
2296
2297 2002-01-07  Padraig O'Briain  <padraig.obriain@sun.com>
2298
2299         * atk/atkcomponent.c (atk_component_add_focus_handler):
2300         Add comments to clarify behavior if handler has already been added
2301
2302         * docs/tmpl/atktext.sgml:
2303         Update for change of caret_changed to text_caret_moved
2304
2305 2002-01-05  Hans Breuer  <hans@breuer.org>
2306
2307         * atk/makefile.msc : generate atk-enum-types.[hc]
2308         NOTE: the long comment in atkobject.h is crashing perl,
2309         at least version 5.005_02 built for MSWin32-x86-object
2310         Binary build 506 provided by ActiveState. Temporary
2311         deleting the AtkRole comment allows to work-around.
2312
2313         atk/atk.def : updated externals
2314
2315 2002-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
2316
2317         * atk/atkgobjectaccessible.h
2318         Fixed typo in define (reported by Jeff Franks)
2319
2320         * atk/atktext.c atk/atktext.h
2321         Change name of default signal handler for text_caret_moved signal
2322         from caret_changed to text_caret_moved
2323         Change enum CARET_MOVED to TEXT_CARET_MOVED
2324         (both issues reported by Jeff Franks)
2325
2326 2001-12-15  Michael Meeks  <michael@ximian.com>
2327
2328         * atk/atkrelation.c (atk_relation_class_init):
2329         setup parent class
2330         (atk_relation_finalize): chain to parent.
2331
2332         * atk/atkrelationset.c (atk_relation_set_class_init),
2333         (atk_relation_set_finalize): same fix.
2334
2335 Sat Dec 22 12:26:51 2001  Owen Taylor  <otaylor@redhat.com>
2336
2337         * configure.in: Version 0.8, require GLib-1.3.12
2338
2339         * atk/makefile.msc (PKG_VER): Version 0.8.
2340
2341 Thu Dec 20 00:33:47 2001  Owen Taylor  <otaylor@redhat.com>
2342
2343         * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary
2344         for correct srcdir != builddir operation when 
2345         generating source files in srcdir.
2346         
2347 Thu Dec 20 00:27:01 2001  Owen Taylor  <otaylor@redhat.com>
2348
2349         * docs/tmpl/atkutil.sgml: remove some conflict
2350         indicators.
2351
2352 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
2353
2354         * atk/atk.def:
2355         Add new functions
2356
2357 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
2358
2359         Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.h
2360         docs/tmpl/atkgobjectaccessible.sgml
2361
2362         * atk/Makefile.am atk/atk.h:
2363         Add references to new files
2364
2365         * atk/atkobject.c atk/atkobject.h
2366         docs/tmpl/atkobject.sgml:
2367         Add new function atk_object_initialize
2368
2369         * atk/atkobjectfactory.c atk/atkobjectfactory.h
2370         docs/tmpl/atkobjectfactory.sgml:
2371         Add new function atk_object_factory_get_accessible_type
2372
2373         * docs/atk-sections.txt:
2374         Add new functions.
2375         Add functions in atk-unused.txt
2376
2377         
2378 2001-12-17  Darin Adler  <darin@bentspoon.com>
2379
2380         * atk/atktext.c: Add missing #include <string.h>
2381
2382 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2383
2384         * atk/Makefile.am, tests/Makefile.am: Compile with
2385         -DG_DISABLE_DEPRECATED. See #52790.
2386
2387 2001-12-11  Padraig O'Briain  <padraig.obriain@sun.com>
2388
2389         * atk/atkcomponent.c (atk_component_ref_accessible_at_position):
2390         Remove unnecessary g_retunn_val_if_fail() call.
2391
2392 2001-12-08  Michael Meeks  <michael@ximian.com>
2393
2394         * atk/atkregistry.c (atk_registry_class_init):
2395         paranoia is not appropriate here, setup parent_class,
2396         don't create a new default registry here - makes no
2397         sense.
2398         (atk_registry_finalize): chain to parent class, do
2399         g_hash_table_destroys instead of g_frees.
2400
2401 2001-12-07  Padraig O'Briain  <padraig.obriain@sun.com>
2402
2403         * atk/Makefile.am:
2404         Update to create atk-enum-types.h before compiling source files
2405         (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
2406
2407 2001-12-05  Padraig O'Briain  <padraig.obriain@sun.com>
2408
2409         * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt 
2410         docs/tmpl/atktext.sgml tests/testrelation.c:
2411         Change atk_attribute_register to atk_text_attribute_register,
2412         atk_attribute_get_value to atk_text_attribute_get_value,
2413         atk_attribute_get_name to atk_text_attribute_get_name
2414         atk_attribute_for_name to atk_text_attribuute_for_name
2415
2416 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
2417
2418         * atk/atktext.c:
2419         Add implementation of atk_attribute_register, atk_attribute_for_name
2420         Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and
2421         support extra attributes being defined
2422
2423         * atk/atktext.h:
2424         Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow
2425         extra attributes to be defined
2426         Add atk_attribute_register() and atk_attribute_for_name()
2427
2428         * atk/atk.def:
2429         Add new functions
2430
2431         * docs/atk-sections.txt docs/tmpl/atktext.sgml
2432         Update because of additions to atk/atktext.h
2433
2434         * tests/testrelation.c:
2435         Add tests for text attributes
2436
2437 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
2438
2439         * atk/atkobject.c:
2440         Update atk_role_register() to allow extra roles to be defined
2441         Update atk_role_get_name() and atk_role_for_name() for newly defined
2442         roles
2443
2444         * tests/testrelation.c:
2445         Add tests for roles
2446
2447 2001-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
2448
2449         * atk/atkrelation.c:
2450         Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and
2451         atk_relation_type_for_name()
2452
2453         * atk/atkstate.c:
2454         Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and
2455         atk_state_type_for_name()
2456
2457         * tests/testrelation.c, tests/teststateset.c:
2458         Update tests as name componenets are separated by hyphen (-) rather
2459         than underline (_)
2460
2461 2001-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
2462
2463         * atk/Makefile.am:
2464         Generate files atk-enum-types.c and atk-enums-types.h to create
2465         types for enums.
2466
2467         * atk/atkobject.c:
2468         Use ATK_TYPE_ROLE in atk_role_get_name() and atk_role_for_name()
2469
2470 2001-11-28  Bill Haneman  <bill.haneman@sun.com>
2471
2472         * atk/atkutil.c:
2473         Changed calls to g_type_class_peek() to g_type_class_ref() where
2474         it makes more sense, and in other places check for a non-null
2475         klass return before trying to call class methods.  This prevents
2476         SEGV if no Atk-implementation library has been loaded.
2477
2478         * atk/atkobject.c:
2479         Fixed gtk-doc warning.
2480
2481 2001-11-28  Padraig O'Briain  <padraig.obriain@sun.com>
2482
2483         * atk/atkobject.[c|h]:
2484         Add functions atk_role_get_name() and atk_role_for_name() which
2485         transform a role into an untranslated string
2486         Update comments in atkobject.h which refer to property names
2487
2488         * atk/atkrelation.c:
2489         Correct error in atk_relation_type_get_name
2490
2491         * docs/atk-sections.txt
2492         Added atk_role_get_name and atk_role_for_name
2493
2494         * docs/tmpl/*sgml
2495         Updated files
2496         
2497 2001-11-23  Hans Breuer  <hans@breuer.org>
2498
2499         * atk/atk.def : updated externals
2500
2501         * atk/atktext.c atk/atkutil.c : added two spaces to fix
2502         minor coding style issues. Found by my exports generator.
2503
2504         * atk/makefile.msc : version 0.7, use build dir from
2505         $(TOP)\glib
2506
2507 Thu Nov 22 14:37:40 2001  Owen Taylor  <otaylor@redhat.com>
2508
2509         * Version 0.7
2510
2511         * configure.in (GLIB_REQUIRED_VERSION): Require GLib-1.3.11
2512
2513 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
2514
2515         * atk/atknoopobject.c:
2516         Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID
2517         when creating object
2518
2519 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
2520
2521         * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt,
2522         docs/tmpl/atkrelation.sgml:
2523         Change atk_relation_type_from_string to atk_relation_type_for_name
2524         Add atk_relation_type_get_name
2525
2526         * atk/atkrelationtype.c:
2527         Change atk_relation_type_from_string to atk_relation_type_for_name
2528         Add atk_relation_type_get_name
2529         Update atk_relation_type_register() to correctly register new
2530         relation types
2531
2532         * atk/atkstate.c:
2533         Changed name of static variable type to last_type
2534         Changed name of paremeter if atk_state_type_get_name to type to match
2535         comments
2536
2537         * docs/tmpl/*sgml
2538         Updated files
2539
2540         * tests/README, tests/Makefile.am       
2541         Add new test file testrelation.c
2542
2543 2001-11-22  Bill Haneman <bill.haneman@sun.com>
2544
2545         * atk/atkutil.c (atk_add_key_event_listener):
2546         Fix gtk-doc comment and clarify use of 'data' gpointer.
2547
2548 2001-11-22  Michael Meeks  <michael@ximian.com>
2549
2550         * atk/atkutil.c (atk_add_key_event_listener): switch
2551         to class_peek.
2552
2553         * atk/atkobject.c (atk_object_real_get_property):
2554         add missing 'break'.
2555
2556 2001-11-21  Michael Meeks  <michael@ximian.com>
2557
2558         * atk/atkrelation.c: pull in string.h for strcmp
2559
2560         * atk/atktext.c (atk_text_get_selection): fix bug / warning.
2561
2562         * atk/atkutil.c (atk_add_global_event_listener),
2563         (atk_get_toolkit_name, atk_get_toolkit_version):
2564         constify 
2565
2566 2001-11-21  Bill Haneman <bill.haneman@sun.com>
2567
2568         * atk/atkrelation.c: Added gtk-doc docs for 
2569         atk_relation_type_from_string.
2570
2571 Wed Nov 21 17:54:44 2001  Owen Taylor  <otaylor@redhat.com>
2572
2573         * atk/atkobject.h (enum): Fix trailing comma on
2574         enumeration.
2575
2576         * docs/atk-sections.txt: Update.
2577
2578         * NEWS: Updates
2579
2580 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
2581
2582         * atk/atkobject.[c|h]:
2583         Add additional argument (name) to state-change signal
2584         Update atk_object_notify_state_change to take account of 
2585         extra argument for state-change
2586
2587         * atk/atkmarshal.list:
2588         Add marshaller for VOID:STRING,BOOLEAN
2589         
2590 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
2591
2592         * atk/atkobject.[c|h], docs/atk-sections.txt, docs/tmpl/atkobject.sgml:
2593         Add enum AtkLayer and functions atk_object_get_layer and
2594         atk_object_get_mdi_zorder
2595
2596 2001-11-20  Padraig O'Briain  <padraig.obriain@sun.com>
2597
2598         * atk/atkobject.[c|h]:
2599         Remove property accessible-state; use signal state-change instead
2600         Change signature of state-change handler to take gboolean as argument
2601         instead of AtkPropertyValues
2602         Update atk_object_notify_state_change() to emit state-change signal
2603
2604         * atk/atkstate.[c|h], docs/tmpl/atkstate.sgml:
2605         Remove state ATK_STATE_COLLAPSED
2606
2607 2001-11-19  Bill Haneman <bill.haneman@sun.com>
2608
2609         * atk/atkobject.c:
2610         * atk/atkstate.c:
2611         Added state-changed signal to atkobject, in anticipation of 
2612         deprecating the accessible-state property.
2613
2614         * atk/atkutil.[ch]:
2615         Fixed signature of atk_util_add_key_listener () to
2616         take an AtkKeySnoopFunc instead of a pointer to same.
2617
2618 2001-11-19  Padraig O'Briain  <padraig.obriain@sun.com>
2619
2620         * atk/atkobject.c (atk_object_notify_state_change):
2621         Fix bug in calculation of number of toggle states
2622
2623         * atk/atkstate.c:
2624         Correct out-by-1 error in atk_state_type_register()
2625         Use type (number of states defined) in atk_state_type_get_name()
2626         and atk_state_type_for_name()
2627         
2628 2001-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
2629
2630         * atk/atkeditabletext.c:
2631         Remove unused structure _AtkEditableTextIfaceClass
2632
2633         * atk/atkobject.[c|h]
2634         Remove signals model_changed and selection_changed
2635
2636         * atk/selection.[c|h]
2637         Add signal selection_changed
2638
2639         * atk/atktable.[c|h]
2640         Remove unused structure _AtkTableIfaceClass
2641         Add signal model_changed
2642
2643         * atk/atktext.[c|h]
2644         Remove unused structure _AtkTextIfaceClass
2645         Add signal text_selection_changed
2646
2647         * docs/tmpl/atkobject.sgml, docs/tmpl/atkselection.sgml,
2648         docs/tmpl/atktable.sgml, atk/tmpl/atktext.sgml:
2649         Documentation changes
2650
2651 2001-11-17  Tor Lillqvist  <tml@iki.fi>
2652
2653         * atk-zip.sh.in: Build separate runtime and developer packages.
2654
2655         * atk/atk.def: Update.
2656
2657 2001-11-14  Bill Haneman  <bill.haneman@sun.com>
2658
2659         * atk/atkutil.h :
2660         Added API 
2661         atk_add_key_event_listener    (AtkKeySnoopFunc *listener,
2662                                        gpointer data);
2663         atk_remove_key_event_listener (AtkKeySnoopFunc *listener,
2664                                        gpointer data);
2665         
2666         to allow non-GTK-dependent installation of key snoop functions.
2667         This also meant adding definitions of AtkKeySnoopFunc and 
2668         AtkKeyEventStruct.
2669
2670 2001-11-08  Padraig O'Briain  <padraig.obriain@sun.com>
2671
2672         * atk/atkobject.c (atk_object_notify_state_change):
2673         Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED
2674         to ATK_STATE_EXPANDED or vice versa.
2675
2676 2001-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
2677
2678         * atk/atkobject.h:
2679         Add role ATK_ROLE_TREE_TABLE
2680
2681         * atk/atkrelation.h:
2682         Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT
2683         and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable
2684
2685         * docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl,
2686         docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml,
2687         docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl,
2688         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml,
2689         docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml,
2690         docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml,
2691         docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml:
2692         Update to reflect the current state of the documentation in the code.
2693
2694 2001-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
2695
2696         * atk/relation.h, docs/tmpl/atkrelation.sgml:
2697         Add two new relations ATK_RELATION_NODE_CHILDREN and
2698         ATK_RELATION_NODE_PARENT to support compound objects in a
2699         node or cell of a tree or table
2700         Added descriptions of all relations which are defined
2701
2702         * atk/atktable.c:
2703         Remove functions atk_table_real_get_index_at(),
2704         atk_table_real_get_column_at_index() and 
2705         atk_table_real_get_row_at_index() 
2706         Correct typos in documentation of other functions.
2707
2708 2001-10-28  Tor Lillqvist  <tml@iki.fi>
2709
2710         * atk-zip.sh.in: New file, used to build developer package for
2711         Win32.
2712
2713         * Makefile.am
2714         * configure.in: Add it.
2715
2716         * atk/Makefile.am: Add rules to install and uninstall mingw import
2717         library.
2718
2719 2001-10-26  Padraig O'Briain  <padraig.obriain@sun.com>
2720
2721         * atk/atkobject.[c|h]
2722         Remove the following properties
2723         accessible-child - use signal children_changed for notification
2724         accessible-text - use signal text_changed for notification
2725         accessible-caret - use signal text_caret_moved for notification
2726         accessible-selection - use new signal selection_changed 
2727         for notification
2728         accessible-visible-data - use new signal visible_data_changed
2729         for notification
2730         accessible-model - use new signal model_changed for notification
2731         Notify when role or parent changes
2732         Allow parent and role to be set or got using g_object_set() or
2733         g_object_get()
2734 .
2735 Wed Oct 24 11:13:13 2001  Owen Taylor  <otaylor@redhat.com>
2736
2737         * Version 0.6
2738
2739         * NEWS: Updates.
2740
2741 2001-10-25  Padraig O'Briain  <padraig.obriain@sun.com>
2742
2743         * atk/atkobject.h, docs/tmpl/atkobject.sgml:
2744         Add role ATK_ROLE_TERMINAL for an accessible terminal.
2745
2746 2001-10-22  Padraig O'Briain  <padraig.obriain@sun.com>
2747
2748         * atk/atkobject.c (atk_object_notify_state_change):
2749         Initialize AtkPropertyValue data structure to 0 instead of using
2750         memset.
2751
2752 2001-10-19  Tor Lillqvist  <tml@iki.fi>
2753
2754         * configure.in: Set automake conditionals OS_WIN32 if on (native)
2755         Win32, and MS_LIB_AVAILABLE if lib.exe is available. Calculate
2756         LT_CURRENT - LT_AGE and set LT_CURRENT_MINUS_AGE to that value.
2757
2758         * atk/Makefile.am: Add atk.def to EXTRA_DIST. On Win32, use
2759         -export-symbols atk.def. If lib.exe is available, generate
2760         atk.lib, and install it.
2761
2762         * atk/atk.def: Update with new entry points.
2763
2764 2001-10-19  Padraig O'Briain  <padraig.obriain@sun.com>
2765
2766         * atk/atkobject.[c|], docs/atk-sections.txt,
2767         docs/tmpl/atkobject.sgml:
2768         Add convenience function atk_object_notify_state_change()
2769         to generate property notification of state change.
2770
2771         * atk/atktext.c, docs/tmpl/atk-unused.sgml:
2772         Correct comments on functions atk_attribute_get_name() and
2773         atk_attribute_get_value()
2774
2775 2001-10-17  Padraig O'Briain  <padraig.obriain@sun.com>
2776
2777         * atk/atktext.c:
2778         Update comments in atk_text_get_text_[at|after|before]_offset()
2779         to clarify what these functions will return.
2780
2781 2001-10-16  Padraig O'Briain  <padraig.obriain@sun.com>
2782
2783         * atk/atktext.c:
2784         Update comments in atk_text_get_run_attributes() and
2785         atk_text_get_default_attributes().
2786
2787 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
2788
2789         * atk/atkobject;c:
2790         Change "property-change" signal to allow detail (i.e. property name) 
2791         and add detail in atk_object_notify().
2792
2793 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
2794
2795         * atk/atktext.c:
2796         Correct order of attribute names in text_attr_name array.
2797
2798 2001-10-12  Padraig O'Briain  <padraig.obriain@sun.com>
2799
2800         * atk/atktext.[c|h]:
2801         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
2802         Use enum AtkTextAttribute to specify what attribute are supported
2803         rather than hash defines. Define new functions atk_attribute_get_name()
2804         and atk_attribute_get_value() which return the strings for the
2805         attribute name and values for those attribute which have named values.
2806
2807 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
2808
2809         * atk/atktext.c (atk_text_get_run_attributes):
2810         Correct typo.
2811
2812         * atk/atktext.c (atk_text_get_default_attributes):
2813         Add call to set iface.
2814
2815 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
2816
2817         * atk/atktext.[c|h]:
2818         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
2819         Add new function atk_text_get_default_attributes
2820         Rename atk_text_ref_run_attributes to atk_text_get_run_attributes
2821
2822 2001-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
2823
2824         * atk/atktext.c (atk_attribute_set_free):
2825         Avoid leaking of AtkAttributeSet data structure; speed up code.
2826
2827         * docs/tmpl.atk*.sgml
2828         Updated to reflect current APIs.
2829
2830 2001-10-01  jacob berkman  <jacob@ximian.com>
2831
2832         * docs/Makefile.am (dist-hook-local): depend on all-local so that
2833         make dist works correctly w/o having to build first
2834
2835 2001-10-01  Tor Lillqvist  <tml@iki.fi>
2836
2837         * configure.in: Add AC_LIBTOOL_WIN32_DLL.
2838
2839 Sat Sep 29 19:45:00 2001  Bill Haneman <bill.haneman@sun.com>
2840         
2841         * configure.in (ATK_MICRO_VERSION): Version 0.6
2842         (because libglade will depend on a the small api addition below)
2843
2844         * atk/makefile.msc (PKG_VER): Version 0.6
2845
2846         * atk/atkrelation.h:
2847         * atk/atkrelation.c: (AtkRelationType 
2848         atk_relation_type_from_string (const gchar *name)): Added method.
2849
2850         
2851 Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>
2852
2853         * configure.in (ATK_MICRO_VERSION): Version 0.5
2854
2855         * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
2856
2857         * atk/makefile.msc (PKG_VER): Version 0.5
2858
2859 2001-09-21  Hans Breuer  <hans@breuer.org>
2860
2861         * atk/atk.def : updated externals
2862         * atk/makefile.msc : version 0.4
2863
2864         * atk/atktext.c (atk_text_get_character_extents) : real_height
2865         is a reference to int, so use &local_height
2866
2867 Wed Sep 19 10:46:44 2001  Tim Janik  <timj@gtk.org>
2868
2869         * Released 0.4.
2870
2871 Tue Sep 18 23:41:32 2001  Tim Janik  <timj@gtk.org>
2872
2873         * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION.
2874         up ATK_VERSION to 0.4, interface age 0, binary age 0.
2875         (from 0.2 which was not properly updated last time).
2876         depend on glib 1.3.8.
2877
2878         * NEWS: updates.
2879
2880 2001-09-11  Padraig O'Briain  <padraig.obriain@sun.com>
2881
2882         * atk/atkobject.c:
2883         Add object reference when object is set as accessible_parent
2884
2885 2001-09-05  Mark McLoughlin <mark@skynet.ie>
2886
2887         * configure.in: remember ACLOCAL_FLAGS.
2888
2889 2001-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
2890
2891         * atk/atktable.[c|h]
2892         Change atk_table_get_caption() and atk_table_set_caption()
2893         to deal with AtkObject* rather than gchar*
2894         Remove redundant and incorrect comments
2895         
2896 Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>
2897
2898         * configure.in: Version 0.3  
2899
2900         * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
2901
2902         * NEWS: Update  
2903
2904 2001-09-03  Padraig O'Briain  <padraig.obriain@sun.com>
2905
2906         * atk/atkobject.c:
2907         Correct property definitions for "accessible-table-caption", 
2908         "accessible-table-column-description", 
2909         "accessible-table-row-description" 
2910         * atk/atkobject.h:
2911         Update comments to include all properties defined
2912
2913 2001-08-24  Padraig O'Briain  <padraig.obriain@sun.com>
2914
2915         * atk/atkhyperlink.h:
2916         Change AtkHyperLink to AtkHyperlink in comment
2917         * atk/atkhypertext.[c|h]:
2918         Change AtkHyperLink to AtkHyperlink
2919         * atk/atktable.[c|h]:
2920         Make gchar* arguments const; make return value of type gchar*
2921         G_CONST_RETURN
2922         * docs/atk-sections.txt
2923         Remove reference to AtkHyperLink
2924         * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
2925         docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
2926         Updated by make
2927         
2928 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
2929
2930         * atk/atktable.c
2931         Add functions atk_table_real_get_index_at(), 
2932         atk_table_real_get_row_at_index(), atk_table_real_get_column_at_index() 
2933         as default implementations for atk_table_get_index_at(),
2934         atk_table_get_row_at_index(), atk_table_get_column_at_index()
2935
2936 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
2937
2938         * atk/atkaction.c:
2939         Refer to return value in function documentation for 
2940         atk_action_do_action
2941         * atk/atkimage.c:
2942         Fix typo in comments
2943         * docs/tmpl/atkaction.sgml:
2944         Update to include return value
2945
2946 2001-08-22  Marc Mulcahy <marc.mulcahy@sun.com>
2947
2948         * atk/atkaction.c atk/atkaction.h:
2949         Made atk_action_do_action return a gboolean as the class member of 
2950         AtkActionIface does.
2951         * .cvsignore:
2952         Added atk.spec
2953
2954 2001-08-20  Padraig O'Briain  <padraig.obriain@sun.com>
2955
2956         * docs/tmpl/atkimage.sgml atk/atkimage.h:
2957         Swap height and width arguments to atk_image_get_image_size
2958         * atk/atkimage.c:
2959         Swap height and height arguments to atk_image_get_image_size
2960         Do not crash if NULL pointers are passed for return values
2961
2962 2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
2963
2964         * docs/tmpl/atktext.sgml atk/atktext.h:
2965         Change parameter names *offset to *_offset
2966         * atk/atkcomponent.c:
2967         Do not crash if NULL pointers are passed for return values
2968         * atk/atktext.c:
2969         Change parameter names *offset to *_offset
2970         Do not crash if NULL pointers are passed for return values
2971         
2972 2001-08-16  Bill Haneman  <bill.haneman@sun.com>
2973
2974         * atk/atkutil.c :
2975         Changed g_type_class_peek() to g_type_class_ref()
2976         in atk_add_global_event_listener(), since
2977         g_type_class_peek() could return NULL when an
2978         instance of the class had not been created.
2979
2980 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
2981
2982         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
2983         Ensure that atk_attribute_set_free is in the documentation.
2984
2985 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
2986
2987         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
2988         Swapped order of width and height arguments to
2989         atk_text_get_character_extents()
2990         Changed AtkAttrributeSet_free to atk_attribute_set_free
2991
2992 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
2993
2994         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
2995         Changed "length" argument of atk_text_get_character_extents() to
2996         "height".
2997
2998 2001-08-15  Jens Finke <jens@gnome.org>
2999
3000         * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files.
3001         * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and
3002         added a AC_SUBST for it. This is needed for the spec.in file.
3003         Added atk.spec to output list.
3004         * atk.spec.in: New file.
3005
3006 2001-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
3007
3008         * atk/atkcomponent.[c|h]
3009         * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
3010         Change atk_component_get_accessible_at_point to 
3011         atk_component_ref_accessible_at_point so it will work for flyweights
3012
3013 Sun Aug 12 10:33:02 2001  Owen Taylor  <otaylor@redhat.com>
3014
3015         * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
3016         with GNU make.
3017
3018 2001-08-09  Padraig O'Briain  <padraig.obriain@sun.com>
3019
3020         * atk/atkaction.c, atk/atkcomponent.c
3021         Remove all instances of g_return_if_fail (foo != NULL); that are
3022         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
3023         since the second check catches the NULL.
3024         * atk/atkcomponent.c
3025         Add functions atk_component_real_contains(), 
3026         atk_component_real_get_position(), atkcomponent_real_get_size() 
3027         as default implementations for atk_component_contains(),
3028         atk_component_get_position(), atk_component_get_size()
3029
3030 2001-08-07  Brian Cameron <brian.cameron@sun.com>
3031
3032         * atk/atkimage.[ch] docs/atk-sections.txt
3033         docs/tmpl/atkimage.sgml
3034         Updated AtkImage get_position to get_image_position
3035         so the naming is consistant.  Now get_image_position
3036         and get_image_size return -1 for x/y/height/width
3037         if AtkImage implementations of these functions is
3038         not found.
3039
3040 2001-07-31  Padraig O'Briain  <padraig.obriain@sun.com>
3041
3042         * atk/atkobject.c
3043         Create an object relation set when the object is created.
3044
3045 2001-07-30  Brian Cameron <brian.cameron@sun.com>
3046
3047         * atk/atkutil.[ch]
3048         Changed first argument of atk_add_global_event_listener
3049         so the callback function is of type GSignalEmissionHook
3050         instead of AtkEventListener.  AtkEventListener is
3051         appropriate for Focus event callbacks, but not generic
3052         ones.
3053
3054 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
3055
3056         * atk/atkobject.c:
3057         Add function atk_object_real_ref_state_set() which creates the
3058         state set and adds states ATK_STATE_SELECTABLE and ATK_STATE_SELECTED
3059         if appropriate
3060
3061 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
3062
3063         * atk/*.c:
3064         Remove all instances of g_return_if_fail (foo != NULL); that are
3065         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
3066         since the second check catches the NULL.
3067
3068 2001-07-26  Padraig O'Briain  <padraig.obriain@sun.com>
3069
3070         * atk/Makefile.am
3071         Fix problem with ATK not building after running make maintainer-clean
3072         and autogen.sh: add extra files to MAINTAINERCLEANFILES
3073
3074 2001-07-25 Bill Haneman <bill.haneman@sun.com>
3075
3076         * atk/atktext.h
3077         * atk/atkeditabletext.h
3078         * atk.pc.in
3079         * atk-uninstalled.pc.in
3080         * atk/makefile.msc
3081         * configure.in
3082         Removed (unused) #defines of pango/pango.h
3083         Removed references to/dependencies on pango from .pc files
3084         Removed dependencies on pango from makefile.msc and configure.in
3085
3086 2001-07-24  Padraig O'Briain  <padraig.obriain@sun.com>
3087
3088         * atk/atkobject.[c|h]
3089         Move some implementation from GAIL:
3090         Default implementations for some some functions
3091         atk_object_real_get_name, atk_object_real_set_name,
3092         atk_object_real_get_description, atk_object_real_set_description,
3093         atk_object_real_get_parent, atk_object_real_set_parent,
3094         atk_object_real_get_role,
3095         atk_object_real_connect_property_change_handler,
3096         atk_object_real_remove_property_change_handler,
3097         atk_object_notify,
3098         definition of property-changed signal.
3099         Initialize pointers to NULL in atk_object_init().
3100         Initialize uninitialized function pointers to NULL in 
3101         atk_object_class_init().
3102         
3103 2001-07-23  Brian Cameron <brian.cameron@sun.com>
3104
3105         * atk/atkobject.c
3106         Changed children_changed signal to allow NULL pointers
3107         for the 2nd argument to the signal handler.
3108
3109 2001-07-20  Hans Breuer  <hans@breuer.org>
3110
3111         * atk/atk.def : added more exports
3112         * atk/makefile.msc : updated win32 build
3113
3114 2001-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
3115
3116         * atk/atkaction.[c|h], docs/atk-sections.txt, 
3117         docs/tmpl/atkaction.sgml
3118         Add atk_action_get_name() and atk_action_set_description()
3119
3120 2001-07-18  Padraig O'Briain  <padraig.obriain@sun.com>
3121
3122         * atk/atkstate.[c|h]
3123         Add ATK_STATE_ENABLED so we can distinguish between a consistent
3124         and inconsistent GtkToggleButton
3125
3126 2001-07-16  Brian Cameron <brian.cameron@sun.com>
3127
3128         * atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
3129         docs/atk-sections.txt docs/tmpl/atktext.sgml docs/tmpl/atkutil.sgml
3130         gail_textattributes_update.pat is for gail/gail and integrates the 
3131         ATK_ATTRIBUTE_* macros in the gail implementations.
3132         atk_docs_textattributes_update.pat is for atk/docs and patches
3133         atk-sections.txt etc. for improved docs
3134         atk_atk_textattributes_update.pat is for atk/atk and included the
3135         new ATK_ATTRIBUTE_* macros and updated gtk-doc comments.
3136
3137 2001-07-13  Darin Adler  <darin@bentspoon.com>
3138
3139         * atk/atkstate.c: Add missing <string.h> include.
3140         * tests/teststateset.c: Add missing <string.h> include.
3141
3142 2001-07-13  Darin Adler  <darin@bentspoon.com>
3143
3144         * .cvsignore: Ignore some generated files.
3145         * autogen.sh: Get rid of call to autoheader since the
3146         configure file doesn't include AM_CONFIG_HEADER.
3147
3148 2001-07-11  Brian Cameron <brian.cameron@sun.com>
3149
3150         * tmpl/atkdocument.sgml
3151         Added new file for docs.
3152
3153 2001-07-11  Padraig O'Briain  <padraig.obriain@sun.com>
3154
3155         * atk/atkimage.c atk/atkutil.c
3156         Changes to build with Sun's FORTE compiler.
3157
3158 2001-07-10  Brian Cameron <brian.cameron@sun.com>
3159
3160         * tmpl/atk-unused.sgml tmpl/atkcomponent.sgml tmpl/atkeditabletext.sgml
3161         tmpl/atkimage.sgml tmpl/atkselection.sgml tmpl/atkstate.sgml
3162         tmpl/atkstreamablecontent.sgml tmpl/atktable.sgml
3163         tmpl/atktext.sgml tmpl/atkutil.sgml
3164         Updated docs pages.
3165
3166 Mon Jul  2 06:37:09 2001  Tim Janik  <timj@gtk.org>
3167
3168         * atk/atktext.c (atk_text_base_init): 
3169         * atk/atktable.c (atk_table_base_init): 
3170         * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/
3171         to adapt to recent GSignal changes.
3172
3173 2001-06-28  Brian Cameron <brian.cameron@sun.com>
3174
3175         * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt
3176         docs/tmpl/atkutil.sgml
3177         Added new functiosn to AtkUtil.
3178
3179 2001-06-28  Brian Cameron <brian.cameron@sun.com>
3180
3181         * atk/Makefile.am atk/atk.h atk/atkdocument.c atk/atkdocument.h
3182         docs/atk-docs.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml
3183         docs/tmpl/atkobject.sgml
3184         Added new atk document interface.
3185
3186 2001-06-28  Brian Cameron <brian.cameron@sun.com>
3187
3188         * atk/atkcomponent.c atk/atkcomponent.h atk/atkimage.c
3189         atk/atkimage.h atk/atktext.c atk/atktext.h atk/atkutil.h
3190         Updated so that functions that take screen coords as 
3191         input/output also take an enum specifying whether
3192         the coords are screen or top-level window based.
3193         Updated docs as well.
3194
3195 2001-06-28  Brian Cameron <brian.cameron@sun.com>
3196
3197         *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c
3198         atk/atkhyperlink.c atk/atkobject.c atk/atkregistry.c
3199         atk/atkstate.c atk/atkstateset.c atk/atkstreamablecontent.c
3200         atk/atktable.c atk/atktext.c atk/atkutil.c atk/atkvalue.c
3201         atk/docs/tmpl/atkstreamablecontent.sgml
3202         Cleaned up docs.  Added atkstreamablecontent.sgml
3203
3204 2001-06-28  Brian Cameron <brian.cameron@sun.com>
3205
3206         *atk/atktable.h, atk/atktable.c
3207         Updated signal handler definitions.
3208
3209 2001-06-27  Brian Cameron <brian.cameron@sun.com>
3210
3211         *atk/atktext.h
3212         Updated AtkXYCoords enum.
3213
3214 2001-06-27  Brian Cameron <brian.cameron@sun.com>
3215
3216         *atk/atkaction.c atk/atkaction.h atk/atkcomponent.c
3217         atk/atkcomponent.h atk/atkhyperlink.c atk/atkhypertext.c
3218         atk/atkimage.c atk/atkimage.h atk/atkobject.c
3219         atk/atkobject.h atk/atkobjectfactory.c atk/atkregistry.c
3220         atk/atkstateset.c atk/atkstreamablecontent.c
3221         atk/atkstreamablecontent.h atk/atktable.c
3222         atk/atktext.c, docs/atk-docs.sgml docs/atk-sections.txt
3223         and some docs/tmpl files.
3224         Updated gtk-docs fixing spelling errors and making minor
3225         changes to the API.
3226
3227 2001-06-27  Louise Miller <lousie.miller@sun.com>
3228
3229         *atk/atkselection.h, atk/atkselection.c
3230         changed return type to gboolean for 
3231         atk_selection_select_all_selection
3232
3233 2001-06-26  Brian Cameron <brian.cameron@sun.com>
3234
3235         *atk/atkstate.h atk/atkstate.c
3236         docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml
3237         docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml
3238         docs/tmpl/atktext.sgml
3239         Added ATK_STATE_STALE.  Updated docs.
3240
3241 2001-06-22  Lucy Brophy <lucy.brophy@sun.com>
3242
3243         *atk/atktext.h
3244         Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
3245
3246 2001-06-21  Brian Cameron <brian.cameron@sun.com>
3247
3248         * atk/atkeditabletext.h, atk/atkobject.h,
3249         atktext.[ch]
3250         Added AtkAttributeSet_free() convenience
3251         function.
3252
3253 2001-06-20  Peter Williams  <peterw@ximian.com>
3254
3255         * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type ->
3256         atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer
3257         G_{BEGIN,END}_DECLS.
3258
3259 2001-06-20  Brian Cameron <brian.cameron@sun.com>
3260
3261         * atk/atktable.c, atk/atkmarshal.list
3262         Removed needless marshal and updated signal handlers in
3263         atktable.c
3264
3265 2001-06-20  Louise Miller <louise.miller@sun.com>
3266
3267         *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml   
3268         Changed parameters for get_selected_rows/get_selected_columns
3269         Added 4 new functions, add_row_selection, remove_row_selection,
3270         add_column_selection, remove_column_selection
3271
3272 2001-06-19  Brian Cameron <brian.cameron@sun.com>
3273
3274         * atk/atktable.c
3275         Fixed minor bug with signals.
3276
3277 2001-06-18  Brian Cameron <brian.cameron@sun.com>
3278
3279         * atk/atktable
3280         Added signals.
3281
3282 2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
3283
3284         * atk/atkselection.h atk/atkselection.c
3285         Now add_selection, clear_selection, and remove_selection 
3286         return a boolean indicating SUCCESS/FAILURE to indicate
3287         if the operation was successful.
3288
3289 2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
3290
3291         * atk/atktable.h atk/atktable.h
3292         Updated so now the get_text_before|at|after functions
3293         return the start & end offset of the string.  Updated the
3294         docs.
3295
3296 2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>
3297
3298         * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
3299
3300 2001-06-11  Havoc Pennington  <hp@redhat.com>
3301
3302         * NEWS: updated
3303
3304         * configure.in: bump version to 0.2 and add infrastructure for 
3305         libtool version info. Assumes GTK versioning scheme (major.minor 
3306         is binary compatible)
3307         
3308         * atk/Makefile.am (LDFLAGS): set version info
3309         (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
3310         
3311 2001-06-13  Brian Cameron <brian.cameron@sun.com>
3312
3313         * atk/atktable.h, atk/atktable.c
3314         Updated so that get/set row/column header functions
3315         work with AtkObjects rather than AtkTables.  Organized
3316         the header file a little more cleanly.  Also the get/set
3317         row_description and caption functions now use gchar *
3318         rather than AtkObject.
3319
3320 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
3321
3322         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
3323         Add signal model-changed.
3324
3325         * atk/atkobject.c: Add properties
3326         accessible-role, accessible-table-caption, 
3327         accessible-table-column-header, accessible-table-column_description.
3328         accessible-table-row-header, accessible-table-row_description.
3329         accessible-table-summary, accessible-model
3330
3331 2001-06-12  Brian Cameron <brian.cameron@sun.com>
3332
3333         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
3334         Updated atkeditabletext and atktext interfaces so they
3335         now properly define the get/set attribute methods and now
3336         get_offset_at_point and get_character_extents can request
3337         x,y coords by either widget or screen coords.
3338
3339 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
3340
3341         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
3342         CFLAGS, not in LIBS. (Always linking with -lpthread
3343         is a noticeable speed hit.)
3344
3345 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
3346
3347         * atk/Makefile.am: Really fix marshal generation.
3348
3349 2001-06-07  Havoc Pennington  <hp@redhat.com>
3350
3351         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
3352         glib-genmarshal stuff
3353
3354 2001-06-07  Havoc Pennington  <hp@redhat.com>
3355
3356         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
3357         glib-genmarshal
3358
3359         * configure.in: rearrange the library checks to support
3360         uninstalled linking     
3361
3362         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
3363
3364         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
3365         ATK in giant GTK tarball
3366
3367 2001-06-07  Brian Cameron <brian.cameron@sun.com>
3368
3369         * docs/atk-api.sgml docs/atk-sections.txt
3370         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
3371         docs/tmpl/atktext.sgml
3372         Removed docs/atk-api.sgml since it is not used.
3373         Updated sgml files and atk-sections.txt to reflect
3374         recent changes to the atktext and atkeditabletext
3375         interfaces
3376
3377 2001-06-06  Brian Cameron <brian.cameron@sun.com>
3378
3379         * atk/atktext.h atk/atktext.h
3380         Updated to new atktext functions for getting attributes.
3381
3382 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
3383
3384         * New files atk/atkstreamablecontent.[ch]
3385         Updated files: atk/Makefile.am, atk/atk.h
3386
3387         * atk/atkvalue.c: Updated comments
3388
3389 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
3390
3391         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
3392
3393 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
3394
3395         * atk/atkobject.c: Add property accessible-visible-data
3396
3397 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
3398
3399         * atk/atkobject.c: Add support for setting and getting 
3400         accessible-value property.
3401
3402         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
3403
3404 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
3405
3406         * atk/atkeditabletext.[ch], atk/atktext.[ch]
3407
3408         * docs/atk-overrides.txt, docs/Makefile.am
3409           Updated the interface for dealing with selected
3410           text to handle multiple selected regions.  Removed
3411           get_row_col_at_offset from atktext.[ch].  Added
3412           docs/atk-overrides.txt file.
3413
3414 Thu May 31  Brian Cameron <brian.cameron@sun.com>
3415
3416         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
3417           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
3418           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
3419           Makefiles so the proper marshall files get included in the
3420           dist.  Updated the Makefiles and configure.in so that the
3421           docs get included in the dist.
3422
3423 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
3424
3425         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
3426
3427 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
3428
3429         * atk/atkobject.c: Define new properties accessible-text, 
3430         accessible-caret, accessible-selection and accessible-value
3431
3432 2001-05-29  Brian Cameron <brian.cameron@sun.com>
3433
3434         * docs/atk-sections.txt
3435
3436         * docs/tmpl/*
3437         Improved the layout/formatting of the atk docs.  Added docs/tmpl
3438         files.
3439
3440 2001-05-28  Brian Cameron <brian.cameron@sun.com>
3441
3442         * atk/atktext.c
3443         Now properly set the initialized flag when setting up signals.
3444         Updated the atk-docs in several files
3445
3446 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
3447
3448         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
3449         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
3450         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
3451         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
3452         Fix warnings generated by Sun FORTE compiler
3453
3454 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
3455
3456         * atk/atkcomponent.c atk/atkvalue.c
3457         Remove return calls in functions which return void
3458         
3459 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
3460
3461         * atk/atkobject.h: Correct naming of role for status bar
3462
3463         * atk/atktext.c: 
3464         Clarify behaviour of atk_text_get_text_after/at/before_offset
3465  
3466 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
3467
3468         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
3469
3470 2001-01-06  Hans Breuer  <hans@breuer.org>
3471
3472         * atk/makefile.msc atk/atk.def (new files) :
3473         Enable build for win32, no sourc changes necessary.
3474
3475 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
3476
3477         * Released 0.1
3478
3479 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
3480
3481         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
3482
3483 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
3484
3485         * Start a ChangeLog
3486