Added Malayalam translations
[atk.git] / ChangeLog
blob828513ea630e1ca1ac8f0502c9d7f9b0143dd39d
1 2003-03-20  Guntupalli Karunakar  <karunakar@freedomink.org>
3         * configure.in: Added Malayalam (ml) in ALL_LINGUAS
5 2003-03-20  Padraig O'Briain  <padraig.obriain@sun.com>
7         * docs/atk-sections.txt: Add 11 unused declarations.
9 2003-03-20  James Henstridge  <james@daa.com.au>
11         * autogen.sh: update to call automake-1.7, libtoolize, gtkdocize
12         and glib-gettextize.
14         * configure.in: cleanup to make use of newer autoconf/automake
15         features.
17         * Makefile.am: get rid of custom distcheck rule, which is no
18         longer necessary.
20         * atk/Makefile.am: cleanup makefile.  Use BUILT_SOURCES for built
21         sources.
23         * docs/Makefile.am: use common gtk-doc.make.
25         * docs/atk-docs.sgml: update to use gtk-doc's XML mode.
27 2003-03-16  Joel Brich <joel.brich@laposte.net>
29         * configure.in: Added "eo" to ALL_LINGUAS
30         * po/eo.po: Added Esperanto translation
31         from Charles Voelger <cvoelger@dweasel.com>
33 2003-03-12  Tor Lillqvist  <tml@iki.fi>
35         * atk/atk.def: Add one more missing export, thanks to Cedric
36         Gustin.
38 2003-03-07  Padraig O'Briain  <padraig.obriain@sun.com>
40         * atk/atkobject.c (atk_object_set_role): Add check that role is
41         actually being changed. Do not emit notification for initial
42         role setting. (bug #107710)
44 2003-03-06  Padraig O'Briain  <padraig.obriain@sun.com>
46         * atk/atkrelationset.c: Current returning of FALSE to 0 in function 
47         which returns integer; (bug #107661) reported by Morten Welinder.
49 2003-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
51         * atk/atk-relation.c
52         atk/atkrelationset.c
53         atk/atkstatset.c: Correct returning of FALSE to NULL in functions
54         which return pointer; (bug #107650) reported by Morten Welinder.
56 2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
58         * test/Makefile.am: Update to produce .so files
59         (Problem reported and solution reported by Michael.Wilson@bull.net)
61 2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
63         * atk/atkgobjectaccessible.c (atk_gobject_accessible_from_object):
64         Correct creation of non-AtkGObjectAccessible (bug #107124)
66         * atk/atkobject.c (atk_object_class_init): Set default initialize 
67         function so that code which does not check for existence of parent 
68         class's initialize function will work.
70         * atk/atkvalue.c: (atk_value_get_minimum_value, 
71         atk_value_get_maximum_value, atk_value_get_current_value):
72         Reset Value argument if it is a valid GValue otherwise zeroise it.
74         docs/tmpl/atkhypertext.sgml: Add link-selected signal.
76 2003-02-25  Tor Lillqvist  <tml@iki.fi>
78         * Makefile.am (EXTRA_DIST): Dist atk-zip.sh.in, not atk-zip.sh.
80         * atk/atk.def: Add a couple of missing entries, thanks to Cedric
81         Gustin.
83         * atk/atk.rc.in: New file, for version info in the DLL on
84         Windows. Similar as in GLib, GTK, etc.
86         * configure.in: Generate atk/atk.rc.
87         
88         * atk/Makefile.am: Use atk.rc on Windows.
89         (EXTRA_DIST): Distribute atk.rc(.in).
91         * atk/atkobject.c: On Windows, don't use hardcoded ATKLOCALEDIR,
92         but deduce it from DLL location, like GLib, GTK etc do.
94 2003-02-23  Abel Cheung  <maddog@linux.org.hk>
96         * configure.in: Added "mk" to ALL_LINGUAS.
98 2003-02-21  Roozbeh Pournader  <roozbeh@sharif.edu>
100         * configure.in: Added "fa" to ALL_LINGUAS.
102 2003-02-21  Metin Amiroff  <metin@karegen.com>
104         * configure.in: Added Azerbaijanian to ALL_LINGUAS.
106 2003-02-19  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
108         * configure.in: Added Belarusian to ALL_LINGUAS.
110 2003-02-14  Padraig O'Briain  <padraig.obriain@sun.com>
112         * atk/atknoopobject.c: Add AtkHypertext interface as this object should
113         claim to implement all interfaces.
115 2003-02-12  Padraig O'Briain  <padraig.obriain@sun.com>
117         * atk/atkhyperlink.c (atk_hyperlink_class_init): Correct typo in blurb
119         * atk/atkhypertext.c
120         (atk_hypertext_get_link): Add check on link_index value
121         (atk_hypertext_get_link_index): Add check on char_index value
123 2003-02-09  Christian Rose  <menthos@menthos.com>
125         * configure.in: Added "kn" to ALL_LINGUAS.
127 2003-02-07  Christian Rose  <menthos@menthos.com>
129         * configure.in: Added "bn" to ALL_LINGUAS.
131 2003-02-06  Christian Rose  <menthos@menthos.com>
133         * configure.in: Added "id" to ALL_LINGUAS.
135 2003-02-04  Padraig O'Briain  <padraig.obriain@sun.com>
137         * atk/atkgobjectaccessible.c (atk_gobject_accessible_for_object):
138         Add weak reference so we do not leak the accessible when the object
139         dies. Problem reported by Alex Larsson.
141 2003-02-02  Fatih Demir <kabalak@gtranslator.org>
143         * configure.in: Added "tr" (Turkish) to the languages' list.
145 2003-01-30  Padraig O'Briain  <padraig.obriain@sun.com>
147         * atk/atkhyperlink.[ch]
148         New property selected-link defined.
149         Function pointer is_selected_link added to interface
150         (atk_hyperlink_is_selected_link: New functions which checks
151         whether the specified AtkHyperlink is selected
152         
153         * atk/atkhypertext.[ch]
154         New signal link-selected added.
156         * docs/atk-sections.txt: Add atk_hyperlink_is_selected_link
158         * docs/tmpl/atkhyperlink.sgml: Add reference to property selected-link
159         and function atk_hyperlink_is_selected_link.
161         This fixes bug #104621.
162         
163 Tue Jan 28 13:52:20 2003  Manish Singh  <yosh@gimp.org>
165         * autogen.sh (have_automake): call the versioned automake when
166         checking the version itself.
168 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
170         * autogen.sh (have_automake): Fix version in complaint
171         message about automake. (#104366, Rich Burridge)
173 2003-01-26  Daniel Yacob <locales@geez.org>
175         * configure.in: Added am to ALL_LINGUAS.
177 2003-01-23  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
179         * configure.in: Added "sk" to ALL_LINGUAS.
181 2003-01-23  Abel Cheung  <maddog@linux.org.hk>
183         * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS.
185 2003-01-23  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
187         * configure.in: Added "pt_BR" to ALL_LINGUAS.
189 2003-01-22  Marius Andreiana <marius galuna.ro>
191         * configure.in: added 'ro' to ALL_LINGUAS
193 2003-01-21  Christian Rose  <menthos@menthos.com>
195         * configure.in: Added "mn" to ALL_LINGUAS.
197 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
199         * atk/atktext.c
200         (atk_text_base_init): Set vtable entry for default implementations
201         (atk_text_get_range_extents): Omit calling default implementation
202         (atk_text_get_bounded_ranges): Omit calling default implementation
204         * atk/atkcomponent.c
205         (atk_component_base_init): New function to set vtable entry for 
206         default implementations
207         (atk_component_ref_accessible_at_point): Omit calling default 
208         implementation
209         (atk_component_contains): Omit calling default implementation
210         (atk_component_get_position): Omit calling default implementation
211         (atk_component_get_size): Omit calling default implementation
213 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
215         * atk/atkobject.c 
216         (atk_object_real_set_property): Add support for PROP_TABLE_SUMMARY 
217         and PROP_TABLE_CAPTION_OBJECT.
218         (atk_object_real_get_property): Add support for PROP_TABLE_SUMMARY 
219         and PROP_TABLE_CAPTION_OBJECT.
221         This completes ATK changes for bug #74814.
223 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
225         * atk/atkobject.c: Add property accessible-table-caption-object.
226         This addresses bug #74814.
228         * atk/atkobject.h: Move some documentation from template file to
229         avoid warnings when building.
231         * atk/atkrelation.c: Add new properties relation and target.
232         This addresses bug #72426.
234         * atktext.[ch]: Add new functions atk_text_get_range_extents and
235         atk_text_get_bounded_ranges.
236         Also added data structures AtkTextRectangle and AtkTextRange, enum
237         AtkTextClipType and helper function  atk_text_free_ranges.
238         This addresses bug #100943.
239         (atk_text_get_character_extents): Ensure that the reported width is 
240         not negative. This fixes bug #102954)
242         * docs/atk-sections.txt: Add new functions and data items.
244         * docs/tmpl/atk-object.sgml: Remove some documentation and put in 
245         atkobject.h. Add reference to accessible-table-caption-object.
247         * docs/tmpl/atk-relation.sgml: Add new properties
249         * docs/tmpl/atktext.sgml: Add new functions and data items.
252 2003-01-20  Padraig O'Briain  <padraig.obriain@sun.com>
254         * ===== Released 1.2.2=====
256         * configure.in: Version 1.2.2, interface age 2, binary age 202
258         * NEWS: Updated.
260 2003-01-19  He Qiangqiang  <carton@linux.net.cn>
262         * configure.in: Added "zh_CN" to ALL_LINGUAS.
264 2003-01-12  Laurent Dhima  <laurenti@alblinux.net>
266         * configure.in: Added 'sq'(albanian) to ALL_LINGUAS.
268 2003-01-11  Pauli Virtanen  <pauli.virtanen@hut.fi>
270         * configure.in (ALL_LINGUAS): Added "fi" (Finnish)
272 2003-01-06  Alessio Frusciante  <algol@firenze.linux.it>
274         * configure.in (ALL_LINGUAS): Added "it" (Italian) 
276 2003-01-06  Padraig O'Briain  <padraig.obriain@sun.com>
278         * configure.in: Add -with-html-dir option. (bug #102497)
280         * docs/Makefile.am: Remove INSTALLDIR and HTML_DIR
282         * docs/tmpl/atkobject.sgml: Update so property names are in
283         alphabetic order.
285 2003-01-03  Padraig O'Briain  <padraig.obriain@sun.com>
287         * ===== Released 1.2.1=====
288         
289         * configure.in: Version 1.2.1, interface age 1, binary age 201
291         * NEWS: Updated.
293 2003-01-02  Zbigniew Chyla  <cyba@gnome.pl>
295         * configure.in (ALL_LINGUAS): Added pl (Polish).
297 2002-12-23  Nam SungHyun  <namsh@kldp.org>
299         * configure.in: Added Korean (ko) to ALL_LINGUAS
301 2002-12-22  Artis Trops  <hornet@navigator.lv>
303         * configure.in: Added Latvian (lv) to ALL_LINGUAS.
305 2002-12-22  Christophe Merlet  <redfox@redfoxcenter.org>
307         * configure.in (ALL_LINGUAS): added French (fr).
309 2002-12-21  Jordi Mallach  <jordi@sindominio.net>
311         * configure.in (ALL_LINGUAS): added Catalan (ca).
313 2002-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
315         * ===== Released 1.2.0 ======
317         * configure.in: Version 1.2.0, interface age 0, binary age 200
319         * NEWS: Final update for 1.2.0.
321         * docs/tmpl/atkobject.sgml: Order of properties have been changed.
323 2002-12-18  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
325         * configure.in: Added Russian to ALL_LINGUAS.
327 2002-12-16  Padraig O'Briain  <padraig.obriain@sun.com>
329         * ===== Released 1.1.5=====
330         
331         * configure.in: Version 1.1.5, interface age 2, binary age 105
333         * NEWS: Updated.
335 2002-12-13  Padraig O'Briain  <padraig.obriain@sun.com>
337         * atk/atktext.c (atk_text_get_caret_offset): Return 0 instead of -1
338         if caret is not supported. This addresses bug #101020.
340         * configure.in: Use third argument of AC_DEFINE to get rid of 
341         acconfig.h. 
343 Thu Dec 12 14:57:20 2002  Owen Taylor  <otaylor@redhat.com>
345         * acinclude.m4: Remove; wasn't needed, and referred
346         to GLib internal m4 files now gone.
348 Thu Dec 12 11:04:05 2002  Manish Singh  <yosh@gimp.org>
350         * configure.in: Require autoconf-2.53.
352 2002-12-12  Yanko Kaneti  <yaneti@declera.com>
354         * configure.in (ALL_LINGUAS): Added Bulgarian (bg).
356 2002-12-11  Pablo Saratxaga  <pablo@mandrakesoft.com>
358         * configure.in (ALL_LINGUAS): Added Vietnamese (vi), Hebrew (he),
359         and Dutch (nl).
361 2002-12-07  Andras Timar <timar@gnome.hu>
363         * configure.in (ALL_LINGUAS): Added Hungarian (hu).
365 2002-12-06  Padraig O'Briain  <padraig.obriain@sun.com>
367         * ===== Released 1.1.4 =====
368         
369         * configure.in: Version 1.1.1, interface age 1, binary age 104
371         * NEWS: Updated.
373 2002-12-05  Ole Laursen  <olau@hardworking.dk>
375         * configure.in (ALL_LINGUAS): Added Danish (da).
377 2002-12-02  Pablo Gonzalo del Campo <pablodc@bigfoot.com>
379         * configure.in (ALL_LINGUAS): Added Spanish (es).
381 2002-12-01  Christian Neumair  <chris@gnome-de.org>
383         * configure.in (ALL_LINGUAS): Added German (de).
385 2002-11-22  Kjartan Maraas  <kmaraas@gnome.org>
387         * configure.in (ALL_LINGUAS): Added "no".
388         
389 2002-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
391         * Update NEWS for 1.1.3
393 2002-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
395         * configure.in: Update to take account of gtk-doc-version being 0.10
396         Updated version required to 0.9
398 2002-11-20  Bill Haneman <bill.haneman@sun.com>
400         * atk/atkobject.h:
401         Added ATK_ROLE_APPLICATION.
403         * atk/atkobject.c:
404         (atk_role_get_localized_name):
405         Added ATK_ROLE_APPLICATION case.        
407         * docs/atk-decl.txt:
408         Added ATK_ROLE_APPLICATION to docs.
409         
410 2002-11-18  Abi Brady  <morwen@evilmagic.org>
412         * configure.in: Added "en_GB" to ALL_LINGUAS.
414 2002-11-15  Hasbullah BIn Pit <sebol@ikhlas.com>
416         * configure.in: Added "ms" to ALL_LINGUAS.
418 2002-11-15  Padraig O'Briain  <padraig.obriain@sun.com>
420         * Update NEWS for 1.1.2
422         * docs/tmpl/atkhyperlink.sgml docs/tmpl/atkobject.sgml
423         Update docs.
425 2002-11-14  Bill Haneman <bill.haneman@sun.com>
427         * configure.in:
428         Revved to 1.1.2, interface age 0, binary age 102.
429         
430         * atk/atkrelationtype.h:
431         (ATK_RELATION_EMBEDS, ATK_RELATION_EMBEDDED_BY):
432         New relations to handle content embedding, for instance
433         text that embeds or flows around images.
435         * atk/atkhyperlink.h:
436         (atk_hyperlink_is_inline):
437         New API, returns whether a hyperlink's content is
438         partially displayed inline; useful for small images
439         emedded in text, and for HTML <src> elements.
440         (AtkHyperlinkClass->link_state):
441         New virtualized method, used to implement various
442         state query API such as atk_hyperlink_is_inline().
444         * atk/atkhyperlink.c:
445         (atk_hyperlink_is_inline):
446         New method.
448         * docs/atk-sections.txt: 
449         Additions for above API.
451 2002-11-13  Padraig O'Briain  <padraig.obriain@sun.com>
453         * atk/atkobject.[ch]: Add signal active-descendant-changed
455 2002-11-11  Christian Rose  <menthos@menthos.com>
457         * configure.in: Added "sv" to ALL_LINGUAS.
459 Fri Nov  8 19:55:25 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
461         * atk/atkhyperlink.c
462         * atk/atkhyperlink.h
463         * atk/atktable.c
464         * atk/atktable.h
465         * atk/atktext.c
466         * atk/atktext.h
467         * docs/tmpl/atkhyperlink.sgml
468         * docs/tmpl/atkobject.sgml
469         * docs/tmpl/atktable.sgml
470         * docs/tmpl/atktext.sgml
472         Trivial s/foo/foo_/ fixes to make atk.h includable with -Wshadow
473         without warnings.
474         
475 2002-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
477         * autogen.sh: Add call to autoheader to create config.h.in
479 2002-11-04  Padraig O'Briain  <padraig.obriain@sun.com>
481         * acinclude.m4: New file
483         * autogen.sh: Add i18n support (copied from gtk+).
485         * configure.in: Add definition for atklocaledir and check for
486         bind_textdomain_codeset()
488         * atk/Makefile.am: Add DEfininition of ATKLOCALEDIR to INCLUDES
490         * atk/atkobject.c (atk_role_get_localized_name): Add code to
491         initialize i18n.
492         
493         * po/.cvsignore: Add extra files.
495 2002-11-01  Padraig O'Briain  <padraig.obriain@sun.com>
497         * configure.in: Create po/Makefile; patch supplied by 
498         Dan Mills (thunder@ximain.com)
499         
500 2002-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
502         * ===== Released 1.1.1 =====
503         
504         * configure.in: Version 1.1.1, interface age 0, binary age 101
506         * NEWS: Updated.
508         * atk/Makefile.am: Add atkintl.h to EXTRA_DIST.
510 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
512         * Makefile.am: Add po directory
514         * configure.in: Add support for I18N
516         * acconfig.h atk/atkintl.h: New files used to support I18N
518         * atk/atkobject.c: Update atk_role_get_localized_name() to
519         allow for localized name to be returned.
521         * docs/Makefile.am: Add atkintl.h to IGNORE_HFILES
523         * po/Makfile.in.in, po/POTFILES.in, po/po2tbl.sed.in po/.cvsignore
524         po/ChangeLog: New files
526 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
528         * atk/Makefile.am, atk/atk.h: Add reference to atk/atkrelationtype.h
530         * atk/atkaction.[ch]: Add atk_action_get_localized_name.
532         * atk/atkobject.[ch]: Add atk_role_get_localized_name,
533         atk_object_add_relationship and atk_object_remove_relationship
534         Add new roles ATK_ROLE_HEADER, ATK_ROLE_FOOTER, ATK_ROLE_PARAGRAPH
535         and ATK_ROLE_RULER
537         * atk/atkrelation.h: Move definition of AtkRelationType to
538         atk/relationtype.h
540         * atk/atkstate.h: Add new state ATK_STATE_MANAGES_DESCENDANTS
542         * atk/atktext.[ch]: Add text-attributes-changed signal.
544         * docs/atk-sections.txt, docs/tmpl/atkaction.sgml: Add new functions.
546         * docs/tmpl/atkobject.sgml: Add new functions and new roles.
548         * docs/tmpl/atkrelation.sgml: Add new relations
550         * docs/tmpl/atkstate.sgml: Add new state
552         * docs/tmpl/atktext.sgml: Add new signal
554         * tests/testrelation.c: Add tests for new relationship functions.
556 2002-10-01  Padraig O'Briain  <padraig.obriain@sun.com>
558         * atk/atkobject.c (atk_object_notify): Fix leak; report and patch
559         supplied by Sebastian Rittau (srittau@jroger.in-berlin.de)
561         Bug #94548.
563 2002-09-24  Padraig O'Briain  <padraig.obriain@sun.com>
565         * ===== Released 1.1.0 =====
566         
567         * NEWS: Updated.
569 2002-09-18  Padraig O'Briain  <padraig.obriain@sun.com>
571         * configure.in:
572         increment version to 1.1.0, in view of the fact that we've 
573         branched for GNOME-2 and GTK+-2.0, and this is HEAD.
574         Also reset INTERFACE_AGE to zero, since an enum was added.
575         Use similar library numbering as GTK.
577         * docs/tmpl/atkobject.sgml: Add ATK_LAYER_WINDOW
579 2002-09-06  Mark McLoughlin  <mark@skynet.ie>
581         * atk/atkobject.h: add ATK_LAYER_WINDOW.
583         * atk/atkcomponent.c: upd docs.
585 2002-09-06  Padraig O'Briain  <padraig.obriain@sun.com>
587         * docs/atk-sections.txt: Add ...Iface symbols to Standard sections to 
588         avoid unused declarations
590         * docs/tmpl/atkobject.sgml docs/tmpl/atkrelationset.sgml:
591         Move AtkRelationSet from atkobject to atkrelationset.
593 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
595         * docs/atk-sections.txt docs/tmpl/atkaction.sgml
596         docs/tmpl/atkcomponent.sgml docs/tmpl/atkdocument.sgml
597         docs/tmpl/atkeditabletext.sgml docs/tmpl/atkhypertext.sgml
598         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml
599         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
600         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml
601         docs/tmpl/atkvalue.sgml:
602         Remove reference to ...Iface data structures; which eliminates
603         undocumented symbols.
605 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
607         *  atk/atkutil.h: Add documentation for AtkKeyEventType
609         * docs/tmpl/action.sgml docs/tmpl/atkcomponent.sgml
610         docs/tmpl/atkdocument.sgml docs/tmpl/atkeditabletext.sgml
611         docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
612         docs/tmpl/atkhypertext.sgml docs/tmpl/atkimage.sgml 
613         docs/tmpl/atknoopobject.sgml docs/tmp[l/atknoopobjectfactory.sgml
614         docs/tmpl/atkobject.sgml docs/tmpl/atkobjectfacory.sgml
615         docs/tmpl/atkregistry.sgml docs/tmpl/atkrelation.sgml
616         docs/tmpl/atkselection.sgml docs/tmpl/atkstate.sgml
617         docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml
618         docs/tmpl/atktext.sml docs/tmpl/atkutil.sgml
619         docs/tmpl/atkutil.sgml:
620         Reduce number of undocumented symbols
622 2002-08-26  Padraig O'Briain  <padraig.obriain@sun.com>
624         * atk/atknoopobjectfactory.c:
625         Add implementation for atk_object_factory_get_accessible_type()
627 2002-08-18  Havoc Pennington  <hp@pobox.com>
629         * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
630         both automake 1.6 and 1.4 installed get the right automake. Means
631         compilation from CVS will now require the latest automake 1.4
632         release, or manually creating symlinks called "automake-1.4" and
633         "aclocal-1.4"
635 2002-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
637         These changes improve the quality of the documentation by adding
638         information about properties and signals.
640         * configure.in:
641         Add atktargetlib, STRIP_BEGIN, STRIP_END and STRIP_DUMMY for
642         use in docs Makefile.am
644         * atk/atk.h:
645         Add missing include files, atk/atknoopobject.h and 
646         atknoopobjectfactory.h
648         * docs/Makefile.am:
649         Add support for scan program
651         * docs/atk.types:
652         Added content to this file
654         * docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
655         docs/tmpl/atknoopobject.sgml docs/tmpl/atknoopobjectfactory.sgml
656         docs/tmpl/atkobjectfactory.sgml docs/tmpl/atkregistry.sgml
657         docs/tmplatkutil.sgml:
658         Removed references to contents of object's data structure
660         * docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml
661         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml:
662         Add references to signals and properties.
664 Wed Jul 31 17:08:04 2002  Owen Taylor  <otaylor@redhat.com>
666         * ===== Released 1.0.3 =====
667         
668         * configure.in (GLIB_REQUIRED_VERSION): Version 1.0.3,
669         interface, binary version 3.
671         * NEWS: Updated.
673 2002-07-14  Padraig O'Briain  <padraig.obriain@sun.com>
675         * README: Updated to describe where to log bugs and mention mailing
676         list.
678 2002-06-20  Padraig O'Briain  <padraig.obriain@sun.com>
680         * atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgml
681         atk/docs/atkdocument.sgml atk/docs/tmpl/atkeditabletext.sgml
682         atk/docs/tmpl/atkgobjectaccessible.sgml atk/docs/tmpl/atkhyperlink.sgml
683         atk/docs/tmpl/atkhypertext.sgml atk/docs/tmpl/atkimage.sgml
684         atk/docs/atknoopobject.sgml atk/docs/tmpl/atknoopobjectfactory.sgml
685         atk/docs/tmpl/atkobjectfactory.sgml atk/docs/tmpl/atkregistry.sgml
686         atk/docs/tmpl/atkregistry.sgml atk/docs/tmpl/atkrelationset.sgml
687         atk/docs/tmpl/atkselection.sgml atk/docs/tmpl/atkstate.sgml
688         atk/docs/tmpl/atkstateset.sgml atk/docs/tmpl/atkstreamablecontent.sgml
689         atk/docs/tmpl/atktable.sgml atk/docs/tmpl/atktext.sgml
690         atk/docs/tmpl/atkutil.sgml atk/docs/tmpl/atkvalue.sgml
691         Update documentation.
693 2002-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
695         * atk/atkregistry.c:
696         64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com)
697         (bug #83316)
699 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
701         * ===== Released 1.0.2 ======
703         * NEWS: Updates.
705         * configure.in: Version 1.0.2, interface, binary age 2
707 2002-04-26  Padraig O'Briain  <padraig.obriain@sun.com>
709         * atk/atkutil.c (atk_focus_tracker_notify):
710         Allow for object being NULL which means the window containing the
711         focus widget has lost focus. We update the previous_focus_object 
712         so we can emit notification for focus widget when window regains
713         focus.
715 2002-04-15  Padraig O'Briain  <padraig.obriain@sun.com>
717         * atk/atkgobjectaccessible.c:
718         (atk_gobject_accessible_for_object):  Allow for case where created
719         AtkObject is not a AtkGObjectAccessible so quark_accessible_object
720         was not initialized in atk_gobject_accessible_class_init
722 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
724         * ===== Released 1.0.1 ======
726         * NEWS: Updates.
728         * configure.in: Version 1.0.1, interface, binary age 1.0.0.
730 2002-03-19  Padraig O'Briain  <padraig.obriain@sun.com>
732         * atk/atkutil.c (atk_focus_tracker_notify):
733         Do not do notification if previously notified object is the same as
734         this object
736 2002-03-14  Tor Lillqvist  <tml@iki.fi>
738         * atk/Makefile.am: Use correct name for the DLL when generating
739         the MSVC import library.
741 2002-03-13  Bill Haneman <bill.haneman@sun.com>
743         * atk/atkutil.c (atk_object_get_root):
744         Changed g_type_class_peek to g_type_class_ref,
745         this seemed to be triggering a SEGV in some cases.
748 2002-03-12  Padraig O'Briain  <padraig.obriain@sun.com>
750         * atk/atkgobjectaccessible.c (atk_gobject_accessible_dispose):
751         Correct name of data set to NULL from quark_accessible_object to
752         quark_object
754 2002-03-09  Padraig O'Briain  <padraig.obriain@sun.com>
756         * atk/atkhyperlink.c (atk_hyperlink_get_type):
757         Fix typo.
759 Thu Mar  7 23:52:51 2002  Owen Taylor  <otaylor@redhat.com>
761         * ===== Released 1.0.0 ======
763         * NEWS: Final update for 1.0.0.
765         * README: Update the compilation instructions a bit.
767 2002-03-06  Tor Lillqvist  <tml@iki.fi>
769         * atk-zip.sh.in
770         * atk/Makefile.am: Use ATK_API_VERSION also in the Win32 import
771         library names.
773 Tue Mar  5 16:54:21 2002  Owen Taylor  <otaylor@redhat.com>
775         * ATK 1.0.0 rc1
777         * tests/Makefile.am: Don't install libteststateset.la,
778         libtestrelation.la. (#73655, James Henstridge)
780         * autogen.sh: Add --enable-gtk-doc
782         * configure.in: --disable-gtk-doc by default.
784         * Makefile.am: Add a slightly modified distcheck rule
785         that passes --enable-gtk-doc to the configure inside.
786         (So that 'make dist' succeeds inside.)
788 Tue Mar  5 11:55:35 2002  Owen Taylor  <otaylor@redhat.com>
790         * configure.in: Require GLib-2.0.0.
792         * configure.in atk/Makefile.am tests/Makefile.am atk.pc.in:
793         Switch over to the Glib/GTK+ versioning scheme.
795 2002-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
797         * atk/atktext.c (atk_text_get_text):
798         Permit end offset value of -1
800 2002-02-28  Padraig O'Briain  <padraig.obriain@sun.com>
802         * atk/atkhypertext.h:
803         Update comments
805 2002-02-28  Sven Neumann  <sven@gimp.org>
807         * configure.in: beautified configure --help output.
809 2002-02-27  Padraig O'Briain  <padraig.obriain@sun.com>
811         * atk/atkhypertext.h atk/atkhyperlink.h: 
812         Add padding to class structures to allow for future expansion.
814         * atk/atkdocument.h: 
815         Add padding to class structures to allow for future expansion.
817         * atk/atkobjectfactory.h atk/atkgobjectaccessible.h:
818         Add padding to class structures to allow for future expansion.
820 Mon Feb 25 19:09:39 2002  Owen Taylor  <otaylor@redhat.com>
822         * configure.in: Bail if AM_PATH_GLIB_2_0 fails.
824 2002-02-26  Tor Lillqvist  <tml@iki.fi>
826         * atk/Makefile.am: Do use -no-undefined on Win32, otherwise
827         libtool won't create a DLL.
829 2002-02-25  Padraig O'Briain  <padraig.obriain@sun.com>
831         * atk/Makefile.am:
832         Remove -no-undefined because of problems with uunresolved symbols
833         in libgobject on Solaris when using gcc
835 Sat Feb 23 23:02:23 2002  Owen Taylor  <otaylor@redhat.com>
837         * configure.in: Version 0.13
839         * NEWS: Update for 0.13
841         * docs/atk-sections.txt: Update.
843 2002-02-22  Padraig O'Briain  <padraig.obriain@sun.com>
845         * atk/atkgobjectaccessible.c atk/atkhyperlink.c atk/atknoopobject.c
846         atk/atknoopobjectfactory.c atkobject.c atk/atkobjectfactory.c
847         atk/atkregistry.c atk/atkrelation.c atk/atkrelationset.c:
848         Make use of parent_class consistent; define as gpointer and
849         use g_type_class_peek_parent() to get it
851         * atk/atktext.c:
852         Delete unused empty line
854         * atk/atkregistry.c atk/atkrelation.c:
855         Make parent_class static 
857 2002-02-20  Padraig O'Briain  <padraig.obriain@sun.com>
859         * atk/atktext.c:
860         Add check for offset being negative in functions which have offset
861         parameter and return immediately if so.
863 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
865         * atk/atkcomponent.h:
866         Change argument of get_layer and get_mdi_zorder function pointers 
867         to be AtkComponent instead of AtkObject
869         * atk/atkcomponent.c:
870         Change atk_component_get_layer and atk_component_get_mdi_zorder
871         to refer to argument as component instead os accessible
873         * docs/atk-sections.txt docs/tmpl/atkaction.sgml 
874         docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml
875         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml 
876         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
877         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml:
878         Update for recent changes
879         
880 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
882         * atk/atk.h:
883         Guard atk.h with ifndef __ATK_H__
884         (#71405 reported by terra@diku.dk (Morten Welinder))
886 2002-02-13  Padraig O'Briain  <padraig.obriain@sun.com>
888         * atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h
889         atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h 
890         atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h
891         atk/atktable.h atk/atktext.h atk/atkvalue.h:
892         Add padding to class structures to allow for future expansion.
894 2002-02-11  Bill Haneman  <bill.haneman@sun.com>
896         * configure.in:
897         Incremented revision and tagged GNOME_D2_BETA.
899         * atkobject.h: 
900         Marked atk_object_get_layer and atk_object_get_mdi_zorder
901         as deprecated (should use atk_component API below).
902         
903         * atkcomponent.h:
904         Added atk_component_get_layer and atk_component_get_mdi_zorder
905         (erroneously defined in atkobject, they belong here).
907         * atkcomponent.c:
908         Fixed some property get/set bugs.
910         * NEWS: updated for GNOME 2 Desktop Beta.
911         
912 2002-02-11  jacob berkman  <jacob@ximian.com>
914         * atk/atkselection.[ch] (atk_selection_get_type): 
915         * atk/atktable.[ch] (atk_table_get_type): 
916         * atk/atkregistry.h (atk_get_default_registry): 
917         * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): 
918         * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): 
919         * atk/atkcomponent.[ch] (atk_component_get_type): 
920         * atk/atkaction.[ch] (atk_action_get_type): declare function
921         arguments as (void) rather than ()
923 2002-02-04  Bill Haneman  <bill.haneman@sun.com>
925         * configure.in:
926         Incremented revision.
928 2002-01-30  Bill Haneman  <bill.haneman@sun.com>
930         * docs/tmpl/atkaction.sgml:
931         * docs/tmpl/atkcomponent.sgml:
932         * docs/tmpl/atkeditabletext.sgml:
933         * docs/tmpl/atkimage.sgml:
934         * docs/tmpl/atkobject.sgml:
935         * docs/tmpl/atkselection.sgml:
936         * docs/tmpl/atktable.sgml:
937         * docs/tmpl/atktext.sgml:
938         * docs/tmpl/atkvalue.sgml:
939         Initial entries into the SHORT_DESCRIPTION and LONG_DESCRIPTION
940         fields to improve docs; the documentation now gives some
941         information on the purpose and function of the various ATK
942         interfaces, and which types of UI components typically implement
943         which interfaces.
944         
945 Tue Jan 29 23:29:46 2002  Owen Taylor  <otaylor@redhat.com>
947         * NEWS: Retroactively write a NEWS entry for 0.9 and 0.10.
949 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
951        * configure.in:
952        Update version number to 0.10, for Desktop Alpha 2
954 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
956         * atk/atkobject.h:
957         Correct inconsistencies between registered signal parameter types 
958         and default signal handler struct fields
959         (based on patch from Murray Cumming <murray@usa.net>)
961 2002-01-10  Bill Haneman <bill.haneman@sun.com>
963        * configure.in:
964        Update version number to 0.9, for Beta2 package.
966 Wed Jan  9 11:26:56 2002  Owen Taylor  <otaylor@redhat.com>
968         * atk/Makefile.am (s-enum-types-h):  Include glib-object.h,
969         Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. (#61845,
970         Mikael Hermansson)
972 2002-01-07  Padraig O'Briain  <padraig.obriain@sun.com>
974         * atk/atkcomponent.c (atk_component_add_focus_handler):
975         Add comments to clarify behavior if handler has already been added
977         * docs/tmpl/atktext.sgml:
978         Update for change of caret_changed to text_caret_moved
980 2002-01-05  Hans Breuer  <hans@breuer.org>
982         * atk/makefile.msc : generate atk-enum-types.[hc]
983         NOTE: the long comment in atkobject.h is crashing perl,
984         at least version 5.005_02 built for MSWin32-x86-object
985         Binary build 506 provided by ActiveState. Temporary
986         deleting the AtkRole comment allows to work-around.
988         atk/atk.def : updated externals
990 2002-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
992         * atk/atkgobjectaccessible.h
993         Fixed typo in define (reported by Jeff Franks)
995         * atk/atktext.c atk/atktext.h
996         Change name of default signal handler for text_caret_moved signal
997         from caret_changed to text_caret_moved
998         Change enum CARET_MOVED to TEXT_CARET_MOVED
999         (both issues reported by Jeff Franks)
1001 2001-12-15  Michael Meeks  <michael@ximian.com>
1003         * atk/atkrelation.c (atk_relation_class_init):
1004         setup parent class
1005         (atk_relation_finalize): chain to parent.
1007         * atk/atkrelationset.c (atk_relation_set_class_init),
1008         (atk_relation_set_finalize): same fix.
1010 Sat Dec 22 12:26:51 2001  Owen Taylor  <otaylor@redhat.com>
1012         * configure.in: Version 0.8, require GLib-1.3.12
1014         * atk/makefile.msc (PKG_VER): Version 0.8.
1016 Thu Dec 20 00:33:47 2001  Owen Taylor  <otaylor@redhat.com>
1018         * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary
1019         for correct srcdir != builddir operation when 
1020         generating source files in srcdir.
1021         
1022 Thu Dec 20 00:27:01 2001  Owen Taylor  <otaylor@redhat.com>
1024         * docs/tmpl/atkutil.sgml: remove some conflict
1025         indicators.
1027 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
1029         * atk/atk.def:
1030         Add new functions
1032 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
1034         Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.h
1035         docs/tmpl/atkgobjectaccessible.sgml
1037         * atk/Makefile.am atk/atk.h:
1038         Add references to new files
1040         * atk/atkobject.c atk/atkobject.h
1041         docs/tmpl/atkobject.sgml:
1042         Add new function atk_object_initialize
1044         * atk/atkobjectfactory.c atk/atkobjectfactory.h
1045         docs/tmpl/atkobjectfactory.sgml:
1046         Add new function atk_object_factory_get_accessible_type
1048         * docs/atk-sections.txt:
1049         Add new functions.
1050         Add functions in atk-unused.txt
1052         
1053 2001-12-17  Darin Adler  <darin@bentspoon.com>
1055         * atk/atktext.c: Add missing #include <string.h>
1057 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1059         * atk/Makefile.am, tests/Makefile.am: Compile with
1060         -DG_DISABLE_DEPRECATED. See #52790.
1062 2001-12-11  Padraig O'Briain  <padraig.obriain@sun.com>
1064         * atk/atkcomponent.c (atk_component_ref_accessible_at_position):
1065         Remove unnecessary g_retunn_val_if_fail() call.
1067 2001-12-08  Michael Meeks  <michael@ximian.com>
1069         * atk/atkregistry.c (atk_registry_class_init):
1070         paranoia is not appropriate here, setup parent_class,
1071         don't create a new default registry here - makes no
1072         sense.
1073         (atk_registry_finalize): chain to parent class, do
1074         g_hash_table_destroys instead of g_frees.
1076 2001-12-07  Padraig O'Briain  <padraig.obriain@sun.com>
1078         * atk/Makefile.am:
1079         Update to create atk-enum-types.h before compiling source files
1080         (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
1082 2001-12-05  Padraig O'Briain  <padraig.obriain@sun.com>
1084         * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt 
1085         docs/tmpl/atktext.sgml tests/testrelation.c:
1086         Change atk_attribute_register to atk_text_attribute_register,
1087         atk_attribute_get_value to atk_text_attribute_get_value,
1088         atk_attribute_get_name to atk_text_attribute_get_name
1089         atk_attribute_for_name to atk_text_attribuute_for_name
1091 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
1093         * atk/atktext.c:
1094         Add implementation of atk_attribute_register, atk_attribute_for_name
1095         Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and
1096         support extra attributes being defined
1098         * atk/atktext.h:
1099         Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow
1100         extra attributes to be defined
1101         Add atk_attribute_register() and atk_attribute_for_name()
1103         * atk/atk.def:
1104         Add new functions
1106         * docs/atk-sections.txt docs/tmpl/atktext.sgml
1107         Update because of additions to atk/atktext.h
1109         * tests/testrelation.c:
1110         Add tests for text attributes
1112 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
1114         * atk/atkobject.c:
1115         Update atk_role_register() to allow extra roles to be defined
1116         Update atk_role_get_name() and atk_role_for_name() for newly defined
1117         roles
1119         * tests/testrelation.c:
1120         Add tests for roles
1122 2001-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
1124         * atk/atkrelation.c:
1125         Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and
1126         atk_relation_type_for_name()
1128         * atk/atkstate.c:
1129         Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and
1130         atk_state_type_for_name()
1132         * tests/testrelation.c, tests/teststateset.c:
1133         Update tests as name componenets are separated by hyphen (-) rather
1134         than underline (_)
1136 2001-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
1138         * atk/Makefile.am:
1139         Generate files atk-enum-types.c and atk-enums-types.h to create
1140         types for enums.
1142         * atk/atkobject.c:
1143         Use ATK_TYPE_ROLE in atk_role_get_name() and atk_role_for_name()
1145 2001-11-28  Bill Haneman  <bill.haneman@sun.com>
1147         * atk/atkutil.c:
1148         Changed calls to g_type_class_peek() to g_type_class_ref() where
1149         it makes more sense, and in other places check for a non-null
1150         klass return before trying to call class methods.  This prevents
1151         SEGV if no Atk-implementation library has been loaded.
1153         * atk/atkobject.c:
1154         Fixed gtk-doc warning.
1156 2001-11-28  Padraig O'Briain  <padraig.obriain@sun.com>
1158         * atk/atkobject.[c|h]:
1159         Add functions atk_role_get_name() and atk_role_for_name() which
1160         transform a role into an untranslated string
1161         Update comments in atkobject.h which refer to property names
1163         * atk/atkrelation.c:
1164         Correct error in atk_relation_type_get_name
1166         * docs/atk-sections.txt
1167         Added atk_role_get_name and atk_role_for_name
1169         * docs/tmpl/*sgml
1170         Updated files
1171         
1172 2001-11-23  Hans Breuer  <hans@breuer.org>
1174         * atk/atk.def : updated externals
1176         * atk/atktext.c atk/atkutil.c : added two spaces to fix
1177         minor coding style issues. Found by my exports generator.
1179         * atk/makefile.msc : version 0.7, use build dir from
1180         $(TOP)\glib
1182 Thu Nov 22 14:37:40 2001  Owen Taylor  <otaylor@redhat.com>
1184         * Version 0.7
1186         * configure.in (GLIB_REQUIRED_VERSION): Require GLib-1.3.11
1188 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
1190         * atk/atknoopobject.c:
1191         Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID
1192         when creating object
1194 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
1196         * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt,
1197         docs/tmpl/atkrelation.sgml:
1198         Change atk_relation_type_from_string to atk_relation_type_for_name
1199         Add atk_relation_type_get_name
1201         * atk/atkrelationtype.c:
1202         Change atk_relation_type_from_string to atk_relation_type_for_name
1203         Add atk_relation_type_get_name
1204         Update atk_relation_type_register() to correctly register new
1205         relation types
1207         * atk/atkstate.c:
1208         Changed name of static variable type to last_type
1209         Changed name of paremeter if atk_state_type_get_name to type to match
1210         comments
1212         * docs/tmpl/*sgml
1213         Updated files
1215         * tests/README, tests/Makefile.am       
1216         Add new test file testrelation.c
1218 2001-11-22  Bill Haneman <bill.haneman@sun.com>
1220         * atk/atkutil.c (atk_add_key_event_listener):
1221         Fix gtk-doc comment and clarify use of 'data' gpointer.
1223 2001-11-22  Michael Meeks  <michael@ximian.com>
1225         * atk/atkutil.c (atk_add_key_event_listener): switch
1226         to class_peek.
1228         * atk/atkobject.c (atk_object_real_get_property):
1229         add missing 'break'.
1231 2001-11-21  Michael Meeks  <michael@ximian.com>
1233         * atk/atkrelation.c: pull in string.h for strcmp
1235         * atk/atktext.c (atk_text_get_selection): fix bug / warning.
1237         * atk/atkutil.c (atk_add_global_event_listener),
1238         (atk_get_toolkit_name, atk_get_toolkit_version):
1239         constify 
1241 2001-11-21  Bill Haneman <bill.haneman@sun.com>
1243         * atk/atkrelation.c: Added gtk-doc docs for 
1244         atk_relation_type_from_string.
1246 Wed Nov 21 17:54:44 2001  Owen Taylor  <otaylor@redhat.com>
1248         * atk/atkobject.h (enum): Fix trailing comma on
1249         enumeration.
1251         * docs/atk-sections.txt: Update.
1253         * NEWS: Updates
1255 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
1257         * atk/atkobject.[c|h]:
1258         Add additional argument (name) to state-change signal
1259         Update atk_object_notify_state_change to take account of 
1260         extra argument for state-change
1262         * atk/atkmarshal.list:
1263         Add marshaller for VOID:STRING,BOOLEAN
1264         
1265 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
1267         * atk/atkobject.[c|h], docs/atk-sections.txt, docs/tmpl/atkobject.sgml:
1268         Add enum AtkLayer and functions atk_object_get_layer and
1269         atk_object_get_mdi_zorder
1271 2001-11-20  Padraig O'Briain  <padraig.obriain@sun.com>
1273         * atk/atkobject.[c|h]:
1274         Remove property accessible-state; use signal state-change instead
1275         Change signature of state-change handler to take gboolean as argument
1276         instead of AtkPropertyValues
1277         Update atk_object_notify_state_change() to emit state-change signal
1279         * atk/atkstate.[c|h], docs/tmpl/atkstate.sgml:
1280         Remove state ATK_STATE_COLLAPSED
1282 2001-11-19  Bill Haneman <bill.haneman@sun.com>
1284         * atk/atkobject.c:
1285         * atk/atkstate.c:
1286         Added state-changed signal to atkobject, in anticipation of 
1287         deprecating the accessible-state property.
1289         * atk/atkutil.[ch]:
1290         Fixed signature of atk_util_add_key_listener () to
1291         take an AtkKeySnoopFunc instead of a pointer to same.
1293 2001-11-19  Padraig O'Briain  <padraig.obriain@sun.com>
1295         * atk/atkobject.c (atk_object_notify_state_change):
1296         Fix bug in calculation of number of toggle states
1298         * atk/atkstate.c:
1299         Correct out-by-1 error in atk_state_type_register()
1300         Use type (number of states defined) in atk_state_type_get_name()
1301         and atk_state_type_for_name()
1302         
1303 2001-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
1305         * atk/atkeditabletext.c:
1306         Remove unused structure _AtkEditableTextIfaceClass
1308         * atk/atkobject.[c|h]
1309         Remove signals model_changed and selection_changed
1311         * atk/selection.[c|h]
1312         Add signal selection_changed
1314         * atk/atktable.[c|h]
1315         Remove unused structure _AtkTableIfaceClass
1316         Add signal model_changed
1318         * atk/atktext.[c|h]
1319         Remove unused structure _AtkTextIfaceClass
1320         Add signal text_selection_changed
1322         * docs/tmpl/atkobject.sgml, docs/tmpl/atkselection.sgml,
1323         docs/tmpl/atktable.sgml, atk/tmpl/atktext.sgml:
1324         Documentation changes
1326 2001-11-17  Tor Lillqvist  <tml@iki.fi>
1328         * atk-zip.sh.in: Build separate runtime and developer packages.
1330         * atk/atk.def: Update.
1332 2001-11-14  Bill Haneman  <bill.haneman@sun.com>
1334         * atk/atkutil.h :
1335         Added API 
1336         atk_add_key_event_listener    (AtkKeySnoopFunc *listener,
1337                                        gpointer data);
1338         atk_remove_key_event_listener (AtkKeySnoopFunc *listener,
1339                                        gpointer data);
1340         
1341         to allow non-GTK-dependent installation of key snoop functions.
1342         This also meant adding definitions of AtkKeySnoopFunc and 
1343         AtkKeyEventStruct.
1345 2001-11-08  Padraig O'Briain  <padraig.obriain@sun.com>
1347         * atk/atkobject.c (atk_object_notify_state_change):
1348         Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED
1349         to ATK_STATE_EXPANDED or vice versa.
1351 2001-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
1353         * atk/atkobject.h:
1354         Add role ATK_ROLE_TREE_TABLE
1356         * atk/atkrelation.h:
1357         Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT
1358         and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable
1360         * docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl,
1361         docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml,
1362         docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl,
1363         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml,
1364         docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml,
1365         docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml,
1366         docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml:
1367         Update to reflect the current state of the documentation in the code.
1369 2001-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
1371         * atk/relation.h, docs/tmpl/atkrelation.sgml:
1372         Add two new relations ATK_RELATION_NODE_CHILDREN and
1373         ATK_RELATION_NODE_PARENT to support compound objects in a
1374         node or cell of a tree or table
1375         Added descriptions of all relations which are defined
1377         * atk/atktable.c:
1378         Remove functions atk_table_real_get_index_at(),
1379         atk_table_real_get_column_at_index() and 
1380         atk_table_real_get_row_at_index() 
1381         Correct typos in documentation of other functions.
1383 2001-10-28  Tor Lillqvist  <tml@iki.fi>
1385         * atk-zip.sh.in: New file, used to build developer package for
1386         Win32.
1388         * Makefile.am
1389         * configure.in: Add it.
1391         * atk/Makefile.am: Add rules to install and uninstall mingw import
1392         library.
1394 2001-10-26  Padraig O'Briain  <padraig.obriain@sun.com>
1396         * atk/atkobject.[c|h]
1397         Remove the following properties
1398         accessible-child - use signal children_changed for notification
1399         accessible-text - use signal text_changed for notification
1400         accessible-caret - use signal text_caret_moved for notification
1401         accessible-selection - use new signal selection_changed 
1402         for notification
1403         accessible-visible-data - use new signal visible_data_changed
1404         for notification
1405         accessible-model - use new signal model_changed for notification
1406         Notify when role or parent changes
1407         Allow parent and role to be set or got using g_object_set() or
1408         g_object_get()
1410 Wed Oct 24 11:13:13 2001  Owen Taylor  <otaylor@redhat.com>
1412         * Version 0.6
1414         * NEWS: Updates.
1416 2001-10-25  Padraig O'Briain  <padraig.obriain@sun.com>
1418         * atk/atkobject.h, docs/tmpl/atkobject.sgml:
1419         Add role ATK_ROLE_TERMINAL for an accessible terminal.
1421 2001-10-22  Padraig O'Briain  <padraig.obriain@sun.com>
1423         * atk/atkobject.c (atk_object_notify_state_change):
1424         Initialize AtkPropertyValue data structure to 0 instead of using
1425         memset.
1427 2001-10-19  Tor Lillqvist  <tml@iki.fi>
1429         * configure.in: Set automake conditionals OS_WIN32 if on (native)
1430         Win32, and MS_LIB_AVAILABLE if lib.exe is available. Calculate
1431         LT_CURRENT - LT_AGE and set LT_CURRENT_MINUS_AGE to that value.
1433         * atk/Makefile.am: Add atk.def to EXTRA_DIST. On Win32, use
1434         -export-symbols atk.def. If lib.exe is available, generate
1435         atk.lib, and install it.
1437         * atk/atk.def: Update with new entry points.
1439 2001-10-19  Padraig O'Briain  <padraig.obriain@sun.com>
1441         * atk/atkobject.[c|], docs/atk-sections.txt,
1442         docs/tmpl/atkobject.sgml:
1443         Add convenience function atk_object_notify_state_change()
1444         to generate property notification of state change.
1446         * atk/atktext.c, docs/tmpl/atk-unused.sgml:
1447         Correct comments on functions atk_attribute_get_name() and
1448         atk_attribute_get_value()
1450 2001-10-17  Padraig O'Briain  <padraig.obriain@sun.com>
1452         * atk/atktext.c:
1453         Update comments in atk_text_get_text_[at|after|before]_offset()
1454         to clarify what these functions will return.
1456 2001-10-16  Padraig O'Briain  <padraig.obriain@sun.com>
1458         * atk/atktext.c:
1459         Update comments in atk_text_get_run_attributes() and
1460         atk_text_get_default_attributes().
1462 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
1464         * atk/atkobject;c:
1465         Change "property-change" signal to allow detail (i.e. property name) 
1466         and add detail in atk_object_notify().
1468 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
1470         * atk/atktext.c:
1471         Correct order of attribute names in text_attr_name array.
1473 2001-10-12  Padraig O'Briain  <padraig.obriain@sun.com>
1475         * atk/atktext.[c|h]:
1476         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
1477         Use enum AtkTextAttribute to specify what attribute are supported
1478         rather than hash defines. Define new functions atk_attribute_get_name()
1479         and atk_attribute_get_value() which return the strings for the
1480         attribute name and values for those attribute which have named values.
1482 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
1484         * atk/atktext.c (atk_text_get_run_attributes):
1485         Correct typo.
1487         * atk/atktext.c (atk_text_get_default_attributes):
1488         Add call to set iface.
1490 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
1492         * atk/atktext.[c|h]:
1493         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
1494         Add new function atk_text_get_default_attributes
1495         Rename atk_text_ref_run_attributes to atk_text_get_run_attributes
1497 2001-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
1499         * atk/atktext.c (atk_attribute_set_free):
1500         Avoid leaking of AtkAttributeSet data structure; speed up code.
1502         * docs/tmpl.atk*.sgml
1503         Updated to reflect current APIs.
1505 2001-10-01  jacob berkman  <jacob@ximian.com>
1507         * docs/Makefile.am (dist-hook-local): depend on all-local so that
1508         make dist works correctly w/o having to build first
1510 2001-10-01  Tor Lillqvist  <tml@iki.fi>
1512         * configure.in: Add AC_LIBTOOL_WIN32_DLL.
1514 Sat Sep 29 19:45:00 2001  Bill Haneman <bill.haneman@sun.com>
1515         
1516         * configure.in (ATK_MICRO_VERSION): Version 0.6
1517         (because libglade will depend on a the small api addition below)
1519         * atk/makefile.msc (PKG_VER): Version 0.6
1521         * atk/atkrelation.h:
1522         * atk/atkrelation.c: (AtkRelationType 
1523         atk_relation_type_from_string (const gchar *name)): Added method.
1525         
1526 Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>
1528         * configure.in (ATK_MICRO_VERSION): Version 0.5
1530         * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
1532         * atk/makefile.msc (PKG_VER): Version 0.5
1534 2001-09-21  Hans Breuer  <hans@breuer.org>
1536         * atk/atk.def : updated externals
1537         * atk/makefile.msc : version 0.4
1539         * atk/atktext.c (atk_text_get_character_extents) : real_height
1540         is a reference to int, so use &local_height
1542 Wed Sep 19 10:46:44 2001  Tim Janik  <timj@gtk.org>
1544         * Released 0.4.
1546 Tue Sep 18 23:41:32 2001  Tim Janik  <timj@gtk.org>
1548         * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION.
1549         up ATK_VERSION to 0.4, interface age 0, binary age 0.
1550         (from 0.2 which was not properly updated last time).
1551         depend on glib 1.3.8.
1553         * NEWS: updates.
1555 2001-09-11  Padraig O'Briain  <padraig.obriain@sun.com>
1557         * atk/atkobject.c:
1558         Add object reference when object is set as accessible_parent
1560 2001-09-05  Mark McLoughlin <mark@skynet.ie>
1562         * configure.in: remember ACLOCAL_FLAGS.
1564 2001-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
1566         * atk/atktable.[c|h]
1567         Change atk_table_get_caption() and atk_table_set_caption()
1568         to deal with AtkObject* rather than gchar*
1569         Remove redundant and incorrect comments
1570         
1571 Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>
1573         * configure.in: Version 0.3  
1575         * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
1577         * NEWS: Update  
1579 2001-09-03  Padraig O'Briain  <padraig.obriain@sun.com>
1581         * atk/atkobject.c:
1582         Correct property definitions for "accessible-table-caption", 
1583         "accessible-table-column-description", 
1584         "accessible-table-row-description" 
1585         * atk/atkobject.h:
1586         Update comments to include all properties defined
1588 2001-08-24  Padraig O'Briain  <padraig.obriain@sun.com>
1590         * atk/atkhyperlink.h:
1591         Change AtkHyperLink to AtkHyperlink in comment
1592         * atk/atkhypertext.[c|h]:
1593         Change AtkHyperLink to AtkHyperlink
1594         * atk/atktable.[c|h]:
1595         Make gchar* arguments const; make return value of type gchar*
1596         G_CONST_RETURN
1597         * docs/atk-sections.txt
1598         Remove reference to AtkHyperLink
1599         * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
1600         docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
1601         Updated by make
1602         
1603 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
1605         * atk/atktable.c
1606         Add functions atk_table_real_get_index_at(), 
1607         atk_table_real_get_row_at_index(), atk_table_real_get_column_at_index() 
1608         as default implementations for atk_table_get_index_at(),
1609         atk_table_get_row_at_index(), atk_table_get_column_at_index()
1611 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
1613         * atk/atkaction.c:
1614         Refer to return value in function documentation for 
1615         atk_action_do_action
1616         * atk/atkimage.c:
1617         Fix typo in comments
1618         * docs/tmpl/atkaction.sgml:
1619         Update to include return value
1621 2001-08-22  Marc Mulcahy <marc.mulcahy@sun.com>
1623         * atk/atkaction.c atk/atkaction.h:
1624         Made atk_action_do_action return a gboolean as the class member of 
1625         AtkActionIface does.
1626         * .cvsignore:
1627         Added atk.spec
1629 2001-08-20  Padraig O'Briain  <padraig.obriain@sun.com>
1631         * docs/tmpl/atkimage.sgml atk/atkimage.h:
1632         Swap height and width arguments to atk_image_get_image_size
1633         * atk/atkimage.c:
1634         Swap height and height arguments to atk_image_get_image_size
1635         Do not crash if NULL pointers are passed for return values
1637 2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
1639         * docs/tmpl/atktext.sgml atk/atktext.h:
1640         Change parameter names *offset to *_offset
1641         * atk/atkcomponent.c:
1642         Do not crash if NULL pointers are passed for return values
1643         * atk/atktext.c:
1644         Change parameter names *offset to *_offset
1645         Do not crash if NULL pointers are passed for return values
1646         
1647 2001-08-16  Bill Haneman  <bill.haneman@sun.com>
1649         * atk/atkutil.c :
1650         Changed g_type_class_peek() to g_type_class_ref()
1651         in atk_add_global_event_listener(), since
1652         g_type_class_peek() could return NULL when an
1653         instance of the class had not been created.
1655 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
1657         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
1658         Ensure that atk_attribute_set_free is in the documentation.
1660 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
1662         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
1663         Swapped order of width and height arguments to
1664         atk_text_get_character_extents()
1665         Changed AtkAttrributeSet_free to atk_attribute_set_free
1667 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
1669         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
1670         Changed "length" argument of atk_text_get_character_extents() to
1671         "height".
1673 2001-08-15  Jens Finke <jens@gnome.org>
1675         * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files.
1676         * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and
1677         added a AC_SUBST for it. This is needed for the spec.in file.
1678         Added atk.spec to output list.
1679         * atk.spec.in: New file.
1681 2001-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
1683         * atk/atkcomponent.[c|h]
1684         * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
1685         Change atk_component_get_accessible_at_point to 
1686         atk_component_ref_accessible_at_point so it will work for flyweights
1688 Sun Aug 12 10:33:02 2001  Owen Taylor  <otaylor@redhat.com>
1690         * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
1691         with GNU make.
1693 2001-08-09  Padraig O'Briain  <padraig.obriain@sun.com>
1695         * atk/atkaction.c, atk/atkcomponent.c
1696         Remove all instances of g_return_if_fail (foo != NULL); that are
1697         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
1698         since the second check catches the NULL.
1699         * atk/atkcomponent.c
1700         Add functions atk_component_real_contains(), 
1701         atk_component_real_get_position(), atkcomponent_real_get_size() 
1702         as default implementations for atk_component_contains(),
1703         atk_component_get_position(), atk_component_get_size()
1705 2001-08-07  Brian Cameron <brian.cameron@sun.com>
1707         * atk/atkimage.[ch] docs/atk-sections.txt
1708         docs/tmpl/atkimage.sgml
1709         Updated AtkImage get_position to get_image_position
1710         so the naming is consistant.  Now get_image_position
1711         and get_image_size return -1 for x/y/height/width
1712         if AtkImage implementations of these functions is
1713         not found.
1715 2001-07-31  Padraig O'Briain  <padraig.obriain@sun.com>
1717         * atk/atkobject.c
1718         Create an object relation set when the object is created.
1720 2001-07-30  Brian Cameron <brian.cameron@sun.com>
1722         * atk/atkutil.[ch]
1723         Changed first argument of atk_add_global_event_listener
1724         so the callback function is of type GSignalEmissionHook
1725         instead of AtkEventListener.  AtkEventListener is
1726         appropriate for Focus event callbacks, but not generic
1727         ones.
1729 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
1731         * atk/atkobject.c:
1732         Add function atk_object_real_ref_state_set() which creates the
1733         state set and adds states ATK_STATE_SELECTABLE and ATK_STATE_SELECTED
1734         if appropriate
1736 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
1738         * atk/*.c:
1739         Remove all instances of g_return_if_fail (foo != NULL); that are
1740         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
1741         since the second check catches the NULL.
1743 2001-07-26  Padraig O'Briain  <padraig.obriain@sun.com>
1745         * atk/Makefile.am
1746         Fix problem with ATK not building after running make maintainer-clean
1747         and autogen.sh: add extra files to MAINTAINERCLEANFILES
1749 2001-07-25 Bill Haneman <bill.haneman@sun.com>
1751         * atk/atktext.h
1752         * atk/atkeditabletext.h
1753         * atk.pc.in
1754         * atk-uninstalled.pc.in
1755         * atk/makefile.msc
1756         * configure.in
1757         Removed (unused) #defines of pango/pango.h
1758         Removed references to/dependencies on pango from .pc files
1759         Removed dependencies on pango from makefile.msc and configure.in
1761 2001-07-24  Padraig O'Briain  <padraig.obriain@sun.com>
1763         * atk/atkobject.[c|h]
1764         Move some implementation from GAIL:
1765         Default implementations for some some functions
1766         atk_object_real_get_name, atk_object_real_set_name,
1767         atk_object_real_get_description, atk_object_real_set_description,
1768         atk_object_real_get_parent, atk_object_real_set_parent,
1769         atk_object_real_get_role,
1770         atk_object_real_connect_property_change_handler,
1771         atk_object_real_remove_property_change_handler,
1772         atk_object_notify,
1773         definition of property-changed signal.
1774         Initialize pointers to NULL in atk_object_init().
1775         Initialize uninitialized function pointers to NULL in 
1776         atk_object_class_init().
1777         
1778 2001-07-23  Brian Cameron <brian.cameron@sun.com>
1780         * atk/atkobject.c
1781         Changed children_changed signal to allow NULL pointers
1782         for the 2nd argument to the signal handler.
1784 2001-07-20  Hans Breuer  <hans@breuer.org>
1786         * atk/atk.def : added more exports
1787         * atk/makefile.msc : updated win32 build
1789 2001-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
1791         * atk/atkaction.[c|h], docs/atk-sections.txt, 
1792         docs/tmpl/atkaction.sgml
1793         Add atk_action_get_name() and atk_action_set_description()
1795 2001-07-18  Padraig O'Briain  <padraig.obriain@sun.com>
1797         * atk/atkstate.[c|h]
1798         Add ATK_STATE_ENABLED so we can distinguish between a consistent
1799         and inconsistent GtkToggleButton
1801 2001-07-16  Brian Cameron <brian.cameron@sun.com>
1803         * atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
1804         docs/atk-sections.txt docs/tmpl/atktext.sgml docs/tmpl/atkutil.sgml
1805         gail_textattributes_update.pat is for gail/gail and integrates the 
1806         ATK_ATTRIBUTE_* macros in the gail implementations.
1807         atk_docs_textattributes_update.pat is for atk/docs and patches
1808         atk-sections.txt etc. for improved docs
1809         atk_atk_textattributes_update.pat is for atk/atk and included the
1810         new ATK_ATTRIBUTE_* macros and updated gtk-doc comments.
1812 2001-07-13  Darin Adler  <darin@bentspoon.com>
1814         * atk/atkstate.c: Add missing <string.h> include.
1815         * tests/teststateset.c: Add missing <string.h> include.
1817 2001-07-13  Darin Adler  <darin@bentspoon.com>
1819         * .cvsignore: Ignore some generated files.
1820         * autogen.sh: Get rid of call to autoheader since the
1821         configure file doesn't include AM_CONFIG_HEADER.
1823 2001-07-11  Brian Cameron <brian.cameron@sun.com>
1825         * tmpl/atkdocument.sgml
1826         Added new file for docs.
1828 2001-07-11  Padraig O'Briain  <padraig.obriain@sun.com>
1830         * atk/atkimage.c atk/atkutil.c
1831         Changes to build with Sun's FORTE compiler.
1833 2001-07-10  Brian Cameron <brian.cameron@sun.com>
1835         * tmpl/atk-unused.sgml tmpl/atkcomponent.sgml tmpl/atkeditabletext.sgml
1836         tmpl/atkimage.sgml tmpl/atkselection.sgml tmpl/atkstate.sgml
1837         tmpl/atkstreamablecontent.sgml tmpl/atktable.sgml
1838         tmpl/atktext.sgml tmpl/atkutil.sgml
1839         Updated docs pages.
1841 Mon Jul  2 06:37:09 2001  Tim Janik  <timj@gtk.org>
1843         * atk/atktext.c (atk_text_base_init): 
1844         * atk/atktable.c (atk_table_base_init): 
1845         * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/
1846         to adapt to recent GSignal changes.
1848 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1850         * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt
1851         docs/tmpl/atkutil.sgml
1852         Added new functiosn to AtkUtil.
1854 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1856         * atk/Makefile.am atk/atk.h atk/atkdocument.c atk/atkdocument.h
1857         docs/atk-docs.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml
1858         docs/tmpl/atkobject.sgml
1859         Added new atk document interface.
1861 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1863         * atk/atkcomponent.c atk/atkcomponent.h atk/atkimage.c
1864         atk/atkimage.h atk/atktext.c atk/atktext.h atk/atkutil.h
1865         Updated so that functions that take screen coords as 
1866         input/output also take an enum specifying whether
1867         the coords are screen or top-level window based.
1868         Updated docs as well.
1870 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1872         *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c
1873         atk/atkhyperlink.c atk/atkobject.c atk/atkregistry.c
1874         atk/atkstate.c atk/atkstateset.c atk/atkstreamablecontent.c
1875         atk/atktable.c atk/atktext.c atk/atkutil.c atk/atkvalue.c
1876         atk/docs/tmpl/atkstreamablecontent.sgml
1877         Cleaned up docs.  Added atkstreamablecontent.sgml
1879 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1881         *atk/atktable.h, atk/atktable.c
1882         Updated signal handler definitions.
1884 2001-06-27  Brian Cameron <brian.cameron@sun.com>
1886         *atk/atktext.h
1887         Updated AtkXYCoords enum.
1889 2001-06-27  Brian Cameron <brian.cameron@sun.com>
1891         *atk/atkaction.c atk/atkaction.h atk/atkcomponent.c
1892         atk/atkcomponent.h atk/atkhyperlink.c atk/atkhypertext.c
1893         atk/atkimage.c atk/atkimage.h atk/atkobject.c
1894         atk/atkobject.h atk/atkobjectfactory.c atk/atkregistry.c
1895         atk/atkstateset.c atk/atkstreamablecontent.c
1896         atk/atkstreamablecontent.h atk/atktable.c
1897         atk/atktext.c, docs/atk-docs.sgml docs/atk-sections.txt
1898         and some docs/tmpl files.
1899         Updated gtk-docs fixing spelling errors and making minor
1900         changes to the API.
1902 2001-06-27  Louise Miller <lousie.miller@sun.com>
1904         *atk/atkselection.h, atk/atkselection.c
1905         changed return type to gboolean for 
1906         atk_selection_select_all_selection
1908 2001-06-26  Brian Cameron <brian.cameron@sun.com>
1910         *atk/atkstate.h atk/atkstate.c
1911         docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml
1912         docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml
1913         docs/tmpl/atktext.sgml
1914         Added ATK_STATE_STALE.  Updated docs.
1916 2001-06-22  Lucy Brophy <lucy.brophy@sun.com>
1918         *atk/atktext.h
1919         Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
1921 2001-06-21  Brian Cameron <brian.cameron@sun.com>
1923         * atk/atkeditabletext.h, atk/atkobject.h,
1924         atktext.[ch]
1925         Added AtkAttributeSet_free() convenience
1926         function.
1928 2001-06-20  Peter Williams  <peterw@ximian.com>
1930         * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type ->
1931         atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer
1932         G_{BEGIN,END}_DECLS.
1934 2001-06-20  Brian Cameron <brian.cameron@sun.com>
1936         * atk/atktable.c, atk/atkmarshal.list
1937         Removed needless marshal and updated signal handlers in
1938         atktable.c
1940 2001-06-20  Louise Miller <louise.miller@sun.com>
1942         *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml   
1943         Changed parameters for get_selected_rows/get_selected_columns
1944         Added 4 new functions, add_row_selection, remove_row_selection,
1945         add_column_selection, remove_column_selection
1947 2001-06-19  Brian Cameron <brian.cameron@sun.com>
1949         * atk/atktable.c
1950         Fixed minor bug with signals.
1952 2001-06-18  Brian Cameron <brian.cameron@sun.com>
1954         * atk/atktable
1955         Added signals.
1957 2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
1959         * atk/atkselection.h atk/atkselection.c
1960         Now add_selection, clear_selection, and remove_selection 
1961         return a boolean indicating SUCCESS/FAILURE to indicate
1962         if the operation was successful.
1964 2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
1966         * atk/atktable.h atk/atktable.h
1967         Updated so now the get_text_before|at|after functions
1968         return the start & end offset of the string.  Updated the
1969         docs.
1971 2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>
1973         * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
1975 2001-06-11  Havoc Pennington  <hp@redhat.com>
1977         * NEWS: updated
1979         * configure.in: bump version to 0.2 and add infrastructure for 
1980         libtool version info. Assumes GTK versioning scheme (major.minor 
1981         is binary compatible)
1982         
1983         * atk/Makefile.am (LDFLAGS): set version info
1984         (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
1985         
1986 2001-06-13  Brian Cameron <brian.cameron@sun.com>
1988         * atk/atktable.h, atk/atktable.c
1989         Updated so that get/set row/column header functions
1990         work with AtkObjects rather than AtkTables.  Organized
1991         the header file a little more cleanly.  Also the get/set
1992         row_description and caption functions now use gchar *
1993         rather than AtkObject.
1995 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
1997         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
1998         Add signal model-changed.
2000         * atk/atkobject.c: Add properties
2001         accessible-role, accessible-table-caption, 
2002         accessible-table-column-header, accessible-table-column_description.
2003         accessible-table-row-header, accessible-table-row_description.
2004         accessible-table-summary, accessible-model
2006 2001-06-12  Brian Cameron <brian.cameron@sun.com>
2008         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
2009         Updated atkeditabletext and atktext interfaces so they
2010         now properly define the get/set attribute methods and now
2011         get_offset_at_point and get_character_extents can request
2012         x,y coords by either widget or screen coords.
2014 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
2016         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
2017         CFLAGS, not in LIBS. (Always linking with -lpthread
2018         is a noticeable speed hit.)
2020 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
2022         * atk/Makefile.am: Really fix marshal generation.
2024 2001-06-07  Havoc Pennington  <hp@redhat.com>
2026         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
2027         glib-genmarshal stuff
2029 2001-06-07  Havoc Pennington  <hp@redhat.com>
2031         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
2032         glib-genmarshal
2034         * configure.in: rearrange the library checks to support
2035         uninstalled linking     
2037         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
2039         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
2040         ATK in giant GTK tarball
2042 2001-06-07  Brian Cameron <brian.cameron@sun.com>
2044         * docs/atk-api.sgml docs/atk-sections.txt
2045         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
2046         docs/tmpl/atktext.sgml
2047         Removed docs/atk-api.sgml since it is not used.
2048         Updated sgml files and atk-sections.txt to reflect
2049         recent changes to the atktext and atkeditabletext
2050         interfaces
2052 2001-06-06  Brian Cameron <brian.cameron@sun.com>
2054         * atk/atktext.h atk/atktext.h
2055         Updated to new atktext functions for getting attributes.
2057 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
2059         * New files atk/atkstreamablecontent.[ch]
2060         Updated files: atk/Makefile.am, atk/atk.h
2062         * atk/atkvalue.c: Updated comments
2064 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
2066         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
2068 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
2070         * atk/atkobject.c: Add property accessible-visible-data
2072 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
2074         * atk/atkobject.c: Add support for setting and getting 
2075         accessible-value property.
2077         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
2079 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
2081         * atk/atkeditabletext.[ch], atk/atktext.[ch]
2083         * docs/atk-overrides.txt, docs/Makefile.am
2084           Updated the interface for dealing with selected
2085           text to handle multiple selected regions.  Removed
2086           get_row_col_at_offset from atktext.[ch].  Added
2087           docs/atk-overrides.txt file.
2089 Thu May 31  Brian Cameron <brian.cameron@sun.com>
2091         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
2092           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
2093           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
2094           Makefiles so the proper marshall files get included in the
2095           dist.  Updated the Makefiles and configure.in so that the
2096           docs get included in the dist.
2098 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
2100         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
2102 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
2104         * atk/atkobject.c: Define new properties accessible-text, 
2105         accessible-caret, accessible-selection and accessible-value
2107 2001-05-29  Brian Cameron <brian.cameron@sun.com>
2109         * docs/atk-sections.txt
2111         * docs/tmpl/*
2112         Improved the layout/formatting of the atk docs.  Added docs/tmpl
2113         files.
2115 2001-05-28  Brian Cameron <brian.cameron@sun.com>
2117         * atk/atktext.c
2118         Now properly set the initialized flag when setting up signals.
2119         Updated the atk-docs in several files
2121 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
2123         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
2124         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
2125         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
2126         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
2127         Fix warnings generated by Sun FORTE compiler
2129 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
2131         * atk/atkcomponent.c atk/atkvalue.c
2132         Remove return calls in functions which return void
2133         
2134 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
2136         * atk/atkobject.h: Correct naming of role for status bar
2138         * atk/atktext.c: 
2139         Clarify behaviour of atk_text_get_text_after/at/before_offset
2141 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
2143         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
2145 2001-01-06  Hans Breuer  <hans@breuer.org>
2147         * atk/makefile.msc atk/atk.def (new files) :
2148         Enable build for win32, no sourc changes necessary.
2150 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
2152         * Released 0.1
2154 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
2156         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
2158 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
2160         * Start a ChangeLog