Fix for SEGV triggered by test-gail-gnome, due to calling
[platform/upstream/atk.git] / ChangeLog
1 2002-03-13  Bill Haneman <bill.haneman@sun.com>
2
3         * atk/atkutil.c (atk_object_get_root):
4         Changed g_type_class_peek to g_type_class_ref,
5         this seemed to be triggering a SEGV in some cases.
6
7
8 2002-03-12  Padraig O'Briain  <padraig.obriain@sun.com>
9
10         * atk/atkgobjectaccessible.c (atk_gobject_accessible_dispose):
11         Correct name of data set to NULL from quark_accessible_object to
12         quark_object
13
14 2002-03-09  Padraig O'Briain  <padraig.obriain@sun.com>
15
16         * atk/atkhyperlink.c (atk_hyperlink_get_type):
17         Fix typo.
18
19 Thu Mar  7 23:52:51 2002  Owen Taylor  <otaylor@redhat.com>
20
21         * ===== Released 1.0.0 ======
22
23         * NEWS: Final update for 1.0.0.
24
25         * README: Update the compilation instructions a bit.
26
27 2002-03-06  Tor Lillqvist  <tml@iki.fi>
28
29         * atk-zip.sh.in
30         * atk/Makefile.am: Use ATK_API_VERSION also in the Win32 import
31         library names.
32
33 Tue Mar  5 16:54:21 2002  Owen Taylor  <otaylor@redhat.com>
34
35         * ATK 1.0.0 rc1
36
37         * tests/Makefile.am: Don't install libteststateset.la,
38         libtestrelation.la. (#73655, James Henstridge)
39
40         * autogen.sh: Add --enable-gtk-doc
41
42         * configure.in: --disable-gtk-doc by default.
43
44         * Makefile.am: Add a slightly modified distcheck rule
45         that passes --enable-gtk-doc to the configure inside.
46         (So that 'make dist' succeeds inside.)
47
48 Tue Mar  5 11:55:35 2002  Owen Taylor  <otaylor@redhat.com>
49
50         * configure.in: Require GLib-2.0.0.
51
52         * configure.in atk/Makefile.am tests/Makefile.am atk.pc.in:
53         Switch over to the Glib/GTK+ versioning scheme.
54
55 2002-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
56
57         * atk/atktext.c (atk_text_get_text):
58         Permit end offset value of -1
59
60 2002-02-28  Padraig O'Briain  <padraig.obriain@sun.com>
61
62         * atk/atkhypertext.h:
63         Update comments
64
65 2002-02-28  Sven Neumann  <sven@gimp.org>
66
67         * configure.in: beautified configure --help output.
68
69 2002-02-27  Padraig O'Briain  <padraig.obriain@sun.com>
70
71         * atk/atkhypertext.h atk/atkhyperlink.h: 
72         Add padding to class structures to allow for future expansion.
73
74         * atk/atkdocument.h: 
75         Add padding to class structures to allow for future expansion.
76
77         * atk/atkobjectfactory.h atk/atkgobjectaccessible.h:
78         Add padding to class structures to allow for future expansion.
79
80 Mon Feb 25 19:09:39 2002  Owen Taylor  <otaylor@redhat.com>
81
82         * configure.in: Bail if AM_PATH_GLIB_2_0 fails.
83
84 2002-02-26  Tor Lillqvist  <tml@iki.fi>
85
86         * atk/Makefile.am: Do use -no-undefined on Win32, otherwise
87         libtool won't create a DLL.
88
89 2002-02-25  Padraig O'Briain  <padraig.obriain@sun.com>
90
91         * atk/Makefile.am:
92         Remove -no-undefined because of problems with uunresolved symbols
93         in libgobject on Solaris when using gcc
94
95 Sat Feb 23 23:02:23 2002  Owen Taylor  <otaylor@redhat.com>
96
97         * configure.in: Version 0.13
98
99         * NEWS: Update for 0.13
100
101         * docs/atk-sections.txt: Update.
102
103 2002-02-22  Padraig O'Briain  <padraig.obriain@sun.com>
104
105         * atk/atkgobjectaccessible.c atk/atkhyperlink.c atk/atknoopobject.c
106         atk/atknoopobjectfactory.c atkobject.c atk/atkobjectfactory.c
107         atk/atkregistry.c atk/atkrelation.c atk/atkrelationset.c:
108         Make use of parent_class consistent; define as gpointer and
109         use g_type_class_peek_parent() to get it
110
111         * atk/atktext.c:
112         Delete unused empty line
113
114         * atk/atkregistry.c atk/atkrelation.c:
115         Make parent_class static 
116
117 2002-02-20  Padraig O'Briain  <padraig.obriain@sun.com>
118
119         * atk/atktext.c:
120         Add check for offset being negative in functions which have offset
121         parameter and return immediately if so.
122
123 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
124
125         * atk/atkcomponent.h:
126         Change argument of get_layer and get_mdi_zorder function pointers 
127         to be AtkComponent instead of AtkObject
128
129         * atk/atkcomponent.c:
130         Change atk_component_get_layer and atk_component_get_mdi_zorder
131         to refer to argument as component instead os accessible
132
133         * docs/atk-sections.txt docs/tmpl/atkaction.sgml 
134         docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml
135         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml 
136         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
137         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml:
138         Update for recent changes
139         
140 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
141
142         * atk/atk.h:
143         Guard atk.h with ifndef __ATK_H__
144         (#71405 reported by terra@diku.dk (Morten Welinder))
145
146 2002-02-13  Padraig O'Briain  <padraig.obriain@sun.com>
147
148         * atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h
149         atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h 
150         atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h
151         atk/atktable.h atk/atktext.h atk/atkvalue.h:
152         Add padding to class structures to allow for future expansion.
153
154 2002-02-11  Bill Haneman  <bill.haneman@sun.com>
155
156         * configure.in:
157         Incremented revision and tagged GNOME_D2_BETA.
158
159         * atkobject.h: 
160         Marked atk_object_get_layer and atk_object_get_mdi_zorder
161         as deprecated (should use atk_component API below).
162         
163         * atkcomponent.h:
164         Added atk_component_get_layer and atk_component_get_mdi_zorder
165         (erroneously defined in atkobject, they belong here).
166
167         * atkcomponent.c:
168         Fixed some property get/set bugs.
169
170         * NEWS: updated for GNOME 2 Desktop Beta.
171         
172 2002-02-11  jacob berkman  <jacob@ximian.com>
173
174         * atk/atkselection.[ch] (atk_selection_get_type): 
175         * atk/atktable.[ch] (atk_table_get_type): 
176         * atk/atkregistry.h (atk_get_default_registry): 
177         * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): 
178         * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): 
179         * atk/atkcomponent.[ch] (atk_component_get_type): 
180         * atk/atkaction.[ch] (atk_action_get_type): declare function
181         arguments as (void) rather than ()
182
183 2002-02-04  Bill Haneman  <bill.haneman@sun.com>
184
185         * configure.in:
186         Incremented revision.
187
188 2002-01-30  Bill Haneman  <bill.haneman@sun.com>
189
190         * docs/tmpl/atkaction.sgml:
191         * docs/tmpl/atkcomponent.sgml:
192         * docs/tmpl/atkeditabletext.sgml:
193         * docs/tmpl/atkimage.sgml:
194         * docs/tmpl/atkobject.sgml:
195         * docs/tmpl/atkselection.sgml:
196         * docs/tmpl/atktable.sgml:
197         * docs/tmpl/atktext.sgml:
198         * docs/tmpl/atkvalue.sgml:
199         Initial entries into the SHORT_DESCRIPTION and LONG_DESCRIPTION
200         fields to improve docs; the documentation now gives some
201         information on the purpose and function of the various ATK
202         interfaces, and which types of UI components typically implement
203         which interfaces.
204         
205 Tue Jan 29 23:29:46 2002  Owen Taylor  <otaylor@redhat.com>
206
207         * NEWS: Retroactively write a NEWS entry for 0.9 and 0.10.
208
209 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
210
211        * configure.in:
212        Update version number to 0.10, for Desktop Alpha 2
213
214 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
215
216         * atk/atkobject.h:
217         Correct inconsistencies between registered signal parameter types 
218         and default signal handler struct fields
219         (based on patch from Murray Cumming <murray@usa.net>)
220
221 2002-01-10  Bill Haneman <bill.haneman@sun.com>
222
223        * configure.in:
224        Update version number to 0.9, for Beta2 package.
225
226 Wed Jan  9 11:26:56 2002  Owen Taylor  <otaylor@redhat.com>
227
228         * atk/Makefile.am (s-enum-types-h):  Include glib-object.h,
229         Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. (#61845,
230         Mikael Hermansson)
231
232 2002-01-07  Padraig O'Briain  <padraig.obriain@sun.com>
233
234         * atk/atkcomponent.c (atk_component_add_focus_handler):
235         Add comments to clarify behavior if handler has already been added
236
237         * docs/tmpl/atktext.sgml:
238         Update for change of caret_changed to text_caret_moved
239
240 2002-01-05  Hans Breuer  <hans@breuer.org>
241
242         * atk/makefile.msc : generate atk-enum-types.[hc]
243         NOTE: the long comment in atkobject.h is crashing perl,
244         at least version 5.005_02 built for MSWin32-x86-object
245         Binary build 506 provided by ActiveState. Temporary
246         deleting the AtkRole comment allows to work-around.
247
248         atk/atk.def : updated externals
249
250 2002-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
251
252         * atk/atkgobjectaccessible.h
253         Fixed typo in define (reported by Jeff Franks)
254
255         * atk/atktext.c atk/atktext.h
256         Change name of default signal handler for text_caret_moved signal
257         from caret_changed to text_caret_moved
258         Change enum CARET_MOVED to TEXT_CARET_MOVED
259         (both issues reported by Jeff Franks)
260
261 2001-12-15  Michael Meeks  <michael@ximian.com>
262
263         * atk/atkrelation.c (atk_relation_class_init):
264         setup parent class
265         (atk_relation_finalize): chain to parent.
266
267         * atk/atkrelationset.c (atk_relation_set_class_init),
268         (atk_relation_set_finalize): same fix.
269
270 Sat Dec 22 12:26:51 2001  Owen Taylor  <otaylor@redhat.com>
271
272         * configure.in: Version 0.8, require GLib-1.3.12
273
274         * atk/makefile.msc (PKG_VER): Version 0.8.
275
276 Thu Dec 20 00:33:47 2001  Owen Taylor  <otaylor@redhat.com>
277
278         * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary
279         for correct srcdir != builddir operation when 
280         generating source files in srcdir.
281         
282 Thu Dec 20 00:27:01 2001  Owen Taylor  <otaylor@redhat.com>
283
284         * docs/tmpl/atkutil.sgml: remove some conflict
285         indicators.
286
287 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
288
289         * atk/atk.def:
290         Add new functions
291
292 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
293
294         Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.h
295         docs/tmpl/atkgobjectaccessible.sgml
296
297         * atk/Makefile.am atk/atk.h:
298         Add references to new files
299
300         * atk/atkobject.c atk/atkobject.h
301         docs/tmpl/atkobject.sgml:
302         Add new function atk_object_initialize
303
304         * atk/atkobjectfactory.c atk/atkobjectfactory.h
305         docs/tmpl/atkobjectfactory.sgml:
306         Add new function atk_object_factory_get_accessible_type
307
308         * docs/atk-sections.txt:
309         Add new functions.
310         Add functions in atk-unused.txt
311
312         
313 2001-12-17  Darin Adler  <darin@bentspoon.com>
314
315         * atk/atktext.c: Add missing #include <string.h>
316
317 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
318
319         * atk/Makefile.am, tests/Makefile.am: Compile with
320         -DG_DISABLE_DEPRECATED. See #52790.
321
322 2001-12-11  Padraig O'Briain  <padraig.obriain@sun.com>
323
324         * atk/atkcomponent.c (atk_component_ref_accessible_at_position):
325         Remove unnecessary g_retunn_val_if_fail() call.
326
327 2001-12-08  Michael Meeks  <michael@ximian.com>
328
329         * atk/atkregistry.c (atk_registry_class_init):
330         paranoia is not appropriate here, setup parent_class,
331         don't create a new default registry here - makes no
332         sense.
333         (atk_registry_finalize): chain to parent class, do
334         g_hash_table_destroys instead of g_frees.
335
336 2001-12-07  Padraig O'Briain  <padraig.obriain@sun.com>
337
338         * atk/Makefile.am:
339         Update to create atk-enum-types.h before compiling source files
340         (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
341
342 2001-12-05  Padraig O'Briain  <padraig.obriain@sun.com>
343
344         * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt 
345         docs/tmpl/atktext.sgml tests/testrelation.c:
346         Change atk_attribute_register to atk_text_attribute_register,
347         atk_attribute_get_value to atk_text_attribute_get_value,
348         atk_attribute_get_name to atk_text_attribute_get_name
349         atk_attribute_for_name to atk_text_attribuute_for_name
350
351 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
352
353         * atk/atktext.c:
354         Add implementation of atk_attribute_register, atk_attribute_for_name
355         Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and
356         support extra attributes being defined
357
358         * atk/atktext.h:
359         Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow
360         extra attributes to be defined
361         Add atk_attribute_register() and atk_attribute_for_name()
362
363         * atk/atk.def:
364         Add new functions
365
366         * docs/atk-sections.txt docs/tmpl/atktext.sgml
367         Update because of additions to atk/atktext.h
368
369         * tests/testrelation.c:
370         Add tests for text attributes
371
372 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
373
374         * atk/atkobject.c:
375         Update atk_role_register() to allow extra roles to be defined
376         Update atk_role_get_name() and atk_role_for_name() for newly defined
377         roles
378
379         * tests/testrelation.c:
380         Add tests for roles
381
382 2001-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
383
384         * atk/atkrelation.c:
385         Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and
386         atk_relation_type_for_name()
387
388         * atk/atkstate.c:
389         Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and
390         atk_state_type_for_name()
391
392         * tests/testrelation.c, tests/teststateset.c:
393         Update tests as name componenets are separated by hyphen (-) rather
394         than underline (_)
395
396 2001-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
397
398         * atk/Makefile.am:
399         Generate files atk-enum-types.c and atk-enums-types.h to create
400         types for enums.
401
402         * atk/atkobject.c:
403         Use ATK_TYPE_ROLE in atk_role_get_name() and atk_role_for_name()
404
405 2001-11-28  Bill Haneman  <bill.haneman@sun.com>
406
407         * atk/atkutil.c:
408         Changed calls to g_type_class_peek() to g_type_class_ref() where
409         it makes more sense, and in other places check for a non-null
410         klass return before trying to call class methods.  This prevents
411         SEGV if no Atk-implementation library has been loaded.
412
413         * atk/atkobject.c:
414         Fixed gtk-doc warning.
415
416 2001-11-28  Padraig O'Briain  <padraig.obriain@sun.com>
417
418         * atk/atkobject.[c|h]:
419         Add functions atk_role_get_name() and atk_role_for_name() which
420         transform a role into an untranslated string
421         Update comments in atkobject.h which refer to property names
422
423         * atk/atkrelation.c:
424         Correct error in atk_relation_type_get_name
425
426         * docs/atk-sections.txt
427         Added atk_role_get_name and atk_role_for_name
428
429         * docs/tmpl/*sgml
430         Updated files
431         
432 2001-11-23  Hans Breuer  <hans@breuer.org>
433
434         * atk/atk.def : updated externals
435
436         * atk/atktext.c atk/atkutil.c : added two spaces to fix
437         minor coding style issues. Found by my exports generator.
438
439         * atk/makefile.msc : version 0.7, use build dir from
440         $(TOP)\glib
441
442 Thu Nov 22 14:37:40 2001  Owen Taylor  <otaylor@redhat.com>
443
444         * Version 0.7
445
446         * configure.in (GLIB_REQUIRED_VERSION): Require GLib-1.3.11
447
448 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
449
450         * atk/atknoopobject.c:
451         Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID
452         when creating object
453
454 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
455
456         * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt,
457         docs/tmpl/atkrelation.sgml:
458         Change atk_relation_type_from_string to atk_relation_type_for_name
459         Add atk_relation_type_get_name
460
461         * atk/atkrelationtype.c:
462         Change atk_relation_type_from_string to atk_relation_type_for_name
463         Add atk_relation_type_get_name
464         Update atk_relation_type_register() to correctly register new
465         relation types
466
467         * atk/atkstate.c:
468         Changed name of static variable type to last_type
469         Changed name of paremeter if atk_state_type_get_name to type to match
470         comments
471
472         * docs/tmpl/*sgml
473         Updated files
474
475         * tests/README, tests/Makefile.am       
476         Add new test file testrelation.c
477
478 2001-11-22  Bill Haneman <bill.haneman@sun.com>
479
480         * atk/atkutil.c (atk_add_key_event_listener):
481         Fix gtk-doc comment and clarify use of 'data' gpointer.
482
483 2001-11-22  Michael Meeks  <michael@ximian.com>
484
485         * atk/atkutil.c (atk_add_key_event_listener): switch
486         to class_peek.
487
488         * atk/atkobject.c (atk_object_real_get_property):
489         add missing 'break'.
490
491 2001-11-21  Michael Meeks  <michael@ximian.com>
492
493         * atk/atkrelation.c: pull in string.h for strcmp
494
495         * atk/atktext.c (atk_text_get_selection): fix bug / warning.
496
497         * atk/atkutil.c (atk_add_global_event_listener),
498         (atk_get_toolkit_name, atk_get_toolkit_version):
499         constify 
500
501 2001-11-21  Bill Haneman <bill.haneman@sun.com>
502
503         * atk/atkrelation.c: Added gtk-doc docs for 
504         atk_relation_type_from_string.
505
506 Wed Nov 21 17:54:44 2001  Owen Taylor  <otaylor@redhat.com>
507
508         * atk/atkobject.h (enum): Fix trailing comma on
509         enumeration.
510
511         * docs/atk-sections.txt: Update.
512
513         * NEWS: Updates
514
515 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
516
517         * atk/atkobject.[c|h]:
518         Add additional argument (name) to state-change signal
519         Update atk_object_notify_state_change to take account of 
520         extra argument for state-change
521
522         * atk/atkmarshal.list:
523         Add marshaller for VOID:STRING,BOOLEAN
524         
525 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
526
527         * atk/atkobject.[c|h], docs/atk-sections.txt, docs/tmpl/atkobject.sgml:
528         Add enum AtkLayer and functions atk_object_get_layer and
529         atk_object_get_mdi_zorder
530
531 2001-11-20  Padraig O'Briain  <padraig.obriain@sun.com>
532
533         * atk/atkobject.[c|h]:
534         Remove property accessible-state; use signal state-change instead
535         Change signature of state-change handler to take gboolean as argument
536         instead of AtkPropertyValues
537         Update atk_object_notify_state_change() to emit state-change signal
538
539         * atk/atkstate.[c|h], docs/tmpl/atkstate.sgml:
540         Remove state ATK_STATE_COLLAPSED
541
542 2001-11-19  Bill Haneman <bill.haneman@sun.com>
543
544         * atk/atkobject.c:
545         * atk/atkstate.c:
546         Added state-changed signal to atkobject, in anticipation of 
547         deprecating the accessible-state property.
548
549         * atk/atkutil.[ch]:
550         Fixed signature of atk_util_add_key_listener () to
551         take an AtkKeySnoopFunc instead of a pointer to same.
552
553 2001-11-19  Padraig O'Briain  <padraig.obriain@sun.com>
554
555         * atk/atkobject.c (atk_object_notify_state_change):
556         Fix bug in calculation of number of toggle states
557
558         * atk/atkstate.c:
559         Correct out-by-1 error in atk_state_type_register()
560         Use type (number of states defined) in atk_state_type_get_name()
561         and atk_state_type_for_name()
562         
563 2001-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
564
565         * atk/atkeditabletext.c:
566         Remove unused structure _AtkEditableTextIfaceClass
567
568         * atk/atkobject.[c|h]
569         Remove signals model_changed and selection_changed
570
571         * atk/selection.[c|h]
572         Add signal selection_changed
573
574         * atk/atktable.[c|h]
575         Remove unused structure _AtkTableIfaceClass
576         Add signal model_changed
577
578         * atk/atktext.[c|h]
579         Remove unused structure _AtkTextIfaceClass
580         Add signal text_selection_changed
581
582         * docs/tmpl/atkobject.sgml, docs/tmpl/atkselection.sgml,
583         docs/tmpl/atktable.sgml, atk/tmpl/atktext.sgml:
584         Documentation changes
585
586 2001-11-17  Tor Lillqvist  <tml@iki.fi>
587
588         * atk-zip.sh.in: Build separate runtime and developer packages.
589
590         * atk/atk.def: Update.
591
592 2001-11-14  Bill Haneman  <bill.haneman@sun.com>
593
594         * atk/atkutil.h :
595         Added API 
596         atk_add_key_event_listener    (AtkKeySnoopFunc *listener,
597                                        gpointer data);
598         atk_remove_key_event_listener (AtkKeySnoopFunc *listener,
599                                        gpointer data);
600         
601         to allow non-GTK-dependent installation of key snoop functions.
602         This also meant adding definitions of AtkKeySnoopFunc and 
603         AtkKeyEventStruct.
604
605 2001-11-08  Padraig O'Briain  <padraig.obriain@sun.com>
606
607         * atk/atkobject.c (atk_object_notify_state_change):
608         Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED
609         to ATK_STATE_EXPANDED or vice versa.
610
611 2001-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
612
613         * atk/atkobject.h:
614         Add role ATK_ROLE_TREE_TABLE
615
616         * atk/atkrelation.h:
617         Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT
618         and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable
619
620         * docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl,
621         docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml,
622         docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl,
623         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml,
624         docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml,
625         docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml,
626         docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml:
627         Update to reflect the current state of the documentation in the code.
628
629 2001-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
630
631         * atk/relation.h, docs/tmpl/atkrelation.sgml:
632         Add two new relations ATK_RELATION_NODE_CHILDREN and
633         ATK_RELATION_NODE_PARENT to support compound objects in a
634         node or cell of a tree or table
635         Added descriptions of all relations which are defined
636
637         * atk/atktable.c:
638         Remove functions atk_table_real_get_index_at(),
639         atk_table_real_get_column_at_index() and 
640         atk_table_real_get_row_at_index() 
641         Correct typos in documentation of other functions.
642
643 2001-10-28  Tor Lillqvist  <tml@iki.fi>
644
645         * atk-zip.sh.in: New file, used to build developer package for
646         Win32.
647
648         * Makefile.am
649         * configure.in: Add it.
650
651         * atk/Makefile.am: Add rules to install and uninstall mingw import
652         library.
653
654 2001-10-26  Padraig O'Briain  <padraig.obriain@sun.com>
655
656         * atk/atkobject.[c|h]
657         Remove the following properties
658         accessible-child - use signal children_changed for notification
659         accessible-text - use signal text_changed for notification
660         accessible-caret - use signal text_caret_moved for notification
661         accessible-selection - use new signal selection_changed 
662         for notification
663         accessible-visible-data - use new signal visible_data_changed
664         for notification
665         accessible-model - use new signal model_changed for notification
666         Notify when role or parent changes
667         Allow parent and role to be set or got using g_object_set() or
668         g_object_get()
669 .
670 Wed Oct 24 11:13:13 2001  Owen Taylor  <otaylor@redhat.com>
671
672         * Version 0.6
673
674         * NEWS: Updates.
675
676 2001-10-25  Padraig O'Briain  <padraig.obriain@sun.com>
677
678         * atk/atkobject.h, docs/tmpl/atkobject.sgml:
679         Add role ATK_ROLE_TERMINAL for an accessible terminal.
680
681 2001-10-22  Padraig O'Briain  <padraig.obriain@sun.com>
682
683         * atk/atkobject.c (atk_object_notify_state_change):
684         Initialize AtkPropertyValue data structure to 0 instead of using
685         memset.
686
687 2001-10-19  Tor Lillqvist  <tml@iki.fi>
688
689         * configure.in: Set automake conditionals OS_WIN32 if on (native)
690         Win32, and MS_LIB_AVAILABLE if lib.exe is available. Calculate
691         LT_CURRENT - LT_AGE and set LT_CURRENT_MINUS_AGE to that value.
692
693         * atk/Makefile.am: Add atk.def to EXTRA_DIST. On Win32, use
694         -export-symbols atk.def. If lib.exe is available, generate
695         atk.lib, and install it.
696
697         * atk/atk.def: Update with new entry points.
698
699 2001-10-19  Padraig O'Briain  <padraig.obriain@sun.com>
700
701         * atk/atkobject.[c|], docs/atk-sections.txt,
702         docs/tmpl/atkobject.sgml:
703         Add convenience function atk_object_notify_state_change()
704         to generate property notification of state change.
705
706         * atk/atktext.c, docs/tmpl/atk-unused.sgml:
707         Correct comments on functions atk_attribute_get_name() and
708         atk_attribute_get_value()
709
710 2001-10-17  Padraig O'Briain  <padraig.obriain@sun.com>
711
712         * atk/atktext.c:
713         Update comments in atk_text_get_text_[at|after|before]_offset()
714         to clarify what these functions will return.
715
716 2001-10-16  Padraig O'Briain  <padraig.obriain@sun.com>
717
718         * atk/atktext.c:
719         Update comments in atk_text_get_run_attributes() and
720         atk_text_get_default_attributes().
721
722 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
723
724         * atk/atkobject;c:
725         Change "property-change" signal to allow detail (i.e. property name) 
726         and add detail in atk_object_notify().
727
728 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
729
730         * atk/atktext.c:
731         Correct order of attribute names in text_attr_name array.
732
733 2001-10-12  Padraig O'Briain  <padraig.obriain@sun.com>
734
735         * atk/atktext.[c|h]:
736         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
737         Use enum AtkTextAttribute to specify what attribute are supported
738         rather than hash defines. Define new functions atk_attribute_get_name()
739         and atk_attribute_get_value() which return the strings for the
740         attribute name and values for those attribute which have named values.
741
742 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
743
744         * atk/atktext.c (atk_text_get_run_attributes):
745         Correct typo.
746
747         * atk/atktext.c (atk_text_get_default_attributes):
748         Add call to set iface.
749
750 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
751
752         * atk/atktext.[c|h]:
753         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
754         Add new function atk_text_get_default_attributes
755         Rename atk_text_ref_run_attributes to atk_text_get_run_attributes
756
757 2001-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
758
759         * atk/atktext.c (atk_attribute_set_free):
760         Avoid leaking of AtkAttributeSet data structure; speed up code.
761
762         * docs/tmpl.atk*.sgml
763         Updated to reflect current APIs.
764
765 2001-10-01  jacob berkman  <jacob@ximian.com>
766
767         * docs/Makefile.am (dist-hook-local): depend on all-local so that
768         make dist works correctly w/o having to build first
769
770 2001-10-01  Tor Lillqvist  <tml@iki.fi>
771
772         * configure.in: Add AC_LIBTOOL_WIN32_DLL.
773
774 Sat Sep 29 19:45:00 2001  Bill Haneman <bill.haneman@sun.com>
775         
776         * configure.in (ATK_MICRO_VERSION): Version 0.6
777         (because libglade will depend on a the small api addition below)
778
779         * atk/makefile.msc (PKG_VER): Version 0.6
780
781         * atk/atkrelation.h:
782         * atk/atkrelation.c: (AtkRelationType 
783         atk_relation_type_from_string (const gchar *name)): Added method.
784
785         
786 Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>
787
788         * configure.in (ATK_MICRO_VERSION): Version 0.5
789
790         * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
791
792         * atk/makefile.msc (PKG_VER): Version 0.5
793
794 2001-09-21  Hans Breuer  <hans@breuer.org>
795
796         * atk/atk.def : updated externals
797         * atk/makefile.msc : version 0.4
798
799         * atk/atktext.c (atk_text_get_character_extents) : real_height
800         is a reference to int, so use &local_height
801
802 Wed Sep 19 10:46:44 2001  Tim Janik  <timj@gtk.org>
803
804         * Released 0.4.
805
806 Tue Sep 18 23:41:32 2001  Tim Janik  <timj@gtk.org>
807
808         * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION.
809         up ATK_VERSION to 0.4, interface age 0, binary age 0.
810         (from 0.2 which was not properly updated last time).
811         depend on glib 1.3.8.
812
813         * NEWS: updates.
814
815 2001-09-11  Padraig O'Briain  <padraig.obriain@sun.com>
816
817         * atk/atkobject.c:
818         Add object reference when object is set as accessible_parent
819
820 2001-09-05  Mark McLoughlin <mark@skynet.ie>
821
822         * configure.in: remember ACLOCAL_FLAGS.
823
824 2001-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
825
826         * atk/atktable.[c|h]
827         Change atk_table_get_caption() and atk_table_set_caption()
828         to deal with AtkObject* rather than gchar*
829         Remove redundant and incorrect comments
830         
831 Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>
832
833         * configure.in: Version 0.3  
834
835         * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
836
837         * NEWS: Update  
838
839 2001-09-03  Padraig O'Briain  <padraig.obriain@sun.com>
840
841         * atk/atkobject.c:
842         Correct property definitions for "accessible-table-caption", 
843         "accessible-table-column-description", 
844         "accessible-table-row-description" 
845         * atk/atkobject.h:
846         Update comments to include all properties defined
847
848 2001-08-24  Padraig O'Briain  <padraig.obriain@sun.com>
849
850         * atk/atkhyperlink.h:
851         Change AtkHyperLink to AtkHyperlink in comment
852         * atk/atkhypertext.[c|h]:
853         Change AtkHyperLink to AtkHyperlink
854         * atk/atktable.[c|h]:
855         Make gchar* arguments const; make return value of type gchar*
856         G_CONST_RETURN
857         * docs/atk-sections.txt
858         Remove reference to AtkHyperLink
859         * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
860         docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
861         Updated by make
862         
863 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
864
865         * atk/atktable.c
866         Add functions atk_table_real_get_index_at(), 
867         atk_table_real_get_row_at_index(), atk_table_real_get_column_at_index() 
868         as default implementations for atk_table_get_index_at(),
869         atk_table_get_row_at_index(), atk_table_get_column_at_index()
870
871 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
872
873         * atk/atkaction.c:
874         Refer to return value in function documentation for 
875         atk_action_do_action
876         * atk/atkimage.c:
877         Fix typo in comments
878         * docs/tmpl/atkaction.sgml:
879         Update to include return value
880
881 2001-08-22  Marc Mulcahy <marc.mulcahy@sun.com>
882
883         * atk/atkaction.c atk/atkaction.h:
884         Made atk_action_do_action return a gboolean as the class member of 
885         AtkActionIface does.
886         * .cvsignore:
887         Added atk.spec
888
889 2001-08-20  Padraig O'Briain  <padraig.obriain@sun.com>
890
891         * docs/tmpl/atkimage.sgml atk/atkimage.h:
892         Swap height and width arguments to atk_image_get_image_size
893         * atk/atkimage.c:
894         Swap height and height arguments to atk_image_get_image_size
895         Do not crash if NULL pointers are passed for return values
896
897 2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
898
899         * docs/tmpl/atktext.sgml atk/atktext.h:
900         Change parameter names *offset to *_offset
901         * atk/atkcomponent.c:
902         Do not crash if NULL pointers are passed for return values
903         * atk/atktext.c:
904         Change parameter names *offset to *_offset
905         Do not crash if NULL pointers are passed for return values
906         
907 2001-08-16  Bill Haneman  <bill.haneman@sun.com>
908
909         * atk/atkutil.c :
910         Changed g_type_class_peek() to g_type_class_ref()
911         in atk_add_global_event_listener(), since
912         g_type_class_peek() could return NULL when an
913         instance of the class had not been created.
914
915 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
916
917         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
918         Ensure that atk_attribute_set_free is in the documentation.
919
920 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
921
922         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
923         Swapped order of width and height arguments to
924         atk_text_get_character_extents()
925         Changed AtkAttrributeSet_free to atk_attribute_set_free
926
927 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
928
929         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
930         Changed "length" argument of atk_text_get_character_extents() to
931         "height".
932
933 2001-08-15  Jens Finke <jens@gnome.org>
934
935         * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files.
936         * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and
937         added a AC_SUBST for it. This is needed for the spec.in file.
938         Added atk.spec to output list.
939         * atk.spec.in: New file.
940
941 2001-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
942
943         * atk/atkcomponent.[c|h]
944         * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
945         Change atk_component_get_accessible_at_point to 
946         atk_component_ref_accessible_at_point so it will work for flyweights
947
948 Sun Aug 12 10:33:02 2001  Owen Taylor  <otaylor@redhat.com>
949
950         * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
951         with GNU make.
952
953 2001-08-09  Padraig O'Briain  <padraig.obriain@sun.com>
954
955         * atk/atkaction.c, atk/atkcomponent.c
956         Remove all instances of g_return_if_fail (foo != NULL); that are
957         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
958         since the second check catches the NULL.
959         * atk/atkcomponent.c
960         Add functions atk_component_real_contains(), 
961         atk_component_real_get_position(), atkcomponent_real_get_size() 
962         as default implementations for atk_component_contains(),
963         atk_component_get_position(), atk_component_get_size()
964
965 2001-08-07  Brian Cameron <brian.cameron@sun.com>
966
967         * atk/atkimage.[ch] docs/atk-sections.txt
968         docs/tmpl/atkimage.sgml
969         Updated AtkImage get_position to get_image_position
970         so the naming is consistant.  Now get_image_position
971         and get_image_size return -1 for x/y/height/width
972         if AtkImage implementations of these functions is
973         not found.
974
975 2001-07-31  Padraig O'Briain  <padraig.obriain@sun.com>
976
977         * atk/atkobject.c
978         Create an object relation set when the object is created.
979
980 2001-07-30  Brian Cameron <brian.cameron@sun.com>
981
982         * atk/atkutil.[ch]
983         Changed first argument of atk_add_global_event_listener
984         so the callback function is of type GSignalEmissionHook
985         instead of AtkEventListener.  AtkEventListener is
986         appropriate for Focus event callbacks, but not generic
987         ones.
988
989 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
990
991         * atk/atkobject.c:
992         Add function atk_object_real_ref_state_set() which creates the
993         state set and adds states ATK_STATE_SELECTABLE and ATK_STATE_SELECTED
994         if appropriate
995
996 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
997
998         * atk/*.c:
999         Remove all instances of g_return_if_fail (foo != NULL); that are
1000         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
1001         since the second check catches the NULL.
1002
1003 2001-07-26  Padraig O'Briain  <padraig.obriain@sun.com>
1004
1005         * atk/Makefile.am
1006         Fix problem with ATK not building after running make maintainer-clean
1007         and autogen.sh: add extra files to MAINTAINERCLEANFILES
1008
1009 2001-07-25 Bill Haneman <bill.haneman@sun.com>
1010
1011         * atk/atktext.h
1012         * atk/atkeditabletext.h
1013         * atk.pc.in
1014         * atk-uninstalled.pc.in
1015         * atk/makefile.msc
1016         * configure.in
1017         Removed (unused) #defines of pango/pango.h
1018         Removed references to/dependencies on pango from .pc files
1019         Removed dependencies on pango from makefile.msc and configure.in
1020
1021 2001-07-24  Padraig O'Briain  <padraig.obriain@sun.com>
1022
1023         * atk/atkobject.[c|h]
1024         Move some implementation from GAIL:
1025         Default implementations for some some functions
1026         atk_object_real_get_name, atk_object_real_set_name,
1027         atk_object_real_get_description, atk_object_real_set_description,
1028         atk_object_real_get_parent, atk_object_real_set_parent,
1029         atk_object_real_get_role,
1030         atk_object_real_connect_property_change_handler,
1031         atk_object_real_remove_property_change_handler,
1032         atk_object_notify,
1033         definition of property-changed signal.
1034         Initialize pointers to NULL in atk_object_init().
1035         Initialize uninitialized function pointers to NULL in 
1036         atk_object_class_init().
1037         
1038 2001-07-23  Brian Cameron <brian.cameron@sun.com>
1039
1040         * atk/atkobject.c
1041         Changed children_changed signal to allow NULL pointers
1042         for the 2nd argument to the signal handler.
1043
1044 2001-07-20  Hans Breuer  <hans@breuer.org>
1045
1046         * atk/atk.def : added more exports
1047         * atk/makefile.msc : updated win32 build
1048
1049 2001-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
1050
1051         * atk/atkaction.[c|h], docs/atk-sections.txt, 
1052         docs/tmpl/atkaction.sgml
1053         Add atk_action_get_name() and atk_action_set_description()
1054
1055 2001-07-18  Padraig O'Briain  <padraig.obriain@sun.com>
1056
1057         * atk/atkstate.[c|h]
1058         Add ATK_STATE_ENABLED so we can distinguish between a consistent
1059         and inconsistent GtkToggleButton
1060
1061 2001-07-16  Brian Cameron <brian.cameron@sun.com>
1062
1063         * atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
1064         docs/atk-sections.txt docs/tmpl/atktext.sgml docs/tmpl/atkutil.sgml
1065         gail_textattributes_update.pat is for gail/gail and integrates the 
1066         ATK_ATTRIBUTE_* macros in the gail implementations.
1067         atk_docs_textattributes_update.pat is for atk/docs and patches
1068         atk-sections.txt etc. for improved docs
1069         atk_atk_textattributes_update.pat is for atk/atk and included the
1070         new ATK_ATTRIBUTE_* macros and updated gtk-doc comments.
1071
1072 2001-07-13  Darin Adler  <darin@bentspoon.com>
1073
1074         * atk/atkstate.c: Add missing <string.h> include.
1075         * tests/teststateset.c: Add missing <string.h> include.
1076
1077 2001-07-13  Darin Adler  <darin@bentspoon.com>
1078
1079         * .cvsignore: Ignore some generated files.
1080         * autogen.sh: Get rid of call to autoheader since the
1081         configure file doesn't include AM_CONFIG_HEADER.
1082
1083 2001-07-11  Brian Cameron <brian.cameron@sun.com>
1084
1085         * tmpl/atkdocument.sgml
1086         Added new file for docs.
1087
1088 2001-07-11  Padraig O'Briain  <padraig.obriain@sun.com>
1089
1090         * atk/atkimage.c atk/atkutil.c
1091         Changes to build with Sun's FORTE compiler.
1092
1093 2001-07-10  Brian Cameron <brian.cameron@sun.com>
1094
1095         * tmpl/atk-unused.sgml tmpl/atkcomponent.sgml tmpl/atkeditabletext.sgml
1096         tmpl/atkimage.sgml tmpl/atkselection.sgml tmpl/atkstate.sgml
1097         tmpl/atkstreamablecontent.sgml tmpl/atktable.sgml
1098         tmpl/atktext.sgml tmpl/atkutil.sgml
1099         Updated docs pages.
1100
1101 Mon Jul  2 06:37:09 2001  Tim Janik  <timj@gtk.org>
1102
1103         * atk/atktext.c (atk_text_base_init): 
1104         * atk/atktable.c (atk_table_base_init): 
1105         * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/
1106         to adapt to recent GSignal changes.
1107
1108 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1109
1110         * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt
1111         docs/tmpl/atkutil.sgml
1112         Added new functiosn to AtkUtil.
1113
1114 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1115
1116         * atk/Makefile.am atk/atk.h atk/atkdocument.c atk/atkdocument.h
1117         docs/atk-docs.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml
1118         docs/tmpl/atkobject.sgml
1119         Added new atk document interface.
1120
1121 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1122
1123         * atk/atkcomponent.c atk/atkcomponent.h atk/atkimage.c
1124         atk/atkimage.h atk/atktext.c atk/atktext.h atk/atkutil.h
1125         Updated so that functions that take screen coords as 
1126         input/output also take an enum specifying whether
1127         the coords are screen or top-level window based.
1128         Updated docs as well.
1129
1130 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1131
1132         *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c
1133         atk/atkhyperlink.c atk/atkobject.c atk/atkregistry.c
1134         atk/atkstate.c atk/atkstateset.c atk/atkstreamablecontent.c
1135         atk/atktable.c atk/atktext.c atk/atkutil.c atk/atkvalue.c
1136         atk/docs/tmpl/atkstreamablecontent.sgml
1137         Cleaned up docs.  Added atkstreamablecontent.sgml
1138
1139 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1140
1141         *atk/atktable.h, atk/atktable.c
1142         Updated signal handler definitions.
1143
1144 2001-06-27  Brian Cameron <brian.cameron@sun.com>
1145
1146         *atk/atktext.h
1147         Updated AtkXYCoords enum.
1148
1149 2001-06-27  Brian Cameron <brian.cameron@sun.com>
1150
1151         *atk/atkaction.c atk/atkaction.h atk/atkcomponent.c
1152         atk/atkcomponent.h atk/atkhyperlink.c atk/atkhypertext.c
1153         atk/atkimage.c atk/atkimage.h atk/atkobject.c
1154         atk/atkobject.h atk/atkobjectfactory.c atk/atkregistry.c
1155         atk/atkstateset.c atk/atkstreamablecontent.c
1156         atk/atkstreamablecontent.h atk/atktable.c
1157         atk/atktext.c, docs/atk-docs.sgml docs/atk-sections.txt
1158         and some docs/tmpl files.
1159         Updated gtk-docs fixing spelling errors and making minor
1160         changes to the API.
1161
1162 2001-06-27  Louise Miller <lousie.miller@sun.com>
1163
1164         *atk/atkselection.h, atk/atkselection.c
1165         changed return type to gboolean for 
1166         atk_selection_select_all_selection
1167
1168 2001-06-26  Brian Cameron <brian.cameron@sun.com>
1169
1170         *atk/atkstate.h atk/atkstate.c
1171         docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml
1172         docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml
1173         docs/tmpl/atktext.sgml
1174         Added ATK_STATE_STALE.  Updated docs.
1175
1176 2001-06-22  Lucy Brophy <lucy.brophy@sun.com>
1177
1178         *atk/atktext.h
1179         Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
1180
1181 2001-06-21  Brian Cameron <brian.cameron@sun.com>
1182
1183         * atk/atkeditabletext.h, atk/atkobject.h,
1184         atktext.[ch]
1185         Added AtkAttributeSet_free() convenience
1186         function.
1187
1188 2001-06-20  Peter Williams  <peterw@ximian.com>
1189
1190         * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type ->
1191         atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer
1192         G_{BEGIN,END}_DECLS.
1193
1194 2001-06-20  Brian Cameron <brian.cameron@sun.com>
1195
1196         * atk/atktable.c, atk/atkmarshal.list
1197         Removed needless marshal and updated signal handlers in
1198         atktable.c
1199
1200 2001-06-20  Louise Miller <louise.miller@sun.com>
1201
1202         *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml   
1203         Changed parameters for get_selected_rows/get_selected_columns
1204         Added 4 new functions, add_row_selection, remove_row_selection,
1205         add_column_selection, remove_column_selection
1206
1207 2001-06-19  Brian Cameron <brian.cameron@sun.com>
1208
1209         * atk/atktable.c
1210         Fixed minor bug with signals.
1211
1212 2001-06-18  Brian Cameron <brian.cameron@sun.com>
1213
1214         * atk/atktable
1215         Added signals.
1216
1217 2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
1218
1219         * atk/atkselection.h atk/atkselection.c
1220         Now add_selection, clear_selection, and remove_selection 
1221         return a boolean indicating SUCCESS/FAILURE to indicate
1222         if the operation was successful.
1223
1224 2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
1225
1226         * atk/atktable.h atk/atktable.h
1227         Updated so now the get_text_before|at|after functions
1228         return the start & end offset of the string.  Updated the
1229         docs.
1230
1231 2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>
1232
1233         * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
1234
1235 2001-06-11  Havoc Pennington  <hp@redhat.com>
1236
1237         * NEWS: updated
1238
1239         * configure.in: bump version to 0.2 and add infrastructure for 
1240         libtool version info. Assumes GTK versioning scheme (major.minor 
1241         is binary compatible)
1242         
1243         * atk/Makefile.am (LDFLAGS): set version info
1244         (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
1245         
1246 2001-06-13  Brian Cameron <brian.cameron@sun.com>
1247
1248         * atk/atktable.h, atk/atktable.c
1249         Updated so that get/set row/column header functions
1250         work with AtkObjects rather than AtkTables.  Organized
1251         the header file a little more cleanly.  Also the get/set
1252         row_description and caption functions now use gchar *
1253         rather than AtkObject.
1254
1255 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
1256
1257         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
1258         Add signal model-changed.
1259
1260         * atk/atkobject.c: Add properties
1261         accessible-role, accessible-table-caption, 
1262         accessible-table-column-header, accessible-table-column_description.
1263         accessible-table-row-header, accessible-table-row_description.
1264         accessible-table-summary, accessible-model
1265
1266 2001-06-12  Brian Cameron <brian.cameron@sun.com>
1267
1268         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
1269         Updated atkeditabletext and atktext interfaces so they
1270         now properly define the get/set attribute methods and now
1271         get_offset_at_point and get_character_extents can request
1272         x,y coords by either widget or screen coords.
1273
1274 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
1275
1276         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
1277         CFLAGS, not in LIBS. (Always linking with -lpthread
1278         is a noticeable speed hit.)
1279
1280 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
1281
1282         * atk/Makefile.am: Really fix marshal generation.
1283
1284 2001-06-07  Havoc Pennington  <hp@redhat.com>
1285
1286         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
1287         glib-genmarshal stuff
1288
1289 2001-06-07  Havoc Pennington  <hp@redhat.com>
1290
1291         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
1292         glib-genmarshal
1293
1294         * configure.in: rearrange the library checks to support
1295         uninstalled linking     
1296
1297         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
1298
1299         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
1300         ATK in giant GTK tarball
1301
1302 2001-06-07  Brian Cameron <brian.cameron@sun.com>
1303
1304         * docs/atk-api.sgml docs/atk-sections.txt
1305         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
1306         docs/tmpl/atktext.sgml
1307         Removed docs/atk-api.sgml since it is not used.
1308         Updated sgml files and atk-sections.txt to reflect
1309         recent changes to the atktext and atkeditabletext
1310         interfaces
1311
1312 2001-06-06  Brian Cameron <brian.cameron@sun.com>
1313
1314         * atk/atktext.h atk/atktext.h
1315         Updated to new atktext functions for getting attributes.
1316
1317 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
1318
1319         * New files atk/atkstreamablecontent.[ch]
1320         Updated files: atk/Makefile.am, atk/atk.h
1321
1322         * atk/atkvalue.c: Updated comments
1323
1324 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
1325
1326         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
1327
1328 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
1329
1330         * atk/atkobject.c: Add property accessible-visible-data
1331
1332 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
1333
1334         * atk/atkobject.c: Add support for setting and getting 
1335         accessible-value property.
1336
1337         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
1338
1339 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
1340
1341         * atk/atkeditabletext.[ch], atk/atktext.[ch]
1342
1343         * docs/atk-overrides.txt, docs/Makefile.am
1344           Updated the interface for dealing with selected
1345           text to handle multiple selected regions.  Removed
1346           get_row_col_at_offset from atktext.[ch].  Added
1347           docs/atk-overrides.txt file.
1348
1349 Thu May 31  Brian Cameron <brian.cameron@sun.com>
1350
1351         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
1352           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
1353           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
1354           Makefiles so the proper marshall files get included in the
1355           dist.  Updated the Makefiles and configure.in so that the
1356           docs get included in the dist.
1357
1358 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
1359
1360         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
1361
1362 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
1363
1364         * atk/atkobject.c: Define new properties accessible-text, 
1365         accessible-caret, accessible-selection and accessible-value
1366
1367 2001-05-29  Brian Cameron <brian.cameron@sun.com>
1368
1369         * docs/atk-sections.txt
1370
1371         * docs/tmpl/*
1372         Improved the layout/formatting of the atk docs.  Added docs/tmpl
1373         files.
1374
1375 2001-05-28  Brian Cameron <brian.cameron@sun.com>
1376
1377         * atk/atktext.c
1378         Now properly set the initialized flag when setting up signals.
1379         Updated the atk-docs in several files
1380
1381 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
1382
1383         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
1384         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
1385         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
1386         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
1387         Fix warnings generated by Sun FORTE compiler
1388
1389 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
1390
1391         * atk/atkcomponent.c atk/atkvalue.c
1392         Remove return calls in functions which return void
1393         
1394 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
1395
1396         * atk/atkobject.h: Correct naming of role for status bar
1397
1398         * atk/atktext.c: 
1399         Clarify behaviour of atk_text_get_text_after/at/before_offset
1400  
1401 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
1402
1403         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
1404
1405 2001-01-06  Hans Breuer  <hans@breuer.org>
1406
1407         * atk/makefile.msc atk/atk.def (new files) :
1408         Enable build for win32, no sourc changes necessary.
1409
1410 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
1411
1412         * Released 0.1
1413
1414 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
1415
1416         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
1417
1418 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
1419
1420         * Start a ChangeLog
1421