Revved to 0.10.1; made dependency on g-module-no-export a soft one.
[atk.git] / ChangeLog
bloba6c5f29c0fcefdf715be8c41253e955fc40b3ae6
1 2005-04-28  Bill Haneman <billh@gnome.org>
3         * configure.in: Patch from Michael Meeks to
4         make atk 1.9's dependency on gtk+ 2.6 soft, i.e. 
5         don't require gmodule-no-export-2.0.
6         Restores compatibility of atk 1.9 series with gtK 2.4.X.
8         Revved to 1.10.1.
10 2005-04-22  Tor Lillqvist  <tml@novell.com>
12         * atk/atkobject.c: Initialize gettext before use. Calling
13         bindtextdomain() and bind_textdomain_codeset() in
14         atk_role_get_localized_name() was too late. Put the calls in new
15         function gettext_initialization() and call that from
16         atk_object_class_init() and atk_role_get_localized_name(). Move
17         the Win32-specific DllMain() and get_atk_locale_dir() functions
18         and the redefinition of ATK_LOCALEDIR before
19         gettext_initialization() as it uses ATK_LOCALEDIR. Fixes #170948
20         for atk's part. Thanks to Robert Ögren, Daniel Atallah and Kevin
21         Stange.
23 2005-04-09  Hans Breuer  <hans@breuer.org>
25         * atk/makefile.msc : updated $(LIBINTL_LIBS)
26         atkrelationtype.h to atk_headers, PKG_VER
28 2005-04-05  Bill Haneman <bill.haneman@sun.com>
30         * atk/atkstate.h: Added ATK_STATE_REQUIRED, to
31         indicate that explicit user interaction with a UI control is
32         required, i.e. for web forms elements with the 'required' tag.
33         See bug #172663.
34         
35 2005-04-04  Padraig O'Briain  <padraig.obriain@sun.com>
37         * atk/atkrelation.c: Update doc to note that atk_relation_add_target
38         was added for version 1.9.
40         * atk/atkrelationset.c: Update doc to note that 
41         atk_relation_set_add_relation_by_type was added for version 1.9.
43 2005-03-30  Steve Murphy  <murf@e-tools.com>
45         * configure.in: Added "rw" to ALL_LINGUAS.
47 2005-03-08  Bill Haneman <bill.haneman@sun.com>
49         * ===== Released 1.9.1=====
51         * configure.in, NEWS, README: Released 1.9.1.
53 2005-02-23  Padraig O'Briain  <padraig.obriain@sun.com>
55         * atk.spec.in:  Corrected FTP directory. (bug #168218)
56         Corrected spelling
58 2005-02-08  Christian Rose  <menthos@menthos.com>
60         * configure.in: Added "xh" to ALL_LINGUAS.
62 2005-01-26  Padraig O'Briain  <padraig.obriain@sun.com>
64         * atk/atk.def: Add atk_text_clip_type_get_type. Bug #165288.
66 2004-12-29  Tor Lillqvist  <tml@iki.fi>
68         * atk/atk.def: Add new functions.
70 2004-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
72         * atk/atkrelationtype.h: Add description for ATK_RELATION_SUBWINDOW_OF.
73         Fixes bug #161562.
75 2004-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
77         * ===== Released 1.9.0=====
79         * configure.in: Version 1.9.0, interface age 0, binary age 900
81         * NEWS: Updated.
83 Thu Nov 25 14:11:41 2004  Manish Singh  <yosh@gimp.org>
85         * autogen.sh: rm autom4te.cache, since it might interfere with
86         differing autoconf versions.
88 2004-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
90         * atk/atkobject.c: Replace DEPRECATED by @Deprecated in comments
91         to fix warning when documentation is generated.
93         * atk/atkrelation.[ch]: 
94         * docs/tmpl/atkrelation.sgml: Add atk_relation_add_target.
96         * atk/atkrelationset.[ch]:
97         * atk/tmpl/atkrelationset.sgml: 
98         Add atk_relation_set_add_relation_by_type.
100         * docs/atk-sections.txt: Add atk_relation_add_target and
101         atk_relation_set_add_relation_by_type.
103         Fixes bug #158722.
105 2004-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
107         * configure.in: Use gmodule-no-export.pc, requires glib 2.5.7.
108         Patch from Matthias Clasen for bug #158531. 
109         Incremented version to 1.9.0. 
110         Branch for gnome-2-8 has been created.
111         
112 2004-11-11  Christian Rose  <menthos@menthos.com>
114         * configure.in: Added "as" to ALL_LINGUAS.
116 2004-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
118         * docs/atk-docs.sgml: Add a more descriptive title in the docs.
119         Patch from Diego Gonzalez. (bug #156296)
121         * atk/text.c (Clarify meaning of end_offset for 
122         atk_text_get_text_at_offset().
123         Patch from Bill Haneman. (bug #156574)
125 2004-09-14  Abel Cheung  <maddog@linuxhall.org>
127         * configure.in: Added "ar" to ALL_LINGUAS.
129 2004-09-10  Theppitak Karoonboonyanan  <thep@linux.thai.net>
131         * configure.in: Added "th" to ALL_LINGUAS.
133 2004-09-07  Padraig O'Briain  <padraig.obriain@sun.com>
135         * ===== Released 1.8.0=====
137         * configure.in: Version 1.8.0, interface age 0, binary age 800
139         * NEWS: Updated.
141 2004-08-16  Christian Rose  <menthos@menthos.com>
143         * configure.in: Added "bs" to ALL_LINGUAS.
145 2004-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
147         * *atk/atkdocument.c atk/atkeditabletext.c atk/atkhypertext.c
148         atk/atkimage.c atk/atknoopobjectfactory.c atkobject.c 
149         atk/atkstreamablecontent.c atk/atktext.c attk/atkvalue.c:
150         Fix for bug #149990; patch from Kjartan Maraas.
152 2004-08-12  Kjartan Maraas  <kmaraas@gnome.org>
154         * configure.in: Added nb to ALL_LINGUAS.
156 2004-08-09  Ankit Patel <ankit@redhat.com>
158         * configure.in: Added "gu" to ALL_LINGUAS.
160 2004-07-28  Padraig O'Briain  <padraig.obriain@sun.com>
162         * configure.in: Increment version to 1.7.3 and interface age to 3.
164         * ===== Released Version 1.7.3, interface age 3, binary age 703 ====
166         * NEWS: Updated.
167         
168 2004-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
170         * docs/atk-sections.txt: Add entries to fix warning when generating
171         documentation.
173         * docs/tmpl/atkcomponent.sgml docs/tmpl/atkhyperlink.sgml 
174         docs/tmpl/atkhypertext.sgml docs/tmpl/atkobject.sgml 
175         docs/tmpl/atkrelation.sgml docs/tmpl/atkselection.sgml 
176         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml: Changes to generated
177         files.
179 2004-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
181         * ===== Released Version 1.7.2, interface age 2, binary age 702 ====
183         * NEWS: Updated.
184         
185 2004-07-20  Bill Haneman <bill.haneman@sun.com>
187         * atk/atkobject.h, atkobject.c, atk-object-enum.c:
188         Added ATK_ROLE_EMBEDDED, "embedded component", which is a 
189         context hint for assistive technologies that the contained
190         children share a context which differs from the embedding
191         container.  Fixes bug #147989.
193         * configure.in: Revved to 1.7.2.
194         
195 2004-06-10  Padraig O'Briain  <padraig.obriain@sun.com>
197         * atk/atkcomponent.h: Add definition for atk_rectangle_get_type
198         and ATK_TYPE_RECTANGLE.
199         * atk/atkcomponent.c (atk_component_base_init): Correct definition
200         of "bounds-changed" signal.
201         (atk_rectangle_copy): New function.
202         (atk_rectangle_get_type): New function.
204 2004-06-08  Padraig O'Briain  <padraig.obriain@sun.com>
206         * configure.in: Increment version to 1.7.2 and interface age to 2.
208 2004-06-08  Padraig O'Briain  <padraig.obriain@sun.com>
210         * ===== Released Version 1.7.1, interface age 1, binary age 701 ====
212         * NEWS: Updated.
213         
214 2004-06-04  Padraig O'Briain  <padraig.obriain@sun.com>
216         * docs/atk-sections.txt: Add AtkRectangle.
218         * docs/tmpl/atkcomponent.sgml: Add description for bounds-changed
219         signal.
221 2004-05-29  Christian Rose  <menthos@menthos.com>
223         * configure.in: Added "tk" to ALL_LINGUAS.
225 2004-05-18  Padraig O'Briain  <padraig.obriain@sun.com>
227         * atk/atkobject.c: Allow locale dir not to be harcoded into binary.
228         Fixes bug #128906.
230 2004-05-11  Padraig O'Briain  <padraig.obriain@sun.com>
232         * atk/atkobject.c: Make extra_roles static.
234         * atk/atkrelation.c: Make extra_names static.
236         Fixes bug #142234.
238         * atk/atkstate.h: Add clarification of state ATK_STATE_ENABLED to
239         documentation.
241 2004-04-22  Padraig O'Briain  <padraig.obriain@sun.com>
243         * configure.in: Increment version to 1.7.1 and interface age to 1.
245 2004-04-22  Padraig O'Briain  <padraig.obriain@sun.com>
247         * ===== Released Version 1.7.0, interface age 0, binary age 700 ====
249         * NEWS: Updated.
251 2004-04-20  Padraig O'Briain  <padraig.obriain@sun.com>
253         * configure.in: Increment version to 1.7.0.
255         * atk/atkcomponent.[ch]: Add new signal "bounds_changed". 
256         * docs/tmpl/atkcomponent.sgml: Add new signal "bounds_changed".
258         Fixes bug #140476.
260         * atk/atkrelationtype.h: Add new relation ATK_RELATION_PARENT_WINDOW_OF.
261         * atk/atkstate.h: Add new state ATK_STATE_TRUNCATED.
262         * docs/tmpl/atkrelation.sgml: Add new relation 
263         * docs/tmpl/atkstate.sgml: Add new state ATK_STATE_TRUNCATED 
264          
265         Fixes bug #133375.
267         * atk/atktext.c: Make extra_attributes static.
269 2004-04-19  Padraig O'Briain  <padraig.obriain@sun.com>
271         * ===== Released 1.6.1=====
273         * configure.in: Version 1.6.1, interface age 1, binary age 601
275         * NEWS: Updated.
277         * README: Fix typo.
279 2004-04-08  Guntupalli Karunakar  <karunakar@freedomink.org>
281         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
283 2004.04.02  Iñaki Larrañaga  <dooteo@euskalgnu.org>
285         * configure.in: Added "eu" (Basque) to ALL_LINGUAS.
287 2004-03-29  Manish Singh  <yosh@gimp.org>
289         * autogen.sh: use $ACLOCAL instead of aclocal-1.4 for --print-ac-dir.
291 2004-03-23  Guntupalli Karunakar  <karunakar@freedomink.org>
293         * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
295 2004-03-23  Pablo Saratxaga  <pablo@mandrakesoft.com>
297         * configure.in: Added Walloon (wa) to ALL_LINGUAS
299 2004-03-22  Padraig O'Briain  <padraig.obriain@sun.com>
301         * configure.in:
302         * atk/Makefile.am: Update to build on Cygwin. Fixes bug #137666.
303          Patch from Roger Leigh.
304         
305 2004-03-18  Guntupalli Karunakar  <karunakar@freedomink.org>
307         * configure.in: Added "mr" for Marathi to ALL_LINGUAS.
309 2004-03-08  Padraig O'Briain  <padraig.obriain@sun.com>
311         * ===== Released 1.6.0=====
313         * configure.in: Version 1.6.0, interface age 0, binary age 600
315         * NEWS: Updated.
317 2004-03-07  Danilo Å egan  <dsegan@gmx.net>
319         * configure.in: Added "sr@ije" to ALL_LINGAUS.
321 Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
323         * autogen.sh:
324         - exit with $? instead of 1 in case of failure
325         - exit with $? if ./configure failed
326           (that's so autogen.sh && make lines work)
327         - removed --enable-gtk-doc option
328         - added $AUTOGEN_CONFIGURE_ARGS
330 2004-03-01  Tor Lillqvist  <tml@iki.fi>
332         * atk/atk.def: Add some missing entries.
334 2004-02-24  Padraig O'Briain  <padraig.obriain@sun.com>
336         * ===== Released 1.5.5=====
337         
338         * configure.in: Version 1.5.5, interface age 4, binary age 505
340         * NEWS: Updated.
342 2004-02-20  Christian Rose  <menthos@menthos.com>
344         * configure.in: Added "en_CA" to ALL_LINGUAS.
346 2004-02-16  Padraig O'Briain  <padraig.obriain@sun.com>
348         * ===== Released 1.5.4=====
349         
350         * configure.in: Version 1.5.4, interface age 3, binary age 504
352         * NEWS: Updated.
354 2004-02-03  Padraig O'Briain  <padraig.obriain@sun.com>
356         * ===== Released 1.5.3=====
357         
358         * configure.in: Version 1.5.3, interface age 2, binary age 503
360         * NEWS: Updated.
362 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
364         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
366 2004-01-26  Padraig O'Briain  <padraig.obriain@sun.com>
368         * atk/atkobject.c: Revise property name. Fixes bug #130022 from
369         Christian - Manny Calavera - Neumair.
371 2004-01-23  Manish Singh  <yosh@gimp.org>
373         * Makefile.am: remove trailing backslash from last line of
374         DISTCLEANFILES. 
376 2004-01-23  Padraig O'Briain  <padraig.obriain@sun.com>
378         * atk-uninstalled.pc.in: Correct library name. Fixes bug #132283,
379         from laszlo.peter@ireland.sun.com.
381         * Makefile.am: Add DISTCLEANFILES.
383 2004-01-12  Padraig O'Briain  <padraig.obriain@sun.com>
385         * ===== Released 1.5.2=====
386         
387         * configure.in: Version 1.5.2, interface age 1, binary age 502
389         * NEWS: Updated.
391 2004-01-05  Padraig O'Briain  <padraig.obriain@sun.com>
393         * configure.in: Move specification of ALL_LINGUAS to later in file
394         so that CATOBJEXT is defined correctly.
395         Use ATK_LOCALEDIR instead of atklocaledir.
397         * atk/Makefile.am: Remove definition of ATKLOCALEDIR.
399         * atk/atkobject.c: Use ATK_LOCALEDIR instead of ATKLOCALEDIR.
401         * docs/tmpl/atkhyperlink.sgml: Add text for link-activated signal.
403 2004-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
405         * atk/atktext.c (atk_text_free_ranges): Fix segfault (bug #129837)
406         Patch provided by Jeff Franks.
408 2003-12-17  Padraig O'Briain  <padraig.obriain@sun.com>
410         * atk/atkobject.c: Change "accel label" to "accelerator label".
411         Fixes bug #129499.
413 2003-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
415         * ===== Released 1.5.1=====
416         
417         * configure.in: Version 1.5.1, interface age 0, binary age 501
419         * NEWS: Updated.
421 2003-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
423         * atk/atkobject.[ch]: Add new role ATK_ROLE_EDITBAR. Fixes bug #116007.
425         * atk/docs/tmpl/atkhyperlink.sgml: Add references to new signals and 
426         properties
428         * atk/docs/tmpl/atkobject.sgml: Add references to new property and role
430 2003-12-01  Michael Natterer  <mitch@gimp.org>
432         * atk/atkobject.c (atk_object_real_get_property): fix typo:
433         s/g_value_set_set/g_value_set_int/.
435 2003-12-01  Padraig O'Briain  <padraig.obriain@sun.com>
437         * atk/atkobject.c: (atk_object_class_init): Make nicks and blurbs of
438         properties translatable. Add new property "accessible-hypertext-nlinks".
439         (atk_object_real_get_property): Add support for new property
440         "accessible-hypertext-nlinks".
442         * atk/atkhyperlink.h: Remove unnecessary comments. Add signal
443         link_activated.
445         * atk/atkhyperlink.c: Add signals link_activated and new properties
446         "number-of-anchors", "end-index" and "start-index".
448         This fixes bug #112390.
450 2003-11-29  Danilo Å egan  <dsegan@gmx.net>
452         * configure.in: Added "af" to ALL_LINGUAS.
454 2003-11-26  Padraig O'Briain  <padraig.obriain@sun.com>
456         * atk/atkobject.c (atk_object_real_ref_state_set): Add state FOCUSED
457         if object is focus object.
459         * atk/atkutil.[ch] (atk_get_focus_object): New function which returns
460         the last object reported by the application as focused.
462         * docs/atk-sections.txt, docs/tmpl/atkutil.sgml:
463         Add atk_get_focus_object.
465         Fixes bug #127400.
467 2003-11-26  Padraig O'Briain  <padraig.obriain@sun.com>
469         * atk/atkobject.c: Change role names so that the unlocalized names
470         do not contain hyphens and match the Java role names. Fixes bug #125024.
472 2003-11-24  Padraig O'Briain  <padraig.obriain@sun.com>
474         *  docs/tmpl/atkhyperlink.sgml, docs/tmp/atkhypertext.sgml,
475         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelatiom.sgml,
476         docs/tmpl/atkselection.sgml, docs/tmpl/atktable.sgml,
477         docs/tmpl/atktext.sgml: Regenerate these files. The location of
478         signal information has changed.
480 2003-11-24  Padraig O'Briain  <padraig.obriain@sun.com>
482         * ===== Released 1.5.0=====
483         
484         * configure.in: Version 1.5.0, interface age 0, binary age 500
486         * NEWS: Updated.
488 2003-11-03  Padraig O'Briain  <padraig.obriain@sun.com>
490         * atk/atkrelation.c: Use weak references for objects in a relation
491         instead of object references so that objects are not leaked when
492         corresponding widgets are destroyed.
494         This fixes bug #125725.
495         
496 2003-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
498         * configure.in: Add reference to docs/version.xml
500         Should have been done in previous commit but was omitted.
501         Fixes build break reported in bugs #1258548 and #125902.
503 2003-10-29  Padraig O'Briain  <padraig.obriain@sun.com>
505         * configure.in: Add reference to docs/version.xml
507         * docs/Makefile.am: Add references to version.xml.in and version.xml
509         * docs/atk-docs.sgml: Add reference to version.xml
511         * docs/version.xml.in: New file.
513         This fixes bug #125758.
514         
515 2003-10-24  Padraig O'Briain  <padraig.obriain@sun.com>
517         * atk/atkrelation.c (atk_relation_new): Fix memory leak. (bug #124877)
519 2003-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
521         * ===== Released 1.4.1=====
522         
523         * configure.in: Version 1.4.1, interface age 1, binary age 401
525         * NEWS: Updated.
527 2003-09-28  Gediminas Paulauskas  <menesis@delfi.lt>
529         * configure.in: Added lt to ALL_LINGUAS.
531 2003-09-23  Padraig O'Briain  <padraig.obriain@sun.com>
533         * atk.spec.in: Correct typo. Fix provided by Scott Kennedy.
534         This fixes bug #121990.
536 2003-09-21  Ã…smund Skjæveland  <aasmunds@fys.uio.no>
538         * configure.in: Added Norwegian (nynorsk) code
539         nn to ALL_LINGUAS.
541 2003-09-10  Padraig O'Briain  <padraig.obriain@sun.com>
543         * atk/atkobject.c: Remove comments about signals. The description
544         should be in files in docs/tmpl directory.
546         * docs/tmpl/atkhypertext.sgml: Add description for link-selected signal.
547         * docs/tmpl/atkobject.sgml:  Add descriptions for 
548         active-descendant-changed, children-changed, focus-event, 
549         property-change, state-change and visible-data-changed signals.
550         * docs/tmpl/atkselection.sgml: Add description for selection-changed
551         signal.
552         * docs/tmpl/atktable.sgml: Add descriptions for column-deleted,
553         columnn-inserted, column-reordered, model-changed, row-deleted, 
554         row-inserted and  row-reordered signals.
555         * docs/tmpl/atktext.sgml: Add description for text-attributes-changed,
556         text-caret-moved, text-changed and text-selection-changed signals.
558         This fixes bug #121163.
560 2003-09-02  Padraig O'Briain  <padraig.obriain@sun.com>
562         * ===== Released 1.4.0=====
564         * configure.in: Version 1.4.0, interface age 0, binary age 400
566         * NEWS: Updated.
568 2003-08-28  Christian Rose  <menthos@menthos.com>
570         * configure.in: Added "ne" to ALL_LINGUAS.
572 2003-08-25  Padraig O'Briain  <padraig.obriain@sun.com>
574         * ===== Released 1.3.6=====
576         * configure.in: Version 1.3.6, interface age 2, binary age 306
578         * NEWS: Updated.
580 2003-08-08  Malcolm Tredinnick <malcolm@commsecure.com.au>
581         
582         * autogen.sh: Clarify an error message.
584 2003-08-08  Guntupalli Karunakar  <karunakar@freedomink.org>
586         * configure.in: Added "hi" in ALL_LINGUAS.
588 2003-08-07  Padraig O'Briain  <padraig.obriain@sun.com>
590         * ===== Released 1.3.5=====
592         * configure.in: Version 1.3.5, interface age 1, binary age 305
594         * NEWS: Updated.
596 2003-08-04  Padraig O'Briain  <padraig.obriain@sun.com>
598         * Remove po/Makefile.in.in. This fixes bug #119053.
600 2003-07-08  Padraig O'Briain  <padraig.obriain@sun.com>
602         * atk/atktable.c (atk_table_ref_at): Ensure that row and column values 
603         are non-negative.
605         This is a partial fix for bug #116712.
607 2003-07-03  Padraig O'Briain  <padraig.obriain@sun.com>
609         * atk/atkstateset.c (atk_state_set_is_empty): Correct return value.
610         Fixes bug #116621. Problem reported by Mario Lang.
612 2003-06-25  Fatih Demir <kabalak@gtranslator.org>
614         * configure.in: (Re-?)added "ta" (Tamil) to languages' list.
616 2003-06-23  Padraig O'Briain  <padraig.obriain@sun.com>
618         * atk.spec.in:
619         Added locale directory to spec file. Fix provided by
620         James T. Richardson, Jr.
622 2003-06-19  Padraig O'Briain  <padraig.obriain@sun.com>
624         * ===== Released 1.3.4=====
626         * NEWS: Updated.
628 2003-06-13  Tor Lillqvist  <tml@iki.fi>
630         * atk/atkobject.c (atk_role_get_localized_name): Set
631         gettext_initialized.
633         * atk-zip.sh.in (DEVZIP): libtool 1.5 installs DLLs in the bin
634         directory, so look there, too. Include the message catalogs.
636 2003-06-10  Padraig O'Briain  <padraig.obriain@sun.com>
638         * configure.in: Version 1.3.4, interface age 0, binary age 304
640         * atkrelationtype.h, docs/tmpl/atkrelation.sgml: Add new relation
641         ATK_RELATION_POPUP.
643 2003-06-05  Paul Duffy <dubhthach@frink.nuigalway.ie>
645         * configure.in: Added ga (irish) to ALL_LINGUAS
646          
647 2003-06-05  Kenneth Rohde Christiansen  <kenneth@gnu.org>
649         * configure.in: Added li to ALL_LINGUAS.
651 2003-05-30  Padraig O'Briain  <padraig.obriain@sun.com>
653         * ===== Released 1.3.3=====
655         * configure.in: Version 1.3.3, interface age 3, binary age 303
657         * NEWS: Updated.
659 2003-05-28  Padraig O'Briain  <padraig.obriain@sun.com>
661         * atk/atkobject.h docs/tmpl/atkobject.sgml: Add new role
662         ATK_ROLE_AUTOCOMPLETE.
664 2003-05-20  Padraig O'Briain  <padraig.obriain@sun.com>
666         * atk/atkstate.h, docs/tmpl/atkstate.sgml: Add state 
667         ATK_STATE_INDETERMINATE. This state is used by Oo for check buttons
668         which can have a value other than on or off.
670 2003-05-19 Arafat Medini <lumina@silverpen.de>
672         *configure.in: Added "ar" (Arabic) to ALL_LINGUAS
674 2003-05-16  Telsa Gwymme  <hobbit@aloss.ukuu.org.uk>
676         * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
678 2003-05-15  Padraig O'Briain  <padraig.obriain@sun.com>
680         * ===== Released 1.3.2=====
682         * configure.in: Version 1.3.2, interface age 2, binary age 302
684         * NEWS: Updated.
686 2003-05-09  Samúel Jón Gunnarsson  <sammi@techattack.nu>
688         * is.po: Added "is" into ALL_LINGUAS.
690 2003-05-06  Padraig O'Briain  <padraig.obriain@sun.com>
692         * configure.in: Make message when pkg-config fails to find glib-2.0.pc
693         less cryptic.
695         * po/pl.po: Updated Polish translation from Artur Flinta.
697 2003-05-05  Duarte Loreto <happyguy_pt@hotmail.com>
699         * configure.in: Added Portuguese (pt) to ALL_LINGUAS.
701 2003-05-05  Christian Rose  <menthos@menthos.com>
703         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
705 2003-05-01  Padraig O'Briain  <padraig.obriain@sun.com>
707         * ===== Released 1.3.1=====
709         * configure.in: Version 1.3.1, interface age 1, binary age 301
711         * NEWS: Updated.
713         * po/yi.po: Update line numbers.
715 2003-04-25  Padraig O'Briain  <padraig.obriain@sun.com>
717         * atk/stateset.h: Fix typo in documentation.
719         * autogen.sh (have_libtool): Accept libtool-1.5. (#111481)
720         Patch provided by Ali Akcaagac.
722 2003-03-26  Christian Rose  <menthos@menthos.com>
724         * configure.in: Added "yi" to ALL_LINGUAS.
726 2003-03-21  Takeshi AIHANA <aihana@gnome.gr.jp>
728         * configure.in: Added Japanese 'ja' into ALL_LINGUAS.
730 2003-03-20  Padraig O'Briain  <padraig.obriain@sun.com>
732         * ===== Released 1.3.0=====
734         * configure.in: Version 1.3.0, interface age 0, binary age 300
736         * NEWS: Updated.
738 2003-03-20  Guntupalli Karunakar  <karunakar@freedomink.org>
740         * configure.in: Added Malayalam (ml) in ALL_LINGUAS
742 2003-03-20  Padraig O'Briain  <padraig.obriain@sun.com>
744         * docs/atk-sections.txt: Add 11 unused declarations.
746 2003-03-20  James Henstridge  <james@daa.com.au>
748         * autogen.sh: update to call automake-1.7, libtoolize, gtkdocize
749         and glib-gettextize.
751         * configure.in: cleanup to make use of newer autoconf/automake
752         features.
754         * Makefile.am: get rid of custom distcheck rule, which is no
755         longer necessary.
757         * atk/Makefile.am: cleanup makefile.  Use BUILT_SOURCES for built
758         sources.
760         * docs/Makefile.am: use common gtk-doc.make.
762         * docs/atk-docs.sgml: update to use gtk-doc's XML mode.
764 2003-03-16  Joel Brich <joel.brich@laposte.net>
766         * configure.in: Added "eo" to ALL_LINGUAS
767         * po/eo.po: Added Esperanto translation
768         from Charles Voelger <cvoelger@dweasel.com>
770 2003-03-12  Tor Lillqvist  <tml@iki.fi>
772         * atk/atk.def: Add one more missing export, thanks to Cedric
773         Gustin.
775 2003-03-07  Padraig O'Briain  <padraig.obriain@sun.com>
777         * atk/atkobject.c (atk_object_set_role): Add check that role is
778         actually being changed. Do not emit notification for initial
779         role setting. (bug #107710)
781 2003-03-06  Padraig O'Briain  <padraig.obriain@sun.com>
783         * atk/atkrelationset.c: Current returning of FALSE to 0 in function 
784         which returns integer; (bug #107661) reported by Morten Welinder.
786 2003-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
788         * atk/atk-relation.c
789         atk/atkrelationset.c
790         atk/atkstatset.c: Correct returning of FALSE to NULL in functions
791         which return pointer; (bug #107650) reported by Morten Welinder.
793 2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
795         * test/Makefile.am: Update to produce .so files
796         (Problem reported and solution reported by Michael.Wilson@bull.net)
798 2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
800         * atk/atkgobjectaccessible.c (atk_gobject_accessible_from_object):
801         Correct creation of non-AtkGObjectAccessible (bug #107124)
803         * atk/atkobject.c (atk_object_class_init): Set default initialize 
804         function so that code which does not check for existence of parent 
805         class's initialize function will work.
807         * atk/atkvalue.c: (atk_value_get_minimum_value, 
808         atk_value_get_maximum_value, atk_value_get_current_value):
809         Reset Value argument if it is a valid GValue otherwise zeroise it.
811         docs/tmpl/atkhypertext.sgml: Add link-selected signal.
813 2003-02-25  Tor Lillqvist  <tml@iki.fi>
815         * Makefile.am (EXTRA_DIST): Dist atk-zip.sh.in, not atk-zip.sh.
817         * atk/atk.def: Add a couple of missing entries, thanks to Cedric
818         Gustin.
820         * atk/atk.rc.in: New file, for version info in the DLL on
821         Windows. Similar as in GLib, GTK, etc.
823         * configure.in: Generate atk/atk.rc.
824         
825         * atk/Makefile.am: Use atk.rc on Windows.
826         (EXTRA_DIST): Distribute atk.rc(.in).
828         * atk/atkobject.c: On Windows, don't use hardcoded ATKLOCALEDIR,
829         but deduce it from DLL location, like GLib, GTK etc do.
831 2003-02-23  Abel Cheung  <maddog@linux.org.hk>
833         * configure.in: Added "mk" to ALL_LINGUAS.
835 2003-02-21  Roozbeh Pournader  <roozbeh@sharif.edu>
837         * configure.in: Added "fa" to ALL_LINGUAS.
839 2003-02-21  Metin Amiroff  <metin@karegen.com>
841         * configure.in: Added Azerbaijanian to ALL_LINGUAS.
843 2003-02-19  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
845         * configure.in: Added Belarusian to ALL_LINGUAS.
847 2003-02-14  Padraig O'Briain  <padraig.obriain@sun.com>
849         * atk/atknoopobject.c: Add AtkHypertext interface as this object should
850         claim to implement all interfaces.
852 2003-02-12  Padraig O'Briain  <padraig.obriain@sun.com>
854         * atk/atkhyperlink.c (atk_hyperlink_class_init): Correct typo in blurb
856         * atk/atkhypertext.c
857         (atk_hypertext_get_link): Add check on link_index value
858         (atk_hypertext_get_link_index): Add check on char_index value
860 2003-02-09  Christian Rose  <menthos@menthos.com>
862         * configure.in: Added "kn" to ALL_LINGUAS.
864 2003-02-07  Christian Rose  <menthos@menthos.com>
866         * configure.in: Added "bn" to ALL_LINGUAS.
868 2003-02-06  Christian Rose  <menthos@menthos.com>
870         * configure.in: Added "id" to ALL_LINGUAS.
872 2003-02-04  Padraig O'Briain  <padraig.obriain@sun.com>
874         * atk/atkgobjectaccessible.c (atk_gobject_accessible_for_object):
875         Add weak reference so we do not leak the accessible when the object
876         dies. Problem reported by Alex Larsson.
878 2003-02-02  Fatih Demir <kabalak@gtranslator.org>
880         * configure.in: Added "tr" (Turkish) to the languages' list.
882 2003-01-30  Padraig O'Briain  <padraig.obriain@sun.com>
884         * atk/atkhyperlink.[ch]
885         New property selected-link defined.
886         Function pointer is_selected_link added to interface
887         (atk_hyperlink_is_selected_link: New functions which checks
888         whether the specified AtkHyperlink is selected
889         
890         * atk/atkhypertext.[ch]
891         New signal link-selected added.
893         * docs/atk-sections.txt: Add atk_hyperlink_is_selected_link
895         * docs/tmpl/atkhyperlink.sgml: Add reference to property selected-link
896         and function atk_hyperlink_is_selected_link.
898         This fixes bug #104621.
899         
900 Tue Jan 28 13:52:20 2003  Manish Singh  <yosh@gimp.org>
902         * autogen.sh (have_automake): call the versioned automake when
903         checking the version itself.
905 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
907         * autogen.sh (have_automake): Fix version in complaint
908         message about automake. (#104366, Rich Burridge)
910 2003-01-26  Daniel Yacob <locales@geez.org>
912         * configure.in: Added am to ALL_LINGUAS.
914 2003-01-23  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
916         * configure.in: Added "sk" to ALL_LINGUAS.
918 2003-01-23  Abel Cheung  <maddog@linux.org.hk>
920         * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS.
922 2003-01-23  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
924         * configure.in: Added "pt_BR" to ALL_LINGUAS.
926 2003-01-22  Marius Andreiana <marius galuna.ro>
928         * configure.in: added 'ro' to ALL_LINGUAS
930 2003-01-21  Christian Rose  <menthos@menthos.com>
932         * configure.in: Added "mn" to ALL_LINGUAS.
934 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
936         * atk/atktext.c
937         (atk_text_base_init): Set vtable entry for default implementations
938         (atk_text_get_range_extents): Omit calling default implementation
939         (atk_text_get_bounded_ranges): Omit calling default implementation
941         * atk/atkcomponent.c
942         (atk_component_base_init): New function to set vtable entry for 
943         default implementations
944         (atk_component_ref_accessible_at_point): Omit calling default 
945         implementation
946         (atk_component_contains): Omit calling default implementation
947         (atk_component_get_position): Omit calling default implementation
948         (atk_component_get_size): Omit calling default implementation
950 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
952         * atk/atkobject.c 
953         (atk_object_real_set_property): Add support for PROP_TABLE_SUMMARY 
954         and PROP_TABLE_CAPTION_OBJECT.
955         (atk_object_real_get_property): Add support for PROP_TABLE_SUMMARY 
956         and PROP_TABLE_CAPTION_OBJECT.
958         This completes ATK changes for bug #74814.
960 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
962         * atk/atkobject.c: Add property accessible-table-caption-object.
963         This addresses bug #74814.
965         * atk/atkobject.h: Move some documentation from template file to
966         avoid warnings when building.
968         * atk/atkrelation.c: Add new properties relation and target.
969         This addresses bug #72426.
971         * atktext.[ch]: Add new functions atk_text_get_range_extents and
972         atk_text_get_bounded_ranges.
973         Also added data structures AtkTextRectangle and AtkTextRange, enum
974         AtkTextClipType and helper function  atk_text_free_ranges.
975         This addresses bug #100943.
976         (atk_text_get_character_extents): Ensure that the reported width is 
977         not negative. This fixes bug #102954)
979         * docs/atk-sections.txt: Add new functions and data items.
981         * docs/tmpl/atk-object.sgml: Remove some documentation and put in 
982         atkobject.h. Add reference to accessible-table-caption-object.
984         * docs/tmpl/atk-relation.sgml: Add new properties
986         * docs/tmpl/atktext.sgml: Add new functions and data items.
989 2003-01-20  Padraig O'Briain  <padraig.obriain@sun.com>
991         * ===== Released 1.2.2=====
993         * configure.in: Version 1.2.2, interface age 2, binary age 202
995         * NEWS: Updated.
997 2003-01-19  He Qiangqiang  <carton@linux.net.cn>
999         * configure.in: Added "zh_CN" to ALL_LINGUAS.
1001 2003-01-12  Laurent Dhima  <laurenti@alblinux.net>
1003         * configure.in: Added 'sq'(albanian) to ALL_LINGUAS.
1005 2003-01-11  Pauli Virtanen  <pauli.virtanen@hut.fi>
1007         * configure.in (ALL_LINGUAS): Added "fi" (Finnish)
1009 2003-01-06  Alessio Frusciante  <algol@firenze.linux.it>
1011         * configure.in (ALL_LINGUAS): Added "it" (Italian) 
1013 2003-01-06  Padraig O'Briain  <padraig.obriain@sun.com>
1015         * configure.in: Add -with-html-dir option. (bug #102497)
1017         * docs/Makefile.am: Remove INSTALLDIR and HTML_DIR
1019         * docs/tmpl/atkobject.sgml: Update so property names are in
1020         alphabetic order.
1022 2003-01-03  Padraig O'Briain  <padraig.obriain@sun.com>
1024         * ===== Released 1.2.1=====
1025         
1026         * configure.in: Version 1.2.1, interface age 1, binary age 201
1028         * NEWS: Updated.
1030 2003-01-02  Zbigniew Chyla  <cyba@gnome.pl>
1032         * configure.in (ALL_LINGUAS): Added pl (Polish).
1034 2002-12-23  Nam SungHyun  <namsh@kldp.org>
1036         * configure.in: Added Korean (ko) to ALL_LINGUAS
1038 2002-12-22  Artis Trops  <hornet@navigator.lv>
1040         * configure.in: Added Latvian (lv) to ALL_LINGUAS.
1042 2002-12-22  Christophe Merlet  <redfox@redfoxcenter.org>
1044         * configure.in (ALL_LINGUAS): added French (fr).
1046 2002-12-21  Jordi Mallach  <jordi@sindominio.net>
1048         * configure.in (ALL_LINGUAS): added Catalan (ca).
1050 2002-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
1052         * ===== Released 1.2.0 ======
1054         * configure.in: Version 1.2.0, interface age 0, binary age 200
1056         * NEWS: Final update for 1.2.0.
1058         * docs/tmpl/atkobject.sgml: Order of properties have been changed.
1060 2002-12-18  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
1062         * configure.in: Added Russian to ALL_LINGUAS.
1064 2002-12-16  Padraig O'Briain  <padraig.obriain@sun.com>
1066         * ===== Released 1.1.5=====
1067         
1068         * configure.in: Version 1.1.5, interface age 2, binary age 105
1070         * NEWS: Updated.
1072 2002-12-13  Padraig O'Briain  <padraig.obriain@sun.com>
1074         * atk/atktext.c (atk_text_get_caret_offset): Return 0 instead of -1
1075         if caret is not supported. This addresses bug #101020.
1077         * configure.in: Use third argument of AC_DEFINE to get rid of 
1078         acconfig.h. 
1080 Thu Dec 12 14:57:20 2002  Owen Taylor  <otaylor@redhat.com>
1082         * acinclude.m4: Remove; wasn't needed, and referred
1083         to GLib internal m4 files now gone.
1085 Thu Dec 12 11:04:05 2002  Manish Singh  <yosh@gimp.org>
1087         * configure.in: Require autoconf-2.53.
1089 2002-12-12  Yanko Kaneti  <yaneti@declera.com>
1091         * configure.in (ALL_LINGUAS): Added Bulgarian (bg).
1093 2002-12-11  Pablo Saratxaga  <pablo@mandrakesoft.com>
1095         * configure.in (ALL_LINGUAS): Added Vietnamese (vi), Hebrew (he),
1096         and Dutch (nl).
1098 2002-12-07  Andras Timar <timar@gnome.hu>
1100         * configure.in (ALL_LINGUAS): Added Hungarian (hu).
1102 2002-12-06  Padraig O'Briain  <padraig.obriain@sun.com>
1104         * ===== Released 1.1.4 =====
1105         
1106         * configure.in: Version 1.1.1, interface age 1, binary age 104
1108         * NEWS: Updated.
1110 2002-12-05  Ole Laursen  <olau@hardworking.dk>
1112         * configure.in (ALL_LINGUAS): Added Danish (da).
1114 2002-12-02  Pablo Gonzalo del Campo <pablodc@bigfoot.com>
1116         * configure.in (ALL_LINGUAS): Added Spanish (es).
1118 2002-12-01  Christian Neumair  <chris@gnome-de.org>
1120         * configure.in (ALL_LINGUAS): Added German (de).
1122 2002-11-22  Kjartan Maraas  <kmaraas@gnome.org>
1124         * configure.in (ALL_LINGUAS): Added "no".
1125         
1126 2002-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
1128         * Update NEWS for 1.1.3
1130 2002-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
1132         * configure.in: Update to take account of gtk-doc-version being 0.10
1133         Updated version required to 0.9
1135 2002-11-20  Bill Haneman <bill.haneman@sun.com>
1137         * atk/atkobject.h:
1138         Added ATK_ROLE_APPLICATION.
1140         * atk/atkobject.c:
1141         (atk_role_get_localized_name):
1142         Added ATK_ROLE_APPLICATION case.        
1144         * docs/atk-decl.txt:
1145         Added ATK_ROLE_APPLICATION to docs.
1146         
1147 2002-11-18  Abi Brady  <morwen@evilmagic.org>
1149         * configure.in: Added "en_GB" to ALL_LINGUAS.
1151 2002-11-15  Hasbullah BIn Pit <sebol@ikhlas.com>
1153         * configure.in: Added "ms" to ALL_LINGUAS.
1155 2002-11-15  Padraig O'Briain  <padraig.obriain@sun.com>
1157         * Update NEWS for 1.1.2
1159         * docs/tmpl/atkhyperlink.sgml docs/tmpl/atkobject.sgml
1160         Update docs.
1162 2002-11-14  Bill Haneman <bill.haneman@sun.com>
1164         * configure.in:
1165         Revved to 1.1.2, interface age 0, binary age 102.
1166         
1167         * atk/atkrelationtype.h:
1168         (ATK_RELATION_EMBEDS, ATK_RELATION_EMBEDDED_BY):
1169         New relations to handle content embedding, for instance
1170         text that embeds or flows around images.
1172         * atk/atkhyperlink.h:
1173         (atk_hyperlink_is_inline):
1174         New API, returns whether a hyperlink's content is
1175         partially displayed inline; useful for small images
1176         emedded in text, and for HTML <src> elements.
1177         (AtkHyperlinkClass->link_state):
1178         New virtualized method, used to implement various
1179         state query API such as atk_hyperlink_is_inline().
1181         * atk/atkhyperlink.c:
1182         (atk_hyperlink_is_inline):
1183         New method.
1185         * docs/atk-sections.txt: 
1186         Additions for above API.
1188 2002-11-13  Padraig O'Briain  <padraig.obriain@sun.com>
1190         * atk/atkobject.[ch]: Add signal active-descendant-changed
1192 2002-11-11  Christian Rose  <menthos@menthos.com>
1194         * configure.in: Added "sv" to ALL_LINGUAS.
1196 Fri Nov  8 19:55:25 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1198         * atk/atkhyperlink.c
1199         * atk/atkhyperlink.h
1200         * atk/atktable.c
1201         * atk/atktable.h
1202         * atk/atktext.c
1203         * atk/atktext.h
1204         * docs/tmpl/atkhyperlink.sgml
1205         * docs/tmpl/atkobject.sgml
1206         * docs/tmpl/atktable.sgml
1207         * docs/tmpl/atktext.sgml
1209         Trivial s/foo/foo_/ fixes to make atk.h includable with -Wshadow
1210         without warnings.
1211         
1212 2002-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
1214         * autogen.sh: Add call to autoheader to create config.h.in
1216 2002-11-04  Padraig O'Briain  <padraig.obriain@sun.com>
1218         * acinclude.m4: New file
1220         * autogen.sh: Add i18n support (copied from gtk+).
1222         * configure.in: Add definition for atklocaledir and check for
1223         bind_textdomain_codeset()
1225         * atk/Makefile.am: Add DEfininition of ATKLOCALEDIR to INCLUDES
1227         * atk/atkobject.c (atk_role_get_localized_name): Add code to
1228         initialize i18n.
1229         
1230         * po/.cvsignore: Add extra files.
1232 2002-11-01  Padraig O'Briain  <padraig.obriain@sun.com>
1234         * configure.in: Create po/Makefile; patch supplied by 
1235         Dan Mills (thunder@ximain.com)
1236         
1237 2002-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
1239         * ===== Released 1.1.1 =====
1240         
1241         * configure.in: Version 1.1.1, interface age 0, binary age 101
1243         * NEWS: Updated.
1245         * atk/Makefile.am: Add atkintl.h to EXTRA_DIST.
1247 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
1249         * Makefile.am: Add po directory
1251         * configure.in: Add support for I18N
1253         * acconfig.h atk/atkintl.h: New files used to support I18N
1255         * atk/atkobject.c: Update atk_role_get_localized_name() to
1256         allow for localized name to be returned.
1258         * docs/Makefile.am: Add atkintl.h to IGNORE_HFILES
1260         * po/Makfile.in.in, po/POTFILES.in, po/po2tbl.sed.in po/.cvsignore
1261         po/ChangeLog: New files
1263 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
1265         * atk/Makefile.am, atk/atk.h: Add reference to atk/atkrelationtype.h
1267         * atk/atkaction.[ch]: Add atk_action_get_localized_name.
1269         * atk/atkobject.[ch]: Add atk_role_get_localized_name,
1270         atk_object_add_relationship and atk_object_remove_relationship
1271         Add new roles ATK_ROLE_HEADER, ATK_ROLE_FOOTER, ATK_ROLE_PARAGRAPH
1272         and ATK_ROLE_RULER
1274         * atk/atkrelation.h: Move definition of AtkRelationType to
1275         atk/relationtype.h
1277         * atk/atkstate.h: Add new state ATK_STATE_MANAGES_DESCENDANTS
1279         * atk/atktext.[ch]: Add text-attributes-changed signal.
1281         * docs/atk-sections.txt, docs/tmpl/atkaction.sgml: Add new functions.
1283         * docs/tmpl/atkobject.sgml: Add new functions and new roles.
1285         * docs/tmpl/atkrelation.sgml: Add new relations
1287         * docs/tmpl/atkstate.sgml: Add new state
1289         * docs/tmpl/atktext.sgml: Add new signal
1291         * tests/testrelation.c: Add tests for new relationship functions.
1293 2002-10-01  Padraig O'Briain  <padraig.obriain@sun.com>
1295         * atk/atkobject.c (atk_object_notify): Fix leak; report and patch
1296         supplied by Sebastian Rittau (srittau@jroger.in-berlin.de)
1298         Bug #94548.
1300 2002-09-24  Padraig O'Briain  <padraig.obriain@sun.com>
1302         * ===== Released 1.1.0 =====
1303         
1304         * NEWS: Updated.
1306 2002-09-18  Padraig O'Briain  <padraig.obriain@sun.com>
1308         * configure.in:
1309         increment version to 1.1.0, in view of the fact that we've 
1310         branched for GNOME-2 and GTK+-2.0, and this is HEAD.
1311         Also reset INTERFACE_AGE to zero, since an enum was added.
1312         Use similar library numbering as GTK.
1314         * docs/tmpl/atkobject.sgml: Add ATK_LAYER_WINDOW
1316 2002-09-06  Mark McLoughlin  <mark@skynet.ie>
1318         * atk/atkobject.h: add ATK_LAYER_WINDOW.
1320         * atk/atkcomponent.c: upd docs.
1322 2002-09-06  Padraig O'Briain  <padraig.obriain@sun.com>
1324         * docs/atk-sections.txt: Add ...Iface symbols to Standard sections to 
1325         avoid unused declarations
1327         * docs/tmpl/atkobject.sgml docs/tmpl/atkrelationset.sgml:
1328         Move AtkRelationSet from atkobject to atkrelationset.
1330 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
1332         * docs/atk-sections.txt docs/tmpl/atkaction.sgml
1333         docs/tmpl/atkcomponent.sgml docs/tmpl/atkdocument.sgml
1334         docs/tmpl/atkeditabletext.sgml docs/tmpl/atkhypertext.sgml
1335         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml
1336         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
1337         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml
1338         docs/tmpl/atkvalue.sgml:
1339         Remove reference to ...Iface data structures; which eliminates
1340         undocumented symbols.
1342 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
1344         *  atk/atkutil.h: Add documentation for AtkKeyEventType
1346         * docs/tmpl/action.sgml docs/tmpl/atkcomponent.sgml
1347         docs/tmpl/atkdocument.sgml docs/tmpl/atkeditabletext.sgml
1348         docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
1349         docs/tmpl/atkhypertext.sgml docs/tmpl/atkimage.sgml 
1350         docs/tmpl/atknoopobject.sgml docs/tmp[l/atknoopobjectfactory.sgml
1351         docs/tmpl/atkobject.sgml docs/tmpl/atkobjectfacory.sgml
1352         docs/tmpl/atkregistry.sgml docs/tmpl/atkrelation.sgml
1353         docs/tmpl/atkselection.sgml docs/tmpl/atkstate.sgml
1354         docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml
1355         docs/tmpl/atktext.sml docs/tmpl/atkutil.sgml
1356         docs/tmpl/atkutil.sgml:
1357         Reduce number of undocumented symbols
1359 2002-08-26  Padraig O'Briain  <padraig.obriain@sun.com>
1361         * atk/atknoopobjectfactory.c:
1362         Add implementation for atk_object_factory_get_accessible_type()
1364 2002-08-18  Havoc Pennington  <hp@pobox.com>
1366         * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1367         both automake 1.6 and 1.4 installed get the right automake. Means
1368         compilation from CVS will now require the latest automake 1.4
1369         release, or manually creating symlinks called "automake-1.4" and
1370         "aclocal-1.4"
1372 2002-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
1374         These changes improve the quality of the documentation by adding
1375         information about properties and signals.
1377         * configure.in:
1378         Add atktargetlib, STRIP_BEGIN, STRIP_END and STRIP_DUMMY for
1379         use in docs Makefile.am
1381         * atk/atk.h:
1382         Add missing include files, atk/atknoopobject.h and 
1383         atknoopobjectfactory.h
1385         * docs/Makefile.am:
1386         Add support for scan program
1388         * docs/atk.types:
1389         Added content to this file
1391         * docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
1392         docs/tmpl/atknoopobject.sgml docs/tmpl/atknoopobjectfactory.sgml
1393         docs/tmpl/atkobjectfactory.sgml docs/tmpl/atkregistry.sgml
1394         docs/tmplatkutil.sgml:
1395         Removed references to contents of object's data structure
1397         * docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml
1398         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml:
1399         Add references to signals and properties.
1401 Wed Jul 31 17:08:04 2002  Owen Taylor  <otaylor@redhat.com>
1403         * ===== Released 1.0.3 =====
1404         
1405         * configure.in (GLIB_REQUIRED_VERSION): Version 1.0.3,
1406         interface, binary version 3.
1408         * NEWS: Updated.
1410 2002-07-14  Padraig O'Briain  <padraig.obriain@sun.com>
1412         * README: Updated to describe where to log bugs and mention mailing
1413         list.
1415 2002-06-20  Padraig O'Briain  <padraig.obriain@sun.com>
1417         * atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgml
1418         atk/docs/atkdocument.sgml atk/docs/tmpl/atkeditabletext.sgml
1419         atk/docs/tmpl/atkgobjectaccessible.sgml atk/docs/tmpl/atkhyperlink.sgml
1420         atk/docs/tmpl/atkhypertext.sgml atk/docs/tmpl/atkimage.sgml
1421         atk/docs/atknoopobject.sgml atk/docs/tmpl/atknoopobjectfactory.sgml
1422         atk/docs/tmpl/atkobjectfactory.sgml atk/docs/tmpl/atkregistry.sgml
1423         atk/docs/tmpl/atkregistry.sgml atk/docs/tmpl/atkrelationset.sgml
1424         atk/docs/tmpl/atkselection.sgml atk/docs/tmpl/atkstate.sgml
1425         atk/docs/tmpl/atkstateset.sgml atk/docs/tmpl/atkstreamablecontent.sgml
1426         atk/docs/tmpl/atktable.sgml atk/docs/tmpl/atktext.sgml
1427         atk/docs/tmpl/atkutil.sgml atk/docs/tmpl/atkvalue.sgml
1428         Update documentation.
1430 2002-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
1432         * atk/atkregistry.c:
1433         64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com)
1434         (bug #83316)
1436 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
1438         * ===== Released 1.0.2 ======
1440         * NEWS: Updates.
1442         * configure.in: Version 1.0.2, interface, binary age 2
1444 2002-04-26  Padraig O'Briain  <padraig.obriain@sun.com>
1446         * atk/atkutil.c (atk_focus_tracker_notify):
1447         Allow for object being NULL which means the window containing the
1448         focus widget has lost focus. We update the previous_focus_object 
1449         so we can emit notification for focus widget when window regains
1450         focus.
1452 2002-04-15  Padraig O'Briain  <padraig.obriain@sun.com>
1454         * atk/atkgobjectaccessible.c:
1455         (atk_gobject_accessible_for_object):  Allow for case where created
1456         AtkObject is not a AtkGObjectAccessible so quark_accessible_object
1457         was not initialized in atk_gobject_accessible_class_init
1459 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
1461         * ===== Released 1.0.1 ======
1463         * NEWS: Updates.
1465         * configure.in: Version 1.0.1, interface, binary age 1.0.0.
1467 2002-03-19  Padraig O'Briain  <padraig.obriain@sun.com>
1469         * atk/atkutil.c (atk_focus_tracker_notify):
1470         Do not do notification if previously notified object is the same as
1471         this object
1473 2002-03-14  Tor Lillqvist  <tml@iki.fi>
1475         * atk/Makefile.am: Use correct name for the DLL when generating
1476         the MSVC import library.
1478 2002-03-13  Bill Haneman <bill.haneman@sun.com>
1480         * atk/atkutil.c (atk_object_get_root):
1481         Changed g_type_class_peek to g_type_class_ref,
1482         this seemed to be triggering a SEGV in some cases.
1485 2002-03-12  Padraig O'Briain  <padraig.obriain@sun.com>
1487         * atk/atkgobjectaccessible.c (atk_gobject_accessible_dispose):
1488         Correct name of data set to NULL from quark_accessible_object to
1489         quark_object
1491 2002-03-09  Padraig O'Briain  <padraig.obriain@sun.com>
1493         * atk/atkhyperlink.c (atk_hyperlink_get_type):
1494         Fix typo.
1496 Thu Mar  7 23:52:51 2002  Owen Taylor  <otaylor@redhat.com>
1498         * ===== Released 1.0.0 ======
1500         * NEWS: Final update for 1.0.0.
1502         * README: Update the compilation instructions a bit.
1504 2002-03-06  Tor Lillqvist  <tml@iki.fi>
1506         * atk-zip.sh.in
1507         * atk/Makefile.am: Use ATK_API_VERSION also in the Win32 import
1508         library names.
1510 Tue Mar  5 16:54:21 2002  Owen Taylor  <otaylor@redhat.com>
1512         * ATK 1.0.0 rc1
1514         * tests/Makefile.am: Don't install libteststateset.la,
1515         libtestrelation.la. (#73655, James Henstridge)
1517         * autogen.sh: Add --enable-gtk-doc
1519         * configure.in: --disable-gtk-doc by default.
1521         * Makefile.am: Add a slightly modified distcheck rule
1522         that passes --enable-gtk-doc to the configure inside.
1523         (So that 'make dist' succeeds inside.)
1525 Tue Mar  5 11:55:35 2002  Owen Taylor  <otaylor@redhat.com>
1527         * configure.in: Require GLib-2.0.0.
1529         * configure.in atk/Makefile.am tests/Makefile.am atk.pc.in:
1530         Switch over to the Glib/GTK+ versioning scheme.
1532 2002-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
1534         * atk/atktext.c (atk_text_get_text):
1535         Permit end offset value of -1
1537 2002-02-28  Padraig O'Briain  <padraig.obriain@sun.com>
1539         * atk/atkhypertext.h:
1540         Update comments
1542 2002-02-28  Sven Neumann  <sven@gimp.org>
1544         * configure.in: beautified configure --help output.
1546 2002-02-27  Padraig O'Briain  <padraig.obriain@sun.com>
1548         * atk/atkhypertext.h atk/atkhyperlink.h: 
1549         Add padding to class structures to allow for future expansion.
1551         * atk/atkdocument.h: 
1552         Add padding to class structures to allow for future expansion.
1554         * atk/atkobjectfactory.h atk/atkgobjectaccessible.h:
1555         Add padding to class structures to allow for future expansion.
1557 Mon Feb 25 19:09:39 2002  Owen Taylor  <otaylor@redhat.com>
1559         * configure.in: Bail if AM_PATH_GLIB_2_0 fails.
1561 2002-02-26  Tor Lillqvist  <tml@iki.fi>
1563         * atk/Makefile.am: Do use -no-undefined on Win32, otherwise
1564         libtool won't create a DLL.
1566 2002-02-25  Padraig O'Briain  <padraig.obriain@sun.com>
1568         * atk/Makefile.am:
1569         Remove -no-undefined because of problems with uunresolved symbols
1570         in libgobject on Solaris when using gcc
1572 Sat Feb 23 23:02:23 2002  Owen Taylor  <otaylor@redhat.com>
1574         * configure.in: Version 0.13
1576         * NEWS: Update for 0.13
1578         * docs/atk-sections.txt: Update.
1580 2002-02-22  Padraig O'Briain  <padraig.obriain@sun.com>
1582         * atk/atkgobjectaccessible.c atk/atkhyperlink.c atk/atknoopobject.c
1583         atk/atknoopobjectfactory.c atkobject.c atk/atkobjectfactory.c
1584         atk/atkregistry.c atk/atkrelation.c atk/atkrelationset.c:
1585         Make use of parent_class consistent; define as gpointer and
1586         use g_type_class_peek_parent() to get it
1588         * atk/atktext.c:
1589         Delete unused empty line
1591         * atk/atkregistry.c atk/atkrelation.c:
1592         Make parent_class static 
1594 2002-02-20  Padraig O'Briain  <padraig.obriain@sun.com>
1596         * atk/atktext.c:
1597         Add check for offset being negative in functions which have offset
1598         parameter and return immediately if so.
1600 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
1602         * atk/atkcomponent.h:
1603         Change argument of get_layer and get_mdi_zorder function pointers 
1604         to be AtkComponent instead of AtkObject
1606         * atk/atkcomponent.c:
1607         Change atk_component_get_layer and atk_component_get_mdi_zorder
1608         to refer to argument as component instead os accessible
1610         * docs/atk-sections.txt docs/tmpl/atkaction.sgml 
1611         docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml
1612         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml 
1613         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
1614         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml:
1615         Update for recent changes
1616         
1617 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
1619         * atk/atk.h:
1620         Guard atk.h with ifndef __ATK_H__
1621         (#71405 reported by terra@diku.dk (Morten Welinder))
1623 2002-02-13  Padraig O'Briain  <padraig.obriain@sun.com>
1625         * atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h
1626         atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h 
1627         atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h
1628         atk/atktable.h atk/atktext.h atk/atkvalue.h:
1629         Add padding to class structures to allow for future expansion.
1631 2002-02-11  Bill Haneman  <bill.haneman@sun.com>
1633         * configure.in:
1634         Incremented revision and tagged GNOME_D2_BETA.
1636         * atkobject.h: 
1637         Marked atk_object_get_layer and atk_object_get_mdi_zorder
1638         as deprecated (should use atk_component API below).
1639         
1640         * atkcomponent.h:
1641         Added atk_component_get_layer and atk_component_get_mdi_zorder
1642         (erroneously defined in atkobject, they belong here).
1644         * atkcomponent.c:
1645         Fixed some property get/set bugs.
1647         * NEWS: updated for GNOME 2 Desktop Beta.
1648         
1649 2002-02-11  jacob berkman  <jacob@ximian.com>
1651         * atk/atkselection.[ch] (atk_selection_get_type): 
1652         * atk/atktable.[ch] (atk_table_get_type): 
1653         * atk/atkregistry.h (atk_get_default_registry): 
1654         * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): 
1655         * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): 
1656         * atk/atkcomponent.[ch] (atk_component_get_type): 
1657         * atk/atkaction.[ch] (atk_action_get_type): declare function
1658         arguments as (void) rather than ()
1660 2002-02-04  Bill Haneman  <bill.haneman@sun.com>
1662         * configure.in:
1663         Incremented revision.
1665 2002-01-30  Bill Haneman  <bill.haneman@sun.com>
1667         * docs/tmpl/atkaction.sgml:
1668         * docs/tmpl/atkcomponent.sgml:
1669         * docs/tmpl/atkeditabletext.sgml:
1670         * docs/tmpl/atkimage.sgml:
1671         * docs/tmpl/atkobject.sgml:
1672         * docs/tmpl/atkselection.sgml:
1673         * docs/tmpl/atktable.sgml:
1674         * docs/tmpl/atktext.sgml:
1675         * docs/tmpl/atkvalue.sgml:
1676         Initial entries into the SHORT_DESCRIPTION and LONG_DESCRIPTION
1677         fields to improve docs; the documentation now gives some
1678         information on the purpose and function of the various ATK
1679         interfaces, and which types of UI components typically implement
1680         which interfaces.
1681         
1682 Tue Jan 29 23:29:46 2002  Owen Taylor  <otaylor@redhat.com>
1684         * NEWS: Retroactively write a NEWS entry for 0.9 and 0.10.
1686 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
1688        * configure.in:
1689        Update version number to 0.10, for Desktop Alpha 2
1691 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
1693         * atk/atkobject.h:
1694         Correct inconsistencies between registered signal parameter types 
1695         and default signal handler struct fields
1696         (based on patch from Murray Cumming <murray@usa.net>)
1698 2002-01-10  Bill Haneman <bill.haneman@sun.com>
1700        * configure.in:
1701        Update version number to 0.9, for Beta2 package.
1703 Wed Jan  9 11:26:56 2002  Owen Taylor  <otaylor@redhat.com>
1705         * atk/Makefile.am (s-enum-types-h):  Include glib-object.h,
1706         Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. (#61845,
1707         Mikael Hermansson)
1709 2002-01-07  Padraig O'Briain  <padraig.obriain@sun.com>
1711         * atk/atkcomponent.c (atk_component_add_focus_handler):
1712         Add comments to clarify behavior if handler has already been added
1714         * docs/tmpl/atktext.sgml:
1715         Update for change of caret_changed to text_caret_moved
1717 2002-01-05  Hans Breuer  <hans@breuer.org>
1719         * atk/makefile.msc : generate atk-enum-types.[hc]
1720         NOTE: the long comment in atkobject.h is crashing perl,
1721         at least version 5.005_02 built for MSWin32-x86-object
1722         Binary build 506 provided by ActiveState. Temporary
1723         deleting the AtkRole comment allows to work-around.
1725         atk/atk.def : updated externals
1727 2002-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
1729         * atk/atkgobjectaccessible.h
1730         Fixed typo in define (reported by Jeff Franks)
1732         * atk/atktext.c atk/atktext.h
1733         Change name of default signal handler for text_caret_moved signal
1734         from caret_changed to text_caret_moved
1735         Change enum CARET_MOVED to TEXT_CARET_MOVED
1736         (both issues reported by Jeff Franks)
1738 2001-12-15  Michael Meeks  <michael@ximian.com>
1740         * atk/atkrelation.c (atk_relation_class_init):
1741         setup parent class
1742         (atk_relation_finalize): chain to parent.
1744         * atk/atkrelationset.c (atk_relation_set_class_init),
1745         (atk_relation_set_finalize): same fix.
1747 Sat Dec 22 12:26:51 2001  Owen Taylor  <otaylor@redhat.com>
1749         * configure.in: Version 0.8, require GLib-1.3.12
1751         * atk/makefile.msc (PKG_VER): Version 0.8.
1753 Thu Dec 20 00:33:47 2001  Owen Taylor  <otaylor@redhat.com>
1755         * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary
1756         for correct srcdir != builddir operation when 
1757         generating source files in srcdir.
1758         
1759 Thu Dec 20 00:27:01 2001  Owen Taylor  <otaylor@redhat.com>
1761         * docs/tmpl/atkutil.sgml: remove some conflict
1762         indicators.
1764 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
1766         * atk/atk.def:
1767         Add new functions
1769 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
1771         Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.h
1772         docs/tmpl/atkgobjectaccessible.sgml
1774         * atk/Makefile.am atk/atk.h:
1775         Add references to new files
1777         * atk/atkobject.c atk/atkobject.h
1778         docs/tmpl/atkobject.sgml:
1779         Add new function atk_object_initialize
1781         * atk/atkobjectfactory.c atk/atkobjectfactory.h
1782         docs/tmpl/atkobjectfactory.sgml:
1783         Add new function atk_object_factory_get_accessible_type
1785         * docs/atk-sections.txt:
1786         Add new functions.
1787         Add functions in atk-unused.txt
1789         
1790 2001-12-17  Darin Adler  <darin@bentspoon.com>
1792         * atk/atktext.c: Add missing #include <string.h>
1794 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1796         * atk/Makefile.am, tests/Makefile.am: Compile with
1797         -DG_DISABLE_DEPRECATED. See #52790.
1799 2001-12-11  Padraig O'Briain  <padraig.obriain@sun.com>
1801         * atk/atkcomponent.c (atk_component_ref_accessible_at_position):
1802         Remove unnecessary g_retunn_val_if_fail() call.
1804 2001-12-08  Michael Meeks  <michael@ximian.com>
1806         * atk/atkregistry.c (atk_registry_class_init):
1807         paranoia is not appropriate here, setup parent_class,
1808         don't create a new default registry here - makes no
1809         sense.
1810         (atk_registry_finalize): chain to parent class, do
1811         g_hash_table_destroys instead of g_frees.
1813 2001-12-07  Padraig O'Briain  <padraig.obriain@sun.com>
1815         * atk/Makefile.am:
1816         Update to create atk-enum-types.h before compiling source files
1817         (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
1819 2001-12-05  Padraig O'Briain  <padraig.obriain@sun.com>
1821         * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt 
1822         docs/tmpl/atktext.sgml tests/testrelation.c:
1823         Change atk_attribute_register to atk_text_attribute_register,
1824         atk_attribute_get_value to atk_text_attribute_get_value,
1825         atk_attribute_get_name to atk_text_attribute_get_name
1826         atk_attribute_for_name to atk_text_attribuute_for_name
1828 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
1830         * atk/atktext.c:
1831         Add implementation of atk_attribute_register, atk_attribute_for_name
1832         Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and
1833         support extra attributes being defined
1835         * atk/atktext.h:
1836         Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow
1837         extra attributes to be defined
1838         Add atk_attribute_register() and atk_attribute_for_name()
1840         * atk/atk.def:
1841         Add new functions
1843         * docs/atk-sections.txt docs/tmpl/atktext.sgml
1844         Update because of additions to atk/atktext.h
1846         * tests/testrelation.c:
1847         Add tests for text attributes
1849 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
1851         * atk/atkobject.c:
1852         Update atk_role_register() to allow extra roles to be defined
1853         Update atk_role_get_name() and atk_role_for_name() for newly defined
1854         roles
1856         * tests/testrelation.c:
1857         Add tests for roles
1859 2001-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
1861         * atk/atkrelation.c:
1862         Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and
1863         atk_relation_type_for_name()
1865         * atk/atkstate.c:
1866         Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and
1867         atk_state_type_for_name()
1869         * tests/testrelation.c, tests/teststateset.c:
1870         Update tests as name componenets are separated by hyphen (-) rather
1871         than underline (_)
1873 2001-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
1875         * atk/Makefile.am:
1876         Generate files atk-enum-types.c and atk-enums-types.h to create
1877         types for enums.
1879         * atk/atkobject.c:
1880         Use ATK_TYPE_ROLE in atk_role_get_name() and atk_role_for_name()
1882 2001-11-28  Bill Haneman  <bill.haneman@sun.com>
1884         * atk/atkutil.c:
1885         Changed calls to g_type_class_peek() to g_type_class_ref() where
1886         it makes more sense, and in other places check for a non-null
1887         klass return before trying to call class methods.  This prevents
1888         SEGV if no Atk-implementation library has been loaded.
1890         * atk/atkobject.c:
1891         Fixed gtk-doc warning.
1893 2001-11-28  Padraig O'Briain  <padraig.obriain@sun.com>
1895         * atk/atkobject.[c|h]:
1896         Add functions atk_role_get_name() and atk_role_for_name() which
1897         transform a role into an untranslated string
1898         Update comments in atkobject.h which refer to property names
1900         * atk/atkrelation.c:
1901         Correct error in atk_relation_type_get_name
1903         * docs/atk-sections.txt
1904         Added atk_role_get_name and atk_role_for_name
1906         * docs/tmpl/*sgml
1907         Updated files
1908         
1909 2001-11-23  Hans Breuer  <hans@breuer.org>
1911         * atk/atk.def : updated externals
1913         * atk/atktext.c atk/atkutil.c : added two spaces to fix
1914         minor coding style issues. Found by my exports generator.
1916         * atk/makefile.msc : version 0.7, use build dir from
1917         $(TOP)\glib
1919 Thu Nov 22 14:37:40 2001  Owen Taylor  <otaylor@redhat.com>
1921         * Version 0.7
1923         * configure.in (GLIB_REQUIRED_VERSION): Require GLib-1.3.11
1925 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
1927         * atk/atknoopobject.c:
1928         Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID
1929         when creating object
1931 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
1933         * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt,
1934         docs/tmpl/atkrelation.sgml:
1935         Change atk_relation_type_from_string to atk_relation_type_for_name
1936         Add atk_relation_type_get_name
1938         * atk/atkrelationtype.c:
1939         Change atk_relation_type_from_string to atk_relation_type_for_name
1940         Add atk_relation_type_get_name
1941         Update atk_relation_type_register() to correctly register new
1942         relation types
1944         * atk/atkstate.c:
1945         Changed name of static variable type to last_type
1946         Changed name of paremeter if atk_state_type_get_name to type to match
1947         comments
1949         * docs/tmpl/*sgml
1950         Updated files
1952         * tests/README, tests/Makefile.am       
1953         Add new test file testrelation.c
1955 2001-11-22  Bill Haneman <bill.haneman@sun.com>
1957         * atk/atkutil.c (atk_add_key_event_listener):
1958         Fix gtk-doc comment and clarify use of 'data' gpointer.
1960 2001-11-22  Michael Meeks  <michael@ximian.com>
1962         * atk/atkutil.c (atk_add_key_event_listener): switch
1963         to class_peek.
1965         * atk/atkobject.c (atk_object_real_get_property):
1966         add missing 'break'.
1968 2001-11-21  Michael Meeks  <michael@ximian.com>
1970         * atk/atkrelation.c: pull in string.h for strcmp
1972         * atk/atktext.c (atk_text_get_selection): fix bug / warning.
1974         * atk/atkutil.c (atk_add_global_event_listener),
1975         (atk_get_toolkit_name, atk_get_toolkit_version):
1976         constify 
1978 2001-11-21  Bill Haneman <bill.haneman@sun.com>
1980         * atk/atkrelation.c: Added gtk-doc docs for 
1981         atk_relation_type_from_string.
1983 Wed Nov 21 17:54:44 2001  Owen Taylor  <otaylor@redhat.com>
1985         * atk/atkobject.h (enum): Fix trailing comma on
1986         enumeration.
1988         * docs/atk-sections.txt: Update.
1990         * NEWS: Updates
1992 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
1994         * atk/atkobject.[c|h]:
1995         Add additional argument (name) to state-change signal
1996         Update atk_object_notify_state_change to take account of 
1997         extra argument for state-change
1999         * atk/atkmarshal.list:
2000         Add marshaller for VOID:STRING,BOOLEAN
2001         
2002 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
2004         * atk/atkobject.[c|h], docs/atk-sections.txt, docs/tmpl/atkobject.sgml:
2005         Add enum AtkLayer and functions atk_object_get_layer and
2006         atk_object_get_mdi_zorder
2008 2001-11-20  Padraig O'Briain  <padraig.obriain@sun.com>
2010         * atk/atkobject.[c|h]:
2011         Remove property accessible-state; use signal state-change instead
2012         Change signature of state-change handler to take gboolean as argument
2013         instead of AtkPropertyValues
2014         Update atk_object_notify_state_change() to emit state-change signal
2016         * atk/atkstate.[c|h], docs/tmpl/atkstate.sgml:
2017         Remove state ATK_STATE_COLLAPSED
2019 2001-11-19  Bill Haneman <bill.haneman@sun.com>
2021         * atk/atkobject.c:
2022         * atk/atkstate.c:
2023         Added state-changed signal to atkobject, in anticipation of 
2024         deprecating the accessible-state property.
2026         * atk/atkutil.[ch]:
2027         Fixed signature of atk_util_add_key_listener () to
2028         take an AtkKeySnoopFunc instead of a pointer to same.
2030 2001-11-19  Padraig O'Briain  <padraig.obriain@sun.com>
2032         * atk/atkobject.c (atk_object_notify_state_change):
2033         Fix bug in calculation of number of toggle states
2035         * atk/atkstate.c:
2036         Correct out-by-1 error in atk_state_type_register()
2037         Use type (number of states defined) in atk_state_type_get_name()
2038         and atk_state_type_for_name()
2039         
2040 2001-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
2042         * atk/atkeditabletext.c:
2043         Remove unused structure _AtkEditableTextIfaceClass
2045         * atk/atkobject.[c|h]
2046         Remove signals model_changed and selection_changed
2048         * atk/selection.[c|h]
2049         Add signal selection_changed
2051         * atk/atktable.[c|h]
2052         Remove unused structure _AtkTableIfaceClass
2053         Add signal model_changed
2055         * atk/atktext.[c|h]
2056         Remove unused structure _AtkTextIfaceClass
2057         Add signal text_selection_changed
2059         * docs/tmpl/atkobject.sgml, docs/tmpl/atkselection.sgml,
2060         docs/tmpl/atktable.sgml, atk/tmpl/atktext.sgml:
2061         Documentation changes
2063 2001-11-17  Tor Lillqvist  <tml@iki.fi>
2065         * atk-zip.sh.in: Build separate runtime and developer packages.
2067         * atk/atk.def: Update.
2069 2001-11-14  Bill Haneman  <bill.haneman@sun.com>
2071         * atk/atkutil.h :
2072         Added API 
2073         atk_add_key_event_listener    (AtkKeySnoopFunc *listener,
2074                                        gpointer data);
2075         atk_remove_key_event_listener (AtkKeySnoopFunc *listener,
2076                                        gpointer data);
2077         
2078         to allow non-GTK-dependent installation of key snoop functions.
2079         This also meant adding definitions of AtkKeySnoopFunc and 
2080         AtkKeyEventStruct.
2082 2001-11-08  Padraig O'Briain  <padraig.obriain@sun.com>
2084         * atk/atkobject.c (atk_object_notify_state_change):
2085         Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED
2086         to ATK_STATE_EXPANDED or vice versa.
2088 2001-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
2090         * atk/atkobject.h:
2091         Add role ATK_ROLE_TREE_TABLE
2093         * atk/atkrelation.h:
2094         Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT
2095         and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable
2097         * docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl,
2098         docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml,
2099         docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl,
2100         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml,
2101         docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml,
2102         docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml,
2103         docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml:
2104         Update to reflect the current state of the documentation in the code.
2106 2001-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
2108         * atk/relation.h, docs/tmpl/atkrelation.sgml:
2109         Add two new relations ATK_RELATION_NODE_CHILDREN and
2110         ATK_RELATION_NODE_PARENT to support compound objects in a
2111         node or cell of a tree or table
2112         Added descriptions of all relations which are defined
2114         * atk/atktable.c:
2115         Remove functions atk_table_real_get_index_at(),
2116         atk_table_real_get_column_at_index() and 
2117         atk_table_real_get_row_at_index() 
2118         Correct typos in documentation of other functions.
2120 2001-10-28  Tor Lillqvist  <tml@iki.fi>
2122         * atk-zip.sh.in: New file, used to build developer package for
2123         Win32.
2125         * Makefile.am
2126         * configure.in: Add it.
2128         * atk/Makefile.am: Add rules to install and uninstall mingw import
2129         library.
2131 2001-10-26  Padraig O'Briain  <padraig.obriain@sun.com>
2133         * atk/atkobject.[c|h]
2134         Remove the following properties
2135         accessible-child - use signal children_changed for notification
2136         accessible-text - use signal text_changed for notification
2137         accessible-caret - use signal text_caret_moved for notification
2138         accessible-selection - use new signal selection_changed 
2139         for notification
2140         accessible-visible-data - use new signal visible_data_changed
2141         for notification
2142         accessible-model - use new signal model_changed for notification
2143         Notify when role or parent changes
2144         Allow parent and role to be set or got using g_object_set() or
2145         g_object_get()
2147 Wed Oct 24 11:13:13 2001  Owen Taylor  <otaylor@redhat.com>
2149         * Version 0.6
2151         * NEWS: Updates.
2153 2001-10-25  Padraig O'Briain  <padraig.obriain@sun.com>
2155         * atk/atkobject.h, docs/tmpl/atkobject.sgml:
2156         Add role ATK_ROLE_TERMINAL for an accessible terminal.
2158 2001-10-22  Padraig O'Briain  <padraig.obriain@sun.com>
2160         * atk/atkobject.c (atk_object_notify_state_change):
2161         Initialize AtkPropertyValue data structure to 0 instead of using
2162         memset.
2164 2001-10-19  Tor Lillqvist  <tml@iki.fi>
2166         * configure.in: Set automake conditionals OS_WIN32 if on (native)
2167         Win32, and MS_LIB_AVAILABLE if lib.exe is available. Calculate
2168         LT_CURRENT - LT_AGE and set LT_CURRENT_MINUS_AGE to that value.
2170         * atk/Makefile.am: Add atk.def to EXTRA_DIST. On Win32, use
2171         -export-symbols atk.def. If lib.exe is available, generate
2172         atk.lib, and install it.
2174         * atk/atk.def: Update with new entry points.
2176 2001-10-19  Padraig O'Briain  <padraig.obriain@sun.com>
2178         * atk/atkobject.[c|], docs/atk-sections.txt,
2179         docs/tmpl/atkobject.sgml:
2180         Add convenience function atk_object_notify_state_change()
2181         to generate property notification of state change.
2183         * atk/atktext.c, docs/tmpl/atk-unused.sgml:
2184         Correct comments on functions atk_attribute_get_name() and
2185         atk_attribute_get_value()
2187 2001-10-17  Padraig O'Briain  <padraig.obriain@sun.com>
2189         * atk/atktext.c:
2190         Update comments in atk_text_get_text_[at|after|before]_offset()
2191         to clarify what these functions will return.
2193 2001-10-16  Padraig O'Briain  <padraig.obriain@sun.com>
2195         * atk/atktext.c:
2196         Update comments in atk_text_get_run_attributes() and
2197         atk_text_get_default_attributes().
2199 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
2201         * atk/atkobject;c:
2202         Change "property-change" signal to allow detail (i.e. property name) 
2203         and add detail in atk_object_notify().
2205 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
2207         * atk/atktext.c:
2208         Correct order of attribute names in text_attr_name array.
2210 2001-10-12  Padraig O'Briain  <padraig.obriain@sun.com>
2212         * atk/atktext.[c|h]:
2213         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
2214         Use enum AtkTextAttribute to specify what attribute are supported
2215         rather than hash defines. Define new functions atk_attribute_get_name()
2216         and atk_attribute_get_value() which return the strings for the
2217         attribute name and values for those attribute which have named values.
2219 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
2221         * atk/atktext.c (atk_text_get_run_attributes):
2222         Correct typo.
2224         * atk/atktext.c (atk_text_get_default_attributes):
2225         Add call to set iface.
2227 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
2229         * atk/atktext.[c|h]:
2230         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
2231         Add new function atk_text_get_default_attributes
2232         Rename atk_text_ref_run_attributes to atk_text_get_run_attributes
2234 2001-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
2236         * atk/atktext.c (atk_attribute_set_free):
2237         Avoid leaking of AtkAttributeSet data structure; speed up code.
2239         * docs/tmpl.atk*.sgml
2240         Updated to reflect current APIs.
2242 2001-10-01  jacob berkman  <jacob@ximian.com>
2244         * docs/Makefile.am (dist-hook-local): depend on all-local so that
2245         make dist works correctly w/o having to build first
2247 2001-10-01  Tor Lillqvist  <tml@iki.fi>
2249         * configure.in: Add AC_LIBTOOL_WIN32_DLL.
2251 Sat Sep 29 19:45:00 2001  Bill Haneman <bill.haneman@sun.com>
2252         
2253         * configure.in (ATK_MICRO_VERSION): Version 0.6
2254         (because libglade will depend on a the small api addition below)
2256         * atk/makefile.msc (PKG_VER): Version 0.6
2258         * atk/atkrelation.h:
2259         * atk/atkrelation.c: (AtkRelationType 
2260         atk_relation_type_from_string (const gchar *name)): Added method.
2262         
2263 Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>
2265         * configure.in (ATK_MICRO_VERSION): Version 0.5
2267         * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
2269         * atk/makefile.msc (PKG_VER): Version 0.5
2271 2001-09-21  Hans Breuer  <hans@breuer.org>
2273         * atk/atk.def : updated externals
2274         * atk/makefile.msc : version 0.4
2276         * atk/atktext.c (atk_text_get_character_extents) : real_height
2277         is a reference to int, so use &local_height
2279 Wed Sep 19 10:46:44 2001  Tim Janik  <timj@gtk.org>
2281         * Released 0.4.
2283 Tue Sep 18 23:41:32 2001  Tim Janik  <timj@gtk.org>
2285         * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION.
2286         up ATK_VERSION to 0.4, interface age 0, binary age 0.
2287         (from 0.2 which was not properly updated last time).
2288         depend on glib 1.3.8.
2290         * NEWS: updates.
2292 2001-09-11  Padraig O'Briain  <padraig.obriain@sun.com>
2294         * atk/atkobject.c:
2295         Add object reference when object is set as accessible_parent
2297 2001-09-05  Mark McLoughlin <mark@skynet.ie>
2299         * configure.in: remember ACLOCAL_FLAGS.
2301 2001-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
2303         * atk/atktable.[c|h]
2304         Change atk_table_get_caption() and atk_table_set_caption()
2305         to deal with AtkObject* rather than gchar*
2306         Remove redundant and incorrect comments
2307         
2308 Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>
2310         * configure.in: Version 0.3  
2312         * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
2314         * NEWS: Update  
2316 2001-09-03  Padraig O'Briain  <padraig.obriain@sun.com>
2318         * atk/atkobject.c:
2319         Correct property definitions for "accessible-table-caption", 
2320         "accessible-table-column-description", 
2321         "accessible-table-row-description" 
2322         * atk/atkobject.h:
2323         Update comments to include all properties defined
2325 2001-08-24  Padraig O'Briain  <padraig.obriain@sun.com>
2327         * atk/atkhyperlink.h:
2328         Change AtkHyperLink to AtkHyperlink in comment
2329         * atk/atkhypertext.[c|h]:
2330         Change AtkHyperLink to AtkHyperlink
2331         * atk/atktable.[c|h]:
2332         Make gchar* arguments const; make return value of type gchar*
2333         G_CONST_RETURN
2334         * docs/atk-sections.txt
2335         Remove reference to AtkHyperLink
2336         * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
2337         docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
2338         Updated by make
2339         
2340 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
2342         * atk/atktable.c
2343         Add functions atk_table_real_get_index_at(), 
2344         atk_table_real_get_row_at_index(), atk_table_real_get_column_at_index() 
2345         as default implementations for atk_table_get_index_at(),
2346         atk_table_get_row_at_index(), atk_table_get_column_at_index()
2348 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
2350         * atk/atkaction.c:
2351         Refer to return value in function documentation for 
2352         atk_action_do_action
2353         * atk/atkimage.c:
2354         Fix typo in comments
2355         * docs/tmpl/atkaction.sgml:
2356         Update to include return value
2358 2001-08-22  Marc Mulcahy <marc.mulcahy@sun.com>
2360         * atk/atkaction.c atk/atkaction.h:
2361         Made atk_action_do_action return a gboolean as the class member of 
2362         AtkActionIface does.
2363         * .cvsignore:
2364         Added atk.spec
2366 2001-08-20  Padraig O'Briain  <padraig.obriain@sun.com>
2368         * docs/tmpl/atkimage.sgml atk/atkimage.h:
2369         Swap height and width arguments to atk_image_get_image_size
2370         * atk/atkimage.c:
2371         Swap height and height arguments to atk_image_get_image_size
2372         Do not crash if NULL pointers are passed for return values
2374 2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
2376         * docs/tmpl/atktext.sgml atk/atktext.h:
2377         Change parameter names *offset to *_offset
2378         * atk/atkcomponent.c:
2379         Do not crash if NULL pointers are passed for return values
2380         * atk/atktext.c:
2381         Change parameter names *offset to *_offset
2382         Do not crash if NULL pointers are passed for return values
2383         
2384 2001-08-16  Bill Haneman  <bill.haneman@sun.com>
2386         * atk/atkutil.c :
2387         Changed g_type_class_peek() to g_type_class_ref()
2388         in atk_add_global_event_listener(), since
2389         g_type_class_peek() could return NULL when an
2390         instance of the class had not been created.
2392 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
2394         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
2395         Ensure that atk_attribute_set_free is in the documentation.
2397 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
2399         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
2400         Swapped order of width and height arguments to
2401         atk_text_get_character_extents()
2402         Changed AtkAttrributeSet_free to atk_attribute_set_free
2404 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
2406         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
2407         Changed "length" argument of atk_text_get_character_extents() to
2408         "height".
2410 2001-08-15  Jens Finke <jens@gnome.org>
2412         * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files.
2413         * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and
2414         added a AC_SUBST for it. This is needed for the spec.in file.
2415         Added atk.spec to output list.
2416         * atk.spec.in: New file.
2418 2001-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
2420         * atk/atkcomponent.[c|h]
2421         * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
2422         Change atk_component_get_accessible_at_point to 
2423         atk_component_ref_accessible_at_point so it will work for flyweights
2425 Sun Aug 12 10:33:02 2001  Owen Taylor  <otaylor@redhat.com>
2427         * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
2428         with GNU make.
2430 2001-08-09  Padraig O'Briain  <padraig.obriain@sun.com>
2432         * atk/atkaction.c, atk/atkcomponent.c
2433         Remove all instances of g_return_if_fail (foo != NULL); that are
2434         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
2435         since the second check catches the NULL.
2436         * atk/atkcomponent.c
2437         Add functions atk_component_real_contains(), 
2438         atk_component_real_get_position(), atkcomponent_real_get_size() 
2439         as default implementations for atk_component_contains(),
2440         atk_component_get_position(), atk_component_get_size()
2442 2001-08-07  Brian Cameron <brian.cameron@sun.com>
2444         * atk/atkimage.[ch] docs/atk-sections.txt
2445         docs/tmpl/atkimage.sgml
2446         Updated AtkImage get_position to get_image_position
2447         so the naming is consistant.  Now get_image_position
2448         and get_image_size return -1 for x/y/height/width
2449         if AtkImage implementations of these functions is
2450         not found.
2452 2001-07-31  Padraig O'Briain  <padraig.obriain@sun.com>
2454         * atk/atkobject.c
2455         Create an object relation set when the object is created.
2457 2001-07-30  Brian Cameron <brian.cameron@sun.com>
2459         * atk/atkutil.[ch]
2460         Changed first argument of atk_add_global_event_listener
2461         so the callback function is of type GSignalEmissionHook
2462         instead of AtkEventListener.  AtkEventListener is
2463         appropriate for Focus event callbacks, but not generic
2464         ones.
2466 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
2468         * atk/atkobject.c:
2469         Add function atk_object_real_ref_state_set() which creates the
2470         state set and adds states ATK_STATE_SELECTABLE and ATK_STATE_SELECTED
2471         if appropriate
2473 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
2475         * atk/*.c:
2476         Remove all instances of g_return_if_fail (foo != NULL); that are
2477         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
2478         since the second check catches the NULL.
2480 2001-07-26  Padraig O'Briain  <padraig.obriain@sun.com>
2482         * atk/Makefile.am
2483         Fix problem with ATK not building after running make maintainer-clean
2484         and autogen.sh: add extra files to MAINTAINERCLEANFILES
2486 2001-07-25 Bill Haneman <bill.haneman@sun.com>
2488         * atk/atktext.h
2489         * atk/atkeditabletext.h
2490         * atk.pc.in
2491         * atk-uninstalled.pc.in
2492         * atk/makefile.msc
2493         * configure.in
2494         Removed (unused) #defines of pango/pango.h
2495         Removed references to/dependencies on pango from .pc files
2496         Removed dependencies on pango from makefile.msc and configure.in
2498 2001-07-24  Padraig O'Briain  <padraig.obriain@sun.com>
2500         * atk/atkobject.[c|h]
2501         Move some implementation from GAIL:
2502         Default implementations for some some functions
2503         atk_object_real_get_name, atk_object_real_set_name,
2504         atk_object_real_get_description, atk_object_real_set_description,
2505         atk_object_real_get_parent, atk_object_real_set_parent,
2506         atk_object_real_get_role,
2507         atk_object_real_connect_property_change_handler,
2508         atk_object_real_remove_property_change_handler,
2509         atk_object_notify,
2510         definition of property-changed signal.
2511         Initialize pointers to NULL in atk_object_init().
2512         Initialize uninitialized function pointers to NULL in 
2513         atk_object_class_init().
2514         
2515 2001-07-23  Brian Cameron <brian.cameron@sun.com>
2517         * atk/atkobject.c
2518         Changed children_changed signal to allow NULL pointers
2519         for the 2nd argument to the signal handler.
2521 2001-07-20  Hans Breuer  <hans@breuer.org>
2523         * atk/atk.def : added more exports
2524         * atk/makefile.msc : updated win32 build
2526 2001-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
2528         * atk/atkaction.[c|h], docs/atk-sections.txt, 
2529         docs/tmpl/atkaction.sgml
2530         Add atk_action_get_name() and atk_action_set_description()
2532 2001-07-18  Padraig O'Briain  <padraig.obriain@sun.com>
2534         * atk/atkstate.[c|h]
2535         Add ATK_STATE_ENABLED so we can distinguish between a consistent
2536         and inconsistent GtkToggleButton
2538 2001-07-16  Brian Cameron <brian.cameron@sun.com>
2540         * atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
2541         docs/atk-sections.txt docs/tmpl/atktext.sgml docs/tmpl/atkutil.sgml
2542         gail_textattributes_update.pat is for gail/gail and integrates the 
2543         ATK_ATTRIBUTE_* macros in the gail implementations.
2544         atk_docs_textattributes_update.pat is for atk/docs and patches
2545         atk-sections.txt etc. for improved docs
2546         atk_atk_textattributes_update.pat is for atk/atk and included the
2547         new ATK_ATTRIBUTE_* macros and updated gtk-doc comments.
2549 2001-07-13  Darin Adler  <darin@bentspoon.com>
2551         * atk/atkstate.c: Add missing <string.h> include.
2552         * tests/teststateset.c: Add missing <string.h> include.
2554 2001-07-13  Darin Adler  <darin@bentspoon.com>
2556         * .cvsignore: Ignore some generated files.
2557         * autogen.sh: Get rid of call to autoheader since the
2558         configure file doesn't include AM_CONFIG_HEADER.
2560 2001-07-11  Brian Cameron <brian.cameron@sun.com>
2562         * tmpl/atkdocument.sgml
2563         Added new file for docs.
2565 2001-07-11  Padraig O'Briain  <padraig.obriain@sun.com>
2567         * atk/atkimage.c atk/atkutil.c
2568         Changes to build with Sun's FORTE compiler.
2570 2001-07-10  Brian Cameron <brian.cameron@sun.com>
2572         * tmpl/atk-unused.sgml tmpl/atkcomponent.sgml tmpl/atkeditabletext.sgml
2573         tmpl/atkimage.sgml tmpl/atkselection.sgml tmpl/atkstate.sgml
2574         tmpl/atkstreamablecontent.sgml tmpl/atktable.sgml
2575         tmpl/atktext.sgml tmpl/atkutil.sgml
2576         Updated docs pages.
2578 Mon Jul  2 06:37:09 2001  Tim Janik  <timj@gtk.org>
2580         * atk/atktext.c (atk_text_base_init): 
2581         * atk/atktable.c (atk_table_base_init): 
2582         * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/
2583         to adapt to recent GSignal changes.
2585 2001-06-28  Brian Cameron <brian.cameron@sun.com>
2587         * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt
2588         docs/tmpl/atkutil.sgml
2589         Added new functiosn to AtkUtil.
2591 2001-06-28  Brian Cameron <brian.cameron@sun.com>
2593         * atk/Makefile.am atk/atk.h atk/atkdocument.c atk/atkdocument.h
2594         docs/atk-docs.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml
2595         docs/tmpl/atkobject.sgml
2596         Added new atk document interface.
2598 2001-06-28  Brian Cameron <brian.cameron@sun.com>
2600         * atk/atkcomponent.c atk/atkcomponent.h atk/atkimage.c
2601         atk/atkimage.h atk/atktext.c atk/atktext.h atk/atkutil.h
2602         Updated so that functions that take screen coords as 
2603         input/output also take an enum specifying whether
2604         the coords are screen or top-level window based.
2605         Updated docs as well.
2607 2001-06-28  Brian Cameron <brian.cameron@sun.com>
2609         *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c
2610         atk/atkhyperlink.c atk/atkobject.c atk/atkregistry.c
2611         atk/atkstate.c atk/atkstateset.c atk/atkstreamablecontent.c
2612         atk/atktable.c atk/atktext.c atk/atkutil.c atk/atkvalue.c
2613         atk/docs/tmpl/atkstreamablecontent.sgml
2614         Cleaned up docs.  Added atkstreamablecontent.sgml
2616 2001-06-28  Brian Cameron <brian.cameron@sun.com>
2618         *atk/atktable.h, atk/atktable.c
2619         Updated signal handler definitions.
2621 2001-06-27  Brian Cameron <brian.cameron@sun.com>
2623         *atk/atktext.h
2624         Updated AtkXYCoords enum.
2626 2001-06-27  Brian Cameron <brian.cameron@sun.com>
2628         *atk/atkaction.c atk/atkaction.h atk/atkcomponent.c
2629         atk/atkcomponent.h atk/atkhyperlink.c atk/atkhypertext.c
2630         atk/atkimage.c atk/atkimage.h atk/atkobject.c
2631         atk/atkobject.h atk/atkobjectfactory.c atk/atkregistry.c
2632         atk/atkstateset.c atk/atkstreamablecontent.c
2633         atk/atkstreamablecontent.h atk/atktable.c
2634         atk/atktext.c, docs/atk-docs.sgml docs/atk-sections.txt
2635         and some docs/tmpl files.
2636         Updated gtk-docs fixing spelling errors and making minor
2637         changes to the API.
2639 2001-06-27  Louise Miller <lousie.miller@sun.com>
2641         *atk/atkselection.h, atk/atkselection.c
2642         changed return type to gboolean for 
2643         atk_selection_select_all_selection
2645 2001-06-26  Brian Cameron <brian.cameron@sun.com>
2647         *atk/atkstate.h atk/atkstate.c
2648         docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml
2649         docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml
2650         docs/tmpl/atktext.sgml
2651         Added ATK_STATE_STALE.  Updated docs.
2653 2001-06-22  Lucy Brophy <lucy.brophy@sun.com>
2655         *atk/atktext.h
2656         Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
2658 2001-06-21  Brian Cameron <brian.cameron@sun.com>
2660         * atk/atkeditabletext.h, atk/atkobject.h,
2661         atktext.[ch]
2662         Added AtkAttributeSet_free() convenience
2663         function.
2665 2001-06-20  Peter Williams  <peterw@ximian.com>
2667         * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type ->
2668         atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer
2669         G_{BEGIN,END}_DECLS.
2671 2001-06-20  Brian Cameron <brian.cameron@sun.com>
2673         * atk/atktable.c, atk/atkmarshal.list
2674         Removed needless marshal and updated signal handlers in
2675         atktable.c
2677 2001-06-20  Louise Miller <louise.miller@sun.com>
2679         *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml   
2680         Changed parameters for get_selected_rows/get_selected_columns
2681         Added 4 new functions, add_row_selection, remove_row_selection,
2682         add_column_selection, remove_column_selection
2684 2001-06-19  Brian Cameron <brian.cameron@sun.com>
2686         * atk/atktable.c
2687         Fixed minor bug with signals.
2689 2001-06-18  Brian Cameron <brian.cameron@sun.com>
2691         * atk/atktable
2692         Added signals.
2694 2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
2696         * atk/atkselection.h atk/atkselection.c
2697         Now add_selection, clear_selection, and remove_selection 
2698         return a boolean indicating SUCCESS/FAILURE to indicate
2699         if the operation was successful.
2701 2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
2703         * atk/atktable.h atk/atktable.h
2704         Updated so now the get_text_before|at|after functions
2705         return the start & end offset of the string.  Updated the
2706         docs.
2708 2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>
2710         * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
2712 2001-06-11  Havoc Pennington  <hp@redhat.com>
2714         * NEWS: updated
2716         * configure.in: bump version to 0.2 and add infrastructure for 
2717         libtool version info. Assumes GTK versioning scheme (major.minor 
2718         is binary compatible)
2719         
2720         * atk/Makefile.am (LDFLAGS): set version info
2721         (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
2722         
2723 2001-06-13  Brian Cameron <brian.cameron@sun.com>
2725         * atk/atktable.h, atk/atktable.c
2726         Updated so that get/set row/column header functions
2727         work with AtkObjects rather than AtkTables.  Organized
2728         the header file a little more cleanly.  Also the get/set
2729         row_description and caption functions now use gchar *
2730         rather than AtkObject.
2732 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
2734         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
2735         Add signal model-changed.
2737         * atk/atkobject.c: Add properties
2738         accessible-role, accessible-table-caption, 
2739         accessible-table-column-header, accessible-table-column_description.
2740         accessible-table-row-header, accessible-table-row_description.
2741         accessible-table-summary, accessible-model
2743 2001-06-12  Brian Cameron <brian.cameron@sun.com>
2745         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
2746         Updated atkeditabletext and atktext interfaces so they
2747         now properly define the get/set attribute methods and now
2748         get_offset_at_point and get_character_extents can request
2749         x,y coords by either widget or screen coords.
2751 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
2753         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
2754         CFLAGS, not in LIBS. (Always linking with -lpthread
2755         is a noticeable speed hit.)
2757 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
2759         * atk/Makefile.am: Really fix marshal generation.
2761 2001-06-07  Havoc Pennington  <hp@redhat.com>
2763         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
2764         glib-genmarshal stuff
2766 2001-06-07  Havoc Pennington  <hp@redhat.com>
2768         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
2769         glib-genmarshal
2771         * configure.in: rearrange the library checks to support
2772         uninstalled linking     
2774         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
2776         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
2777         ATK in giant GTK tarball
2779 2001-06-07  Brian Cameron <brian.cameron@sun.com>
2781         * docs/atk-api.sgml docs/atk-sections.txt
2782         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
2783         docs/tmpl/atktext.sgml
2784         Removed docs/atk-api.sgml since it is not used.
2785         Updated sgml files and atk-sections.txt to reflect
2786         recent changes to the atktext and atkeditabletext
2787         interfaces
2789 2001-06-06  Brian Cameron <brian.cameron@sun.com>
2791         * atk/atktext.h atk/atktext.h
2792         Updated to new atktext functions for getting attributes.
2794 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
2796         * New files atk/atkstreamablecontent.[ch]
2797         Updated files: atk/Makefile.am, atk/atk.h
2799         * atk/atkvalue.c: Updated comments
2801 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
2803         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
2805 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
2807         * atk/atkobject.c: Add property accessible-visible-data
2809 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
2811         * atk/atkobject.c: Add support for setting and getting 
2812         accessible-value property.
2814         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
2816 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
2818         * atk/atkeditabletext.[ch], atk/atktext.[ch]
2820         * docs/atk-overrides.txt, docs/Makefile.am
2821           Updated the interface for dealing with selected
2822           text to handle multiple selected regions.  Removed
2823           get_row_col_at_offset from atktext.[ch].  Added
2824           docs/atk-overrides.txt file.
2826 Thu May 31  Brian Cameron <brian.cameron@sun.com>
2828         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
2829           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
2830           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
2831           Makefiles so the proper marshall files get included in the
2832           dist.  Updated the Makefiles and configure.in so that the
2833           docs get included in the dist.
2835 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
2837         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
2839 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
2841         * atk/atkobject.c: Define new properties accessible-text, 
2842         accessible-caret, accessible-selection and accessible-value
2844 2001-05-29  Brian Cameron <brian.cameron@sun.com>
2846         * docs/atk-sections.txt
2848         * docs/tmpl/*
2849         Improved the layout/formatting of the atk docs.  Added docs/tmpl
2850         files.
2852 2001-05-28  Brian Cameron <brian.cameron@sun.com>
2854         * atk/atktext.c
2855         Now properly set the initialized flag when setting up signals.
2856         Updated the atk-docs in several files
2858 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
2860         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
2861         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
2862         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
2863         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
2864         Fix warnings generated by Sun FORTE compiler
2866 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
2868         * atk/atkcomponent.c atk/atkvalue.c
2869         Remove return calls in functions which return void
2870         
2871 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
2873         * atk/atkobject.h: Correct naming of role for status bar
2875         * atk/atktext.c: 
2876         Clarify behaviour of atk_text_get_text_after/at/before_offset
2878 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
2880         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
2882 2001-01-06  Hans Breuer  <hans@breuer.org>
2884         * atk/makefile.msc atk/atk.def (new files) :
2885         Enable build for win32, no sourc changes necessary.
2887 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
2889         * Released 0.1
2891 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
2893         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
2895 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
2897         * Start a ChangeLog