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