===== Released 1.2.1=====
[atk.git] / ChangeLog
blobc13fd5b13dd4f66bcdff6e5fec62bfcd3185c04d
1 2003-01-03  Padraig O'Briain  <padraig.obriain@sun.com>
3         * ===== Released 1.2.1=====
4         
5         * configure.in: Version 1.2.1, interface age 1, binary age 201
7         * NEWS: Updated.
9 2003-01-02  Zbigniew Chyla  <cyba@gnome.pl>
11         * configure.in (ALL_LINGUAS): Added pl (Polish).
13 2002-12-23  Nam SungHyun  <namsh@kldp.org>
15         * configure.in: Added Korean (ko) to ALL_LINGUAS
17 2002-12-22  Artis Trops  <hornet@navigator.lv>
19         * configure.in: Added Latvian (lv) to ALL_LINGUAS.
21 2002-12-22  Christophe Merlet  <redfox@redfoxcenter.org>
23         * configure.in (ALL_LINGUAS): added French (fr).
25 2002-12-21  Jordi Mallach  <jordi@sindominio.net>
27         * configure.in (ALL_LINGUAS): added Catalan (ca).
29 2002-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
31         * ===== Released 1.2.0 ======
33         * configure.in: Version 1.2.0, interface age 0, binary age 200
35         * NEWS: Final update for 1.2.0.
37         * docs/tmpl/atkobject.sgml: Order of properties have been changed.
39 2002-12-18  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
41         * configure.in: Added Russian to ALL_LINGUAS.
43 2002-12-16  Padraig O'Briain  <padraig.obriain@sun.com>
45         * ===== Released 1.1.5=====
46         
47         * configure.in: Version 1.1.5, interface age 2, binary age 105
49         * NEWS: Updated.
51 2002-12-13  Padraig O'Briain  <padraig.obriain@sun.com>
53         * atk/atktext.c (atk_text_get_caret_offset): Return 0 instead of -1
54         if caret is not supported. This addresses bug #101020.
56         * configure.in: Use third argument of AC_DEFINE to get rid of 
57         acconfig.h. 
59 Thu Dec 12 14:57:20 2002  Owen Taylor  <otaylor@redhat.com>
61         * acinclude.m4: Remove; wasn't needed, and referred
62         to GLib internal m4 files now gone.
64 Thu Dec 12 11:04:05 2002  Manish Singh  <yosh@gimp.org>
66         * configure.in: Require autoconf-2.53.
68 2002-12-12  Yanko Kaneti  <yaneti@declera.com>
70         * configure.in (ALL_LINGUAS): Added Bulgarian (bg).
72 2002-12-11  Pablo Saratxaga  <pablo@mandrakesoft.com>
74         * configure.in (ALL_LINGUAS): Added Vietnamese (vi), Hebrew (he),
75         and Dutch (nl).
77 2002-12-07  Andras Timar <timar@gnome.hu>
79         * configure.in (ALL_LINGUAS): Added Hungarian (hu).
81 2002-12-06  Padraig O'Briain  <padraig.obriain@sun.com>
83         * ===== Released 1.1.4 =====
84         
85         * configure.in: Version 1.1.1, interface age 1, binary age 104
87         * NEWS: Updated.
89 2002-12-05  Ole Laursen  <olau@hardworking.dk>
91         * configure.in (ALL_LINGUAS): Added Danish (da).
93 2002-12-02  Pablo Gonzalo del Campo <pablodc@bigfoot.com>
95         * configure.in (ALL_LINGUAS): Added Spanish (es).
97 2002-12-01  Christian Neumair  <chris@gnome-de.org>
99         * configure.in (ALL_LINGUAS): Added German (de).
101 2002-11-22  Kjartan Maraas  <kmaraas@gnome.org>
103         * configure.in (ALL_LINGUAS): Added "no".
104         
105 2002-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
107         * Update NEWS for 1.1.3
109 2002-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
111         * configure.in: Update to take account of gtk-doc-version being 0.10
112         Updated version required to 0.9
114 2002-11-20  Bill Haneman <bill.haneman@sun.com>
116         * atk/atkobject.h:
117         Added ATK_ROLE_APPLICATION.
119         * atk/atkobject.c:
120         (atk_role_get_localized_name):
121         Added ATK_ROLE_APPLICATION case.        
123         * docs/atk-decl.txt:
124         Added ATK_ROLE_APPLICATION to docs.
125         
126 2002-11-18  Abi Brady  <morwen@evilmagic.org>
128         * configure.in: Added "en_GB" to ALL_LINGUAS.
130 2002-11-15  Hasbullah BIn Pit <sebol@ikhlas.com>
132         * configure.in: Added "ms" to ALL_LINGUAS.
134 2002-11-15  Padraig O'Briain  <padraig.obriain@sun.com>
136         * Update NEWS for 1.1.2
138         * docs/tmpl/atkhyperlink.sgml docs/tmpl/atkobject.sgml
139         Update docs.
141 2002-11-14  Bill Haneman <bill.haneman@sun.com>
143         * configure.in:
144         Revved to 1.1.2, interface age 0, binary age 102.
145         
146         * atk/atkrelationtype.h:
147         (ATK_RELATION_EMBEDS, ATK_RELATION_EMBEDDED_BY):
148         New relations to handle content embedding, for instance
149         text that embeds or flows around images.
151         * atk/atkhyperlink.h:
152         (atk_hyperlink_is_inline):
153         New API, returns whether a hyperlink's content is
154         partially displayed inline; useful for small images
155         emedded in text, and for HTML <src> elements.
156         (AtkHyperlinkClass->link_state):
157         New virtualized method, used to implement various
158         state query API such as atk_hyperlink_is_inline().
160         * atk/atkhyperlink.c:
161         (atk_hyperlink_is_inline):
162         New method.
164         * docs/atk-sections.txt: 
165         Additions for above API.
167 2002-11-13  Padraig O'Briain  <padraig.obriain@sun.com>
169         * atk/atkobject.[ch]: Add signal active-descendant-changed
171 2002-11-11  Christian Rose  <menthos@menthos.com>
173         * configure.in: Added "sv" to ALL_LINGUAS.
175 Fri Nov  8 19:55:25 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
177         * atk/atkhyperlink.c
178         * atk/atkhyperlink.h
179         * atk/atktable.c
180         * atk/atktable.h
181         * atk/atktext.c
182         * atk/atktext.h
183         * docs/tmpl/atkhyperlink.sgml
184         * docs/tmpl/atkobject.sgml
185         * docs/tmpl/atktable.sgml
186         * docs/tmpl/atktext.sgml
188         Trivial s/foo/foo_/ fixes to make atk.h includable with -Wshadow
189         without warnings.
190         
191 2002-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
193         * autogen.sh: Add call to autoheader to create config.h.in
195 2002-11-04  Padraig O'Briain  <padraig.obriain@sun.com>
197         * acinclude.m4: New file
199         * autogen.sh: Add i18n support (copied from gtk+).
201         * configure.in: Add definition for atklocaledir and check for
202         bind_textdomain_codeset()
204         * atk/Makefile.am: Add DEfininition of ATKLOCALEDIR to INCLUDES
206         * atk/atkobject.c (atk_role_get_localized_name): Add code to
207         initialize i18n.
208         
209         * po/.cvsignore: Add extra files.
211 2002-11-01  Padraig O'Briain  <padraig.obriain@sun.com>
213         * configure.in: Create po/Makefile; patch supplied by 
214         Dan Mills (thunder@ximain.com)
215         
216 2002-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
218         * ===== Released 1.1.1 =====
219         
220         * configure.in: Version 1.1.1, interface age 0, binary age 101
222         * NEWS: Updated.
224         * atk/Makefile.am: Add atkintl.h to EXTRA_DIST.
226 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
228         * Makefile.am: Add po directory
230         * configure.in: Add support for I18N
232         * acconfig.h atk/atkintl.h: New files used to support I18N
234         * atk/atkobject.c: Update atk_role_get_localized_name() to
235         allow for localized name to be returned.
237         * docs/Makefile.am: Add atkintl.h to IGNORE_HFILES
239         * po/Makfile.in.in, po/POTFILES.in, po/po2tbl.sed.in po/.cvsignore
240         po/ChangeLog: New files
242 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
244         * atk/Makefile.am, atk/atk.h: Add reference to atk/atkrelationtype.h
246         * atk/atkaction.[ch]: Add atk_action_get_localized_name.
248         * atk/atkobject.[ch]: Add atk_role_get_localized_name,
249         atk_object_add_relationship and atk_object_remove_relationship
250         Add new roles ATK_ROLE_HEADER, ATK_ROLE_FOOTER, ATK_ROLE_PARAGRAPH
251         and ATK_ROLE_RULER
253         * atk/atkrelation.h: Move definition of AtkRelationType to
254         atk/relationtype.h
256         * atk/atkstate.h: Add new state ATK_STATE_MANAGES_DESCENDANTS
258         * atk/atktext.[ch]: Add text-attributes-changed signal.
260         * docs/atk-sections.txt, docs/tmpl/atkaction.sgml: Add new functions.
262         * docs/tmpl/atkobject.sgml: Add new functions and new roles.
264         * docs/tmpl/atkrelation.sgml: Add new relations
266         * docs/tmpl/atkstate.sgml: Add new state
268         * docs/tmpl/atktext.sgml: Add new signal
270         * tests/testrelation.c: Add tests for new relationship functions.
272 2002-10-01  Padraig O'Briain  <padraig.obriain@sun.com>
274         * atk/atkobject.c (atk_object_notify): Fix leak; report and patch
275         supplied by Sebastian Rittau (srittau@jroger.in-berlin.de)
277         Bug #94548.
279 2002-09-24  Padraig O'Briain  <padraig.obriain@sun.com>
281         * ===== Released 1.1.0 =====
282         
283         * NEWS: Updated.
285 2002-09-18  Padraig O'Briain  <padraig.obriain@sun.com>
287         * configure.in:
288         increment version to 1.1.0, in view of the fact that we've 
289         branched for GNOME-2 and GTK+-2.0, and this is HEAD.
290         Also reset INTERFACE_AGE to zero, since an enum was added.
291         Use similar librray numbering as GTK.
293         * docs/tmpl/atkobject.sgml: Add ATK_LAYER_WINDOW
295 2002-09-06  Mark McLoughlin  <mark@skynet.ie>
297         * atk/atkobject.h: add ATK_LAYER_WINDOW.
299         * atk/atkcomponent.c: upd docs.
301 2002-09-06  Padraig O'Briain  <padraig.obriain@sun.com>
303         * docs/atk-sections.txt: Add ...Iface symbols to Standard sections to 
304         avoid unused declarations
306         * docs/tmpl/atkobject.sgml docs/tmpl/atkrelationset.sgml:
307         Move AtkRelationSet from atkobject to atkrelationset.
309 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
311         * docs/atk-sections.txt docs/tmpl/atkaction.sgml
312         docs/tmpl/atkcomponent.sgml docs/tmpl/atkdocument.sgml
313         docs/tmpl/atkeditabletext.sgml docs/tmpl/atkhypertext.sgml
314         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml
315         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
316         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml
317         docs/tmpl/atkvalue.sgml:
318         Remove reference to ...Iface data structures; which eliminates
319         undocumented symbols.
321 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
323         *  atk/atkutil.h: Add documentation for AtkKeyEventType
325         * docs/tmpl/action.sgml docs/tmpl/atkcomponent.sgml
326         docs/tmpl/atkdocument.sgml docs/tmpl/atkeditabletext.sgml
327         docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
328         docs/tmpl/atkhypertext.sgml docs/tmpl/atkimage.sgml 
329         docs/tmpl/atknoopobject.sgml docs/tmp[l/atknoopobjectfactory.sgml
330         docs/tmpl/atkobject.sgml docs/tmpl/atkobjectfacory.sgml
331         docs/tmpl/atkregistry.sgml docs/tmpl/atkrelation.sgml
332         docs/tmpl/atkselection.sgml docs/tmpl/atkstate.sgml
333         docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml
334         docs/tmpl/atktext.sml docs/tmpl/atkutil.sgml
335         docs/tmpl/atkutil.sgml:
336         Reduce number of undocumented symbols
338 2002-08-26  Padraig O'Briain  <padraig.obriain@sun.com>
340         * atk/atknoopobjectfactory.c:
341         Add implementation for atk_object_factory_get_accessible_type()
343 2002-08-18  Havoc Pennington  <hp@pobox.com>
345         * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
346         both automake 1.6 and 1.4 installed get the right automake. Means
347         compilation from CVS will now require the latest automake 1.4
348         release, or manually creating symlinks called "automake-1.4" and
349         "aclocal-1.4"
351 2002-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
353         These changes improve the quality of the documentation by adding
354         information about properties and signals.
356         * configure.in:
357         Add atktargetlib, STRIP_BEGIN, STRIP_END and STRIP_DUMMY for
358         use in docs Makefile.am
360         * atk/atk.h:
361         Add missing include files, atk/atknoopobject.h and 
362         atknoopobjectfactory.h
364         * docs/Makefile.am:
365         Add support for scan program
367         * docs/atk.types:
368         Added content to this file
370         * docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
371         docs/tmpl/atknoopobject.sgml docs/tmpl/atknoopobjectfactory.sgml
372         docs/tmpl/atkobjectfactory.sgml docs/tmpl/atkregistry.sgml
373         docs/tmplatkutil.sgml:
374         Removed references to contents of object's data structure
376         * docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml
377         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml:
378         Add references to signals and properties.
380 Wed Jul 31 17:08:04 2002  Owen Taylor  <otaylor@redhat.com>
382         * ===== Released 1.0.3 =====
383         
384         * configure.in (GLIB_REQUIRED_VERSION): Version 1.0.3,
385         interface, binary version 3.
387         * NEWS: Updated.
389 2002-07-14  Padraig O'Briain  <padraig.obriain@sun.com>
391         * README: Updated to describe where to log bugs and mention mailing
392         list.
394 2002-06-20  Padraig O'Briain  <padraig.obriain@sun.com>
396         * atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgml
397         atk/docs/atkdocument.sgml atk/docs/tmpl/atkeditabletext.sgml
398         atk/docs/tmpl/atkgobjectaccessible.sgml atk/docs/tmpl/atkhyperlink.sgml
399         atk/docs/tmpl/atkhypertext.sgml atk/docs/tmpl/atkimage.sgml
400         atk/docs/atknoopobject.sgml atk/docs/tmpl/atknoopobjectfactory.sgml
401         atk/docs/tmpl/atkobjectfactory.sgml atk/docs/tmpl/atkregistry.sgml
402         atk/docs/tmpl/atkregistry.sgml atk/docs/tmpl/atkrelationset.sgml
403         atk/docs/tmpl/atkselection.sgml atk/docs/tmpl/atkstate.sgml
404         atk/docs/tmpl/atkstateset.sgml atk/docs/tmpl/atkstreamablecontent.sgml
405         atk/docs/tmpl/atktable.sgml atk/docs/tmpl/atktext.sgml
406         atk/docs/tmpl/atkutil.sgml atk/docs/tmpl/atkvalue.sgml
407         Update documentation.
409 2002-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
411         * atk/atkregistry.c:
412         64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com)
413         (bug #83316)
415 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
417         * ===== Released 1.0.2 ======
419         * NEWS: Updates.
421         * configure.in: Version 1.0.2, interface, binary age 2
423 2002-04-26  Padraig O'Briain  <padraig.obriain@sun.com>
425         * atk/atkutil.c (atk_focus_tracker_notify):
426         Allow for object being NULL which means the window containing the
427         focus widget has lost focus. We update the previous_focus_object 
428         so we can emit notification for focus widget when window regains
429         focus.
431 2002-04-15  Padraig O'Briain  <padraig.obriain@sun.com>
433         * atk/atkgobjectaccessible.c:
434         (atk_gobject_accessible_for_object):  Allow for case where created
435         AtkObject is not a AtkGObjectAccessible so quark_accessible_object
436         was not initialized in atk_gobject_accessible_class_init
438 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
440         * ===== Released 1.0.1 ======
442         * NEWS: Updates.
444         * configure.in: Version 1.0.1, interface, binary age 1.0.0.
446 2002-03-19  Padraig O'Briain  <padraig.obriain@sun.com>
448         * atk/atkutil.c (atk_focus_tracker_notify):
449         Do not do notification if previously notified object is the same as
450         this object
452 2002-03-14  Tor Lillqvist  <tml@iki.fi>
454         * atk/Makefile.am: Use correct name for the DLL when generating
455         the MSVC import library.
457 2002-03-13  Bill Haneman <bill.haneman@sun.com>
459         * atk/atkutil.c (atk_object_get_root):
460         Changed g_type_class_peek to g_type_class_ref,
461         this seemed to be triggering a SEGV in some cases.
464 2002-03-12  Padraig O'Briain  <padraig.obriain@sun.com>
466         * atk/atkgobjectaccessible.c (atk_gobject_accessible_dispose):
467         Correct name of data set to NULL from quark_accessible_object to
468         quark_object
470 2002-03-09  Padraig O'Briain  <padraig.obriain@sun.com>
472         * atk/atkhyperlink.c (atk_hyperlink_get_type):
473         Fix typo.
475 Thu Mar  7 23:52:51 2002  Owen Taylor  <otaylor@redhat.com>
477         * ===== Released 1.0.0 ======
479         * NEWS: Final update for 1.0.0.
481         * README: Update the compilation instructions a bit.
483 2002-03-06  Tor Lillqvist  <tml@iki.fi>
485         * atk-zip.sh.in
486         * atk/Makefile.am: Use ATK_API_VERSION also in the Win32 import
487         library names.
489 Tue Mar  5 16:54:21 2002  Owen Taylor  <otaylor@redhat.com>
491         * ATK 1.0.0 rc1
493         * tests/Makefile.am: Don't install libteststateset.la,
494         libtestrelation.la. (#73655, James Henstridge)
496         * autogen.sh: Add --enable-gtk-doc
498         * configure.in: --disable-gtk-doc by default.
500         * Makefile.am: Add a slightly modified distcheck rule
501         that passes --enable-gtk-doc to the configure inside.
502         (So that 'make dist' succeeds inside.)
504 Tue Mar  5 11:55:35 2002  Owen Taylor  <otaylor@redhat.com>
506         * configure.in: Require GLib-2.0.0.
508         * configure.in atk/Makefile.am tests/Makefile.am atk.pc.in:
509         Switch over to the Glib/GTK+ versioning scheme.
511 2002-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
513         * atk/atktext.c (atk_text_get_text):
514         Permit end offset value of -1
516 2002-02-28  Padraig O'Briain  <padraig.obriain@sun.com>
518         * atk/atkhypertext.h:
519         Update comments
521 2002-02-28  Sven Neumann  <sven@gimp.org>
523         * configure.in: beautified configure --help output.
525 2002-02-27  Padraig O'Briain  <padraig.obriain@sun.com>
527         * atk/atkhypertext.h atk/atkhyperlink.h: 
528         Add padding to class structures to allow for future expansion.
530         * atk/atkdocument.h: 
531         Add padding to class structures to allow for future expansion.
533         * atk/atkobjectfactory.h atk/atkgobjectaccessible.h:
534         Add padding to class structures to allow for future expansion.
536 Mon Feb 25 19:09:39 2002  Owen Taylor  <otaylor@redhat.com>
538         * configure.in: Bail if AM_PATH_GLIB_2_0 fails.
540 2002-02-26  Tor Lillqvist  <tml@iki.fi>
542         * atk/Makefile.am: Do use -no-undefined on Win32, otherwise
543         libtool won't create a DLL.
545 2002-02-25  Padraig O'Briain  <padraig.obriain@sun.com>
547         * atk/Makefile.am:
548         Remove -no-undefined because of problems with uunresolved symbols
549         in libgobject on Solaris when using gcc
551 Sat Feb 23 23:02:23 2002  Owen Taylor  <otaylor@redhat.com>
553         * configure.in: Version 0.13
555         * NEWS: Update for 0.13
557         * docs/atk-sections.txt: Update.
559 2002-02-22  Padraig O'Briain  <padraig.obriain@sun.com>
561         * atk/atkgobjectaccessible.c atk/atkhyperlink.c atk/atknoopobject.c
562         atk/atknoopobjectfactory.c atkobject.c atk/atkobjectfactory.c
563         atk/atkregistry.c atk/atkrelation.c atk/atkrelationset.c:
564         Make use of parent_class consistent; define as gpointer and
565         use g_type_class_peek_parent() to get it
567         * atk/atktext.c:
568         Delete unused empty line
570         * atk/atkregistry.c atk/atkrelation.c:
571         Make parent_class static 
573 2002-02-20  Padraig O'Briain  <padraig.obriain@sun.com>
575         * atk/atktext.c:
576         Add check for offset being negative in functions which have offset
577         parameter and return immediately if so.
579 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
581         * atk/atkcomponent.h:
582         Change argument of get_layer and get_mdi_zorder function pointers 
583         to be AtkComponent instead of AtkObject
585         * atk/atkcomponent.c:
586         Change atk_component_get_layer and atk_component_get_mdi_zorder
587         to refer to argument as component instead os accessible
589         * docs/atk-sections.txt docs/tmpl/atkaction.sgml 
590         docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml
591         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml 
592         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
593         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml:
594         Update for recent changes
595         
596 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
598         * atk/atk.h:
599         Guard atk.h with ifndef __ATK_H__
600         (#71405 reported by terra@diku.dk (Morten Welinder))
602 2002-02-13  Padraig O'Briain  <padraig.obriain@sun.com>
604         * atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h
605         atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h 
606         atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h
607         atk/atktable.h atk/atktext.h atk/atkvalue.h:
608         Add padding to class structures to allow for future expansion.
610 2002-02-11  Bill Haneman  <bill.haneman@sun.com>
612         * configure.in:
613         Incremented revision and tagged GNOME_D2_BETA.
615         * atkobject.h: 
616         Marked atk_object_get_layer and atk_object_get_mdi_zorder
617         as deprecated (should use atk_component API below).
618         
619         * atkcomponent.h:
620         Added atk_component_get_layer and atk_component_get_mdi_zorder
621         (erroneously defined in atkobject, they belong here).
623         * atkcomponent.c:
624         Fixed some property get/set bugs.
626         * NEWS: updated for GNOME 2 Desktop Beta.
627         
628 2002-02-11  jacob berkman  <jacob@ximian.com>
630         * atk/atkselection.[ch] (atk_selection_get_type): 
631         * atk/atktable.[ch] (atk_table_get_type): 
632         * atk/atkregistry.h (atk_get_default_registry): 
633         * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): 
634         * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): 
635         * atk/atkcomponent.[ch] (atk_component_get_type): 
636         * atk/atkaction.[ch] (atk_action_get_type): declare function
637         arguments as (void) rather than ()
639 2002-02-04  Bill Haneman  <bill.haneman@sun.com>
641         * configure.in:
642         Incremented revision.
644 2002-01-30  Bill Haneman  <bill.haneman@sun.com>
646         * docs/tmpl/atkaction.sgml:
647         * docs/tmpl/atkcomponent.sgml:
648         * docs/tmpl/atkeditabletext.sgml:
649         * docs/tmpl/atkimage.sgml:
650         * docs/tmpl/atkobject.sgml:
651         * docs/tmpl/atkselection.sgml:
652         * docs/tmpl/atktable.sgml:
653         * docs/tmpl/atktext.sgml:
654         * docs/tmpl/atkvalue.sgml:
655         Initial entries into the SHORT_DESCRIPTION and LONG_DESCRIPTION
656         fields to improve docs; the documentation now gives some
657         information on the purpose and function of the various ATK
658         interfaces, and which types of UI components typically implement
659         which interfaces.
660         
661 Tue Jan 29 23:29:46 2002  Owen Taylor  <otaylor@redhat.com>
663         * NEWS: Retroactively write a NEWS entry for 0.9 and 0.10.
665 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
667        * configure.in:
668        Update version number to 0.10, for Desktop Alpha 2
670 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
672         * atk/atkobject.h:
673         Correct inconsistencies between registered signal parameter types 
674         and default signal handler struct fields
675         (based on patch from Murray Cumming <murray@usa.net>)
677 2002-01-10  Bill Haneman <bill.haneman@sun.com>
679        * configure.in:
680        Update version number to 0.9, for Beta2 package.
682 Wed Jan  9 11:26:56 2002  Owen Taylor  <otaylor@redhat.com>
684         * atk/Makefile.am (s-enum-types-h):  Include glib-object.h,
685         Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. (#61845,
686         Mikael Hermansson)
688 2002-01-07  Padraig O'Briain  <padraig.obriain@sun.com>
690         * atk/atkcomponent.c (atk_component_add_focus_handler):
691         Add comments to clarify behavior if handler has already been added
693         * docs/tmpl/atktext.sgml:
694         Update for change of caret_changed to text_caret_moved
696 2002-01-05  Hans Breuer  <hans@breuer.org>
698         * atk/makefile.msc : generate atk-enum-types.[hc]
699         NOTE: the long comment in atkobject.h is crashing perl,
700         at least version 5.005_02 built for MSWin32-x86-object
701         Binary build 506 provided by ActiveState. Temporary
702         deleting the AtkRole comment allows to work-around.
704         atk/atk.def : updated externals
706 2002-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
708         * atk/atkgobjectaccessible.h
709         Fixed typo in define (reported by Jeff Franks)
711         * atk/atktext.c atk/atktext.h
712         Change name of default signal handler for text_caret_moved signal
713         from caret_changed to text_caret_moved
714         Change enum CARET_MOVED to TEXT_CARET_MOVED
715         (both issues reported by Jeff Franks)
717 2001-12-15  Michael Meeks  <michael@ximian.com>
719         * atk/atkrelation.c (atk_relation_class_init):
720         setup parent class
721         (atk_relation_finalize): chain to parent.
723         * atk/atkrelationset.c (atk_relation_set_class_init),
724         (atk_relation_set_finalize): same fix.
726 Sat Dec 22 12:26:51 2001  Owen Taylor  <otaylor@redhat.com>
728         * configure.in: Version 0.8, require GLib-1.3.12
730         * atk/makefile.msc (PKG_VER): Version 0.8.
732 Thu Dec 20 00:33:47 2001  Owen Taylor  <otaylor@redhat.com>
734         * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary
735         for correct srcdir != builddir operation when 
736         generating source files in srcdir.
737         
738 Thu Dec 20 00:27:01 2001  Owen Taylor  <otaylor@redhat.com>
740         * docs/tmpl/atkutil.sgml: remove some conflict
741         indicators.
743 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
745         * atk/atk.def:
746         Add new functions
748 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
750         Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.h
751         docs/tmpl/atkgobjectaccessible.sgml
753         * atk/Makefile.am atk/atk.h:
754         Add references to new files
756         * atk/atkobject.c atk/atkobject.h
757         docs/tmpl/atkobject.sgml:
758         Add new function atk_object_initialize
760         * atk/atkobjectfactory.c atk/atkobjectfactory.h
761         docs/tmpl/atkobjectfactory.sgml:
762         Add new function atk_object_factory_get_accessible_type
764         * docs/atk-sections.txt:
765         Add new functions.
766         Add functions in atk-unused.txt
768         
769 2001-12-17  Darin Adler  <darin@bentspoon.com>
771         * atk/atktext.c: Add missing #include <string.h>
773 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
775         * atk/Makefile.am, tests/Makefile.am: Compile with
776         -DG_DISABLE_DEPRECATED. See #52790.
778 2001-12-11  Padraig O'Briain  <padraig.obriain@sun.com>
780         * atk/atkcomponent.c (atk_component_ref_accessible_at_position):
781         Remove unnecessary g_retunn_val_if_fail() call.
783 2001-12-08  Michael Meeks  <michael@ximian.com>
785         * atk/atkregistry.c (atk_registry_class_init):
786         paranoia is not appropriate here, setup parent_class,
787         don't create a new default registry here - makes no
788         sense.
789         (atk_registry_finalize): chain to parent class, do
790         g_hash_table_destroys instead of g_frees.
792 2001-12-07  Padraig O'Briain  <padraig.obriain@sun.com>
794         * atk/Makefile.am:
795         Update to create atk-enum-types.h before compiling source files
796         (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
798 2001-12-05  Padraig O'Briain  <padraig.obriain@sun.com>
800         * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt 
801         docs/tmpl/atktext.sgml tests/testrelation.c:
802         Change atk_attribute_register to atk_text_attribute_register,
803         atk_attribute_get_value to atk_text_attribute_get_value,
804         atk_attribute_get_name to atk_text_attribute_get_name
805         atk_attribute_for_name to atk_text_attribuute_for_name
807 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
809         * atk/atktext.c:
810         Add implementation of atk_attribute_register, atk_attribute_for_name
811         Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and
812         support extra attributes being defined
814         * atk/atktext.h:
815         Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow
816         extra attributes to be defined
817         Add atk_attribute_register() and atk_attribute_for_name()
819         * atk/atk.def:
820         Add new functions
822         * docs/atk-sections.txt docs/tmpl/atktext.sgml
823         Update because of additions to atk/atktext.h
825         * tests/testrelation.c:
826         Add tests for text attributes
828 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
830         * atk/atkobject.c:
831         Update atk_role_register() to allow extra roles to be defined
832         Update atk_role_get_name() and atk_role_for_name() for newly defined
833         roles
835         * tests/testrelation.c:
836         Add tests for roles
838 2001-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
840         * atk/atkrelation.c:
841         Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and
842         atk_relation_type_for_name()
844         * atk/atkstate.c:
845         Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and
846         atk_state_type_for_name()
848         * tests/testrelation.c, tests/teststateset.c:
849         Update tests as name componenets are separated by hyphen (-) rather
850         than underline (_)
852 2001-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
854         * atk/Makefile.am:
855         Generate files atk-enum-types.c and atk-enums-types.h to create
856         types for enums.
858         * atk/atkobject.c:
859         Use ATK_TYPE_ROLE in atk_role_get_name() and atk_role_for_name()
861 2001-11-28  Bill Haneman  <bill.haneman@sun.com>
863         * atk/atkutil.c:
864         Changed calls to g_type_class_peek() to g_type_class_ref() where
865         it makes more sense, and in other places check for a non-null
866         klass return before trying to call class methods.  This prevents
867         SEGV if no Atk-implementation library has been loaded.
869         * atk/atkobject.c:
870         Fixed gtk-doc warning.
872 2001-11-28  Padraig O'Briain  <padraig.obriain@sun.com>
874         * atk/atkobject.[c|h]:
875         Add functions atk_role_get_name() and atk_role_for_name() which
876         transform a role into an untranslated string
877         Update comments in atkobject.h which refer to property names
879         * atk/atkrelation.c:
880         Correct error in atk_relation_type_get_name
882         * docs/atk-sections.txt
883         Added atk_role_get_name and atk_role_for_name
885         * docs/tmpl/*sgml
886         Updated files
887         
888 2001-11-23  Hans Breuer  <hans@breuer.org>
890         * atk/atk.def : updated externals
892         * atk/atktext.c atk/atkutil.c : added two spaces to fix
893         minor coding style issues. Found by my exports generator.
895         * atk/makefile.msc : version 0.7, use build dir from
896         $(TOP)\glib
898 Thu Nov 22 14:37:40 2001  Owen Taylor  <otaylor@redhat.com>
900         * Version 0.7
902         * configure.in (GLIB_REQUIRED_VERSION): Require GLib-1.3.11
904 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
906         * atk/atknoopobject.c:
907         Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID
908         when creating object
910 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
912         * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt,
913         docs/tmpl/atkrelation.sgml:
914         Change atk_relation_type_from_string to atk_relation_type_for_name
915         Add atk_relation_type_get_name
917         * atk/atkrelationtype.c:
918         Change atk_relation_type_from_string to atk_relation_type_for_name
919         Add atk_relation_type_get_name
920         Update atk_relation_type_register() to correctly register new
921         relation types
923         * atk/atkstate.c:
924         Changed name of static variable type to last_type
925         Changed name of paremeter if atk_state_type_get_name to type to match
926         comments
928         * docs/tmpl/*sgml
929         Updated files
931         * tests/README, tests/Makefile.am       
932         Add new test file testrelation.c
934 2001-11-22  Bill Haneman <bill.haneman@sun.com>
936         * atk/atkutil.c (atk_add_key_event_listener):
937         Fix gtk-doc comment and clarify use of 'data' gpointer.
939 2001-11-22  Michael Meeks  <michael@ximian.com>
941         * atk/atkutil.c (atk_add_key_event_listener): switch
942         to class_peek.
944         * atk/atkobject.c (atk_object_real_get_property):
945         add missing 'break'.
947 2001-11-21  Michael Meeks  <michael@ximian.com>
949         * atk/atkrelation.c: pull in string.h for strcmp
951         * atk/atktext.c (atk_text_get_selection): fix bug / warning.
953         * atk/atkutil.c (atk_add_global_event_listener),
954         (atk_get_toolkit_name, atk_get_toolkit_version):
955         constify 
957 2001-11-21  Bill Haneman <bill.haneman@sun.com>
959         * atk/atkrelation.c: Added gtk-doc docs for 
960         atk_relation_type_from_string.
962 Wed Nov 21 17:54:44 2001  Owen Taylor  <otaylor@redhat.com>
964         * atk/atkobject.h (enum): Fix trailing comma on
965         enumeration.
967         * docs/atk-sections.txt: Update.
969         * NEWS: Updates
971 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
973         * atk/atkobject.[c|h]:
974         Add additional argument (name) to state-change signal
975         Update atk_object_notify_state_change to take account of 
976         extra argument for state-change
978         * atk/atkmarshal.list:
979         Add marshaller for VOID:STRING,BOOLEAN
980         
981 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
983         * atk/atkobject.[c|h], docs/atk-sections.txt, docs/tmpl/atkobject.sgml:
984         Add enum AtkLayer and functions atk_object_get_layer and
985         atk_object_get_mdi_zorder
987 2001-11-20  Padraig O'Briain  <padraig.obriain@sun.com>
989         * atk/atkobject.[c|h]:
990         Remove property accessible-state; use signal state-change instead
991         Change signature of state-change handler to take gboolean as argument
992         instead of AtkPropertyValues
993         Update atk_object_notify_state_change() to emit state-change signal
995         * atk/atkstate.[c|h], docs/tmpl/atkstate.sgml:
996         Remove state ATK_STATE_COLLAPSED
998 2001-11-19  Bill Haneman <bill.haneman@sun.com>
1000         * atk/atkobject.c:
1001         * atk/atkstate.c:
1002         Added state-changed signal to atkobject, in anticipation of 
1003         deprecating the accessible-state property.
1005         * atk/atkutil.[ch]:
1006         Fixed signature of atk_util_add_key_listener () to
1007         take an AtkKeySnoopFunc instead of a pointer to same.
1009 2001-11-19  Padraig O'Briain  <padraig.obriain@sun.com>
1011         * atk/atkobject.c (atk_object_notify_state_change):
1012         Fix bug in calculation of number of toggle states
1014         * atk/atkstate.c:
1015         Correct out-by-1 error in atk_state_type_register()
1016         Use type (number of states defined) in atk_state_type_get_name()
1017         and atk_state_type_for_name()
1018         
1019 2001-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
1021         * atk/atkeditabletext.c:
1022         Remove unused structure _AtkEditableTextIfaceClass
1024         * atk/atkobject.[c|h]
1025         Remove signals model_changed and selection_changed
1027         * atk/selection.[c|h]
1028         Add signal selection_changed
1030         * atk/atktable.[c|h]
1031         Remove unused structure _AtkTableIfaceClass
1032         Add signal model_changed
1034         * atk/atktext.[c|h]
1035         Remove unused structure _AtkTextIfaceClass
1036         Add signal text_selection_changed
1038         * docs/tmpl/atkobject.sgml, docs/tmpl/atkselection.sgml,
1039         docs/tmpl/atktable.sgml, atk/tmpl/atktext.sgml:
1040         Documentation changes
1042 2001-11-17  Tor Lillqvist  <tml@iki.fi>
1044         * atk-zip.sh.in: Build separate runtime and developer packages.
1046         * atk/atk.def: Update.
1048 2001-11-14  Bill Haneman  <bill.haneman@sun.com>
1050         * atk/atkutil.h :
1051         Added API 
1052         atk_add_key_event_listener    (AtkKeySnoopFunc *listener,
1053                                        gpointer data);
1054         atk_remove_key_event_listener (AtkKeySnoopFunc *listener,
1055                                        gpointer data);
1056         
1057         to allow non-GTK-dependent installation of key snoop functions.
1058         This also meant adding definitions of AtkKeySnoopFunc and 
1059         AtkKeyEventStruct.
1061 2001-11-08  Padraig O'Briain  <padraig.obriain@sun.com>
1063         * atk/atkobject.c (atk_object_notify_state_change):
1064         Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED
1065         to ATK_STATE_EXPANDED or vice versa.
1067 2001-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
1069         * atk/atkobject.h:
1070         Add role ATK_ROLE_TREE_TABLE
1072         * atk/atkrelation.h:
1073         Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT
1074         and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable
1076         * docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl,
1077         docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml,
1078         docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl,
1079         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml,
1080         docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml,
1081         docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml,
1082         docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml:
1083         Update to reflect the current state of the documentation in the code.
1085 2001-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
1087         * atk/relation.h, docs/tmpl/atkrelation.sgml:
1088         Add two new relations ATK_RELATION_NODE_CHILDREN and
1089         ATK_RELATION_NODE_PARENT to support compound objects in a
1090         node or cell of a tree or table
1091         Added descriptions of all relations which are defined
1093         * atk/atktable.c:
1094         Remove functions atk_table_real_get_index_at(),
1095         atk_table_real_get_column_at_index() and 
1096         atk_table_real_get_row_at_index() 
1097         Correct typos in documentation of other functions.
1099 2001-10-28  Tor Lillqvist  <tml@iki.fi>
1101         * atk-zip.sh.in: New file, used to build developer package for
1102         Win32.
1104         * Makefile.am
1105         * configure.in: Add it.
1107         * atk/Makefile.am: Add rules to install and uninstall mingw import
1108         library.
1110 2001-10-26  Padraig O'Briain  <padraig.obriain@sun.com>
1112         * atk/atkobject.[c|h]
1113         Remove the following properties
1114         accessible-child - use signal children_changed for notification
1115         accessible-text - use signal text_changed for notification
1116         accessible-caret - use signal text_caret_moved for notification
1117         accessible-selection - use new signal selection_changed 
1118         for notification
1119         accessible-visible-data - use new signal visible_data_changed
1120         for notification
1121         accessible-model - use new signal model_changed for notification
1122         Notify when role or parent changes
1123         Allow parent and role to be set or got using g_object_set() or
1124         g_object_get()
1126 Wed Oct 24 11:13:13 2001  Owen Taylor  <otaylor@redhat.com>
1128         * Version 0.6
1130         * NEWS: Updates.
1132 2001-10-25  Padraig O'Briain  <padraig.obriain@sun.com>
1134         * atk/atkobject.h, docs/tmpl/atkobject.sgml:
1135         Add role ATK_ROLE_TERMINAL for an accessible terminal.
1137 2001-10-22  Padraig O'Briain  <padraig.obriain@sun.com>
1139         * atk/atkobject.c (atk_object_notify_state_change):
1140         Initialize AtkPropertyValue data structure to 0 instead of using
1141         memset.
1143 2001-10-19  Tor Lillqvist  <tml@iki.fi>
1145         * configure.in: Set automake conditionals OS_WIN32 if on (native)
1146         Win32, and MS_LIB_AVAILABLE if lib.exe is available. Calculate
1147         LT_CURRENT - LT_AGE and set LT_CURRENT_MINUS_AGE to that value.
1149         * atk/Makefile.am: Add atk.def to EXTRA_DIST. On Win32, use
1150         -export-symbols atk.def. If lib.exe is available, generate
1151         atk.lib, and install it.
1153         * atk/atk.def: Update with new entry points.
1155 2001-10-19  Padraig O'Briain  <padraig.obriain@sun.com>
1157         * atk/atkobject.[c|], docs/atk-sections.txt,
1158         docs/tmpl/atkobject.sgml:
1159         Add convenience function atk_object_notify_state_change()
1160         to generate property notification of state change.
1162         * atk/atktext.c, docs/tmpl/atk-unused.sgml:
1163         Correct comments on functions atk_attribute_get_name() and
1164         atk_attribute_get_value()
1166 2001-10-17  Padraig O'Briain  <padraig.obriain@sun.com>
1168         * atk/atktext.c:
1169         Update comments in atk_text_get_text_[at|after|before]_offset()
1170         to clarify what these functions will return.
1172 2001-10-16  Padraig O'Briain  <padraig.obriain@sun.com>
1174         * atk/atktext.c:
1175         Update comments in atk_text_get_run_attributes() and
1176         atk_text_get_default_attributes().
1178 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
1180         * atk/atkobject;c:
1181         Change "property-change" signal to allow detail (i.e. property name) 
1182         and add detail in atk_object_notify().
1184 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
1186         * atk/atktext.c:
1187         Correct order of attribute names in text_attr_name array.
1189 2001-10-12  Padraig O'Briain  <padraig.obriain@sun.com>
1191         * atk/atktext.[c|h]:
1192         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
1193         Use enum AtkTextAttribute to specify what attribute are supported
1194         rather than hash defines. Define new functions atk_attribute_get_name()
1195         and atk_attribute_get_value() which return the strings for the
1196         attribute name and values for those attribute which have named values.
1198 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
1200         * atk/atktext.c (atk_text_get_run_attributes):
1201         Correct typo.
1203         * atk/atktext.c (atk_text_get_default_attributes):
1204         Add call to set iface.
1206 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
1208         * atk/atktext.[c|h]:
1209         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
1210         Add new function atk_text_get_default_attributes
1211         Rename atk_text_ref_run_attributes to atk_text_get_run_attributes
1213 2001-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
1215         * atk/atktext.c (atk_attribute_set_free):
1216         Avoid leaking of AtkAttributeSet data structure; speed up code.
1218         * docs/tmpl.atk*.sgml
1219         Updated to reflect current APIs.
1221 2001-10-01  jacob berkman  <jacob@ximian.com>
1223         * docs/Makefile.am (dist-hook-local): depend on all-local so that
1224         make dist works correctly w/o having to build first
1226 2001-10-01  Tor Lillqvist  <tml@iki.fi>
1228         * configure.in: Add AC_LIBTOOL_WIN32_DLL.
1230 Sat Sep 29 19:45:00 2001  Bill Haneman <bill.haneman@sun.com>
1231         
1232         * configure.in (ATK_MICRO_VERSION): Version 0.6
1233         (because libglade will depend on a the small api addition below)
1235         * atk/makefile.msc (PKG_VER): Version 0.6
1237         * atk/atkrelation.h:
1238         * atk/atkrelation.c: (AtkRelationType 
1239         atk_relation_type_from_string (const gchar *name)): Added method.
1241         
1242 Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>
1244         * configure.in (ATK_MICRO_VERSION): Version 0.5
1246         * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
1248         * atk/makefile.msc (PKG_VER): Version 0.5
1250 2001-09-21  Hans Breuer  <hans@breuer.org>
1252         * atk/atk.def : updated externals
1253         * atk/makefile.msc : version 0.4
1255         * atk/atktext.c (atk_text_get_character_extents) : real_height
1256         is a reference to int, so use &local_height
1258 Wed Sep 19 10:46:44 2001  Tim Janik  <timj@gtk.org>
1260         * Released 0.4.
1262 Tue Sep 18 23:41:32 2001  Tim Janik  <timj@gtk.org>
1264         * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION.
1265         up ATK_VERSION to 0.4, interface age 0, binary age 0.
1266         (from 0.2 which was not properly updated last time).
1267         depend on glib 1.3.8.
1269         * NEWS: updates.
1271 2001-09-11  Padraig O'Briain  <padraig.obriain@sun.com>
1273         * atk/atkobject.c:
1274         Add object reference when object is set as accessible_parent
1276 2001-09-05  Mark McLoughlin <mark@skynet.ie>
1278         * configure.in: remember ACLOCAL_FLAGS.
1280 2001-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
1282         * atk/atktable.[c|h]
1283         Change atk_table_get_caption() and atk_table_set_caption()
1284         to deal with AtkObject* rather than gchar*
1285         Remove redundant and incorrect comments
1286         
1287 Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>
1289         * configure.in: Version 0.3  
1291         * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
1293         * NEWS: Update  
1295 2001-09-03  Padraig O'Briain  <padraig.obriain@sun.com>
1297         * atk/atkobject.c:
1298         Correct property definitions for "accessible-table-caption", 
1299         "accessible-table-column-description", 
1300         "accessible-table-row-description" 
1301         * atk/atkobject.h:
1302         Update comments to include all properties defined
1304 2001-08-24  Padraig O'Briain  <padraig.obriain@sun.com>
1306         * atk/atkhyperlink.h:
1307         Change AtkHyperLink to AtkHyperlink in comment
1308         * atk/atkhypertext.[c|h]:
1309         Change AtkHyperLink to AtkHyperlink
1310         * atk/atktable.[c|h]:
1311         Make gchar* arguments const; make return value of type gchar*
1312         G_CONST_RETURN
1313         * docs/atk-sections.txt
1314         Remove reference to AtkHyperLink
1315         * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
1316         docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
1317         Updated by make
1318         
1319 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
1321         * atk/atktable.c
1322         Add functions atk_table_real_get_index_at(), 
1323         atk_table_real_get_row_at_index(), atk_table_real_get_column_at_index() 
1324         as default implementations for atk_table_get_index_at(),
1325         atk_table_get_row_at_index(), atk_table_get_column_at_index()
1327 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
1329         * atk/atkaction.c:
1330         Refer to return value in function documentation for 
1331         atk_action_do_action
1332         * atk/atkimage.c:
1333         Fix typo in comments
1334         * docs/tmpl/atkaction.sgml:
1335         Update to include return value
1337 2001-08-22  Marc Mulcahy <marc.mulcahy@sun.com>
1339         * atk/atkaction.c atk/atkaction.h:
1340         Made atk_action_do_action return a gboolean as the class member of 
1341         AtkActionIface does.
1342         * .cvsignore:
1343         Added atk.spec
1345 2001-08-20  Padraig O'Briain  <padraig.obriain@sun.com>
1347         * docs/tmpl/atkimage.sgml atk/atkimage.h:
1348         Swap height and width arguments to atk_image_get_image_size
1349         * atk/atkimage.c:
1350         Swap height and height arguments to atk_image_get_image_size
1351         Do not crash if NULL pointers are passed for return values
1353 2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
1355         * docs/tmpl/atktext.sgml atk/atktext.h:
1356         Change parameter names *offset to *_offset
1357         * atk/atkcomponent.c:
1358         Do not crash if NULL pointers are passed for return values
1359         * atk/atktext.c:
1360         Change parameter names *offset to *_offset
1361         Do not crash if NULL pointers are passed for return values
1362         
1363 2001-08-16  Bill Haneman  <bill.haneman@sun.com>
1365         * atk/atkutil.c :
1366         Changed g_type_class_peek() to g_type_class_ref()
1367         in atk_add_global_event_listener(), since
1368         g_type_class_peek() could return NULL when an
1369         instance of the class had not been created.
1371 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
1373         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
1374         Ensure that atk_attribute_set_free is in the documentation.
1376 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
1378         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
1379         Swapped order of width and height arguments to
1380         atk_text_get_character_extents()
1381         Changed AtkAttrributeSet_free to atk_attribute_set_free
1383 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
1385         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
1386         Changed "length" argument of atk_text_get_character_extents() to
1387         "height".
1389 2001-08-15  Jens Finke <jens@gnome.org>
1391         * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files.
1392         * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and
1393         added a AC_SUBST for it. This is needed for the spec.in file.
1394         Added atk.spec to output list.
1395         * atk.spec.in: New file.
1397 2001-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
1399         * atk/atkcomponent.[c|h]
1400         * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
1401         Change atk_component_get_accessible_at_point to 
1402         atk_component_ref_accessible_at_point so it will work for flyweights
1404 Sun Aug 12 10:33:02 2001  Owen Taylor  <otaylor@redhat.com>
1406         * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
1407         with GNU make.
1409 2001-08-09  Padraig O'Briain  <padraig.obriain@sun.com>
1411         * atk/atkaction.c, atk/atkcomponent.c
1412         Remove all instances of g_return_if_fail (foo != NULL); that are
1413         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
1414         since the second check catches the NULL.
1415         * atk/atkcomponent.c
1416         Add functions atk_component_real_contains(), 
1417         atk_component_real_get_position(), atkcomponent_real_get_size() 
1418         as default implementations for atk_component_contains(),
1419         atk_component_get_position(), atk_component_get_size()
1421 2001-08-07  Brian Cameron <brian.cameron@sun.com>
1423         * atk/atkimage.[ch] docs/atk-sections.txt
1424         docs/tmpl/atkimage.sgml
1425         Updated AtkImage get_position to get_image_position
1426         so the naming is consistant.  Now get_image_position
1427         and get_image_size return -1 for x/y/height/width
1428         if AtkImage implementations of these functions is
1429         not found.
1431 2001-07-31  Padraig O'Briain  <padraig.obriain@sun.com>
1433         * atk/atkobject.c
1434         Create an object relation set when the object is created.
1436 2001-07-30  Brian Cameron <brian.cameron@sun.com>
1438         * atk/atkutil.[ch]
1439         Changed first argument of atk_add_global_event_listener
1440         so the callback function is of type GSignalEmissionHook
1441         instead of AtkEventListener.  AtkEventListener is
1442         appropriate for Focus event callbacks, but not generic
1443         ones.
1445 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
1447         * atk/atkobject.c:
1448         Add function atk_object_real_ref_state_set() which creates the
1449         state set and adds states ATK_STATE_SELECTABLE and ATK_STATE_SELECTED
1450         if appropriate
1452 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
1454         * atk/*.c:
1455         Remove all instances of g_return_if_fail (foo != NULL); that are
1456         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
1457         since the second check catches the NULL.
1459 2001-07-26  Padraig O'Briain  <padraig.obriain@sun.com>
1461         * atk/Makefile.am
1462         Fix problem with ATK not building after running make maintainer-clean
1463         and autogen.sh: add extra files to MAINTAINERCLEANFILES
1465 2001-07-25 Bill Haneman <bill.haneman@sun.com>
1467         * atk/atktext.h
1468         * atk/atkeditabletext.h
1469         * atk.pc.in
1470         * atk-uninstalled.pc.in
1471         * atk/makefile.msc
1472         * configure.in
1473         Removed (unused) #defines of pango/pango.h
1474         Removed references to/dependencies on pango from .pc files
1475         Removed dependencies on pango from makefile.msc and configure.in
1477 2001-07-24  Padraig O'Briain  <padraig.obriain@sun.com>
1479         * atk/atkobject.[c|h]
1480         Move some implementation from GAIL:
1481         Default implementations for some some functions
1482         atk_object_real_get_name, atk_object_real_set_name,
1483         atk_object_real_get_description, atk_object_real_set_description,
1484         atk_object_real_get_parent, atk_object_real_set_parent,
1485         atk_object_real_get_role,
1486         atk_object_real_connect_property_change_handler,
1487         atk_object_real_remove_property_change_handler,
1488         atk_object_notify,
1489         definition of property-changed signal.
1490         Initialize pointers to NULL in atk_object_init().
1491         Initialize uninitialized function pointers to NULL in 
1492         atk_object_class_init().
1493         
1494 2001-07-23  Brian Cameron <brian.cameron@sun.com>
1496         * atk/atkobject.c
1497         Changed children_changed signal to allow NULL pointers
1498         for the 2nd argument to the signal handler.
1500 2001-07-20  Hans Breuer  <hans@breuer.org>
1502         * atk/atk.def : added more exports
1503         * atk/makefile.msc : updated win32 build
1505 2001-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
1507         * atk/atkaction.[c|h], docs/atk-sections.txt, 
1508         docs/tmpl/atkaction.sgml
1509         Add atk_action_get_name() and atk_action_set_description()
1511 2001-07-18  Padraig O'Briain  <padraig.obriain@sun.com>
1513         * atk/atkstate.[c|h]
1514         Add ATK_STATE_ENABLED so we can distinguish between a consistent
1515         and inconsistent GtkToggleButton
1517 2001-07-16  Brian Cameron <brian.cameron@sun.com>
1519         * atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
1520         docs/atk-sections.txt docs/tmpl/atktext.sgml docs/tmpl/atkutil.sgml
1521         gail_textattributes_update.pat is for gail/gail and integrates the 
1522         ATK_ATTRIBUTE_* macros in the gail implementations.
1523         atk_docs_textattributes_update.pat is for atk/docs and patches
1524         atk-sections.txt etc. for improved docs
1525         atk_atk_textattributes_update.pat is for atk/atk and included the
1526         new ATK_ATTRIBUTE_* macros and updated gtk-doc comments.
1528 2001-07-13  Darin Adler  <darin@bentspoon.com>
1530         * atk/atkstate.c: Add missing <string.h> include.
1531         * tests/teststateset.c: Add missing <string.h> include.
1533 2001-07-13  Darin Adler  <darin@bentspoon.com>
1535         * .cvsignore: Ignore some generated files.
1536         * autogen.sh: Get rid of call to autoheader since the
1537         configure file doesn't include AM_CONFIG_HEADER.
1539 2001-07-11  Brian Cameron <brian.cameron@sun.com>
1541         * tmpl/atkdocument.sgml
1542         Added new file for docs.
1544 2001-07-11  Padraig O'Briain  <padraig.obriain@sun.com>
1546         * atk/atkimage.c atk/atkutil.c
1547         Changes to build with Sun's FORTE compiler.
1549 2001-07-10  Brian Cameron <brian.cameron@sun.com>
1551         * tmpl/atk-unused.sgml tmpl/atkcomponent.sgml tmpl/atkeditabletext.sgml
1552         tmpl/atkimage.sgml tmpl/atkselection.sgml tmpl/atkstate.sgml
1553         tmpl/atkstreamablecontent.sgml tmpl/atktable.sgml
1554         tmpl/atktext.sgml tmpl/atkutil.sgml
1555         Updated docs pages.
1557 Mon Jul  2 06:37:09 2001  Tim Janik  <timj@gtk.org>
1559         * atk/atktext.c (atk_text_base_init): 
1560         * atk/atktable.c (atk_table_base_init): 
1561         * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/
1562         to adapt to recent GSignal changes.
1564 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1566         * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt
1567         docs/tmpl/atkutil.sgml
1568         Added new functiosn to AtkUtil.
1570 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1572         * atk/Makefile.am atk/atk.h atk/atkdocument.c atk/atkdocument.h
1573         docs/atk-docs.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml
1574         docs/tmpl/atkobject.sgml
1575         Added new atk document interface.
1577 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1579         * atk/atkcomponent.c atk/atkcomponent.h atk/atkimage.c
1580         atk/atkimage.h atk/atktext.c atk/atktext.h atk/atkutil.h
1581         Updated so that functions that take screen coords as 
1582         input/output also take an enum specifying whether
1583         the coords are screen or top-level window based.
1584         Updated docs as well.
1586 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1588         *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c
1589         atk/atkhyperlink.c atk/atkobject.c atk/atkregistry.c
1590         atk/atkstate.c atk/atkstateset.c atk/atkstreamablecontent.c
1591         atk/atktable.c atk/atktext.c atk/atkutil.c atk/atkvalue.c
1592         atk/docs/tmpl/atkstreamablecontent.sgml
1593         Cleaned up docs.  Added atkstreamablecontent.sgml
1595 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1597         *atk/atktable.h, atk/atktable.c
1598         Updated signal handler definitions.
1600 2001-06-27  Brian Cameron <brian.cameron@sun.com>
1602         *atk/atktext.h
1603         Updated AtkXYCoords enum.
1605 2001-06-27  Brian Cameron <brian.cameron@sun.com>
1607         *atk/atkaction.c atk/atkaction.h atk/atkcomponent.c
1608         atk/atkcomponent.h atk/atkhyperlink.c atk/atkhypertext.c
1609         atk/atkimage.c atk/atkimage.h atk/atkobject.c
1610         atk/atkobject.h atk/atkobjectfactory.c atk/atkregistry.c
1611         atk/atkstateset.c atk/atkstreamablecontent.c
1612         atk/atkstreamablecontent.h atk/atktable.c
1613         atk/atktext.c, docs/atk-docs.sgml docs/atk-sections.txt
1614         and some docs/tmpl files.
1615         Updated gtk-docs fixing spelling errors and making minor
1616         changes to the API.
1618 2001-06-27  Louise Miller <lousie.miller@sun.com>
1620         *atk/atkselection.h, atk/atkselection.c
1621         changed return type to gboolean for 
1622         atk_selection_select_all_selection
1624 2001-06-26  Brian Cameron <brian.cameron@sun.com>
1626         *atk/atkstate.h atk/atkstate.c
1627         docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml
1628         docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml
1629         docs/tmpl/atktext.sgml
1630         Added ATK_STATE_STALE.  Updated docs.
1632 2001-06-22  Lucy Brophy <lucy.brophy@sun.com>
1634         *atk/atktext.h
1635         Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
1637 2001-06-21  Brian Cameron <brian.cameron@sun.com>
1639         * atk/atkeditabletext.h, atk/atkobject.h,
1640         atktext.[ch]
1641         Added AtkAttributeSet_free() convenience
1642         function.
1644 2001-06-20  Peter Williams  <peterw@ximian.com>
1646         * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type ->
1647         atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer
1648         G_{BEGIN,END}_DECLS.
1650 2001-06-20  Brian Cameron <brian.cameron@sun.com>
1652         * atk/atktable.c, atk/atkmarshal.list
1653         Removed needless marshal and updated signal handlers in
1654         atktable.c
1656 2001-06-20  Louise Miller <louise.miller@sun.com>
1658         *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml   
1659         Changed parameters for get_selected_rows/get_selected_columns
1660         Added 4 new functions, add_row_selection, remove_row_selection,
1661         add_column_selection, remove_column_selection
1663 2001-06-19  Brian Cameron <brian.cameron@sun.com>
1665         * atk/atktable.c
1666         Fixed minor bug with signals.
1668 2001-06-18  Brian Cameron <brian.cameron@sun.com>
1670         * atk/atktable
1671         Added signals.
1673 2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
1675         * atk/atkselection.h atk/atkselection.c
1676         Now add_selection, clear_selection, and remove_selection 
1677         return a boolean indicating SUCCESS/FAILURE to indicate
1678         if the operation was successful.
1680 2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
1682         * atk/atktable.h atk/atktable.h
1683         Updated so now the get_text_before|at|after functions
1684         return the start & end offset of the string.  Updated the
1685         docs.
1687 2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>
1689         * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
1691 2001-06-11  Havoc Pennington  <hp@redhat.com>
1693         * NEWS: updated
1695         * configure.in: bump version to 0.2 and add infrastructure for 
1696         libtool version info. Assumes GTK versioning scheme (major.minor 
1697         is binary compatible)
1698         
1699         * atk/Makefile.am (LDFLAGS): set version info
1700         (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
1701         
1702 2001-06-13  Brian Cameron <brian.cameron@sun.com>
1704         * atk/atktable.h, atk/atktable.c
1705         Updated so that get/set row/column header functions
1706         work with AtkObjects rather than AtkTables.  Organized
1707         the header file a little more cleanly.  Also the get/set
1708         row_description and caption functions now use gchar *
1709         rather than AtkObject.
1711 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
1713         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
1714         Add signal model-changed.
1716         * atk/atkobject.c: Add properties
1717         accessible-role, accessible-table-caption, 
1718         accessible-table-column-header, accessible-table-column_description.
1719         accessible-table-row-header, accessible-table-row_description.
1720         accessible-table-summary, accessible-model
1722 2001-06-12  Brian Cameron <brian.cameron@sun.com>
1724         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
1725         Updated atkeditabletext and atktext interfaces so they
1726         now properly define the get/set attribute methods and now
1727         get_offset_at_point and get_character_extents can request
1728         x,y coords by either widget or screen coords.
1730 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
1732         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
1733         CFLAGS, not in LIBS. (Always linking with -lpthread
1734         is a noticeable speed hit.)
1736 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
1738         * atk/Makefile.am: Really fix marshal generation.
1740 2001-06-07  Havoc Pennington  <hp@redhat.com>
1742         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
1743         glib-genmarshal stuff
1745 2001-06-07  Havoc Pennington  <hp@redhat.com>
1747         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
1748         glib-genmarshal
1750         * configure.in: rearrange the library checks to support
1751         uninstalled linking     
1753         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
1755         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
1756         ATK in giant GTK tarball
1758 2001-06-07  Brian Cameron <brian.cameron@sun.com>
1760         * docs/atk-api.sgml docs/atk-sections.txt
1761         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
1762         docs/tmpl/atktext.sgml
1763         Removed docs/atk-api.sgml since it is not used.
1764         Updated sgml files and atk-sections.txt to reflect
1765         recent changes to the atktext and atkeditabletext
1766         interfaces
1768 2001-06-06  Brian Cameron <brian.cameron@sun.com>
1770         * atk/atktext.h atk/atktext.h
1771         Updated to new atktext functions for getting attributes.
1773 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
1775         * New files atk/atkstreamablecontent.[ch]
1776         Updated files: atk/Makefile.am, atk/atk.h
1778         * atk/atkvalue.c: Updated comments
1780 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
1782         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
1784 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
1786         * atk/atkobject.c: Add property accessible-visible-data
1788 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
1790         * atk/atkobject.c: Add support for setting and getting 
1791         accessible-value property.
1793         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
1795 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
1797         * atk/atkeditabletext.[ch], atk/atktext.[ch]
1799         * docs/atk-overrides.txt, docs/Makefile.am
1800           Updated the interface for dealing with selected
1801           text to handle multiple selected regions.  Removed
1802           get_row_col_at_offset from atktext.[ch].  Added
1803           docs/atk-overrides.txt file.
1805 Thu May 31  Brian Cameron <brian.cameron@sun.com>
1807         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
1808           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
1809           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
1810           Makefiles so the proper marshall files get included in the
1811           dist.  Updated the Makefiles and configure.in so that the
1812           docs get included in the dist.
1814 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
1816         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
1818 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
1820         * atk/atkobject.c: Define new properties accessible-text, 
1821         accessible-caret, accessible-selection and accessible-value
1823 2001-05-29  Brian Cameron <brian.cameron@sun.com>
1825         * docs/atk-sections.txt
1827         * docs/tmpl/*
1828         Improved the layout/formatting of the atk docs.  Added docs/tmpl
1829         files.
1831 2001-05-28  Brian Cameron <brian.cameron@sun.com>
1833         * atk/atktext.c
1834         Now properly set the initialized flag when setting up signals.
1835         Updated the atk-docs in several files
1837 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
1839         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
1840         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
1841         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
1842         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
1843         Fix warnings generated by Sun FORTE compiler
1845 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
1847         * atk/atkcomponent.c atk/atkvalue.c
1848         Remove return calls in functions which return void
1849         
1850 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
1852         * atk/atkobject.h: Correct naming of role for status bar
1854         * atk/atktext.c: 
1855         Clarify behaviour of atk_text_get_text_after/at/before_offset
1857 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
1859         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
1861 2001-01-06  Hans Breuer  <hans@breuer.org>
1863         * atk/makefile.msc atk/atk.def (new files) :
1864         Enable build for win32, no sourc changes necessary.
1866 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
1868         * Released 0.1
1870 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
1872         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
1874 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
1876         * Start a ChangeLog