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