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