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