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