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