30b800e95c09f4b507a98e82c4bce27e0f8b1fff
[platform/upstream/atk.git] / ChangeLog
1 2003-04-25  Padraig O'Briain  <padraig.obriain@sun.com>
2
3         * atk/stateset.h: Fix typo in documentation.
4
5         * autogen.sh (have_libtool): Accept libtool-1.5. (#111481)
6         Patch provided by Ali Akcaagac.
7
8 2003-03-26  Christian Rose  <menthos@menthos.com>
9
10         * configure.in: Added "yi" to ALL_LINGUAS.
11
12 2003-03-21  Takeshi AIHANA <aihana@gnome.gr.jp>
13
14         * configure.in: Added Japanese 'ja' into ALL_LINGUAS.
15
16 2003-03-20  Padraig O'Briain  <padraig.obriain@sun.com>
17
18         * ===== Released 1.3.0=====
19
20         * configure.in: Version 1.3.0, interface age 0, binary age 300
21
22         * NEWS: Updated.
23
24 2003-03-20  Guntupalli Karunakar  <karunakar@freedomink.org>
25
26         * configure.in: Added Malayalam (ml) in ALL_LINGUAS
27
28 2003-03-20  Padraig O'Briain  <padraig.obriain@sun.com>
29
30         * docs/atk-sections.txt: Add 11 unused declarations.
31
32 2003-03-20  James Henstridge  <james@daa.com.au>
33  
34         * autogen.sh: update to call automake-1.7, libtoolize, gtkdocize
35         and glib-gettextize.
36  
37         * configure.in: cleanup to make use of newer autoconf/automake
38         features.
39  
40         * Makefile.am: get rid of custom distcheck rule, which is no
41         longer necessary.
42  
43         * atk/Makefile.am: cleanup makefile.  Use BUILT_SOURCES for built
44         sources.
45  
46         * docs/Makefile.am: use common gtk-doc.make.
47  
48         * docs/atk-docs.sgml: update to use gtk-doc's XML mode.
49  
50 2003-03-16  Joel Brich <joel.brich@laposte.net>
51
52         * configure.in: Added "eo" to ALL_LINGUAS
53         * po/eo.po: Added Esperanto translation
54         from Charles Voelger <cvoelger@dweasel.com>
55
56 2003-03-12  Tor Lillqvist  <tml@iki.fi>
57
58         * atk/atk.def: Add one more missing export, thanks to Cedric
59         Gustin.
60
61 2003-03-07  Padraig O'Briain  <padraig.obriain@sun.com>
62
63         * atk/atkobject.c (atk_object_set_role): Add check that role is
64         actually being changed. Do not emit notification for initial
65         role setting. (bug #107710)
66
67 2003-03-06  Padraig O'Briain  <padraig.obriain@sun.com>
68
69         * atk/atkrelationset.c: Current returning of FALSE to 0 in function 
70         which returns integer; (bug #107661) reported by Morten Welinder.
71
72 2003-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
73
74         * atk/atk-relation.c
75         atk/atkrelationset.c
76         atk/atkstatset.c: Correct returning of FALSE to NULL in functions
77         which return pointer; (bug #107650) reported by Morten Welinder.
78
79 2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
80
81         * test/Makefile.am: Update to produce .so files
82         (Problem reported and solution reported by Michael.Wilson@bull.net)
83
84 2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
85
86         * atk/atkgobjectaccessible.c (atk_gobject_accessible_from_object):
87         Correct creation of non-AtkGObjectAccessible (bug #107124)
88
89         * atk/atkobject.c (atk_object_class_init): Set default initialize 
90         function so that code which does not check for existence of parent 
91         class's initialize function will work.
92
93         * atk/atkvalue.c: (atk_value_get_minimum_value, 
94         atk_value_get_maximum_value, atk_value_get_current_value):
95         Reset Value argument if it is a valid GValue otherwise zeroise it.
96
97         docs/tmpl/atkhypertext.sgml: Add link-selected signal.
98
99 2003-02-25  Tor Lillqvist  <tml@iki.fi>
100
101         * Makefile.am (EXTRA_DIST): Dist atk-zip.sh.in, not atk-zip.sh.
102
103         * atk/atk.def: Add a couple of missing entries, thanks to Cedric
104         Gustin.
105
106         * atk/atk.rc.in: New file, for version info in the DLL on
107         Windows. Similar as in GLib, GTK, etc.
108
109         * configure.in: Generate atk/atk.rc.
110         
111         * atk/Makefile.am: Use atk.rc on Windows.
112         (EXTRA_DIST): Distribute atk.rc(.in).
113
114         * atk/atkobject.c: On Windows, don't use hardcoded ATKLOCALEDIR,
115         but deduce it from DLL location, like GLib, GTK etc do.
116
117 2003-02-23  Abel Cheung  <maddog@linux.org.hk>
118
119         * configure.in: Added "mk" to ALL_LINGUAS.
120
121 2003-02-21  Roozbeh Pournader  <roozbeh@sharif.edu>
122
123         * configure.in: Added "fa" to ALL_LINGUAS.
124
125 2003-02-21  Metin Amiroff  <metin@karegen.com>
126
127         * configure.in: Added Azerbaijanian to ALL_LINGUAS.
128
129 2003-02-19  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
130
131         * configure.in: Added Belarusian to ALL_LINGUAS.
132
133 2003-02-14  Padraig O'Briain  <padraig.obriain@sun.com>
134
135         * atk/atknoopobject.c: Add AtkHypertext interface as this object should
136         claim to implement all interfaces.
137
138 2003-02-12  Padraig O'Briain  <padraig.obriain@sun.com>
139
140         * atk/atkhyperlink.c (atk_hyperlink_class_init): Correct typo in blurb
141
142         * atk/atkhypertext.c
143         (atk_hypertext_get_link): Add check on link_index value
144         (atk_hypertext_get_link_index): Add check on char_index value
145
146 2003-02-09  Christian Rose  <menthos@menthos.com>
147
148         * configure.in: Added "kn" to ALL_LINGUAS.
149
150 2003-02-07  Christian Rose  <menthos@menthos.com>
151
152         * configure.in: Added "bn" to ALL_LINGUAS.
153
154 2003-02-06  Christian Rose  <menthos@menthos.com>
155
156         * configure.in: Added "id" to ALL_LINGUAS.
157
158 2003-02-04  Padraig O'Briain  <padraig.obriain@sun.com>
159
160         * atk/atkgobjectaccessible.c (atk_gobject_accessible_for_object):
161         Add weak reference so we do not leak the accessible when the object
162         dies. Problem reported by Alex Larsson.
163
164 2003-02-02  Fatih Demir <kabalak@gtranslator.org>
165
166         * configure.in: Added "tr" (Turkish) to the languages' list.
167
168 2003-01-30  Padraig O'Briain  <padraig.obriain@sun.com>
169
170         * atk/atkhyperlink.[ch]
171         New property selected-link defined.
172         Function pointer is_selected_link added to interface
173         (atk_hyperlink_is_selected_link: New functions which checks
174         whether the specified AtkHyperlink is selected
175         
176         * atk/atkhypertext.[ch]
177         New signal link-selected added.
178
179         * docs/atk-sections.txt: Add atk_hyperlink_is_selected_link
180
181         * docs/tmpl/atkhyperlink.sgml: Add reference to property selected-link
182         and function atk_hyperlink_is_selected_link.
183
184         This fixes bug #104621.
185         
186 Tue Jan 28 13:52:20 2003  Manish Singh  <yosh@gimp.org>
187
188         * autogen.sh (have_automake): call the versioned automake when
189         checking the version itself.
190
191 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
192
193         * autogen.sh (have_automake): Fix version in complaint
194         message about automake. (#104366, Rich Burridge)
195
196 2003-01-26  Daniel Yacob <locales@geez.org>
197
198         * configure.in: Added am to ALL_LINGUAS.
199
200 2003-01-23  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
201
202         * configure.in: Added "sk" to ALL_LINGUAS.
203
204 2003-01-23  Abel Cheung  <maddog@linux.org.hk>
205
206         * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS.
207
208 2003-01-23  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
209
210         * configure.in: Added "pt_BR" to ALL_LINGUAS.
211
212 2003-01-22  Marius Andreiana <marius galuna.ro>
213
214         * configure.in: added 'ro' to ALL_LINGUAS
215
216 2003-01-21  Christian Rose  <menthos@menthos.com>
217
218         * configure.in: Added "mn" to ALL_LINGUAS.
219
220 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
221
222         * atk/atktext.c
223         (atk_text_base_init): Set vtable entry for default implementations
224         (atk_text_get_range_extents): Omit calling default implementation
225         (atk_text_get_bounded_ranges): Omit calling default implementation
226
227         * atk/atkcomponent.c
228         (atk_component_base_init): New function to set vtable entry for 
229         default implementations
230         (atk_component_ref_accessible_at_point): Omit calling default 
231         implementation
232         (atk_component_contains): Omit calling default implementation
233         (atk_component_get_position): Omit calling default implementation
234         (atk_component_get_size): Omit calling default implementation
235
236 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
237
238         * atk/atkobject.c 
239         (atk_object_real_set_property): Add support for PROP_TABLE_SUMMARY 
240         and PROP_TABLE_CAPTION_OBJECT.
241         (atk_object_real_get_property): Add support for PROP_TABLE_SUMMARY 
242         and PROP_TABLE_CAPTION_OBJECT.
243
244         This completes ATK changes for bug #74814.
245
246 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
247
248         * atk/atkobject.c: Add property accessible-table-caption-object.
249         This addresses bug #74814.
250
251         * atk/atkobject.h: Move some documentation from template file to
252         avoid warnings when building.
253
254         * atk/atkrelation.c: Add new properties relation and target.
255         This addresses bug #72426.
256
257         * atktext.[ch]: Add new functions atk_text_get_range_extents and
258         atk_text_get_bounded_ranges.
259         Also added data structures AtkTextRectangle and AtkTextRange, enum
260         AtkTextClipType and helper function  atk_text_free_ranges.
261         This addresses bug #100943.
262         (atk_text_get_character_extents): Ensure that the reported width is 
263         not negative. This fixes bug #102954)
264
265         * docs/atk-sections.txt: Add new functions and data items.
266
267         * docs/tmpl/atk-object.sgml: Remove some documentation and put in 
268         atkobject.h. Add reference to accessible-table-caption-object.
269
270         * docs/tmpl/atk-relation.sgml: Add new properties
271
272         * docs/tmpl/atktext.sgml: Add new functions and data items.
273
274
275 2003-01-20  Padraig O'Briain  <padraig.obriain@sun.com>
276
277         * ===== Released 1.2.2=====
278
279         * configure.in: Version 1.2.2, interface age 2, binary age 202
280
281         * NEWS: Updated.
282
283 2003-01-19  He Qiangqiang  <carton@linux.net.cn>
284
285         * configure.in: Added "zh_CN" to ALL_LINGUAS.
286
287 2003-01-12  Laurent Dhima  <laurenti@alblinux.net>
288
289         * configure.in: Added 'sq'(albanian) to ALL_LINGUAS.
290
291 2003-01-11  Pauli Virtanen  <pauli.virtanen@hut.fi>
292
293         * configure.in (ALL_LINGUAS): Added "fi" (Finnish)
294
295 2003-01-06  Alessio Frusciante  <algol@firenze.linux.it>
296
297         * configure.in (ALL_LINGUAS): Added "it" (Italian) 
298
299 2003-01-06  Padraig O'Briain  <padraig.obriain@sun.com>
300
301         * configure.in: Add -with-html-dir option. (bug #102497)
302
303         * docs/Makefile.am: Remove INSTALLDIR and HTML_DIR
304
305         * docs/tmpl/atkobject.sgml: Update so property names are in
306         alphabetic order.
307
308 2003-01-03  Padraig O'Briain  <padraig.obriain@sun.com>
309
310         * ===== Released 1.2.1=====
311         
312         * configure.in: Version 1.2.1, interface age 1, binary age 201
313
314         * NEWS: Updated.
315
316 2003-01-02  Zbigniew Chyla  <cyba@gnome.pl>
317
318         * configure.in (ALL_LINGUAS): Added pl (Polish).
319
320 2002-12-23  Nam SungHyun  <namsh@kldp.org>
321
322         * configure.in: Added Korean (ko) to ALL_LINGUAS
323
324 2002-12-22  Artis Trops  <hornet@navigator.lv>
325
326         * configure.in: Added Latvian (lv) to ALL_LINGUAS.
327
328 2002-12-22  Christophe Merlet  <redfox@redfoxcenter.org>
329
330         * configure.in (ALL_LINGUAS): added French (fr).
331
332 2002-12-21  Jordi Mallach  <jordi@sindominio.net>
333
334         * configure.in (ALL_LINGUAS): added Catalan (ca).
335
336 2002-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
337
338         * ===== Released 1.2.0 ======
339
340         * configure.in: Version 1.2.0, interface age 0, binary age 200
341
342         * NEWS: Final update for 1.2.0.
343
344         * docs/tmpl/atkobject.sgml: Order of properties have been changed.
345
346 2002-12-18  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
347
348         * configure.in: Added Russian to ALL_LINGUAS.
349
350 2002-12-16  Padraig O'Briain  <padraig.obriain@sun.com>
351
352         * ===== Released 1.1.5=====
353         
354         * configure.in: Version 1.1.5, interface age 2, binary age 105
355
356         * NEWS: Updated.
357
358 2002-12-13  Padraig O'Briain  <padraig.obriain@sun.com>
359
360         * atk/atktext.c (atk_text_get_caret_offset): Return 0 instead of -1
361         if caret is not supported. This addresses bug #101020.
362
363         * configure.in: Use third argument of AC_DEFINE to get rid of 
364         acconfig.h. 
365
366 Thu Dec 12 14:57:20 2002  Owen Taylor  <otaylor@redhat.com>
367
368         * acinclude.m4: Remove; wasn't needed, and referred
369         to GLib internal m4 files now gone.
370
371 Thu Dec 12 11:04:05 2002  Manish Singh  <yosh@gimp.org>
372
373         * configure.in: Require autoconf-2.53.
374
375 2002-12-12  Yanko Kaneti  <yaneti@declera.com>
376
377         * configure.in (ALL_LINGUAS): Added Bulgarian (bg).
378
379 2002-12-11  Pablo Saratxaga  <pablo@mandrakesoft.com>
380
381         * configure.in (ALL_LINGUAS): Added Vietnamese (vi), Hebrew (he),
382         and Dutch (nl).
383
384 2002-12-07  Andras Timar <timar@gnome.hu>
385
386         * configure.in (ALL_LINGUAS): Added Hungarian (hu).
387
388 2002-12-06  Padraig O'Briain  <padraig.obriain@sun.com>
389
390         * ===== Released 1.1.4 =====
391         
392         * configure.in: Version 1.1.1, interface age 1, binary age 104
393
394         * NEWS: Updated.
395
396 2002-12-05  Ole Laursen  <olau@hardworking.dk>
397
398         * configure.in (ALL_LINGUAS): Added Danish (da).
399
400 2002-12-02  Pablo Gonzalo del Campo <pablodc@bigfoot.com>
401
402         * configure.in (ALL_LINGUAS): Added Spanish (es).
403
404 2002-12-01  Christian Neumair  <chris@gnome-de.org>
405
406         * configure.in (ALL_LINGUAS): Added German (de).
407
408 2002-11-22  Kjartan Maraas  <kmaraas@gnome.org>
409
410         * configure.in (ALL_LINGUAS): Added "no".
411         
412 2002-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
413
414         * Update NEWS for 1.1.3
415
416 2002-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
417
418         * configure.in: Update to take account of gtk-doc-version being 0.10
419         Updated version required to 0.9
420
421 2002-11-20  Bill Haneman <bill.haneman@sun.com>
422
423         * atk/atkobject.h:
424         Added ATK_ROLE_APPLICATION.
425
426         * atk/atkobject.c:
427         (atk_role_get_localized_name):
428         Added ATK_ROLE_APPLICATION case.        
429
430         * docs/atk-decl.txt:
431         Added ATK_ROLE_APPLICATION to docs.
432         
433 2002-11-18  Abi Brady  <morwen@evilmagic.org>
434
435         * configure.in: Added "en_GB" to ALL_LINGUAS.
436
437 2002-11-15  Hasbullah BIn Pit <sebol@ikhlas.com>
438
439         * configure.in: Added "ms" to ALL_LINGUAS.
440
441 2002-11-15  Padraig O'Briain  <padraig.obriain@sun.com>
442
443         * Update NEWS for 1.1.2
444
445         * docs/tmpl/atkhyperlink.sgml docs/tmpl/atkobject.sgml
446         Update docs.
447
448 2002-11-14  Bill Haneman <bill.haneman@sun.com>
449
450         * configure.in:
451         Revved to 1.1.2, interface age 0, binary age 102.
452         
453         * atk/atkrelationtype.h:
454         (ATK_RELATION_EMBEDS, ATK_RELATION_EMBEDDED_BY):
455         New relations to handle content embedding, for instance
456         text that embeds or flows around images.
457
458         * atk/atkhyperlink.h:
459         (atk_hyperlink_is_inline):
460         New API, returns whether a hyperlink's content is
461         partially displayed inline; useful for small images
462         emedded in text, and for HTML <src> elements.
463         (AtkHyperlinkClass->link_state):
464         New virtualized method, used to implement various
465         state query API such as atk_hyperlink_is_inline().
466
467         * atk/atkhyperlink.c:
468         (atk_hyperlink_is_inline):
469         New method.
470
471         * docs/atk-sections.txt: 
472         Additions for above API.
473
474 2002-11-13  Padraig O'Briain  <padraig.obriain@sun.com>
475
476         * atk/atkobject.[ch]: Add signal active-descendant-changed
477
478 2002-11-11  Christian Rose  <menthos@menthos.com>
479
480         * configure.in: Added "sv" to ALL_LINGUAS.
481
482 Fri Nov  8 19:55:25 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
483
484         * atk/atkhyperlink.c
485         * atk/atkhyperlink.h
486         * atk/atktable.c
487         * atk/atktable.h
488         * atk/atktext.c
489         * atk/atktext.h
490         * docs/tmpl/atkhyperlink.sgml
491         * docs/tmpl/atkobject.sgml
492         * docs/tmpl/atktable.sgml
493         * docs/tmpl/atktext.sgml
494
495         Trivial s/foo/foo_/ fixes to make atk.h includable with -Wshadow
496         without warnings.
497         
498 2002-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
499
500         * autogen.sh: Add call to autoheader to create config.h.in
501
502 2002-11-04  Padraig O'Briain  <padraig.obriain@sun.com>
503
504         * acinclude.m4: New file
505
506         * autogen.sh: Add i18n support (copied from gtk+).
507
508         * configure.in: Add definition for atklocaledir and check for
509         bind_textdomain_codeset()
510
511         * atk/Makefile.am: Add DEfininition of ATKLOCALEDIR to INCLUDES
512
513         * atk/atkobject.c (atk_role_get_localized_name): Add code to
514         initialize i18n.
515         
516         * po/.cvsignore: Add extra files.
517
518 2002-11-01  Padraig O'Briain  <padraig.obriain@sun.com>
519
520         * configure.in: Create po/Makefile; patch supplied by 
521         Dan Mills (thunder@ximain.com)
522         
523 2002-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
524
525         * ===== Released 1.1.1 =====
526         
527         * configure.in: Version 1.1.1, interface age 0, binary age 101
528
529         * NEWS: Updated.
530
531         * atk/Makefile.am: Add atkintl.h to EXTRA_DIST.
532
533 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
534
535         * Makefile.am: Add po directory
536
537         * configure.in: Add support for I18N
538
539         * acconfig.h atk/atkintl.h: New files used to support I18N
540
541         * atk/atkobject.c: Update atk_role_get_localized_name() to
542         allow for localized name to be returned.
543
544         * docs/Makefile.am: Add atkintl.h to IGNORE_HFILES
545
546         * po/Makfile.in.in, po/POTFILES.in, po/po2tbl.sed.in po/.cvsignore
547         po/ChangeLog: New files
548
549 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
550
551         * atk/Makefile.am, atk/atk.h: Add reference to atk/atkrelationtype.h
552
553         * atk/atkaction.[ch]: Add atk_action_get_localized_name.
554
555         * atk/atkobject.[ch]: Add atk_role_get_localized_name,
556         atk_object_add_relationship and atk_object_remove_relationship
557         Add new roles ATK_ROLE_HEADER, ATK_ROLE_FOOTER, ATK_ROLE_PARAGRAPH
558         and ATK_ROLE_RULER
559
560         * atk/atkrelation.h: Move definition of AtkRelationType to
561         atk/relationtype.h
562
563         * atk/atkstate.h: Add new state ATK_STATE_MANAGES_DESCENDANTS
564
565         * atk/atktext.[ch]: Add text-attributes-changed signal.
566
567         * docs/atk-sections.txt, docs/tmpl/atkaction.sgml: Add new functions.
568
569         * docs/tmpl/atkobject.sgml: Add new functions and new roles.
570
571         * docs/tmpl/atkrelation.sgml: Add new relations
572
573         * docs/tmpl/atkstate.sgml: Add new state
574
575         * docs/tmpl/atktext.sgml: Add new signal
576
577         * tests/testrelation.c: Add tests for new relationship functions.
578
579 2002-10-01  Padraig O'Briain  <padraig.obriain@sun.com>
580
581         * atk/atkobject.c (atk_object_notify): Fix leak; report and patch
582         supplied by Sebastian Rittau (srittau@jroger.in-berlin.de)
583
584         Bug #94548.
585
586 2002-09-24  Padraig O'Briain  <padraig.obriain@sun.com>
587
588         * ===== Released 1.1.0 =====
589         
590         * NEWS: Updated.
591
592 2002-09-18  Padraig O'Briain  <padraig.obriain@sun.com>
593
594         * configure.in:
595         increment version to 1.1.0, in view of the fact that we've 
596         branched for GNOME-2 and GTK+-2.0, and this is HEAD.
597         Also reset INTERFACE_AGE to zero, since an enum was added.
598         Use similar library numbering as GTK.
599
600         * docs/tmpl/atkobject.sgml: Add ATK_LAYER_WINDOW
601
602 2002-09-06  Mark McLoughlin  <mark@skynet.ie>
603
604         * atk/atkobject.h: add ATK_LAYER_WINDOW.
605
606         * atk/atkcomponent.c: upd docs.
607
608 2002-09-06  Padraig O'Briain  <padraig.obriain@sun.com>
609
610         * docs/atk-sections.txt: Add ...Iface symbols to Standard sections to 
611         avoid unused declarations
612
613         * docs/tmpl/atkobject.sgml docs/tmpl/atkrelationset.sgml:
614         Move AtkRelationSet from atkobject to atkrelationset.
615
616 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
617
618         * docs/atk-sections.txt docs/tmpl/atkaction.sgml
619         docs/tmpl/atkcomponent.sgml docs/tmpl/atkdocument.sgml
620         docs/tmpl/atkeditabletext.sgml docs/tmpl/atkhypertext.sgml
621         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml
622         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
623         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml
624         docs/tmpl/atkvalue.sgml:
625         Remove reference to ...Iface data structures; which eliminates
626         undocumented symbols.
627
628 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
629
630         *  atk/atkutil.h: Add documentation for AtkKeyEventType
631
632         * docs/tmpl/action.sgml docs/tmpl/atkcomponent.sgml
633         docs/tmpl/atkdocument.sgml docs/tmpl/atkeditabletext.sgml
634         docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
635         docs/tmpl/atkhypertext.sgml docs/tmpl/atkimage.sgml 
636         docs/tmpl/atknoopobject.sgml docs/tmp[l/atknoopobjectfactory.sgml
637         docs/tmpl/atkobject.sgml docs/tmpl/atkobjectfacory.sgml
638         docs/tmpl/atkregistry.sgml docs/tmpl/atkrelation.sgml
639         docs/tmpl/atkselection.sgml docs/tmpl/atkstate.sgml
640         docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml
641         docs/tmpl/atktext.sml docs/tmpl/atkutil.sgml
642         docs/tmpl/atkutil.sgml:
643         Reduce number of undocumented symbols
644
645 2002-08-26  Padraig O'Briain  <padraig.obriain@sun.com>
646
647         * atk/atknoopobjectfactory.c:
648         Add implementation for atk_object_factory_get_accessible_type()
649
650 2002-08-18  Havoc Pennington  <hp@pobox.com>
651
652         * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
653         both automake 1.6 and 1.4 installed get the right automake. Means
654         compilation from CVS will now require the latest automake 1.4
655         release, or manually creating symlinks called "automake-1.4" and
656         "aclocal-1.4"
657
658 2002-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
659
660         These changes improve the quality of the documentation by adding
661         information about properties and signals.
662
663         * configure.in:
664         Add atktargetlib, STRIP_BEGIN, STRIP_END and STRIP_DUMMY for
665         use in docs Makefile.am
666
667         * atk/atk.h:
668         Add missing include files, atk/atknoopobject.h and 
669         atknoopobjectfactory.h
670
671         * docs/Makefile.am:
672         Add support for scan program
673
674         * docs/atk.types:
675         Added content to this file
676
677         * docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
678         docs/tmpl/atknoopobject.sgml docs/tmpl/atknoopobjectfactory.sgml
679         docs/tmpl/atkobjectfactory.sgml docs/tmpl/atkregistry.sgml
680         docs/tmplatkutil.sgml:
681         Removed references to contents of object's data structure
682
683         * docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml
684         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml:
685         Add references to signals and properties.
686
687 Wed Jul 31 17:08:04 2002  Owen Taylor  <otaylor@redhat.com>
688
689         * ===== Released 1.0.3 =====
690         
691         * configure.in (GLIB_REQUIRED_VERSION): Version 1.0.3,
692         interface, binary version 3.
693
694         * NEWS: Updated.
695
696 2002-07-14  Padraig O'Briain  <padraig.obriain@sun.com>
697
698         * README: Updated to describe where to log bugs and mention mailing
699         list.
700
701 2002-06-20  Padraig O'Briain  <padraig.obriain@sun.com>
702
703         * atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgml
704         atk/docs/atkdocument.sgml atk/docs/tmpl/atkeditabletext.sgml
705         atk/docs/tmpl/atkgobjectaccessible.sgml atk/docs/tmpl/atkhyperlink.sgml
706         atk/docs/tmpl/atkhypertext.sgml atk/docs/tmpl/atkimage.sgml
707         atk/docs/atknoopobject.sgml atk/docs/tmpl/atknoopobjectfactory.sgml
708         atk/docs/tmpl/atkobjectfactory.sgml atk/docs/tmpl/atkregistry.sgml
709         atk/docs/tmpl/atkregistry.sgml atk/docs/tmpl/atkrelationset.sgml
710         atk/docs/tmpl/atkselection.sgml atk/docs/tmpl/atkstate.sgml
711         atk/docs/tmpl/atkstateset.sgml atk/docs/tmpl/atkstreamablecontent.sgml
712         atk/docs/tmpl/atktable.sgml atk/docs/tmpl/atktext.sgml
713         atk/docs/tmpl/atkutil.sgml atk/docs/tmpl/atkvalue.sgml
714         Update documentation.
715
716 2002-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
717
718         * atk/atkregistry.c:
719         64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com)
720         (bug #83316)
721
722 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
723
724         * ===== Released 1.0.2 ======
725
726         * NEWS: Updates.
727
728         * configure.in: Version 1.0.2, interface, binary age 2
729
730 2002-04-26  Padraig O'Briain  <padraig.obriain@sun.com>
731
732         * atk/atkutil.c (atk_focus_tracker_notify):
733         Allow for object being NULL which means the window containing the
734         focus widget has lost focus. We update the previous_focus_object 
735         so we can emit notification for focus widget when window regains
736         focus.
737
738 2002-04-15  Padraig O'Briain  <padraig.obriain@sun.com>
739
740         * atk/atkgobjectaccessible.c:
741         (atk_gobject_accessible_for_object):  Allow for case where created
742         AtkObject is not a AtkGObjectAccessible so quark_accessible_object
743         was not initialized in atk_gobject_accessible_class_init
744
745 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
746
747         * ===== Released 1.0.1 ======
748
749         * NEWS: Updates.
750
751         * configure.in: Version 1.0.1, interface, binary age 1.0.0.
752
753 2002-03-19  Padraig O'Briain  <padraig.obriain@sun.com>
754
755         * atk/atkutil.c (atk_focus_tracker_notify):
756         Do not do notification if previously notified object is the same as
757         this object
758
759 2002-03-14  Tor Lillqvist  <tml@iki.fi>
760
761         * atk/Makefile.am: Use correct name for the DLL when generating
762         the MSVC import library.
763
764 2002-03-13  Bill Haneman <bill.haneman@sun.com>
765
766         * atk/atkutil.c (atk_object_get_root):
767         Changed g_type_class_peek to g_type_class_ref,
768         this seemed to be triggering a SEGV in some cases.
769
770
771 2002-03-12  Padraig O'Briain  <padraig.obriain@sun.com>
772
773         * atk/atkgobjectaccessible.c (atk_gobject_accessible_dispose):
774         Correct name of data set to NULL from quark_accessible_object to
775         quark_object
776
777 2002-03-09  Padraig O'Briain  <padraig.obriain@sun.com>
778
779         * atk/atkhyperlink.c (atk_hyperlink_get_type):
780         Fix typo.
781
782 Thu Mar  7 23:52:51 2002  Owen Taylor  <otaylor@redhat.com>
783
784         * ===== Released 1.0.0 ======
785
786         * NEWS: Final update for 1.0.0.
787
788         * README: Update the compilation instructions a bit.
789
790 2002-03-06  Tor Lillqvist  <tml@iki.fi>
791
792         * atk-zip.sh.in
793         * atk/Makefile.am: Use ATK_API_VERSION also in the Win32 import
794         library names.
795
796 Tue Mar  5 16:54:21 2002  Owen Taylor  <otaylor@redhat.com>
797
798         * ATK 1.0.0 rc1
799
800         * tests/Makefile.am: Don't install libteststateset.la,
801         libtestrelation.la. (#73655, James Henstridge)
802
803         * autogen.sh: Add --enable-gtk-doc
804
805         * configure.in: --disable-gtk-doc by default.
806
807         * Makefile.am: Add a slightly modified distcheck rule
808         that passes --enable-gtk-doc to the configure inside.
809         (So that 'make dist' succeeds inside.)
810
811 Tue Mar  5 11:55:35 2002  Owen Taylor  <otaylor@redhat.com>
812
813         * configure.in: Require GLib-2.0.0.
814
815         * configure.in atk/Makefile.am tests/Makefile.am atk.pc.in:
816         Switch over to the Glib/GTK+ versioning scheme.
817
818 2002-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
819
820         * atk/atktext.c (atk_text_get_text):
821         Permit end offset value of -1
822
823 2002-02-28  Padraig O'Briain  <padraig.obriain@sun.com>
824
825         * atk/atkhypertext.h:
826         Update comments
827
828 2002-02-28  Sven Neumann  <sven@gimp.org>
829
830         * configure.in: beautified configure --help output.
831
832 2002-02-27  Padraig O'Briain  <padraig.obriain@sun.com>
833
834         * atk/atkhypertext.h atk/atkhyperlink.h: 
835         Add padding to class structures to allow for future expansion.
836
837         * atk/atkdocument.h: 
838         Add padding to class structures to allow for future expansion.
839
840         * atk/atkobjectfactory.h atk/atkgobjectaccessible.h:
841         Add padding to class structures to allow for future expansion.
842
843 Mon Feb 25 19:09:39 2002  Owen Taylor  <otaylor@redhat.com>
844
845         * configure.in: Bail if AM_PATH_GLIB_2_0 fails.
846
847 2002-02-26  Tor Lillqvist  <tml@iki.fi>
848
849         * atk/Makefile.am: Do use -no-undefined on Win32, otherwise
850         libtool won't create a DLL.
851
852 2002-02-25  Padraig O'Briain  <padraig.obriain@sun.com>
853
854         * atk/Makefile.am:
855         Remove -no-undefined because of problems with uunresolved symbols
856         in libgobject on Solaris when using gcc
857
858 Sat Feb 23 23:02:23 2002  Owen Taylor  <otaylor@redhat.com>
859
860         * configure.in: Version 0.13
861
862         * NEWS: Update for 0.13
863
864         * docs/atk-sections.txt: Update.
865
866 2002-02-22  Padraig O'Briain  <padraig.obriain@sun.com>
867
868         * atk/atkgobjectaccessible.c atk/atkhyperlink.c atk/atknoopobject.c
869         atk/atknoopobjectfactory.c atkobject.c atk/atkobjectfactory.c
870         atk/atkregistry.c atk/atkrelation.c atk/atkrelationset.c:
871         Make use of parent_class consistent; define as gpointer and
872         use g_type_class_peek_parent() to get it
873
874         * atk/atktext.c:
875         Delete unused empty line
876
877         * atk/atkregistry.c atk/atkrelation.c:
878         Make parent_class static 
879
880 2002-02-20  Padraig O'Briain  <padraig.obriain@sun.com>
881
882         * atk/atktext.c:
883         Add check for offset being negative in functions which have offset
884         parameter and return immediately if so.
885
886 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
887
888         * atk/atkcomponent.h:
889         Change argument of get_layer and get_mdi_zorder function pointers 
890         to be AtkComponent instead of AtkObject
891
892         * atk/atkcomponent.c:
893         Change atk_component_get_layer and atk_component_get_mdi_zorder
894         to refer to argument as component instead os accessible
895
896         * docs/atk-sections.txt docs/tmpl/atkaction.sgml 
897         docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml
898         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml 
899         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
900         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml:
901         Update for recent changes
902         
903 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
904
905         * atk/atk.h:
906         Guard atk.h with ifndef __ATK_H__
907         (#71405 reported by terra@diku.dk (Morten Welinder))
908
909 2002-02-13  Padraig O'Briain  <padraig.obriain@sun.com>
910
911         * atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h
912         atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h 
913         atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h
914         atk/atktable.h atk/atktext.h atk/atkvalue.h:
915         Add padding to class structures to allow for future expansion.
916
917 2002-02-11  Bill Haneman  <bill.haneman@sun.com>
918
919         * configure.in:
920         Incremented revision and tagged GNOME_D2_BETA.
921
922         * atkobject.h: 
923         Marked atk_object_get_layer and atk_object_get_mdi_zorder
924         as deprecated (should use atk_component API below).
925         
926         * atkcomponent.h:
927         Added atk_component_get_layer and atk_component_get_mdi_zorder
928         (erroneously defined in atkobject, they belong here).
929
930         * atkcomponent.c:
931         Fixed some property get/set bugs.
932
933         * NEWS: updated for GNOME 2 Desktop Beta.
934         
935 2002-02-11  jacob berkman  <jacob@ximian.com>
936
937         * atk/atkselection.[ch] (atk_selection_get_type): 
938         * atk/atktable.[ch] (atk_table_get_type): 
939         * atk/atkregistry.h (atk_get_default_registry): 
940         * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): 
941         * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): 
942         * atk/atkcomponent.[ch] (atk_component_get_type): 
943         * atk/atkaction.[ch] (atk_action_get_type): declare function
944         arguments as (void) rather than ()
945
946 2002-02-04  Bill Haneman  <bill.haneman@sun.com>
947
948         * configure.in:
949         Incremented revision.
950
951 2002-01-30  Bill Haneman  <bill.haneman@sun.com>
952
953         * docs/tmpl/atkaction.sgml:
954         * docs/tmpl/atkcomponent.sgml:
955         * docs/tmpl/atkeditabletext.sgml:
956         * docs/tmpl/atkimage.sgml:
957         * docs/tmpl/atkobject.sgml:
958         * docs/tmpl/atkselection.sgml:
959         * docs/tmpl/atktable.sgml:
960         * docs/tmpl/atktext.sgml:
961         * docs/tmpl/atkvalue.sgml:
962         Initial entries into the SHORT_DESCRIPTION and LONG_DESCRIPTION
963         fields to improve docs; the documentation now gives some
964         information on the purpose and function of the various ATK
965         interfaces, and which types of UI components typically implement
966         which interfaces.
967         
968 Tue Jan 29 23:29:46 2002  Owen Taylor  <otaylor@redhat.com>
969
970         * NEWS: Retroactively write a NEWS entry for 0.9 and 0.10.
971
972 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
973
974        * configure.in:
975        Update version number to 0.10, for Desktop Alpha 2
976
977 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
978
979         * atk/atkobject.h:
980         Correct inconsistencies between registered signal parameter types 
981         and default signal handler struct fields
982         (based on patch from Murray Cumming <murray@usa.net>)
983
984 2002-01-10  Bill Haneman <bill.haneman@sun.com>
985
986        * configure.in:
987        Update version number to 0.9, for Beta2 package.
988
989 Wed Jan  9 11:26:56 2002  Owen Taylor  <otaylor@redhat.com>
990
991         * atk/Makefile.am (s-enum-types-h):  Include glib-object.h,
992         Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. (#61845,
993         Mikael Hermansson)
994
995 2002-01-07  Padraig O'Briain  <padraig.obriain@sun.com>
996
997         * atk/atkcomponent.c (atk_component_add_focus_handler):
998         Add comments to clarify behavior if handler has already been added
999
1000         * docs/tmpl/atktext.sgml:
1001         Update for change of caret_changed to text_caret_moved
1002
1003 2002-01-05  Hans Breuer  <hans@breuer.org>
1004
1005         * atk/makefile.msc : generate atk-enum-types.[hc]
1006         NOTE: the long comment in atkobject.h is crashing perl,
1007         at least version 5.005_02 built for MSWin32-x86-object
1008         Binary build 506 provided by ActiveState. Temporary
1009         deleting the AtkRole comment allows to work-around.
1010
1011         atk/atk.def : updated externals
1012
1013 2002-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
1014
1015         * atk/atkgobjectaccessible.h
1016         Fixed typo in define (reported by Jeff Franks)
1017
1018         * atk/atktext.c atk/atktext.h
1019         Change name of default signal handler for text_caret_moved signal
1020         from caret_changed to text_caret_moved
1021         Change enum CARET_MOVED to TEXT_CARET_MOVED
1022         (both issues reported by Jeff Franks)
1023
1024 2001-12-15  Michael Meeks  <michael@ximian.com>
1025
1026         * atk/atkrelation.c (atk_relation_class_init):
1027         setup parent class
1028         (atk_relation_finalize): chain to parent.
1029
1030         * atk/atkrelationset.c (atk_relation_set_class_init),
1031         (atk_relation_set_finalize): same fix.
1032
1033 Sat Dec 22 12:26:51 2001  Owen Taylor  <otaylor@redhat.com>
1034
1035         * configure.in: Version 0.8, require GLib-1.3.12
1036
1037         * atk/makefile.msc (PKG_VER): Version 0.8.
1038
1039 Thu Dec 20 00:33:47 2001  Owen Taylor  <otaylor@redhat.com>
1040
1041         * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary
1042         for correct srcdir != builddir operation when 
1043         generating source files in srcdir.
1044         
1045 Thu Dec 20 00:27:01 2001  Owen Taylor  <otaylor@redhat.com>
1046
1047         * docs/tmpl/atkutil.sgml: remove some conflict
1048         indicators.
1049
1050 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
1051
1052         * atk/atk.def:
1053         Add new functions
1054
1055 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
1056
1057         Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.h
1058         docs/tmpl/atkgobjectaccessible.sgml
1059
1060         * atk/Makefile.am atk/atk.h:
1061         Add references to new files
1062
1063         * atk/atkobject.c atk/atkobject.h
1064         docs/tmpl/atkobject.sgml:
1065         Add new function atk_object_initialize
1066
1067         * atk/atkobjectfactory.c atk/atkobjectfactory.h
1068         docs/tmpl/atkobjectfactory.sgml:
1069         Add new function atk_object_factory_get_accessible_type
1070
1071         * docs/atk-sections.txt:
1072         Add new functions.
1073         Add functions in atk-unused.txt
1074
1075         
1076 2001-12-17  Darin Adler  <darin@bentspoon.com>
1077
1078         * atk/atktext.c: Add missing #include <string.h>
1079
1080 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1081
1082         * atk/Makefile.am, tests/Makefile.am: Compile with
1083         -DG_DISABLE_DEPRECATED. See #52790.
1084
1085 2001-12-11  Padraig O'Briain  <padraig.obriain@sun.com>
1086
1087         * atk/atkcomponent.c (atk_component_ref_accessible_at_position):
1088         Remove unnecessary g_retunn_val_if_fail() call.
1089
1090 2001-12-08  Michael Meeks  <michael@ximian.com>
1091
1092         * atk/atkregistry.c (atk_registry_class_init):
1093         paranoia is not appropriate here, setup parent_class,
1094         don't create a new default registry here - makes no
1095         sense.
1096         (atk_registry_finalize): chain to parent class, do
1097         g_hash_table_destroys instead of g_frees.
1098
1099 2001-12-07  Padraig O'Briain  <padraig.obriain@sun.com>
1100
1101         * atk/Makefile.am:
1102         Update to create atk-enum-types.h before compiling source files
1103         (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
1104
1105 2001-12-05  Padraig O'Briain  <padraig.obriain@sun.com>
1106
1107         * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt 
1108         docs/tmpl/atktext.sgml tests/testrelation.c:
1109         Change atk_attribute_register to atk_text_attribute_register,
1110         atk_attribute_get_value to atk_text_attribute_get_value,
1111         atk_attribute_get_name to atk_text_attribute_get_name
1112         atk_attribute_for_name to atk_text_attribuute_for_name
1113
1114 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
1115
1116         * atk/atktext.c:
1117         Add implementation of atk_attribute_register, atk_attribute_for_name
1118         Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and
1119         support extra attributes being defined
1120
1121         * atk/atktext.h:
1122         Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow
1123         extra attributes to be defined
1124         Add atk_attribute_register() and atk_attribute_for_name()
1125
1126         * atk/atk.def:
1127         Add new functions
1128
1129         * docs/atk-sections.txt docs/tmpl/atktext.sgml
1130         Update because of additions to atk/atktext.h
1131
1132         * tests/testrelation.c:
1133         Add tests for text attributes
1134
1135 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
1136
1137         * atk/atkobject.c:
1138         Update atk_role_register() to allow extra roles to be defined
1139         Update atk_role_get_name() and atk_role_for_name() for newly defined
1140         roles
1141
1142         * tests/testrelation.c:
1143         Add tests for roles
1144
1145 2001-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
1146
1147         * atk/atkrelation.c:
1148         Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and
1149         atk_relation_type_for_name()
1150
1151         * atk/atkstate.c:
1152         Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and
1153         atk_state_type_for_name()
1154
1155         * tests/testrelation.c, tests/teststateset.c:
1156         Update tests as name componenets are separated by hyphen (-) rather
1157         than underline (_)
1158
1159 2001-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
1160
1161         * atk/Makefile.am:
1162         Generate files atk-enum-types.c and atk-enums-types.h to create
1163         types for enums.
1164
1165         * atk/atkobject.c:
1166         Use ATK_TYPE_ROLE in atk_role_get_name() and atk_role_for_name()
1167
1168 2001-11-28  Bill Haneman  <bill.haneman@sun.com>
1169
1170         * atk/atkutil.c:
1171         Changed calls to g_type_class_peek() to g_type_class_ref() where
1172         it makes more sense, and in other places check for a non-null
1173         klass return before trying to call class methods.  This prevents
1174         SEGV if no Atk-implementation library has been loaded.
1175
1176         * atk/atkobject.c:
1177         Fixed gtk-doc warning.
1178
1179 2001-11-28  Padraig O'Briain  <padraig.obriain@sun.com>
1180
1181         * atk/atkobject.[c|h]:
1182         Add functions atk_role_get_name() and atk_role_for_name() which
1183         transform a role into an untranslated string
1184         Update comments in atkobject.h which refer to property names
1185
1186         * atk/atkrelation.c:
1187         Correct error in atk_relation_type_get_name
1188
1189         * docs/atk-sections.txt
1190         Added atk_role_get_name and atk_role_for_name
1191
1192         * docs/tmpl/*sgml
1193         Updated files
1194         
1195 2001-11-23  Hans Breuer  <hans@breuer.org>
1196
1197         * atk/atk.def : updated externals
1198
1199         * atk/atktext.c atk/atkutil.c : added two spaces to fix
1200         minor coding style issues. Found by my exports generator.
1201
1202         * atk/makefile.msc : version 0.7, use build dir from
1203         $(TOP)\glib
1204
1205 Thu Nov 22 14:37:40 2001  Owen Taylor  <otaylor@redhat.com>
1206
1207         * Version 0.7
1208
1209         * configure.in (GLIB_REQUIRED_VERSION): Require GLib-1.3.11
1210
1211 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
1212
1213         * atk/atknoopobject.c:
1214         Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID
1215         when creating object
1216
1217 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
1218
1219         * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt,
1220         docs/tmpl/atkrelation.sgml:
1221         Change atk_relation_type_from_string to atk_relation_type_for_name
1222         Add atk_relation_type_get_name
1223
1224         * atk/atkrelationtype.c:
1225         Change atk_relation_type_from_string to atk_relation_type_for_name
1226         Add atk_relation_type_get_name
1227         Update atk_relation_type_register() to correctly register new
1228         relation types
1229
1230         * atk/atkstate.c:
1231         Changed name of static variable type to last_type
1232         Changed name of paremeter if atk_state_type_get_name to type to match
1233         comments
1234
1235         * docs/tmpl/*sgml
1236         Updated files
1237
1238         * tests/README, tests/Makefile.am       
1239         Add new test file testrelation.c
1240
1241 2001-11-22  Bill Haneman <bill.haneman@sun.com>
1242
1243         * atk/atkutil.c (atk_add_key_event_listener):
1244         Fix gtk-doc comment and clarify use of 'data' gpointer.
1245
1246 2001-11-22  Michael Meeks  <michael@ximian.com>
1247
1248         * atk/atkutil.c (atk_add_key_event_listener): switch
1249         to class_peek.
1250
1251         * atk/atkobject.c (atk_object_real_get_property):
1252         add missing 'break'.
1253
1254 2001-11-21  Michael Meeks  <michael@ximian.com>
1255
1256         * atk/atkrelation.c: pull in string.h for strcmp
1257
1258         * atk/atktext.c (atk_text_get_selection): fix bug / warning.
1259
1260         * atk/atkutil.c (atk_add_global_event_listener),
1261         (atk_get_toolkit_name, atk_get_toolkit_version):
1262         constify 
1263
1264 2001-11-21  Bill Haneman <bill.haneman@sun.com>
1265
1266         * atk/atkrelation.c: Added gtk-doc docs for 
1267         atk_relation_type_from_string.
1268
1269 Wed Nov 21 17:54:44 2001  Owen Taylor  <otaylor@redhat.com>
1270
1271         * atk/atkobject.h (enum): Fix trailing comma on
1272         enumeration.
1273
1274         * docs/atk-sections.txt: Update.
1275
1276         * NEWS: Updates
1277
1278 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
1279
1280         * atk/atkobject.[c|h]:
1281         Add additional argument (name) to state-change signal
1282         Update atk_object_notify_state_change to take account of 
1283         extra argument for state-change
1284
1285         * atk/atkmarshal.list:
1286         Add marshaller for VOID:STRING,BOOLEAN
1287         
1288 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
1289
1290         * atk/atkobject.[c|h], docs/atk-sections.txt, docs/tmpl/atkobject.sgml:
1291         Add enum AtkLayer and functions atk_object_get_layer and
1292         atk_object_get_mdi_zorder
1293
1294 2001-11-20  Padraig O'Briain  <padraig.obriain@sun.com>
1295
1296         * atk/atkobject.[c|h]:
1297         Remove property accessible-state; use signal state-change instead
1298         Change signature of state-change handler to take gboolean as argument
1299         instead of AtkPropertyValues
1300         Update atk_object_notify_state_change() to emit state-change signal
1301
1302         * atk/atkstate.[c|h], docs/tmpl/atkstate.sgml:
1303         Remove state ATK_STATE_COLLAPSED
1304
1305 2001-11-19  Bill Haneman <bill.haneman@sun.com>
1306
1307         * atk/atkobject.c:
1308         * atk/atkstate.c:
1309         Added state-changed signal to atkobject, in anticipation of 
1310         deprecating the accessible-state property.
1311
1312         * atk/atkutil.[ch]:
1313         Fixed signature of atk_util_add_key_listener () to
1314         take an AtkKeySnoopFunc instead of a pointer to same.
1315
1316 2001-11-19  Padraig O'Briain  <padraig.obriain@sun.com>
1317
1318         * atk/atkobject.c (atk_object_notify_state_change):
1319         Fix bug in calculation of number of toggle states
1320
1321         * atk/atkstate.c:
1322         Correct out-by-1 error in atk_state_type_register()
1323         Use type (number of states defined) in atk_state_type_get_name()
1324         and atk_state_type_for_name()
1325         
1326 2001-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
1327
1328         * atk/atkeditabletext.c:
1329         Remove unused structure _AtkEditableTextIfaceClass
1330
1331         * atk/atkobject.[c|h]
1332         Remove signals model_changed and selection_changed
1333
1334         * atk/selection.[c|h]
1335         Add signal selection_changed
1336
1337         * atk/atktable.[c|h]
1338         Remove unused structure _AtkTableIfaceClass
1339         Add signal model_changed
1340
1341         * atk/atktext.[c|h]
1342         Remove unused structure _AtkTextIfaceClass
1343         Add signal text_selection_changed
1344
1345         * docs/tmpl/atkobject.sgml, docs/tmpl/atkselection.sgml,
1346         docs/tmpl/atktable.sgml, atk/tmpl/atktext.sgml:
1347         Documentation changes
1348
1349 2001-11-17  Tor Lillqvist  <tml@iki.fi>
1350
1351         * atk-zip.sh.in: Build separate runtime and developer packages.
1352
1353         * atk/atk.def: Update.
1354
1355 2001-11-14  Bill Haneman  <bill.haneman@sun.com>
1356
1357         * atk/atkutil.h :
1358         Added API 
1359         atk_add_key_event_listener    (AtkKeySnoopFunc *listener,
1360                                        gpointer data);
1361         atk_remove_key_event_listener (AtkKeySnoopFunc *listener,
1362                                        gpointer data);
1363         
1364         to allow non-GTK-dependent installation of key snoop functions.
1365         This also meant adding definitions of AtkKeySnoopFunc and 
1366         AtkKeyEventStruct.
1367
1368 2001-11-08  Padraig O'Briain  <padraig.obriain@sun.com>
1369
1370         * atk/atkobject.c (atk_object_notify_state_change):
1371         Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED
1372         to ATK_STATE_EXPANDED or vice versa.
1373
1374 2001-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
1375
1376         * atk/atkobject.h:
1377         Add role ATK_ROLE_TREE_TABLE
1378
1379         * atk/atkrelation.h:
1380         Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT
1381         and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable
1382
1383         * docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl,
1384         docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml,
1385         docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl,
1386         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml,
1387         docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml,
1388         docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml,
1389         docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml:
1390         Update to reflect the current state of the documentation in the code.
1391
1392 2001-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
1393
1394         * atk/relation.h, docs/tmpl/atkrelation.sgml:
1395         Add two new relations ATK_RELATION_NODE_CHILDREN and
1396         ATK_RELATION_NODE_PARENT to support compound objects in a
1397         node or cell of a tree or table
1398         Added descriptions of all relations which are defined
1399
1400         * atk/atktable.c:
1401         Remove functions atk_table_real_get_index_at(),
1402         atk_table_real_get_column_at_index() and 
1403         atk_table_real_get_row_at_index() 
1404         Correct typos in documentation of other functions.
1405
1406 2001-10-28  Tor Lillqvist  <tml@iki.fi>
1407
1408         * atk-zip.sh.in: New file, used to build developer package for
1409         Win32.
1410
1411         * Makefile.am
1412         * configure.in: Add it.
1413
1414         * atk/Makefile.am: Add rules to install and uninstall mingw import
1415         library.
1416
1417 2001-10-26  Padraig O'Briain  <padraig.obriain@sun.com>
1418
1419         * atk/atkobject.[c|h]
1420         Remove the following properties
1421         accessible-child - use signal children_changed for notification
1422         accessible-text - use signal text_changed for notification
1423         accessible-caret - use signal text_caret_moved for notification
1424         accessible-selection - use new signal selection_changed 
1425         for notification
1426         accessible-visible-data - use new signal visible_data_changed
1427         for notification
1428         accessible-model - use new signal model_changed for notification
1429         Notify when role or parent changes
1430         Allow parent and role to be set or got using g_object_set() or
1431         g_object_get()
1432 .
1433 Wed Oct 24 11:13:13 2001  Owen Taylor  <otaylor@redhat.com>
1434
1435         * Version 0.6
1436
1437         * NEWS: Updates.
1438
1439 2001-10-25  Padraig O'Briain  <padraig.obriain@sun.com>
1440
1441         * atk/atkobject.h, docs/tmpl/atkobject.sgml:
1442         Add role ATK_ROLE_TERMINAL for an accessible terminal.
1443
1444 2001-10-22  Padraig O'Briain  <padraig.obriain@sun.com>
1445
1446         * atk/atkobject.c (atk_object_notify_state_change):
1447         Initialize AtkPropertyValue data structure to 0 instead of using
1448         memset.
1449
1450 2001-10-19  Tor Lillqvist  <tml@iki.fi>
1451
1452         * configure.in: Set automake conditionals OS_WIN32 if on (native)
1453         Win32, and MS_LIB_AVAILABLE if lib.exe is available. Calculate
1454         LT_CURRENT - LT_AGE and set LT_CURRENT_MINUS_AGE to that value.
1455
1456         * atk/Makefile.am: Add atk.def to EXTRA_DIST. On Win32, use
1457         -export-symbols atk.def. If lib.exe is available, generate
1458         atk.lib, and install it.
1459
1460         * atk/atk.def: Update with new entry points.
1461
1462 2001-10-19  Padraig O'Briain  <padraig.obriain@sun.com>
1463
1464         * atk/atkobject.[c|], docs/atk-sections.txt,
1465         docs/tmpl/atkobject.sgml:
1466         Add convenience function atk_object_notify_state_change()
1467         to generate property notification of state change.
1468
1469         * atk/atktext.c, docs/tmpl/atk-unused.sgml:
1470         Correct comments on functions atk_attribute_get_name() and
1471         atk_attribute_get_value()
1472
1473 2001-10-17  Padraig O'Briain  <padraig.obriain@sun.com>
1474
1475         * atk/atktext.c:
1476         Update comments in atk_text_get_text_[at|after|before]_offset()
1477         to clarify what these functions will return.
1478
1479 2001-10-16  Padraig O'Briain  <padraig.obriain@sun.com>
1480
1481         * atk/atktext.c:
1482         Update comments in atk_text_get_run_attributes() and
1483         atk_text_get_default_attributes().
1484
1485 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
1486
1487         * atk/atkobject;c:
1488         Change "property-change" signal to allow detail (i.e. property name) 
1489         and add detail in atk_object_notify().
1490
1491 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
1492
1493         * atk/atktext.c:
1494         Correct order of attribute names in text_attr_name array.
1495
1496 2001-10-12  Padraig O'Briain  <padraig.obriain@sun.com>
1497
1498         * atk/atktext.[c|h]:
1499         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
1500         Use enum AtkTextAttribute to specify what attribute are supported
1501         rather than hash defines. Define new functions atk_attribute_get_name()
1502         and atk_attribute_get_value() which return the strings for the
1503         attribute name and values for those attribute which have named values.
1504
1505 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
1506
1507         * atk/atktext.c (atk_text_get_run_attributes):
1508         Correct typo.
1509
1510         * atk/atktext.c (atk_text_get_default_attributes):
1511         Add call to set iface.
1512
1513 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
1514
1515         * atk/atktext.[c|h]:
1516         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
1517         Add new function atk_text_get_default_attributes
1518         Rename atk_text_ref_run_attributes to atk_text_get_run_attributes
1519
1520 2001-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
1521
1522         * atk/atktext.c (atk_attribute_set_free):
1523         Avoid leaking of AtkAttributeSet data structure; speed up code.
1524
1525         * docs/tmpl.atk*.sgml
1526         Updated to reflect current APIs.
1527
1528 2001-10-01  jacob berkman  <jacob@ximian.com>
1529
1530         * docs/Makefile.am (dist-hook-local): depend on all-local so that
1531         make dist works correctly w/o having to build first
1532
1533 2001-10-01  Tor Lillqvist  <tml@iki.fi>
1534
1535         * configure.in: Add AC_LIBTOOL_WIN32_DLL.
1536
1537 Sat Sep 29 19:45:00 2001  Bill Haneman <bill.haneman@sun.com>
1538         
1539         * configure.in (ATK_MICRO_VERSION): Version 0.6
1540         (because libglade will depend on a the small api addition below)
1541
1542         * atk/makefile.msc (PKG_VER): Version 0.6
1543
1544         * atk/atkrelation.h:
1545         * atk/atkrelation.c: (AtkRelationType 
1546         atk_relation_type_from_string (const gchar *name)): Added method.
1547
1548         
1549 Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>
1550
1551         * configure.in (ATK_MICRO_VERSION): Version 0.5
1552
1553         * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
1554
1555         * atk/makefile.msc (PKG_VER): Version 0.5
1556
1557 2001-09-21  Hans Breuer  <hans@breuer.org>
1558
1559         * atk/atk.def : updated externals
1560         * atk/makefile.msc : version 0.4
1561
1562         * atk/atktext.c (atk_text_get_character_extents) : real_height
1563         is a reference to int, so use &local_height
1564
1565 Wed Sep 19 10:46:44 2001  Tim Janik  <timj@gtk.org>
1566
1567         * Released 0.4.
1568
1569 Tue Sep 18 23:41:32 2001  Tim Janik  <timj@gtk.org>
1570
1571         * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION.
1572         up ATK_VERSION to 0.4, interface age 0, binary age 0.
1573         (from 0.2 which was not properly updated last time).
1574         depend on glib 1.3.8.
1575
1576         * NEWS: updates.
1577
1578 2001-09-11  Padraig O'Briain  <padraig.obriain@sun.com>
1579
1580         * atk/atkobject.c:
1581         Add object reference when object is set as accessible_parent
1582
1583 2001-09-05  Mark McLoughlin <mark@skynet.ie>
1584
1585         * configure.in: remember ACLOCAL_FLAGS.
1586
1587 2001-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
1588
1589         * atk/atktable.[c|h]
1590         Change atk_table_get_caption() and atk_table_set_caption()
1591         to deal with AtkObject* rather than gchar*
1592         Remove redundant and incorrect comments
1593         
1594 Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>
1595
1596         * configure.in: Version 0.3  
1597
1598         * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
1599
1600         * NEWS: Update  
1601
1602 2001-09-03  Padraig O'Briain  <padraig.obriain@sun.com>
1603
1604         * atk/atkobject.c:
1605         Correct property definitions for "accessible-table-caption", 
1606         "accessible-table-column-description", 
1607         "accessible-table-row-description" 
1608         * atk/atkobject.h:
1609         Update comments to include all properties defined
1610
1611 2001-08-24  Padraig O'Briain  <padraig.obriain@sun.com>
1612
1613         * atk/atkhyperlink.h:
1614         Change AtkHyperLink to AtkHyperlink in comment
1615         * atk/atkhypertext.[c|h]:
1616         Change AtkHyperLink to AtkHyperlink
1617         * atk/atktable.[c|h]:
1618         Make gchar* arguments const; make return value of type gchar*
1619         G_CONST_RETURN
1620         * docs/atk-sections.txt
1621         Remove reference to AtkHyperLink
1622         * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
1623         docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
1624         Updated by make
1625         
1626 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
1627
1628         * atk/atktable.c
1629         Add functions atk_table_real_get_index_at(), 
1630         atk_table_real_get_row_at_index(), atk_table_real_get_column_at_index() 
1631         as default implementations for atk_table_get_index_at(),
1632         atk_table_get_row_at_index(), atk_table_get_column_at_index()
1633
1634 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
1635
1636         * atk/atkaction.c:
1637         Refer to return value in function documentation for 
1638         atk_action_do_action
1639         * atk/atkimage.c:
1640         Fix typo in comments
1641         * docs/tmpl/atkaction.sgml:
1642         Update to include return value
1643
1644 2001-08-22  Marc Mulcahy <marc.mulcahy@sun.com>
1645
1646         * atk/atkaction.c atk/atkaction.h:
1647         Made atk_action_do_action return a gboolean as the class member of 
1648         AtkActionIface does.
1649         * .cvsignore:
1650         Added atk.spec
1651
1652 2001-08-20  Padraig O'Briain  <padraig.obriain@sun.com>
1653
1654         * docs/tmpl/atkimage.sgml atk/atkimage.h:
1655         Swap height and width arguments to atk_image_get_image_size
1656         * atk/atkimage.c:
1657         Swap height and height arguments to atk_image_get_image_size
1658         Do not crash if NULL pointers are passed for return values
1659
1660 2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
1661
1662         * docs/tmpl/atktext.sgml atk/atktext.h:
1663         Change parameter names *offset to *_offset
1664         * atk/atkcomponent.c:
1665         Do not crash if NULL pointers are passed for return values
1666         * atk/atktext.c:
1667         Change parameter names *offset to *_offset
1668         Do not crash if NULL pointers are passed for return values
1669         
1670 2001-08-16  Bill Haneman  <bill.haneman@sun.com>
1671
1672         * atk/atkutil.c :
1673         Changed g_type_class_peek() to g_type_class_ref()
1674         in atk_add_global_event_listener(), since
1675         g_type_class_peek() could return NULL when an
1676         instance of the class had not been created.
1677
1678 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
1679
1680         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
1681         Ensure that atk_attribute_set_free is in the documentation.
1682
1683 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
1684
1685         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
1686         Swapped order of width and height arguments to
1687         atk_text_get_character_extents()
1688         Changed AtkAttrributeSet_free to atk_attribute_set_free
1689
1690 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
1691
1692         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
1693         Changed "length" argument of atk_text_get_character_extents() to
1694         "height".
1695
1696 2001-08-15  Jens Finke <jens@gnome.org>
1697
1698         * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files.
1699         * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and
1700         added a AC_SUBST for it. This is needed for the spec.in file.
1701         Added atk.spec to output list.
1702         * atk.spec.in: New file.
1703
1704 2001-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
1705
1706         * atk/atkcomponent.[c|h]
1707         * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
1708         Change atk_component_get_accessible_at_point to 
1709         atk_component_ref_accessible_at_point so it will work for flyweights
1710
1711 Sun Aug 12 10:33:02 2001  Owen Taylor  <otaylor@redhat.com>
1712
1713         * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
1714         with GNU make.
1715
1716 2001-08-09  Padraig O'Briain  <padraig.obriain@sun.com>
1717
1718         * atk/atkaction.c, atk/atkcomponent.c
1719         Remove all instances of g_return_if_fail (foo != NULL); that are
1720         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
1721         since the second check catches the NULL.
1722         * atk/atkcomponent.c
1723         Add functions atk_component_real_contains(), 
1724         atk_component_real_get_position(), atkcomponent_real_get_size() 
1725         as default implementations for atk_component_contains(),
1726         atk_component_get_position(), atk_component_get_size()
1727
1728 2001-08-07  Brian Cameron <brian.cameron@sun.com>
1729
1730         * atk/atkimage.[ch] docs/atk-sections.txt
1731         docs/tmpl/atkimage.sgml
1732         Updated AtkImage get_position to get_image_position
1733         so the naming is consistant.  Now get_image_position
1734         and get_image_size return -1 for x/y/height/width
1735         if AtkImage implementations of these functions is
1736         not found.
1737
1738 2001-07-31  Padraig O'Briain  <padraig.obriain@sun.com>
1739
1740         * atk/atkobject.c
1741         Create an object relation set when the object is created.
1742
1743 2001-07-30  Brian Cameron <brian.cameron@sun.com>
1744
1745         * atk/atkutil.[ch]
1746         Changed first argument of atk_add_global_event_listener
1747         so the callback function is of type GSignalEmissionHook
1748         instead of AtkEventListener.  AtkEventListener is
1749         appropriate for Focus event callbacks, but not generic
1750         ones.
1751
1752 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
1753
1754         * atk/atkobject.c:
1755         Add function atk_object_real_ref_state_set() which creates the
1756         state set and adds states ATK_STATE_SELECTABLE and ATK_STATE_SELECTED
1757         if appropriate
1758
1759 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
1760
1761         * atk/*.c:
1762         Remove all instances of g_return_if_fail (foo != NULL); that are
1763         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
1764         since the second check catches the NULL.
1765
1766 2001-07-26  Padraig O'Briain  <padraig.obriain@sun.com>
1767
1768         * atk/Makefile.am
1769         Fix problem with ATK not building after running make maintainer-clean
1770         and autogen.sh: add extra files to MAINTAINERCLEANFILES
1771
1772 2001-07-25 Bill Haneman <bill.haneman@sun.com>
1773
1774         * atk/atktext.h
1775         * atk/atkeditabletext.h
1776         * atk.pc.in
1777         * atk-uninstalled.pc.in
1778         * atk/makefile.msc
1779         * configure.in
1780         Removed (unused) #defines of pango/pango.h
1781         Removed references to/dependencies on pango from .pc files
1782         Removed dependencies on pango from makefile.msc and configure.in
1783
1784 2001-07-24  Padraig O'Briain  <padraig.obriain@sun.com>
1785
1786         * atk/atkobject.[c|h]
1787         Move some implementation from GAIL:
1788         Default implementations for some some functions
1789         atk_object_real_get_name, atk_object_real_set_name,
1790         atk_object_real_get_description, atk_object_real_set_description,
1791         atk_object_real_get_parent, atk_object_real_set_parent,
1792         atk_object_real_get_role,
1793         atk_object_real_connect_property_change_handler,
1794         atk_object_real_remove_property_change_handler,
1795         atk_object_notify,
1796         definition of property-changed signal.
1797         Initialize pointers to NULL in atk_object_init().
1798         Initialize uninitialized function pointers to NULL in 
1799         atk_object_class_init().
1800         
1801 2001-07-23  Brian Cameron <brian.cameron@sun.com>
1802
1803         * atk/atkobject.c
1804         Changed children_changed signal to allow NULL pointers
1805         for the 2nd argument to the signal handler.
1806
1807 2001-07-20  Hans Breuer  <hans@breuer.org>
1808
1809         * atk/atk.def : added more exports
1810         * atk/makefile.msc : updated win32 build
1811
1812 2001-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
1813
1814         * atk/atkaction.[c|h], docs/atk-sections.txt, 
1815         docs/tmpl/atkaction.sgml
1816         Add atk_action_get_name() and atk_action_set_description()
1817
1818 2001-07-18  Padraig O'Briain  <padraig.obriain@sun.com>
1819
1820         * atk/atkstate.[c|h]
1821         Add ATK_STATE_ENABLED so we can distinguish between a consistent
1822         and inconsistent GtkToggleButton
1823
1824 2001-07-16  Brian Cameron <brian.cameron@sun.com>
1825
1826         * atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
1827         docs/atk-sections.txt docs/tmpl/atktext.sgml docs/tmpl/atkutil.sgml
1828         gail_textattributes_update.pat is for gail/gail and integrates the 
1829         ATK_ATTRIBUTE_* macros in the gail implementations.
1830         atk_docs_textattributes_update.pat is for atk/docs and patches
1831         atk-sections.txt etc. for improved docs
1832         atk_atk_textattributes_update.pat is for atk/atk and included the
1833         new ATK_ATTRIBUTE_* macros and updated gtk-doc comments.
1834
1835 2001-07-13  Darin Adler  <darin@bentspoon.com>
1836
1837         * atk/atkstate.c: Add missing <string.h> include.
1838         * tests/teststateset.c: Add missing <string.h> include.
1839
1840 2001-07-13  Darin Adler  <darin@bentspoon.com>
1841
1842         * .cvsignore: Ignore some generated files.
1843         * autogen.sh: Get rid of call to autoheader since the
1844         configure file doesn't include AM_CONFIG_HEADER.
1845
1846 2001-07-11  Brian Cameron <brian.cameron@sun.com>
1847
1848         * tmpl/atkdocument.sgml
1849         Added new file for docs.
1850
1851 2001-07-11  Padraig O'Briain  <padraig.obriain@sun.com>
1852
1853         * atk/atkimage.c atk/atkutil.c
1854         Changes to build with Sun's FORTE compiler.
1855
1856 2001-07-10  Brian Cameron <brian.cameron@sun.com>
1857
1858         * tmpl/atk-unused.sgml tmpl/atkcomponent.sgml tmpl/atkeditabletext.sgml
1859         tmpl/atkimage.sgml tmpl/atkselection.sgml tmpl/atkstate.sgml
1860         tmpl/atkstreamablecontent.sgml tmpl/atktable.sgml
1861         tmpl/atktext.sgml tmpl/atkutil.sgml
1862         Updated docs pages.
1863
1864 Mon Jul  2 06:37:09 2001  Tim Janik  <timj@gtk.org>
1865
1866         * atk/atktext.c (atk_text_base_init): 
1867         * atk/atktable.c (atk_table_base_init): 
1868         * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/
1869         to adapt to recent GSignal changes.
1870
1871 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1872
1873         * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt
1874         docs/tmpl/atkutil.sgml
1875         Added new functiosn to AtkUtil.
1876
1877 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1878
1879         * atk/Makefile.am atk/atk.h atk/atkdocument.c atk/atkdocument.h
1880         docs/atk-docs.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml
1881         docs/tmpl/atkobject.sgml
1882         Added new atk document interface.
1883
1884 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1885
1886         * atk/atkcomponent.c atk/atkcomponent.h atk/atkimage.c
1887         atk/atkimage.h atk/atktext.c atk/atktext.h atk/atkutil.h
1888         Updated so that functions that take screen coords as 
1889         input/output also take an enum specifying whether
1890         the coords are screen or top-level window based.
1891         Updated docs as well.
1892
1893 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1894
1895         *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c
1896         atk/atkhyperlink.c atk/atkobject.c atk/atkregistry.c
1897         atk/atkstate.c atk/atkstateset.c atk/atkstreamablecontent.c
1898         atk/atktable.c atk/atktext.c atk/atkutil.c atk/atkvalue.c
1899         atk/docs/tmpl/atkstreamablecontent.sgml
1900         Cleaned up docs.  Added atkstreamablecontent.sgml
1901
1902 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1903
1904         *atk/atktable.h, atk/atktable.c
1905         Updated signal handler definitions.
1906
1907 2001-06-27  Brian Cameron <brian.cameron@sun.com>
1908
1909         *atk/atktext.h
1910         Updated AtkXYCoords enum.
1911
1912 2001-06-27  Brian Cameron <brian.cameron@sun.com>
1913
1914         *atk/atkaction.c atk/atkaction.h atk/atkcomponent.c
1915         atk/atkcomponent.h atk/atkhyperlink.c atk/atkhypertext.c
1916         atk/atkimage.c atk/atkimage.h atk/atkobject.c
1917         atk/atkobject.h atk/atkobjectfactory.c atk/atkregistry.c
1918         atk/atkstateset.c atk/atkstreamablecontent.c
1919         atk/atkstreamablecontent.h atk/atktable.c
1920         atk/atktext.c, docs/atk-docs.sgml docs/atk-sections.txt
1921         and some docs/tmpl files.
1922         Updated gtk-docs fixing spelling errors and making minor
1923         changes to the API.
1924
1925 2001-06-27  Louise Miller <lousie.miller@sun.com>
1926
1927         *atk/atkselection.h, atk/atkselection.c
1928         changed return type to gboolean for 
1929         atk_selection_select_all_selection
1930
1931 2001-06-26  Brian Cameron <brian.cameron@sun.com>
1932
1933         *atk/atkstate.h atk/atkstate.c
1934         docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml
1935         docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml
1936         docs/tmpl/atktext.sgml
1937         Added ATK_STATE_STALE.  Updated docs.
1938
1939 2001-06-22  Lucy Brophy <lucy.brophy@sun.com>
1940
1941         *atk/atktext.h
1942         Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
1943
1944 2001-06-21  Brian Cameron <brian.cameron@sun.com>
1945
1946         * atk/atkeditabletext.h, atk/atkobject.h,
1947         atktext.[ch]
1948         Added AtkAttributeSet_free() convenience
1949         function.
1950
1951 2001-06-20  Peter Williams  <peterw@ximian.com>
1952
1953         * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type ->
1954         atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer
1955         G_{BEGIN,END}_DECLS.
1956
1957 2001-06-20  Brian Cameron <brian.cameron@sun.com>
1958
1959         * atk/atktable.c, atk/atkmarshal.list
1960         Removed needless marshal and updated signal handlers in
1961         atktable.c
1962
1963 2001-06-20  Louise Miller <louise.miller@sun.com>
1964
1965         *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml   
1966         Changed parameters for get_selected_rows/get_selected_columns
1967         Added 4 new functions, add_row_selection, remove_row_selection,
1968         add_column_selection, remove_column_selection
1969
1970 2001-06-19  Brian Cameron <brian.cameron@sun.com>
1971
1972         * atk/atktable.c
1973         Fixed minor bug with signals.
1974
1975 2001-06-18  Brian Cameron <brian.cameron@sun.com>
1976
1977         * atk/atktable
1978         Added signals.
1979
1980 2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
1981
1982         * atk/atkselection.h atk/atkselection.c
1983         Now add_selection, clear_selection, and remove_selection 
1984         return a boolean indicating SUCCESS/FAILURE to indicate
1985         if the operation was successful.
1986
1987 2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
1988
1989         * atk/atktable.h atk/atktable.h
1990         Updated so now the get_text_before|at|after functions
1991         return the start & end offset of the string.  Updated the
1992         docs.
1993
1994 2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>
1995
1996         * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
1997
1998 2001-06-11  Havoc Pennington  <hp@redhat.com>
1999
2000         * NEWS: updated
2001
2002         * configure.in: bump version to 0.2 and add infrastructure for 
2003         libtool version info. Assumes GTK versioning scheme (major.minor 
2004         is binary compatible)
2005         
2006         * atk/Makefile.am (LDFLAGS): set version info
2007         (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
2008         
2009 2001-06-13  Brian Cameron <brian.cameron@sun.com>
2010
2011         * atk/atktable.h, atk/atktable.c
2012         Updated so that get/set row/column header functions
2013         work with AtkObjects rather than AtkTables.  Organized
2014         the header file a little more cleanly.  Also the get/set
2015         row_description and caption functions now use gchar *
2016         rather than AtkObject.
2017
2018 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
2019
2020         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
2021         Add signal model-changed.
2022
2023         * atk/atkobject.c: Add properties
2024         accessible-role, accessible-table-caption, 
2025         accessible-table-column-header, accessible-table-column_description.
2026         accessible-table-row-header, accessible-table-row_description.
2027         accessible-table-summary, accessible-model
2028
2029 2001-06-12  Brian Cameron <brian.cameron@sun.com>
2030
2031         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
2032         Updated atkeditabletext and atktext interfaces so they
2033         now properly define the get/set attribute methods and now
2034         get_offset_at_point and get_character_extents can request
2035         x,y coords by either widget or screen coords.
2036
2037 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
2038
2039         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
2040         CFLAGS, not in LIBS. (Always linking with -lpthread
2041         is a noticeable speed hit.)
2042
2043 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
2044
2045         * atk/Makefile.am: Really fix marshal generation.
2046
2047 2001-06-07  Havoc Pennington  <hp@redhat.com>
2048
2049         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
2050         glib-genmarshal stuff
2051
2052 2001-06-07  Havoc Pennington  <hp@redhat.com>
2053
2054         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
2055         glib-genmarshal
2056
2057         * configure.in: rearrange the library checks to support
2058         uninstalled linking     
2059
2060         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
2061
2062         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
2063         ATK in giant GTK tarball
2064
2065 2001-06-07  Brian Cameron <brian.cameron@sun.com>
2066
2067         * docs/atk-api.sgml docs/atk-sections.txt
2068         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
2069         docs/tmpl/atktext.sgml
2070         Removed docs/atk-api.sgml since it is not used.
2071         Updated sgml files and atk-sections.txt to reflect
2072         recent changes to the atktext and atkeditabletext
2073         interfaces
2074
2075 2001-06-06  Brian Cameron <brian.cameron@sun.com>
2076
2077         * atk/atktext.h atk/atktext.h
2078         Updated to new atktext functions for getting attributes.
2079
2080 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
2081
2082         * New files atk/atkstreamablecontent.[ch]
2083         Updated files: atk/Makefile.am, atk/atk.h
2084
2085         * atk/atkvalue.c: Updated comments
2086
2087 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
2088
2089         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
2090
2091 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
2092
2093         * atk/atkobject.c: Add property accessible-visible-data
2094
2095 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
2096
2097         * atk/atkobject.c: Add support for setting and getting 
2098         accessible-value property.
2099
2100         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
2101
2102 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
2103
2104         * atk/atkeditabletext.[ch], atk/atktext.[ch]
2105
2106         * docs/atk-overrides.txt, docs/Makefile.am
2107           Updated the interface for dealing with selected
2108           text to handle multiple selected regions.  Removed
2109           get_row_col_at_offset from atktext.[ch].  Added
2110           docs/atk-overrides.txt file.
2111
2112 Thu May 31  Brian Cameron <brian.cameron@sun.com>
2113
2114         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
2115           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
2116           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
2117           Makefiles so the proper marshall files get included in the
2118           dist.  Updated the Makefiles and configure.in so that the
2119           docs get included in the dist.
2120
2121 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
2122
2123         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
2124
2125 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
2126
2127         * atk/atkobject.c: Define new properties accessible-text, 
2128         accessible-caret, accessible-selection and accessible-value
2129
2130 2001-05-29  Brian Cameron <brian.cameron@sun.com>
2131
2132         * docs/atk-sections.txt
2133
2134         * docs/tmpl/*
2135         Improved the layout/formatting of the atk docs.  Added docs/tmpl
2136         files.
2137
2138 2001-05-28  Brian Cameron <brian.cameron@sun.com>
2139
2140         * atk/atktext.c
2141         Now properly set the initialized flag when setting up signals.
2142         Updated the atk-docs in several files
2143
2144 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
2145
2146         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
2147         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
2148         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
2149         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
2150         Fix warnings generated by Sun FORTE compiler
2151
2152 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
2153
2154         * atk/atkcomponent.c atk/atkvalue.c
2155         Remove return calls in functions which return void
2156         
2157 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
2158
2159         * atk/atkobject.h: Correct naming of role for status bar
2160
2161         * atk/atktext.c: 
2162         Clarify behaviour of atk_text_get_text_after/at/before_offset
2163  
2164 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
2165
2166         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
2167
2168 2001-01-06  Hans Breuer  <hans@breuer.org>
2169
2170         * atk/makefile.msc atk/atk.def (new files) :
2171         Enable build for win32, no sourc changes necessary.
2172
2173 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
2174
2175         * Released 0.1
2176
2177 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
2178
2179         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
2180
2181 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
2182
2183         * Start a ChangeLog
2184