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