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