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