Revved to 1.23.5 for GNOME 2.23.5. generate atk.def from atk.symbols.
[atk.git] / ChangeLog
blob1e059e74db9bace127c294d7e721d4f73b2e6848
1 2008-07-21  Li Yuan  <li.yuan@sun.com>
3         * NEWS:
4         * configure.in:
5         Revved to 1.23.5 for GNOME 2.23.5.
6         * atk/Makefile.am:
7         generate atk.def from atk.symbols.
10 2008-07-11  Runa Bhattacharjee <runabh@gmail.com>
12         * configure.in: Added Pashto (ps) to ALL_LINGUAS
14 2008-06-19  Li Yuan  <li.yuan@sun.com>
16         * atk/Makefile.am:
17         * atk/atk.def:
18         * atk/atk.symbols:
19         * atk/atkhyperlink.h:
20         * atk/atkobject.h:
21         * docs/tmpl/atkhyperlink.sgml:
22         * docs/tmpl/atkobject.sgml:
23         Patch from Mike Gorse <mgorse@novell.com>. Bug #526752.
24         Mark deprecated symbols with ATK_DISABLE_DEPRECATED.
26 2008-06-05  Michael Natterer  <mitch@imendio.com>
28         Bug #535704:
30         * configure.in: add G_DISABLE_SINGLE_INCLUDES and
31         ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.
33         * atk/atk.h: define __ATK_H_INSIDE__ around including all other
34         headers.
36         * atk/atk*.h: add single-include guards that #error out if
37         ATK_DISABLE_SINGLE_INCLUDES is defined and any of these files is
38         included individually. Use G_BEGIN_DECLS/G_END_DECLS in all files.
40         * atk/Makefile.am: define ATK_COMPILATION while building ATK.
41         Add single-include guards to the generated atk-enum-types.h too.
43 2008-03-10  Li Yuan  <li.yuan@sun.com>
45         * NEWS:
46         * configure.in:
47         Revved to 1.22.0 for GNOME 2.22.0.
49 2008-02-25  Li Yuan  <li.yuan@sun.com>
51         * NEWS:
52         * configure.in:
53         Revved to 1.21.92 for GNOME 2.21.92.
55 2008-01-31  Li Yuan  <li.yuan@sun.com>
57         * atk/atktext.c: (atk_text_get_character_at_offset),
58         (atk_text_get_text_at_offset):
59         Bug #508846. Extend allowed indexes of 
60         ATK_TEXT_GET_TEXT_AT_OFFSET and
61         ATK_TEXT_GET_CHARACTER_AT_OFFSET to allow values -1 and -2.
63 2008-01-14  Li Yuan  <li.yuan@sun.com>
65         * NEWS:
66         * configure.in:
67         Revved to 1.21.5 for GNOME 2.21.5.
69 2008-01-04  Li Yuan  <li.yuan@sun.com>
71         * atk/atkutil.h:
72         Bug #502840. Derived type definition convenience macros
73         * tests/Makefile.am:
74         Bug #500978. Fixes the building of the test modules 
75         as dynamic on Cygwin and MinGW.
77 2007-09-24  Li Yuan  <li.yuan@sun.com>
79         * atk/atkhyperlink.c: (atk_hyperlink_class_init):
80         Fix bug #477763. Correct registration of the 
81         "start-index" property for AtkHyperlink.
83 2007-09-17  Li Yuan  <li.yuan@sun.com>
85         * configure.in, NEWS:
86         Revved to 1.20.0 for GNOME 2.20.0.
88 2007-08-03  Danishka Navin  <danishka@gmail.com>
90         * configure.in: added "si" (Sinhala) to ALL_LINGUAS.
92 2007-07-30  Li Yuan  <li.yuan@sun.com>
94         * configure.in, NEWS:
95         Revved to 1.19.6 for GNOME 2.19.6.
97 2007-07-27  Li Yuan  <li.yuan@sun.com>
99         * atk/atkutil.c: (atk_get_version):
100         * atk/atkutil.h:
101         Bug #460851. A new API to get the current version of ATK.
103 2007-06-04  Li Yuan <li.yuan@sun.com>
105         * configure.in, NEWS:
106         Revved to 1.19.3 for GNOME 2.19.3.
107         Remove gnome-doc-utils dependence.
109 2007-05-11  Brian Cameron  <brian.cameron@sun.com>
111         * Use $(GLIB_MKENUMS) instead of calling glib-mkenums directly.
112           This works better when you build with glib via an
113           uninstalled.pc file.
115 2007-04-25  Christophe Merlet  <redfox@redfoxcenter.org>
117         * configure.in: added "oc" (Occitan) to ALL_LINGUAS.
119 2007-04-23  Li Yuan <li.yuan@sun.com>
121         * configure.in, NEWS:
122         Revved to 1.19.1 for GNOME 2.19.1.
124 2007-04-11  Li Yuan <li.yuan@sun.com>
126         * autogen.sh, configure.in: use gnome-autogen.sh to simplify
127         autogen.sh.
129 2007-03-22  Christian Persch <chpe@gnome.org>
131         Fix for #418194.
132         * atk/Makefile.am: use -DATK_LOCALEDIR.
133         * configure.in: remove AM_GLIB_DEFINE_LOCALEDIR.
135 2007-03-22  Christian Persch <chpe@gnome.org>
137         Fix for #382328.
138         * atk/atkrelation.c: (atk_relation_type_get_name): add missing const.
139         * atk/atkstate.c: (atk_state_type_get_name): ditto.
140         * atk/atktext.c: (atk_text_attribute_get_name): ditto.
142 2007-03-12  Li Yuan <li.yuan@sun.com>
144         * configure.in, NEWS:
145         Revved to 1.18.0 for GNOME 2.18.0.
147 2007-03-02  Li Yuan <li.yuan@sun.com>
149         * atk/atkobject.c: 
150         (atk_object_notify_state_change):
151         Fix #408527. Add a check.
153 2007-02-25  Tor Lillqvist  <tml@novell.com>
155         * atk/atkmisc.h: Fix typo: declare atk_misc_get_type(), not
156         atk_util_get_type().
158         * atk/atk.def: Add atkmisc entry points.
160 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
162         * Makefile.am: Dist MAINTAINERS.
164 2007-02-13  Bill Haneman <bill.haneman@sun.com>
166         * atk/atkstate.h: Clarified documentation for
167         ATK_STATE enumerations.  See bug #398038.
169         * atk/atkrelation.c: Point to atk_object_add_relationship, 
170         to clarify and simplify use of AtkRelation.  See bug #367627.
171         
172 2007-02-12  Li Yuan  <li.yuan@sun.com>
174         * configure.in, NEWS:
175         Revved to 1.17.0.
177 2007-02-12  Li Yuan  <li.yuan@sun.com>
179         * atk/atkmisc.c:
180         (atk_misc_threads_enter), (atk_misc_threads_leave):
181         Bug #404592. Don't do anything if misc is NULL.
183 2007-01-22  Li Yuan  <li.yuan@sun.com>
185         * configure.in, NEWS:
186         Revved to 1.13.2.
188 2007-01-19  Li Yuan  <li.yuan@sun.com>
190         * atk/atkmisc.c:
191         (atk_misc_threads_enter), (atk_misc_threads_leave):
192         Bug #329454. Use ATK_MISC_GET_CLASS to get AtkMiscClass
193         to use the overloaded functions. 
195 2007-01-13  Hans Breuer  <hans@breuer.org>
197         * atk/makefile.msc : adapt lib name to "auto-standard", add atkmisc
199 2007-01-10  Li Yuan <li.yuan@sun.com>
201         * configure.in:
202         * atk/atkmisc.h:
203         Revved to 1.13.1.
205 2007-01-08  Bill Haneman <bill.haneman@sun.com>
207         * atk/atkaction.c:
208         (atk_action_get_name): Clarified what is expected 
209         in an action name, and numerated some commonly-used names.
210         (atk_action_get_keybinding): Improve the documentation
211         for the string returned by this API.
213 2007-01-08  Bill Haneman <bill.haneman@sun.com>
215         * configure.in: Revved to 1.13.0, since new API
216         has been added for gnome 2.17.5.  (ATK is
217         now API frozen for gnome 2.18.)
219         * atk/atkmisc.[ch]: New class which provides
220         miscellaneous utilities including
221         (atk_misc_threads_enter, atk_misc_thread_leave): New, 
222         see bug #329454.
224         * docs/tmpl/atkmisc.sgml:
225         Docs for AtkMisc.
226         
227         * docs/tmpl/atkhyperlinkimpl.sgml: Added minimal
228         doc for AtkHyperlinkImpl struct.
229         
230 2006-12-05  Li Yuan <li.yuan@sun.com>
232         * configure.in, NEWS:
233         Bump to 1.12.4, for gnome 2.17.4.
235 2006-12-04  Bill Haneman <bill.haneman@sun.com>
236         
237         * Added Li Yuan <li.yuan@sun.com> to MAINTAINERS.
239 2006-10-01  Bill Haneman <bill.haneman@sun.com>
241         * configure.in, NEWS:
242         Bump to 1.12.3, for gnome 2.16.1.
243         
244 2006-09-26  Bill Haneman <bill.haneman@sun.com>
246         * atk/atktext.c:
247         (atk_text_attribute_get_value): Allow 
248         the wrap value to be 3 (bug #357847).
250 2006-09-14  Bill Haneman <bill.haneman@sun.com>
252         * atk/docs/atkdocument.sgml:
253         Update docs to include signals, and revise description.
254         
255         Following code changes from Neo Liu <nian.lui@sun.com>
257         * atkdocument.c:
258         (atk_document_base_init): New, add signals
259         "load_complete", "load_stopped", "reload".
261         * atknoopobject;c:
262         (atk_no_op_object_get_type): Add 'AtkDocument'
263         interface type to this test AtkObject class.
264         
265 2006-09-19  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
267         * configure.in: Added "te" to ALL_LINGUAS
269 2006-09-14  Bill Haneman <bill.haneman@sun.com>
271         * atk/atk.def: Added some missing symbols for win32 build.
272         Patch from Cedric Gustin, bug #355912.
273         
274         * atk/atkhyperlink.c:
275         (atk_hyperlink_is_selected_link): Mark deprecated, since
276         ATK_STATE_SELECTED gives the same information for hyperlinks.
277         Bug #340553.
278         
279         * atk/atktext.c:
280         (atk_text_attribute_get_value): Allow value of
281         PANGO_UNDERLINE_ERROR, since this is not an error condition, but
282         denotes the underline style used to indicate spelling errors.
283         Bug #346464.
284         
285 2006-09-08  Bill Haneman <bill.haneman@sun.com>
287         * atk/atkhyperlinkimpl.c:
288         (atk_hyperlink_impl_get_hyperlink): Add missing
289         return statement - thanks to Neo Liu for finding this.
290         Bug #352227.
292 2006-09-01  Abel Cheung  <abel@oaka.org>
294         * configure.in: Added 'dz' 'ku' to ALL_LINGUAS.
296 2006-08-21 Bill Haneman <bill.haneman@sun.com>
298         * configure.in: Revved to 1.12.2.
299         
300 2006-08-17 Bill Haneman <bill.haneman@sun.com>
302         * docs/atk-docs.sgml: Added entity for AtkHyperlinkImpl.
304         * docs/atk-sections.txt: Added entries for newly added API.
306         * atk/atkvalue.c:
307         (atk_value_get_minimum_increment): Added the right number of
308         asterisks to make gtk-doc happy (!) so that inline docs are exposed.
309         
310         Fixes bug #351580.
311         
312 2006-08-01 Bill Haneman <bill.haneman@sun.com>
314         * atk/atkobject.h:
315         Improved docs for ATK_ROLE_APPLICATION, ATK_ROLE_ALERT.
316         
317 2006-07-03 Runa Bhattacharjee <runabh@gmail.com>
319         * configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS.
321 2006-06-29 Bill Haneman <bill.haneman@sun.com>
323         * atk/atkhyperlinkimpl.h:
324         * atk/atkhyperlinkimpl.c:
325         (atk_hyperlink_impl_get_hyperlink): New method and 
326         interface, allows a client to obtain the 
327         AtkHyperlink instance associated with an AtkObject.
328         See RFE #344284.
330         * configure.in: Bumped to 1.12.1.
332 2006-06-23 Bill Haneman <bill.haneman@sun.com>
334         * docs/atk-docs.sgml: Add index sections.
335         * atk/*.c: Fix 'Since' and 'Deprecated' tags so that
336         index xsl parser can find them.  Bug #313183.
338         * atk/atkobject.h:
339         Added ATK_ROLE_LINK and ATK_ROLE_INPUT_METHOD_WINDOW, 
340         bug #345367 and #140635.
341         
342 2006-06-21 Bill Haneman <bill.haneman@sun.com>
344         * atk/atkstateset.c:
345         (ATK_STATE): Patch from Ginn Chen, bug #345407.
346         Fix ATK_STATE macro for state values > 32.
347         
348 2006-06-15 Bill Haneman <bill.haneman@sun.com>
350         * atk/atkstreamablecontent.h, atkstreamablecontent.c:
351         Fix nasty typo.  Bug #344915.
352         
353 2006-06-14 Bill Haneman <bill.haneman@sun.com>
355         * atk/atkstreamablecontent.h, atkstreamablecontent.c:
356         (atk_streamable_content_get_uri): New method, returns a string
357         representing a URI from which content may be streamed.
358         See RFE #344885.
359         
360 2006-06-08 Bill Haneman <bill.haneman@sun.com>
362         * atk/Makefile.am: Added $(srcfile) to win32
363         libatk_1_0_la_LDFLAGS,
364         bug #336802.  Hope that works, as I don't have a win32 build env
365         to test on.
366         
367 2006-06-08 Bill Haneman <bill.haneman@sun.com>
369         * configure.in: Revved to 1.12.0 after tagging the repository with
370         gnome-2-14 (if we need to create/work on the old branch).
371         
372         * atk/atkobject.h, atkobject.c: Added ATK_ROLE_FORM (bug #344142).
373         
374         * atk/atkrelationtype.h: Added ATK_RELATION_DESCRIPTION_FOR, 
375         ATK_RELATION_DESCRIBED_BY (bug #344144).
377         * atk/atkstate.h: Added ATK_STATE_DEFAULT (bug #344281) and
378         ATK_STATE_VISITED (bug #344384), also ATK_STATE_ANIMATED which
379         is in AT-SPI but was not yet in ATK.
381         * atk/atkvalue.h, atkvalue.c: Add atk_value_get_minimum_increment
382         (missing despite being in AT-SPI's IDL for Value: bug #341875)
383         
384 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
386         * configure.in: Remove obsolete no.po referrals
387         * po/no.po: Same.
389 2006-03-28 Bill Haneman <bill.haneman@sun.com>
391         * configure.in, NEWS: Revved to 1.11.4, to include docs improvements.
392         
393 2006-03-24  Gora Mohanty  <gmohanty@cvs.gnome.org>
395         * configure.in: Added 'or' (Oriya) to ALL_LINGUAS.
397 2006-03-21 Bill Haneman <bill.haneman@sun.com>
399         gtk-doc documentation fixes: ATK now has 100% API coverage
400         with no incomplete function/struct descriptions.
401         
402         * atk/atkdocument.c: Edited docs to make gtk-doc happier.
403         * atk/atkimage.c: Ditto.
404         * atk/atkobject.c: Moved 'Deprecated' tag relative to 'Returns',
405         to make gtk-doc happier.
406         * atk/atkobject.h: Documented AtkPropertyValues.
407         * atk/atkrelationtypes: Documented the unused/invalid types
408         ATK_RELATION_TYPE_NULL and ATK_RELATION_TYPE_LAST_DEFINED.
409         * atk/atktext.h: Documented AtkTextBoundaryType.
410         * atk/atkutil.h: Documented AtkKeyEventStruct.
411         * docs/atksections.txt: Added missing function entries.
412         * docs/tmpl/atkhypertext.sgml: Added long description.
413         * docs/tmpl/atkregistry.sgml: Added long description.
414         * docs/tmpl/atkrelationset.sgml: Added long description.
415         * docs/tmpl/atkstreamablecontent.sgml: Added long description.
416         
417 2006-03-21  Tor Lillqvist  <tml@novell.com>
419         * atk/atkobject.c (get_atk_locale_dir): Fix fatal typo.
421         * atk/atk.def: Add some missing functions.
423 2006-03-20  Vladimer Sichinava  <vlsichinava@gmail.com>
425         * configure.in: Added "ka" (Georgian) to ALL_LINGUAS
427 2006-03-20 Bill Haneman <bill.haneman@sun.com>
428         
429         * atk/atkutil.h: Added missing info on AtkEventListener,
430         AtkEventListenerInit, and AtkKeySnoopFunc. bug #320911.
432         * atk/atkimage.h: Moved information about '-1' return values
433         to the corresponding parameters.  bug #320916.
434         
435         * atk/atkobject.c: Fixed some docs issues in comment blocks.
437         * docs/tmpl/atkobject.sgml: Clarify children-changed signal
438         params. bug #162410.
439         
440 2006-03-20 Bill Haneman <bill.haneman@sun.com>
442         * atk/atkimage.c: Bug detected by Behdad Esfahbod
443         (atk_image_get_position): Allow for NULL-in params.
444         (atk_image_get_size): Allow for NULL in-params.
445         
446 2006-03-13 Bill Haneman <bill.haneman@sun.com>
448         * configure.in, NEWS: Revved to 1.11.3.
449         This is the GNOME 2.14.0 version of ATK.
450         
451 2006-02-24 Bill Haneman <bill.haneman@sun.com>
453         * atk/atkobject.c:
454         (get_atk_locale_dir): Make sure to convert from UTF-8 to
455         correct filename encoding; bug #317458 from Kazuzi IWAMOTO.
457         * atk/atkobject.c:
458         * atk/atktext.c:
459         Const patch from Arjan Van de Van; adds 'const' to 
460         internal atk structures and methods where appropriate.
462 2006-01-17 Bill Haneman <bill.haneman@sun.com>
464         * configure.in: Revved to 1.11.1.
465         Re-dist using a working gtk-doc, so that docs are included.
466         
467 2006-01-16 Bill Haneman <bill.haneman@sun.com>
469         * configure.in: Revved to 1.11.0.
470         
471 2005-12-27  Abel Cheung  <maddog@linuxhall.org>
473         * configure.in: Added "zh_HK" to ALL_LINGUAS.
475 2005-11-17  Bill Haneman <bill.haneman@sun.com>
477         * atk/atkobject.h:
478         (AtkRoleType): Added ATK_ROLE_ENTRY, ATK_ROLE_CHART,
479         ATK_ROLE_CAPTION, ATK_ROLE_DOCUMENT_FRAME, ATK_ROLE_HEADING,
480         ATK_ROLE_PAGE, ATK_ROLE_SECTION, ATK_ROLE_REDUNDANT_OBJECT.
481         (AtkAttributeSet): Moved here from AtkText.
482         (AtkObjectClass): Added get_attributes vfunc pointer.
484         (atk_object_get_attributes): New public method.
485         
486         * atk/atkobject.c:
487         (atk_object_get_attributes): New method implementation, 
488         uses AtkObjectClass->get_attributes.   This method allows
489         the assignment of weakly-type attributes to any AtkObject
490         instance, as name-value pairs.
491         (AtkRoleItem): Added names for the new roles.
492         
493         * atk/atkstate.h:
494         (AtkStateType): Added ATK_STATE_INVALID_ENTRY, 
495         ATK_STATE_SUPPORTS_AUTOCOMPLETION, ATK_STATE_SELECTABLE_TEXT.
496         Tweaked docs for other states.
497         
498         * atk/atkimage.h:
499         (AtkImageClass): Added get_image_locale vfunc.
500         (atk_image_get_image_locale): New method.
502         * atk/atkimage.c:
503         (atk_image_get_image_locale): New method.
505         * atk/atkcomponent.h:
506         (AtkComponentClass): Added get_alpha vfunc.
507         (atk_component_get_alpha): New method.
508         
509         * atk/atkcomponent.c:
510         (atk_component_get_alpha): New method.
512         * atk/atkdocument.h:
513         (AtkDocument): Added vfuncs for document locale and
514         document attributes.
515         (atk_document_get_locale): New.
516         (atk_document_get_attributes): New.
517         (atk_document_get_attribute_value): New.
518         (atk_document_set_attribute_value): New.
520         * atk/atkdocument.c: 
521         (atk_document_get_locale): New.
522         (atk_document_get_attributes): New.
523         (atk_document_get_attribute_value): New.
524         (atk_document_set_attribute_value): New.        
525         
526 2005-11-16  Bill Haneman <bill.haneman@sun.com>
528         * atk/atkimage.c:
529         * atk/atkhypertext.c:
530         * atk/atkobjectfactory.c:
531         * atk/atktable.c: Moved error return code
532         description to 'Returns' section.
533         * docs/tmpl/atkutil.sgml:
534         Committed a docs patch from Bill Abt.
535         
536 2005-11-01  Simos Xenitellis  <simos@gnome.org>
538         * configure.in: Added tt (Tatar) to ALL_LINGUAS.
540 2005-09-05  Bill Haneman <bill.haneman@sun.com>
542         * configure.in, NEWS: Release 1.10.3, 
543         with a working libtool (1.10.2 was a bad release, don't use).
545 2005-08-29  Bill Haneman <bill.haneman@sun.com>
547         * configure.in, NEWS: Release 1.10.2.
549 2005-08-19  Tor Lillqvist  <tml@novell.com>
551         * atk-zip.sh.in: Drop the timestamp from the zip file
552         names. Include the .def file.
554         * atk/Makefile.am (install-def-file): Fix typo.
556 2005-08-04  Tor Lillqvist  <tml@novell.com>
558         * configure.in: Look for windres on Win32.
560         * atk/Makefile.am: Don't use the script in GLib's build/win32 to
561         compile the rc file into a resource object file. (This means we
562         lose the build number increment magic, but I doubt it was that
563         useful anyway.) Instead use windres directly. To pass a normal .o
564         file produced by windres through libtool, which wants .lo files,
565         pass it directly to the linker using a -Wl option.
567         * atk/atk.rc.in: Correspondingly, replace BUILDNUMBER with 0.
569 2005-07-18  Abduxukur Abdurixit <abdurixit@gmail.com>      
571         * configure.in: Added 'ug' to ALL_LINGUAS.
573 2005-06-08  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
575         * configure.in: Added 'gl' to ALL_LINGUAS.
577 2005-04-28  Bill Haneman <billh@gnome.org>
579         * configure.in: Patch from Michael Meeks to
580         make atk 1.9's dependency on gtk+ 2.6 soft, i.e. 
581         don't require gmodule-no-export-2.0.
582         Restores compatibility of atk 1.9 series with gtK 2.4.X.
584         Revved to 1.10.1.
586 2005-04-22  Tor Lillqvist  <tml@novell.com>
588         * atk/atkobject.c: Initialize gettext before use. Calling
589         bindtextdomain() and bind_textdomain_codeset() in
590         atk_role_get_localized_name() was too late. Put the calls in new
591         function gettext_initialization() and call that from
592         atk_object_class_init() and atk_role_get_localized_name(). Move
593         the Win32-specific DllMain() and get_atk_locale_dir() functions
594         and the redefinition of ATK_LOCALEDIR before
595         gettext_initialization() as it uses ATK_LOCALEDIR. Fixes #170948
596         for atk's part. Thanks to Robert Ã–gren, Daniel Atallah and Kevin
597         Stange.
599 2005-04-09  Hans Breuer  <hans@breuer.org>
601         * atk/makefile.msc : updated $(LIBINTL_LIBS)
602         atkrelationtype.h to atk_headers, PKG_VER
604 2005-04-05  Bill Haneman <bill.haneman@sun.com>
606         * atk/atkstate.h: Added ATK_STATE_REQUIRED, to
607         indicate that explicit user interaction with a UI control is
608         required, i.e. for web forms elements with the 'required' tag.
609         See bug #172663.
610         
611 2005-04-04  Padraig O'Briain  <padraig.obriain@sun.com>
613         * atk/atkrelation.c: Update doc to note that atk_relation_add_target
614         was added for version 1.9.
616         * atk/atkrelationset.c: Update doc to note that 
617         atk_relation_set_add_relation_by_type was added for version 1.9.
619 2005-03-30  Steve Murphy  <murf@e-tools.com>
621         * configure.in: Added "rw" to ALL_LINGUAS.
623 2005-03-08  Bill Haneman <bill.haneman@sun.com>
625         * ===== Released 1.9.1=====
627         * configure.in, NEWS, README: Released 1.9.1.
629 2005-02-23  Padraig O'Briain  <padraig.obriain@sun.com>
631         * atk.spec.in:  Corrected FTP directory. (bug #168218)
632         Corrected spelling
634 2005-02-08  Christian Rose  <menthos@menthos.com>
636         * configure.in: Added "xh" to ALL_LINGUAS.
638 2005-01-26  Padraig O'Briain  <padraig.obriain@sun.com>
640         * atk/atk.def: Add atk_text_clip_type_get_type. Bug #165288.
642 2004-12-29  Tor Lillqvist  <tml@iki.fi>
644         * atk/atk.def: Add new functions.
646 2004-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
648         * atk/atkrelationtype.h: Add description for ATK_RELATION_SUBWINDOW_OF.
649         Fixes bug #161562.
651 2004-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
653         * ===== Released 1.9.0=====
655         * configure.in: Version 1.9.0, interface age 0, binary age 900
657         * NEWS: Updated.
659 Thu Nov 25 14:11:41 2004  Manish Singh  <yosh@gimp.org>
661         * autogen.sh: rm autom4te.cache, since it might interfere with
662         differing autoconf versions.
664 2004-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
666         * atk/atkobject.c: Replace DEPRECATED by @Deprecated in comments
667         to fix warning when documentation is generated.
669         * atk/atkrelation.[ch]: 
670         * docs/tmpl/atkrelation.sgml: Add atk_relation_add_target.
672         * atk/atkrelationset.[ch]:
673         * atk/tmpl/atkrelationset.sgml: 
674         Add atk_relation_set_add_relation_by_type.
676         * docs/atk-sections.txt: Add atk_relation_add_target and
677         atk_relation_set_add_relation_by_type.
679         Fixes bug #158722.
681 2004-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
683         * configure.in: Use gmodule-no-export.pc, requires glib 2.5.7.
684         Patch from Matthias Clasen for bug #158531. 
685         Incremented version to 1.9.0. 
686         Branch for gnome-2-8 has been created.
687         
688 2004-11-11  Christian Rose  <menthos@menthos.com>
690         * configure.in: Added "as" to ALL_LINGUAS.
692 2004-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
694         * docs/atk-docs.sgml: Add a more descriptive title in the docs.
695         Patch from Diego Gonzalez. (bug #156296)
697         * atk/text.c (Clarify meaning of end_offset for 
698         atk_text_get_text_at_offset().
699         Patch from Bill Haneman. (bug #156574)
701 2004-09-14  Abel Cheung  <maddog@linuxhall.org>
703         * configure.in: Added "ar" to ALL_LINGUAS.
705 2004-09-10  Theppitak Karoonboonyanan  <thep@linux.thai.net>
707         * configure.in: Added "th" to ALL_LINGUAS.
709 2004-09-07  Padraig O'Briain  <padraig.obriain@sun.com>
711         * ===== Released 1.8.0=====
713         * configure.in: Version 1.8.0, interface age 0, binary age 800
715         * NEWS: Updated.
717 2004-08-16  Christian Rose  <menthos@menthos.com>
719         * configure.in: Added "bs" to ALL_LINGUAS.
721 2004-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
723         * *atk/atkdocument.c atk/atkeditabletext.c atk/atkhypertext.c
724         atk/atkimage.c atk/atknoopobjectfactory.c atkobject.c 
725         atk/atkstreamablecontent.c atk/atktext.c attk/atkvalue.c:
726         Fix for bug #149990; patch from Kjartan Maraas.
728 2004-08-12  Kjartan Maraas  <kmaraas@gnome.org>
730         * configure.in: Added nb to ALL_LINGUAS.
732 2004-08-09  Ankit Patel <ankit@redhat.com>
734         * configure.in: Added "gu" to ALL_LINGUAS.
736 2004-07-28  Padraig O'Briain  <padraig.obriain@sun.com>
738         * configure.in: Increment version to 1.7.3 and interface age to 3.
740         * ===== Released Version 1.7.3, interface age 3, binary age 703 ====
742         * NEWS: Updated.
743         
744 2004-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
746         * docs/atk-sections.txt: Add entries to fix warning when generating
747         documentation.
749         * docs/tmpl/atkcomponent.sgml docs/tmpl/atkhyperlink.sgml 
750         docs/tmpl/atkhypertext.sgml docs/tmpl/atkobject.sgml 
751         docs/tmpl/atkrelation.sgml docs/tmpl/atkselection.sgml 
752         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml: Changes to generated
753         files.
755 2004-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
757         * ===== Released Version 1.7.2, interface age 2, binary age 702 ====
759         * NEWS: Updated.
760         
761 2004-07-20  Bill Haneman <bill.haneman@sun.com>
763         * atk/atkobject.h, atkobject.c, atk-object-enum.c:
764         Added ATK_ROLE_EMBEDDED, "embedded component", which is a 
765         context hint for assistive technologies that the contained
766         children share a context which differs from the embedding
767         container.  Fixes bug #147989.
769         * configure.in: Revved to 1.7.2.
770         
771 2004-06-10  Padraig O'Briain  <padraig.obriain@sun.com>
773         * atk/atkcomponent.h: Add definition for atk_rectangle_get_type
774         and ATK_TYPE_RECTANGLE.
775         * atk/atkcomponent.c (atk_component_base_init): Correct definition
776         of "bounds-changed" signal.
777         (atk_rectangle_copy): New function.
778         (atk_rectangle_get_type): New function.
780 2004-06-08  Padraig O'Briain  <padraig.obriain@sun.com>
782         * configure.in: Increment version to 1.7.2 and interface age to 2.
784 2004-06-08  Padraig O'Briain  <padraig.obriain@sun.com>
786         * ===== Released Version 1.7.1, interface age 1, binary age 701 ====
788         * NEWS: Updated.
789         
790 2004-06-04  Padraig O'Briain  <padraig.obriain@sun.com>
792         * docs/atk-sections.txt: Add AtkRectangle.
794         * docs/tmpl/atkcomponent.sgml: Add description for bounds-changed
795         signal.
797 2004-05-29  Christian Rose  <menthos@menthos.com>
799         * configure.in: Added "tk" to ALL_LINGUAS.
801 2004-05-18  Padraig O'Briain  <padraig.obriain@sun.com>
803         * atk/atkobject.c: Allow locale dir not to be harcoded into binary.
804         Fixes bug #128906.
806 2004-05-11  Padraig O'Briain  <padraig.obriain@sun.com>
808         * atk/atkobject.c: Make extra_roles static.
810         * atk/atkrelation.c: Make extra_names static.
812         Fixes bug #142234.
814         * atk/atkstate.h: Add clarification of state ATK_STATE_ENABLED to
815         documentation.
817 2004-04-22  Padraig O'Briain  <padraig.obriain@sun.com>
819         * configure.in: Increment version to 1.7.1 and interface age to 1.
821 2004-04-22  Padraig O'Briain  <padraig.obriain@sun.com>
823         * ===== Released Version 1.7.0, interface age 0, binary age 700 ====
825         * NEWS: Updated.
827 2004-04-20  Padraig O'Briain  <padraig.obriain@sun.com>
829         * configure.in: Increment version to 1.7.0.
831         * atk/atkcomponent.[ch]: Add new signal "bounds_changed". 
832         * docs/tmpl/atkcomponent.sgml: Add new signal "bounds_changed".
834         Fixes bug #140476.
836         * atk/atkrelationtype.h: Add new relation ATK_RELATION_PARENT_WINDOW_OF.
837         * atk/atkstate.h: Add new state ATK_STATE_TRUNCATED.
838         * docs/tmpl/atkrelation.sgml: Add new relation 
839         * docs/tmpl/atkstate.sgml: Add new state ATK_STATE_TRUNCATED 
840          
841         Fixes bug #133375.
843         * atk/atktext.c: Make extra_attributes static.
845 2004-04-19  Padraig O'Briain  <padraig.obriain@sun.com>
847         * ===== Released 1.6.1=====
849         * configure.in: Version 1.6.1, interface age 1, binary age 601
851         * NEWS: Updated.
853         * README: Fix typo.
855 2004-04-08  Guntupalli Karunakar  <karunakar@freedomink.org>
857         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
859 2004.04.02  Iñaki Larrañaga  <dooteo@euskalgnu.org>
861         * configure.in: Added "eu" (Basque) to ALL_LINGUAS.
863 2004-03-29  Manish Singh  <yosh@gimp.org>
865         * autogen.sh: use $ACLOCAL instead of aclocal-1.4 for --print-ac-dir.
867 2004-03-23  Guntupalli Karunakar  <karunakar@freedomink.org>
869         * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
871 2004-03-23  Pablo Saratxaga  <pablo@mandrakesoft.com>
873         * configure.in: Added Walloon (wa) to ALL_LINGUAS
875 2004-03-22  Padraig O'Briain  <padraig.obriain@sun.com>
877         * configure.in:
878         * atk/Makefile.am: Update to build on Cygwin. Fixes bug #137666.
879          Patch from Roger Leigh.
880         
881 2004-03-18  Guntupalli Karunakar  <karunakar@freedomink.org>
883         * configure.in: Added "mr" for Marathi to ALL_LINGUAS.
885 2004-03-08  Padraig O'Briain  <padraig.obriain@sun.com>
887         * ===== Released 1.6.0=====
889         * configure.in: Version 1.6.0, interface age 0, binary age 600
891         * NEWS: Updated.
893 2004-03-07  Danilo Ã… egan  <dsegan@gmx.net>
895         * configure.in: Added "sr@ije" to ALL_LINGAUS.
897 Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
899         * autogen.sh:
900         - exit with $? instead of 1 in case of failure
901         - exit with $? if ./configure failed
902           (that's so autogen.sh && make lines work)
903         - removed --enable-gtk-doc option
904         - added $AUTOGEN_CONFIGURE_ARGS
906 2004-03-01  Tor Lillqvist  <tml@iki.fi>
908         * atk/atk.def: Add some missing entries.
910 2004-02-24  Padraig O'Briain  <padraig.obriain@sun.com>
912         * ===== Released 1.5.5=====
913         
914         * configure.in: Version 1.5.5, interface age 4, binary age 505
916         * NEWS: Updated.
918 2004-02-20  Christian Rose  <menthos@menthos.com>
920         * configure.in: Added "en_CA" to ALL_LINGUAS.
922 2004-02-16  Padraig O'Briain  <padraig.obriain@sun.com>
924         * ===== Released 1.5.4=====
925         
926         * configure.in: Version 1.5.4, interface age 3, binary age 504
928         * NEWS: Updated.
930 2004-02-03  Padraig O'Briain  <padraig.obriain@sun.com>
932         * ===== Released 1.5.3=====
933         
934         * configure.in: Version 1.5.3, interface age 2, binary age 503
936         * NEWS: Updated.
938 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
940         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
942 2004-01-26  Padraig O'Briain  <padraig.obriain@sun.com>
944         * atk/atkobject.c: Revise property name. Fixes bug #130022 from
945         Christian - Manny Calavera - Neumair.
947 2004-01-23  Manish Singh  <yosh@gimp.org>
949         * Makefile.am: remove trailing backslash from last line of
950         DISTCLEANFILES. 
952 2004-01-23  Padraig O'Briain  <padraig.obriain@sun.com>
954         * atk-uninstalled.pc.in: Correct library name. Fixes bug #132283,
955         from laszlo.peter@ireland.sun.com.
957         * Makefile.am: Add DISTCLEANFILES.
959 2004-01-12  Padraig O'Briain  <padraig.obriain@sun.com>
961         * ===== Released 1.5.2=====
962         
963         * configure.in: Version 1.5.2, interface age 1, binary age 502
965         * NEWS: Updated.
967 2004-01-05  Padraig O'Briain  <padraig.obriain@sun.com>
969         * configure.in: Move specification of ALL_LINGUAS to later in file
970         so that CATOBJEXT is defined correctly.
971         Use ATK_LOCALEDIR instead of atklocaledir.
973         * atk/Makefile.am: Remove definition of ATKLOCALEDIR.
975         * atk/atkobject.c: Use ATK_LOCALEDIR instead of ATKLOCALEDIR.
977         * docs/tmpl/atkhyperlink.sgml: Add text for link-activated signal.
979 2004-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
981         * atk/atktext.c (atk_text_free_ranges): Fix segfault (bug #129837)
982         Patch provided by Jeff Franks.
984 2003-12-17  Padraig O'Briain  <padraig.obriain@sun.com>
986         * atk/atkobject.c: Change "accel label" to "accelerator label".
987         Fixes bug #129499.
989 2003-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
991         * ===== Released 1.5.1=====
992         
993         * configure.in: Version 1.5.1, interface age 0, binary age 501
995         * NEWS: Updated.
997 2003-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
999         * atk/atkobject.[ch]: Add new role ATK_ROLE_EDITBAR. Fixes bug #116007.
1001         * atk/docs/tmpl/atkhyperlink.sgml: Add references to new signals and 
1002         properties
1004         * atk/docs/tmpl/atkobject.sgml: Add references to new property and role
1006 2003-12-01  Michael Natterer  <mitch@gimp.org>
1008         * atk/atkobject.c (atk_object_real_get_property): fix typo:
1009         s/g_value_set_set/g_value_set_int/.
1011 2003-12-01  Padraig O'Briain  <padraig.obriain@sun.com>
1013         * atk/atkobject.c: (atk_object_class_init): Make nicks and blurbs of
1014         properties translatable. Add new property "accessible-hypertext-nlinks".
1015         (atk_object_real_get_property): Add support for new property
1016         "accessible-hypertext-nlinks".
1018         * atk/atkhyperlink.h: Remove unnecessary comments. Add signal
1019         link_activated.
1021         * atk/atkhyperlink.c: Add signals link_activated and new properties
1022         "number-of-anchors", "end-index" and "start-index".
1024         This fixes bug #112390.
1026 2003-11-29  Danilo Ã… egan  <dsegan@gmx.net>
1028         * configure.in: Added "af" to ALL_LINGUAS.
1030 2003-11-26  Padraig O'Briain  <padraig.obriain@sun.com>
1032         * atk/atkobject.c (atk_object_real_ref_state_set): Add state FOCUSED
1033         if object is focus object.
1035         * atk/atkutil.[ch] (atk_get_focus_object): New function which returns
1036         the last object reported by the application as focused.
1038         * docs/atk-sections.txt, docs/tmpl/atkutil.sgml:
1039         Add atk_get_focus_object.
1041         Fixes bug #127400.
1043 2003-11-26  Padraig O'Briain  <padraig.obriain@sun.com>
1045         * atk/atkobject.c: Change role names so that the unlocalized names
1046         do not contain hyphens and match the Java role names. Fixes bug #125024.
1048 2003-11-24  Padraig O'Briain  <padraig.obriain@sun.com>
1050         *  docs/tmpl/atkhyperlink.sgml, docs/tmp/atkhypertext.sgml,
1051         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelatiom.sgml,
1052         docs/tmpl/atkselection.sgml, docs/tmpl/atktable.sgml,
1053         docs/tmpl/atktext.sgml: Regenerate these files. The location of
1054         signal information has changed.
1056 2003-11-24  Padraig O'Briain  <padraig.obriain@sun.com>
1058         * ===== Released 1.5.0=====
1059         
1060         * configure.in: Version 1.5.0, interface age 0, binary age 500
1062         * NEWS: Updated.
1064 2003-11-03  Padraig O'Briain  <padraig.obriain@sun.com>
1066         * atk/atkrelation.c: Use weak references for objects in a relation
1067         instead of object references so that objects are not leaked when
1068         corresponding widgets are destroyed.
1070         This fixes bug #125725.
1071         
1072 2003-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
1074         * configure.in: Add reference to docs/version.xml
1076         Should have been done in previous commit but was omitted.
1077         Fixes build break reported in bugs #1258548 and #125902.
1079 2003-10-29  Padraig O'Briain  <padraig.obriain@sun.com>
1081         * configure.in: Add reference to docs/version.xml
1083         * docs/Makefile.am: Add references to version.xml.in and version.xml
1085         * docs/atk-docs.sgml: Add reference to version.xml
1087         * docs/version.xml.in: New file.
1089         This fixes bug #125758.
1090         
1091 2003-10-24  Padraig O'Briain  <padraig.obriain@sun.com>
1093         * atk/atkrelation.c (atk_relation_new): Fix memory leak. (bug #124877)
1095 2003-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
1097         * ===== Released 1.4.1=====
1098         
1099         * configure.in: Version 1.4.1, interface age 1, binary age 401
1101         * NEWS: Updated.
1103 2003-09-28  Gediminas Paulauskas  <menesis@delfi.lt>
1105         * configure.in: Added lt to ALL_LINGUAS.
1107 2003-09-23  Padraig O'Briain  <padraig.obriain@sun.com>
1109         * atk.spec.in: Correct typo. Fix provided by Scott Kennedy.
1110         This fixes bug #121990.
1112 2003-09-21  ÃƒÂ…smund Skjæveland  <aasmunds@fys.uio.no>
1114         * configure.in: Added Norwegian (nynorsk) code
1115         nn to ALL_LINGUAS.
1117 2003-09-10  Padraig O'Briain  <padraig.obriain@sun.com>
1119         * atk/atkobject.c: Remove comments about signals. The description
1120         should be in files in docs/tmpl directory.
1122         * docs/tmpl/atkhypertext.sgml: Add description for link-selected signal.
1123         * docs/tmpl/atkobject.sgml:  Add descriptions for 
1124         active-descendant-changed, children-changed, focus-event, 
1125         property-change, state-change and visible-data-changed signals.
1126         * docs/tmpl/atkselection.sgml: Add description for selection-changed
1127         signal.
1128         * docs/tmpl/atktable.sgml: Add descriptions for column-deleted,
1129         columnn-inserted, column-reordered, model-changed, row-deleted, 
1130         row-inserted and  row-reordered signals.
1131         * docs/tmpl/atktext.sgml: Add description for text-attributes-changed,
1132         text-caret-moved, text-changed and text-selection-changed signals.
1134         This fixes bug #121163.
1136 2003-09-02  Padraig O'Briain  <padraig.obriain@sun.com>
1138         * ===== Released 1.4.0=====
1140         * configure.in: Version 1.4.0, interface age 0, binary age 400
1142         * NEWS: Updated.
1144 2003-08-28  Christian Rose  <menthos@menthos.com>
1146         * configure.in: Added "ne" to ALL_LINGUAS.
1148 2003-08-25  Padraig O'Briain  <padraig.obriain@sun.com>
1150         * ===== Released 1.3.6=====
1152         * configure.in: Version 1.3.6, interface age 2, binary age 306
1154         * NEWS: Updated.
1156 2003-08-08  Malcolm Tredinnick <malcolm@commsecure.com.au>
1157         
1158         * autogen.sh: Clarify an error message.
1160 2003-08-08  Guntupalli Karunakar  <karunakar@freedomink.org>
1162         * configure.in: Added "hi" in ALL_LINGUAS.
1164 2003-08-07  Padraig O'Briain  <padraig.obriain@sun.com>
1166         * ===== Released 1.3.5=====
1168         * configure.in: Version 1.3.5, interface age 1, binary age 305
1170         * NEWS: Updated.
1172 2003-08-04  Padraig O'Briain  <padraig.obriain@sun.com>
1174         * Remove po/Makefile.in.in. This fixes bug #119053.
1176 2003-07-08  Padraig O'Briain  <padraig.obriain@sun.com>
1178         * atk/atktable.c (atk_table_ref_at): Ensure that row and column values 
1179         are non-negative.
1181         This is a partial fix for bug #116712.
1183 2003-07-03  Padraig O'Briain  <padraig.obriain@sun.com>
1185         * atk/atkstateset.c (atk_state_set_is_empty): Correct return value.
1186         Fixes bug #116621. Problem reported by Mario Lang.
1188 2003-06-25  Fatih Demir <kabalak@gtranslator.org>
1190         * configure.in: (Re-?)added "ta" (Tamil) to languages' list.
1192 2003-06-23  Padraig O'Briain  <padraig.obriain@sun.com>
1194         * atk.spec.in:
1195         Added locale directory to spec file. Fix provided by
1196         James T. Richardson, Jr.
1198 2003-06-19  Padraig O'Briain  <padraig.obriain@sun.com>
1200         * ===== Released 1.3.4=====
1202         * NEWS: Updated.
1204 2003-06-13  Tor Lillqvist  <tml@iki.fi>
1206         * atk/atkobject.c (atk_role_get_localized_name): Set
1207         gettext_initialized.
1209         * atk-zip.sh.in (DEVZIP): libtool 1.5 installs DLLs in the bin
1210         directory, so look there, too. Include the message catalogs.
1212 2003-06-10  Padraig O'Briain  <padraig.obriain@sun.com>
1214         * configure.in: Version 1.3.4, interface age 0, binary age 304
1216         * atkrelationtype.h, docs/tmpl/atkrelation.sgml: Add new relation
1217         ATK_RELATION_POPUP.
1219 2003-06-05  Paul Duffy <dubhthach@frink.nuigalway.ie>
1221         * configure.in: Added ga (irish) to ALL_LINGUAS
1222          
1223 2003-06-05  Kenneth Rohde Christiansen  <kenneth@gnu.org>
1225         * configure.in: Added li to ALL_LINGUAS.
1227 2003-05-30  Padraig O'Briain  <padraig.obriain@sun.com>
1229         * ===== Released 1.3.3=====
1231         * configure.in: Version 1.3.3, interface age 3, binary age 303
1233         * NEWS: Updated.
1235 2003-05-28  Padraig O'Briain  <padraig.obriain@sun.com>
1237         * atk/atkobject.h docs/tmpl/atkobject.sgml: Add new role
1238         ATK_ROLE_AUTOCOMPLETE.
1240 2003-05-20  Padraig O'Briain  <padraig.obriain@sun.com>
1242         * atk/atkstate.h, docs/tmpl/atkstate.sgml: Add state 
1243         ATK_STATE_INDETERMINATE. This state is used by Oo for check buttons
1244         which can have a value other than on or off.
1246 2003-05-19 Arafat Medini <lumina@silverpen.de>
1248         *configure.in: Added "ar" (Arabic) to ALL_LINGUAS
1250 2003-05-16  Telsa Gwymme  <hobbit@aloss.ukuu.org.uk>
1252         * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
1254 2003-05-15  Padraig O'Briain  <padraig.obriain@sun.com>
1256         * ===== Released 1.3.2=====
1258         * configure.in: Version 1.3.2, interface age 2, binary age 302
1260         * NEWS: Updated.
1262 2003-05-09  Samúel Jón Gunnarsson  <sammi@techattack.nu>
1264         * is.po: Added "is" into ALL_LINGUAS.
1266 2003-05-06  Padraig O'Briain  <padraig.obriain@sun.com>
1268         * configure.in: Make message when pkg-config fails to find glib-2.0.pc
1269         less cryptic.
1271         * po/pl.po: Updated Polish translation from Artur Flinta.
1273 2003-05-05  Duarte Loreto <happyguy_pt@hotmail.com>
1275         * configure.in: Added Portuguese (pt) to ALL_LINGUAS.
1277 2003-05-05  Christian Rose  <menthos@menthos.com>
1279         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
1281 2003-05-01  Padraig O'Briain  <padraig.obriain@sun.com>
1283         * ===== Released 1.3.1=====
1285         * configure.in: Version 1.3.1, interface age 1, binary age 301
1287         * NEWS: Updated.
1289         * po/yi.po: Update line numbers.
1291 2003-04-25  Padraig O'Briain  <padraig.obriain@sun.com>
1293         * atk/stateset.h: Fix typo in documentation.
1295         * autogen.sh (have_libtool): Accept libtool-1.5. (#111481)
1296         Patch provided by Ali Akcaagac.
1298 2003-03-26  Christian Rose  <menthos@menthos.com>
1300         * configure.in: Added "yi" to ALL_LINGUAS.
1302 2003-03-21  Takeshi AIHANA <aihana@gnome.gr.jp>
1304         * configure.in: Added Japanese 'ja' into ALL_LINGUAS.
1306 2003-03-20  Padraig O'Briain  <padraig.obriain@sun.com>
1308         * ===== Released 1.3.0=====
1310         * configure.in: Version 1.3.0, interface age 0, binary age 300
1312         * NEWS: Updated.
1314 2003-03-20  Guntupalli Karunakar  <karunakar@freedomink.org>
1316         * configure.in: Added Malayalam (ml) in ALL_LINGUAS
1318 2003-03-20  Padraig O'Briain  <padraig.obriain@sun.com>
1320         * docs/atk-sections.txt: Add 11 unused declarations.
1322 2003-03-20  James Henstridge  <james@daa.com.au>
1324         * autogen.sh: update to call automake-1.7, libtoolize, gtkdocize
1325         and glib-gettextize.
1327         * configure.in: cleanup to make use of newer autoconf/automake
1328         features.
1330         * Makefile.am: get rid of custom distcheck rule, which is no
1331         longer necessary.
1333         * atk/Makefile.am: cleanup makefile.  Use BUILT_SOURCES for built
1334         sources.
1336         * docs/Makefile.am: use common gtk-doc.make.
1338         * docs/atk-docs.sgml: update to use gtk-doc's XML mode.
1340 2003-03-16  Joel Brich <joel.brich@laposte.net>
1342         * configure.in: Added "eo" to ALL_LINGUAS
1343         * po/eo.po: Added Esperanto translation
1344         from Charles Voelger <cvoelger@dweasel.com>
1346 2003-03-12  Tor Lillqvist  <tml@iki.fi>
1348         * atk/atk.def: Add one more missing export, thanks to Cedric
1349         Gustin.
1351 2003-03-07  Padraig O'Briain  <padraig.obriain@sun.com>
1353         * atk/atkobject.c (atk_object_set_role): Add check that role is
1354         actually being changed. Do not emit notification for initial
1355         role setting. (bug #107710)
1357 2003-03-06  Padraig O'Briain  <padraig.obriain@sun.com>
1359         * atk/atkrelationset.c: Current returning of FALSE to 0 in function 
1360         which returns integer; (bug #107661) reported by Morten Welinder.
1362 2003-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
1364         * atk/atk-relation.c
1365         atk/atkrelationset.c
1366         atk/atkstatset.c: Correct returning of FALSE to NULL in functions
1367         which return pointer; (bug #107650) reported by Morten Welinder.
1369 2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
1371         * test/Makefile.am: Update to produce .so files
1372         (Problem reported and solution reported by Michael.Wilson@bull.net)
1374 2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
1376         * atk/atkgobjectaccessible.c (atk_gobject_accessible_from_object):
1377         Correct creation of non-AtkGObjectAccessible (bug #107124)
1379         * atk/atkobject.c (atk_object_class_init): Set default initialize 
1380         function so that code which does not check for existence of parent 
1381         class's initialize function will work.
1383         * atk/atkvalue.c: (atk_value_get_minimum_value, 
1384         atk_value_get_maximum_value, atk_value_get_current_value):
1385         Reset Value argument if it is a valid GValue otherwise zeroise it.
1387         docs/tmpl/atkhypertext.sgml: Add link-selected signal.
1389 2003-02-25  Tor Lillqvist  <tml@iki.fi>
1391         * Makefile.am (EXTRA_DIST): Dist atk-zip.sh.in, not atk-zip.sh.
1393         * atk/atk.def: Add a couple of missing entries, thanks to Cedric
1394         Gustin.
1396         * atk/atk.rc.in: New file, for version info in the DLL on
1397         Windows. Similar as in GLib, GTK, etc.
1399         * configure.in: Generate atk/atk.rc.
1400         
1401         * atk/Makefile.am: Use atk.rc on Windows.
1402         (EXTRA_DIST): Distribute atk.rc(.in).
1404         * atk/atkobject.c: On Windows, don't use hardcoded ATKLOCALEDIR,
1405         but deduce it from DLL location, like GLib, GTK etc do.
1407 2003-02-23  Abel Cheung  <maddog@linux.org.hk>
1409         * configure.in: Added "mk" to ALL_LINGUAS.
1411 2003-02-21  Roozbeh Pournader  <roozbeh@sharif.edu>
1413         * configure.in: Added "fa" to ALL_LINGUAS.
1415 2003-02-21  Metin Amiroff  <metin@karegen.com>
1417         * configure.in: Added Azerbaijanian to ALL_LINGUAS.
1419 2003-02-19  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
1421         * configure.in: Added Belarusian to ALL_LINGUAS.
1423 2003-02-14  Padraig O'Briain  <padraig.obriain@sun.com>
1425         * atk/atknoopobject.c: Add AtkHypertext interface as this object should
1426         claim to implement all interfaces.
1428 2003-02-12  Padraig O'Briain  <padraig.obriain@sun.com>
1430         * atk/atkhyperlink.c (atk_hyperlink_class_init): Correct typo in blurb
1432         * atk/atkhypertext.c
1433         (atk_hypertext_get_link): Add check on link_index value
1434         (atk_hypertext_get_link_index): Add check on char_index value
1436 2003-02-09  Christian Rose  <menthos@menthos.com>
1438         * configure.in: Added "kn" to ALL_LINGUAS.
1440 2003-02-07  Christian Rose  <menthos@menthos.com>
1442         * configure.in: Added "bn" to ALL_LINGUAS.
1444 2003-02-06  Christian Rose  <menthos@menthos.com>
1446         * configure.in: Added "id" to ALL_LINGUAS.
1448 2003-02-04  Padraig O'Briain  <padraig.obriain@sun.com>
1450         * atk/atkgobjectaccessible.c (atk_gobject_accessible_for_object):
1451         Add weak reference so we do not leak the accessible when the object
1452         dies. Problem reported by Alex Larsson.
1454 2003-02-02  Fatih Demir <kabalak@gtranslator.org>
1456         * configure.in: Added "tr" (Turkish) to the languages' list.
1458 2003-01-30  Padraig O'Briain  <padraig.obriain@sun.com>
1460         * atk/atkhyperlink.[ch]
1461         New property selected-link defined.
1462         Function pointer is_selected_link added to interface
1463         (atk_hyperlink_is_selected_link: New functions which checks
1464         whether the specified AtkHyperlink is selected
1465         
1466         * atk/atkhypertext.[ch]
1467         New signal link-selected added.
1469         * docs/atk-sections.txt: Add atk_hyperlink_is_selected_link
1471         * docs/tmpl/atkhyperlink.sgml: Add reference to property selected-link
1472         and function atk_hyperlink_is_selected_link.
1474         This fixes bug #104621.
1475         
1476 Tue Jan 28 13:52:20 2003  Manish Singh  <yosh@gimp.org>
1478         * autogen.sh (have_automake): call the versioned automake when
1479         checking the version itself.
1481 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
1483         * autogen.sh (have_automake): Fix version in complaint
1484         message about automake. (#104366, Rich Burridge)
1486 2003-01-26  Daniel Yacob <locales@geez.org>
1488         * configure.in: Added am to ALL_LINGUAS.
1490 2003-01-23  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
1492         * configure.in: Added "sk" to ALL_LINGUAS.
1494 2003-01-23  Abel Cheung  <maddog@linux.org.hk>
1496         * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS.
1498 2003-01-23  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
1500         * configure.in: Added "pt_BR" to ALL_LINGUAS.
1502 2003-01-22  Marius Andreiana <marius galuna.ro>
1504         * configure.in: added 'ro' to ALL_LINGUAS
1506 2003-01-21  Christian Rose  <menthos@menthos.com>
1508         * configure.in: Added "mn" to ALL_LINGUAS.
1510 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
1512         * atk/atktext.c
1513         (atk_text_base_init): Set vtable entry for default implementations
1514         (atk_text_get_range_extents): Omit calling default implementation
1515         (atk_text_get_bounded_ranges): Omit calling default implementation
1517         * atk/atkcomponent.c
1518         (atk_component_base_init): New function to set vtable entry for 
1519         default implementations
1520         (atk_component_ref_accessible_at_point): Omit calling default 
1521         implementation
1522         (atk_component_contains): Omit calling default implementation
1523         (atk_component_get_position): Omit calling default implementation
1524         (atk_component_get_size): Omit calling default implementation
1526 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
1528         * atk/atkobject.c 
1529         (atk_object_real_set_property): Add support for PROP_TABLE_SUMMARY 
1530         and PROP_TABLE_CAPTION_OBJECT.
1531         (atk_object_real_get_property): Add support for PROP_TABLE_SUMMARY 
1532         and PROP_TABLE_CAPTION_OBJECT.
1534         This completes ATK changes for bug #74814.
1536 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
1538         * atk/atkobject.c: Add property accessible-table-caption-object.
1539         This addresses bug #74814.
1541         * atk/atkobject.h: Move some documentation from template file to
1542         avoid warnings when building.
1544         * atk/atkrelation.c: Add new properties relation and target.
1545         This addresses bug #72426.
1547         * atktext.[ch]: Add new functions atk_text_get_range_extents and
1548         atk_text_get_bounded_ranges.
1549         Also added data structures AtkTextRectangle and AtkTextRange, enum
1550         AtkTextClipType and helper function  atk_text_free_ranges.
1551         This addresses bug #100943.
1552         (atk_text_get_character_extents): Ensure that the reported width is 
1553         not negative. This fixes bug #102954)
1555         * docs/atk-sections.txt: Add new functions and data items.
1557         * docs/tmpl/atk-object.sgml: Remove some documentation and put in 
1558         atkobject.h. Add reference to accessible-table-caption-object.
1560         * docs/tmpl/atk-relation.sgml: Add new properties
1562         * docs/tmpl/atktext.sgml: Add new functions and data items.
1565 2003-01-20  Padraig O'Briain  <padraig.obriain@sun.com>
1567         * ===== Released 1.2.2=====
1569         * configure.in: Version 1.2.2, interface age 2, binary age 202
1571         * NEWS: Updated.
1573 2003-01-19  He Qiangqiang  <carton@linux.net.cn>
1575         * configure.in: Added "zh_CN" to ALL_LINGUAS.
1577 2003-01-12  Laurent Dhima  <laurenti@alblinux.net>
1579         * configure.in: Added 'sq'(albanian) to ALL_LINGUAS.
1581 2003-01-11  Pauli Virtanen  <pauli.virtanen@hut.fi>
1583         * configure.in (ALL_LINGUAS): Added "fi" (Finnish)
1585 2003-01-06  Alessio Frusciante  <algol@firenze.linux.it>
1587         * configure.in (ALL_LINGUAS): Added "it" (Italian) 
1589 2003-01-06  Padraig O'Briain  <padraig.obriain@sun.com>
1591         * configure.in: Add -with-html-dir option. (bug #102497)
1593         * docs/Makefile.am: Remove INSTALLDIR and HTML_DIR
1595         * docs/tmpl/atkobject.sgml: Update so property names are in
1596         alphabetic order.
1598 2003-01-03  Padraig O'Briain  <padraig.obriain@sun.com>
1600         * ===== Released 1.2.1=====
1601         
1602         * configure.in: Version 1.2.1, interface age 1, binary age 201
1604         * NEWS: Updated.
1606 2003-01-02  Zbigniew Chyla  <cyba@gnome.pl>
1608         * configure.in (ALL_LINGUAS): Added pl (Polish).
1610 2002-12-23  Nam SungHyun  <namsh@kldp.org>
1612         * configure.in: Added Korean (ko) to ALL_LINGUAS
1614 2002-12-22  Artis Trops  <hornet@navigator.lv>
1616         * configure.in: Added Latvian (lv) to ALL_LINGUAS.
1618 2002-12-22  Christophe Merlet  <redfox@redfoxcenter.org>
1620         * configure.in (ALL_LINGUAS): added French (fr).
1622 2002-12-21  Jordi Mallach  <jordi@sindominio.net>
1624         * configure.in (ALL_LINGUAS): added Catalan (ca).
1626 2002-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
1628         * ===== Released 1.2.0 ======
1630         * configure.in: Version 1.2.0, interface age 0, binary age 200
1632         * NEWS: Final update for 1.2.0.
1634         * docs/tmpl/atkobject.sgml: Order of properties have been changed.
1636 2002-12-18  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
1638         * configure.in: Added Russian to ALL_LINGUAS.
1640 2002-12-16  Padraig O'Briain  <padraig.obriain@sun.com>
1642         * ===== Released 1.1.5=====
1643         
1644         * configure.in: Version 1.1.5, interface age 2, binary age 105
1646         * NEWS: Updated.
1648 2002-12-13  Padraig O'Briain  <padraig.obriain@sun.com>
1650         * atk/atktext.c (atk_text_get_caret_offset): Return 0 instead of -1
1651         if caret is not supported. This addresses bug #101020.
1653         * configure.in: Use third argument of AC_DEFINE to get rid of 
1654         acconfig.h. 
1656 Thu Dec 12 14:57:20 2002  Owen Taylor  <otaylor@redhat.com>
1658         * acinclude.m4: Remove; wasn't needed, and referred
1659         to GLib internal m4 files now gone.
1661 Thu Dec 12 11:04:05 2002  Manish Singh  <yosh@gimp.org>
1663         * configure.in: Require autoconf-2.53.
1665 2002-12-12  Yanko Kaneti  <yaneti@declera.com>
1667         * configure.in (ALL_LINGUAS): Added Bulgarian (bg).
1669 2002-12-11  Pablo Saratxaga  <pablo@mandrakesoft.com>
1671         * configure.in (ALL_LINGUAS): Added Vietnamese (vi), Hebrew (he),
1672         and Dutch (nl).
1674 2002-12-07  Andras Timar <timar@gnome.hu>
1676         * configure.in (ALL_LINGUAS): Added Hungarian (hu).
1678 2002-12-06  Padraig O'Briain  <padraig.obriain@sun.com>
1680         * ===== Released 1.1.4 =====
1681         
1682         * configure.in: Version 1.1.1, interface age 1, binary age 104
1684         * NEWS: Updated.
1686 2002-12-05  Ole Laursen  <olau@hardworking.dk>
1688         * configure.in (ALL_LINGUAS): Added Danish (da).
1690 2002-12-02  Pablo Gonzalo del Campo <pablodc@bigfoot.com>
1692         * configure.in (ALL_LINGUAS): Added Spanish (es).
1694 2002-12-01  Christian Neumair  <chris@gnome-de.org>
1696         * configure.in (ALL_LINGUAS): Added German (de).
1698 2002-11-22  Kjartan Maraas  <kmaraas@gnome.org>
1700         * configure.in (ALL_LINGUAS): Added "no".
1701         
1702 2002-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
1704         * Update NEWS for 1.1.3
1706 2002-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
1708         * configure.in: Update to take account of gtk-doc-version being 0.10
1709         Updated version required to 0.9
1711 2002-11-20  Bill Haneman <bill.haneman@sun.com>
1713         * atk/atkobject.h:
1714         Added ATK_ROLE_APPLICATION.
1716         * atk/atkobject.c:
1717         (atk_role_get_localized_name):
1718         Added ATK_ROLE_APPLICATION case.        
1720         * docs/atk-decl.txt:
1721         Added ATK_ROLE_APPLICATION to docs.
1722         
1723 2002-11-18  Abi Brady  <morwen@evilmagic.org>
1725         * configure.in: Added "en_GB" to ALL_LINGUAS.
1727 2002-11-15  Hasbullah BIn Pit <sebol@ikhlas.com>
1729         * configure.in: Added "ms" to ALL_LINGUAS.
1731 2002-11-15  Padraig O'Briain  <padraig.obriain@sun.com>
1733         * Update NEWS for 1.1.2
1735         * docs/tmpl/atkhyperlink.sgml docs/tmpl/atkobject.sgml
1736         Update docs.
1738 2002-11-14  Bill Haneman <bill.haneman@sun.com>
1740         * configure.in:
1741         Revved to 1.1.2, interface age 0, binary age 102.
1742         
1743         * atk/atkrelationtype.h:
1744         (ATK_RELATION_EMBEDS, ATK_RELATION_EMBEDDED_BY):
1745         New relations to handle content embedding, for instance
1746         text that embeds or flows around images.
1748         * atk/atkhyperlink.h:
1749         (atk_hyperlink_is_inline):
1750         New API, returns whether a hyperlink's content is
1751         partially displayed inline; useful for small images
1752         emedded in text, and for HTML <src> elements.
1753         (AtkHyperlinkClass->link_state):
1754         New virtualized method, used to implement various
1755         state query API such as atk_hyperlink_is_inline().
1757         * atk/atkhyperlink.c:
1758         (atk_hyperlink_is_inline):
1759         New method.
1761         * docs/atk-sections.txt: 
1762         Additions for above API.
1764 2002-11-13  Padraig O'Briain  <padraig.obriain@sun.com>
1766         * atk/atkobject.[ch]: Add signal active-descendant-changed
1768 2002-11-11  Christian Rose  <menthos@menthos.com>
1770         * configure.in: Added "sv" to ALL_LINGUAS.
1772 Fri Nov  8 19:55:25 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1774         * atk/atkhyperlink.c
1775         * atk/atkhyperlink.h
1776         * atk/atktable.c
1777         * atk/atktable.h
1778         * atk/atktext.c
1779         * atk/atktext.h
1780         * docs/tmpl/atkhyperlink.sgml
1781         * docs/tmpl/atkobject.sgml
1782         * docs/tmpl/atktable.sgml
1783         * docs/tmpl/atktext.sgml
1785         Trivial s/foo/foo_/ fixes to make atk.h includable with -Wshadow
1786         without warnings.
1787         
1788 2002-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
1790         * autogen.sh: Add call to autoheader to create config.h.in
1792 2002-11-04  Padraig O'Briain  <padraig.obriain@sun.com>
1794         * acinclude.m4: New file
1796         * autogen.sh: Add i18n support (copied from gtk+).
1798         * configure.in: Add definition for atklocaledir and check for
1799         bind_textdomain_codeset()
1801         * atk/Makefile.am: Add DEfininition of ATKLOCALEDIR to INCLUDES
1803         * atk/atkobject.c (atk_role_get_localized_name): Add code to
1804         initialize i18n.
1805         
1806         * po/.cvsignore: Add extra files.
1808 2002-11-01  Padraig O'Briain  <padraig.obriain@sun.com>
1810         * configure.in: Create po/Makefile; patch supplied by 
1811         Dan Mills (thunder@ximain.com)
1812         
1813 2002-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
1815         * ===== Released 1.1.1 =====
1816         
1817         * configure.in: Version 1.1.1, interface age 0, binary age 101
1819         * NEWS: Updated.
1821         * atk/Makefile.am: Add atkintl.h to EXTRA_DIST.
1823 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
1825         * Makefile.am: Add po directory
1827         * configure.in: Add support for I18N
1829         * acconfig.h atk/atkintl.h: New files used to support I18N
1831         * atk/atkobject.c: Update atk_role_get_localized_name() to
1832         allow for localized name to be returned.
1834         * docs/Makefile.am: Add atkintl.h to IGNORE_HFILES
1836         * po/Makfile.in.in, po/POTFILES.in, po/po2tbl.sed.in po/.cvsignore
1837         po/ChangeLog: New files
1839 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
1841         * atk/Makefile.am, atk/atk.h: Add reference to atk/atkrelationtype.h
1843         * atk/atkaction.[ch]: Add atk_action_get_localized_name.
1845         * atk/atkobject.[ch]: Add atk_role_get_localized_name,
1846         atk_object_add_relationship and atk_object_remove_relationship
1847         Add new roles ATK_ROLE_HEADER, ATK_ROLE_FOOTER, ATK_ROLE_PARAGRAPH
1848         and ATK_ROLE_RULER
1850         * atk/atkrelation.h: Move definition of AtkRelationType to
1851         atk/relationtype.h
1853         * atk/atkstate.h: Add new state ATK_STATE_MANAGES_DESCENDANTS
1855         * atk/atktext.[ch]: Add text-attributes-changed signal.
1857         * docs/atk-sections.txt, docs/tmpl/atkaction.sgml: Add new functions.
1859         * docs/tmpl/atkobject.sgml: Add new functions and new roles.
1861         * docs/tmpl/atkrelation.sgml: Add new relations
1863         * docs/tmpl/atkstate.sgml: Add new state
1865         * docs/tmpl/atktext.sgml: Add new signal
1867         * tests/testrelation.c: Add tests for new relationship functions.
1869 2002-10-01  Padraig O'Briain  <padraig.obriain@sun.com>
1871         * atk/atkobject.c (atk_object_notify): Fix leak; report and patch
1872         supplied by Sebastian Rittau (srittau@jroger.in-berlin.de)
1874         Bug #94548.
1876 2002-09-24  Padraig O'Briain  <padraig.obriain@sun.com>
1878         * ===== Released 1.1.0 =====
1879         
1880         * NEWS: Updated.
1882 2002-09-18  Padraig O'Briain  <padraig.obriain@sun.com>
1884         * configure.in:
1885         increment version to 1.1.0, in view of the fact that we've 
1886         branched for GNOME-2 and GTK+-2.0, and this is HEAD.
1887         Also reset INTERFACE_AGE to zero, since an enum was added.
1888         Use similar library numbering as GTK.
1890         * docs/tmpl/atkobject.sgml: Add ATK_LAYER_WINDOW
1892 2002-09-06  Mark McLoughlin  <mark@skynet.ie>
1894         * atk/atkobject.h: add ATK_LAYER_WINDOW.
1896         * atk/atkcomponent.c: upd docs.
1898 2002-09-06  Padraig O'Briain  <padraig.obriain@sun.com>
1900         * docs/atk-sections.txt: Add ...Iface symbols to Standard sections to 
1901         avoid unused declarations
1903         * docs/tmpl/atkobject.sgml docs/tmpl/atkrelationset.sgml:
1904         Move AtkRelationSet from atkobject to atkrelationset.
1906 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
1908         * docs/atk-sections.txt docs/tmpl/atkaction.sgml
1909         docs/tmpl/atkcomponent.sgml docs/tmpl/atkdocument.sgml
1910         docs/tmpl/atkeditabletext.sgml docs/tmpl/atkhypertext.sgml
1911         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml
1912         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
1913         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml
1914         docs/tmpl/atkvalue.sgml:
1915         Remove reference to ...Iface data structures; which eliminates
1916         undocumented symbols.
1918 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
1920         *  atk/atkutil.h: Add documentation for AtkKeyEventType
1922         * docs/tmpl/action.sgml docs/tmpl/atkcomponent.sgml
1923         docs/tmpl/atkdocument.sgml docs/tmpl/atkeditabletext.sgml
1924         docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
1925         docs/tmpl/atkhypertext.sgml docs/tmpl/atkimage.sgml 
1926         docs/tmpl/atknoopobject.sgml docs/tmp[l/atknoopobjectfactory.sgml
1927         docs/tmpl/atkobject.sgml docs/tmpl/atkobjectfacory.sgml
1928         docs/tmpl/atkregistry.sgml docs/tmpl/atkrelation.sgml
1929         docs/tmpl/atkselection.sgml docs/tmpl/atkstate.sgml
1930         docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml
1931         docs/tmpl/atktext.sml docs/tmpl/atkutil.sgml
1932         docs/tmpl/atkutil.sgml:
1933         Reduce number of undocumented symbols
1935 2002-08-26  Padraig O'Briain  <padraig.obriain@sun.com>
1937         * atk/atknoopobjectfactory.c:
1938         Add implementation for atk_object_factory_get_accessible_type()
1940 2002-08-18  Havoc Pennington  <hp@pobox.com>
1942         * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1943         both automake 1.6 and 1.4 installed get the right automake. Means
1944         compilation from CVS will now require the latest automake 1.4
1945         release, or manually creating symlinks called "automake-1.4" and
1946         "aclocal-1.4"
1948 2002-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
1950         These changes improve the quality of the documentation by adding
1951         information about properties and signals.
1953         * configure.in:
1954         Add atktargetlib, STRIP_BEGIN, STRIP_END and STRIP_DUMMY for
1955         use in docs Makefile.am
1957         * atk/atk.h:
1958         Add missing include files, atk/atknoopobject.h and 
1959         atknoopobjectfactory.h
1961         * docs/Makefile.am:
1962         Add support for scan program
1964         * docs/atk.types:
1965         Added content to this file
1967         * docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
1968         docs/tmpl/atknoopobject.sgml docs/tmpl/atknoopobjectfactory.sgml
1969         docs/tmpl/atkobjectfactory.sgml docs/tmpl/atkregistry.sgml
1970         docs/tmplatkutil.sgml:
1971         Removed references to contents of object's data structure
1973         * docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml
1974         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml:
1975         Add references to signals and properties.
1977 Wed Jul 31 17:08:04 2002  Owen Taylor  <otaylor@redhat.com>
1979         * ===== Released 1.0.3 =====
1980         
1981         * configure.in (GLIB_REQUIRED_VERSION): Version 1.0.3,
1982         interface, binary version 3.
1984         * NEWS: Updated.
1986 2002-07-14  Padraig O'Briain  <padraig.obriain@sun.com>
1988         * README: Updated to describe where to log bugs and mention mailing
1989         list.
1991 2002-06-20  Padraig O'Briain  <padraig.obriain@sun.com>
1993         * atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgml
1994         atk/docs/atkdocument.sgml atk/docs/tmpl/atkeditabletext.sgml
1995         atk/docs/tmpl/atkgobjectaccessible.sgml atk/docs/tmpl/atkhyperlink.sgml
1996         atk/docs/tmpl/atkhypertext.sgml atk/docs/tmpl/atkimage.sgml
1997         atk/docs/atknoopobject.sgml atk/docs/tmpl/atknoopobjectfactory.sgml
1998         atk/docs/tmpl/atkobjectfactory.sgml atk/docs/tmpl/atkregistry.sgml
1999         atk/docs/tmpl/atkregistry.sgml atk/docs/tmpl/atkrelationset.sgml
2000         atk/docs/tmpl/atkselection.sgml atk/docs/tmpl/atkstate.sgml
2001         atk/docs/tmpl/atkstateset.sgml atk/docs/tmpl/atkstreamablecontent.sgml
2002         atk/docs/tmpl/atktable.sgml atk/docs/tmpl/atktext.sgml
2003         atk/docs/tmpl/atkutil.sgml atk/docs/tmpl/atkvalue.sgml
2004         Update documentation.
2006 2002-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
2008         * atk/atkregistry.c:
2009         64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com)
2010         (bug #83316)
2012 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
2014         * ===== Released 1.0.2 ======
2016         * NEWS: Updates.
2018         * configure.in: Version 1.0.2, interface, binary age 2
2020 2002-04-26  Padraig O'Briain  <padraig.obriain@sun.com>
2022         * atk/atkutil.c (atk_focus_tracker_notify):
2023         Allow for object being NULL which means the window containing the
2024         focus widget has lost focus. We update the previous_focus_object 
2025         so we can emit notification for focus widget when window regains
2026         focus.
2028 2002-04-15  Padraig O'Briain  <padraig.obriain@sun.com>
2030         * atk/atkgobjectaccessible.c:
2031         (atk_gobject_accessible_for_object):  Allow for case where created
2032         AtkObject is not a AtkGObjectAccessible so quark_accessible_object
2033         was not initialized in atk_gobject_accessible_class_init
2035 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
2037         * ===== Released 1.0.1 ======
2039         * NEWS: Updates.
2041         * configure.in: Version 1.0.1, interface, binary age 1.0.0.
2043 2002-03-19  Padraig O'Briain  <padraig.obriain@sun.com>
2045         * atk/atkutil.c (atk_focus_tracker_notify):
2046         Do not do notification if previously notified object is the same as
2047         this object
2049 2002-03-14  Tor Lillqvist  <tml@iki.fi>
2051         * atk/Makefile.am: Use correct name for the DLL when generating
2052         the MSVC import library.
2054 2002-03-13  Bill Haneman <bill.haneman@sun.com>
2056         * atk/atkutil.c (atk_object_get_root):
2057         Changed g_type_class_peek to g_type_class_ref,
2058         this seemed to be triggering a SEGV in some cases.
2061 2002-03-12  Padraig O'Briain  <padraig.obriain@sun.com>
2063         * atk/atkgobjectaccessible.c (atk_gobject_accessible_dispose):
2064         Correct name of data set to NULL from quark_accessible_object to
2065         quark_object
2067 2002-03-09  Padraig O'Briain  <padraig.obriain@sun.com>
2069         * atk/atkhyperlink.c (atk_hyperlink_get_type):
2070         Fix typo.
2072 Thu Mar  7 23:52:51 2002  Owen Taylor  <otaylor@redhat.com>
2074         * ===== Released 1.0.0 ======
2076         * NEWS: Final update for 1.0.0.
2078         * README: Update the compilation instructions a bit.
2080 2002-03-06  Tor Lillqvist  <tml@iki.fi>
2082         * atk-zip.sh.in
2083         * atk/Makefile.am: Use ATK_API_VERSION also in the Win32 import
2084         library names.
2086 Tue Mar  5 16:54:21 2002  Owen Taylor  <otaylor@redhat.com>
2088         * ATK 1.0.0 rc1
2090         * tests/Makefile.am: Don't install libteststateset.la,
2091         libtestrelation.la. (#73655, James Henstridge)
2093         * autogen.sh: Add --enable-gtk-doc
2095         * configure.in: --disable-gtk-doc by default.
2097         * Makefile.am: Add a slightly modified distcheck rule
2098         that passes --enable-gtk-doc to the configure inside.
2099         (So that 'make dist' succeeds inside.)
2101 Tue Mar  5 11:55:35 2002  Owen Taylor  <otaylor@redhat.com>
2103         * configure.in: Require GLib-2.0.0.
2105         * configure.in atk/Makefile.am tests/Makefile.am atk.pc.in:
2106         Switch over to the Glib/GTK+ versioning scheme.
2108 2002-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
2110         * atk/atktext.c (atk_text_get_text):
2111         Permit end offset value of -1
2113 2002-02-28  Padraig O'Briain  <padraig.obriain@sun.com>
2115         * atk/atkhypertext.h:
2116         Update comments
2118 2002-02-28  Sven Neumann  <sven@gimp.org>
2120         * configure.in: beautified configure --help output.
2122 2002-02-27  Padraig O'Briain  <padraig.obriain@sun.com>
2124         * atk/atkhypertext.h atk/atkhyperlink.h: 
2125         Add padding to class structures to allow for future expansion.
2127         * atk/atkdocument.h: 
2128         Add padding to class structures to allow for future expansion.
2130         * atk/atkobjectfactory.h atk/atkgobjectaccessible.h:
2131         Add padding to class structures to allow for future expansion.
2133 Mon Feb 25 19:09:39 2002  Owen Taylor  <otaylor@redhat.com>
2135         * configure.in: Bail if AM_PATH_GLIB_2_0 fails.
2137 2002-02-26  Tor Lillqvist  <tml@iki.fi>
2139         * atk/Makefile.am: Do use -no-undefined on Win32, otherwise
2140         libtool won't create a DLL.
2142 2002-02-25  Padraig O'Briain  <padraig.obriain@sun.com>
2144         * atk/Makefile.am:
2145         Remove -no-undefined because of problems with uunresolved symbols
2146         in libgobject on Solaris when using gcc
2148 Sat Feb 23 23:02:23 2002  Owen Taylor  <otaylor@redhat.com>
2150         * configure.in: Version 0.13
2152         * NEWS: Update for 0.13
2154         * docs/atk-sections.txt: Update.
2156 2002-02-22  Padraig O'Briain  <padraig.obriain@sun.com>
2158         * atk/atkgobjectaccessible.c atk/atkhyperlink.c atk/atknoopobject.c
2159         atk/atknoopobjectfactory.c atkobject.c atk/atkobjectfactory.c
2160         atk/atkregistry.c atk/atkrelation.c atk/atkrelationset.c:
2161         Make use of parent_class consistent; define as gpointer and
2162         use g_type_class_peek_parent() to get it
2164         * atk/atktext.c:
2165         Delete unused empty line
2167         * atk/atkregistry.c atk/atkrelation.c:
2168         Make parent_class static 
2170 2002-02-20  Padraig O'Briain  <padraig.obriain@sun.com>
2172         * atk/atktext.c:
2173         Add check for offset being negative in functions which have offset
2174         parameter and return immediately if so.
2176 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
2178         * atk/atkcomponent.h:
2179         Change argument of get_layer and get_mdi_zorder function pointers 
2180         to be AtkComponent instead of AtkObject
2182         * atk/atkcomponent.c:
2183         Change atk_component_get_layer and atk_component_get_mdi_zorder
2184         to refer to argument as component instead os accessible
2186         * docs/atk-sections.txt docs/tmpl/atkaction.sgml 
2187         docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml
2188         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml 
2189         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
2190         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml:
2191         Update for recent changes
2192         
2193 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
2195         * atk/atk.h:
2196         Guard atk.h with ifndef __ATK_H__
2197         (#71405 reported by terra@diku.dk (Morten Welinder))
2199 2002-02-13  Padraig O'Briain  <padraig.obriain@sun.com>
2201         * atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h
2202         atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h 
2203         atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h
2204         atk/atktable.h atk/atktext.h atk/atkvalue.h:
2205         Add padding to class structures to allow for future expansion.
2207 2002-02-11  Bill Haneman  <bill.haneman@sun.com>
2209         * configure.in:
2210         Incremented revision and tagged GNOME_D2_BETA.
2212         * atkobject.h: 
2213         Marked atk_object_get_layer and atk_object_get_mdi_zorder
2214         as deprecated (should use atk_component API below).
2215         
2216         * atkcomponent.h:
2217         Added atk_component_get_layer and atk_component_get_mdi_zorder
2218         (erroneously defined in atkobject, they belong here).
2220         * atkcomponent.c:
2221         Fixed some property get/set bugs.
2223         * NEWS: updated for GNOME 2 Desktop Beta.
2224         
2225 2002-02-11  jacob berkman  <jacob@ximian.com>
2227         * atk/atkselection.[ch] (atk_selection_get_type): 
2228         * atk/atktable.[ch] (atk_table_get_type): 
2229         * atk/atkregistry.h (atk_get_default_registry): 
2230         * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): 
2231         * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): 
2232         * atk/atkcomponent.[ch] (atk_component_get_type): 
2233         * atk/atkaction.[ch] (atk_action_get_type): declare function
2234         arguments as (void) rather than ()
2236 2002-02-04  Bill Haneman  <bill.haneman@sun.com>
2238         * configure.in:
2239         Incremented revision.
2241 2002-01-30  Bill Haneman  <bill.haneman@sun.com>
2243         * docs/tmpl/atkaction.sgml:
2244         * docs/tmpl/atkcomponent.sgml:
2245         * docs/tmpl/atkeditabletext.sgml:
2246         * docs/tmpl/atkimage.sgml:
2247         * docs/tmpl/atkobject.sgml:
2248         * docs/tmpl/atkselection.sgml:
2249         * docs/tmpl/atktable.sgml:
2250         * docs/tmpl/atktext.sgml:
2251         * docs/tmpl/atkvalue.sgml:
2252         Initial entries into the SHORT_DESCRIPTION and LONG_DESCRIPTION
2253         fields to improve docs; the documentation now gives some
2254         information on the purpose and function of the various ATK
2255         interfaces, and which types of UI components typically implement
2256         which interfaces.
2257         
2258 Tue Jan 29 23:29:46 2002  Owen Taylor  <otaylor@redhat.com>
2260         * NEWS: Retroactively write a NEWS entry for 0.9 and 0.10.
2262 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
2264        * configure.in:
2265        Update version number to 0.10, for Desktop Alpha 2
2267 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
2269         * atk/atkobject.h:
2270         Correct inconsistencies between registered signal parameter types 
2271         and default signal handler struct fields
2272         (based on patch from Murray Cumming <murray@usa.net>)
2274 2002-01-10  Bill Haneman <bill.haneman@sun.com>
2276        * configure.in:
2277        Update version number to 0.9, for Beta2 package.
2279 Wed Jan  9 11:26:56 2002  Owen Taylor  <otaylor@redhat.com>
2281         * atk/Makefile.am (s-enum-types-h):  Include glib-object.h,
2282         Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. (#61845,
2283         Mikael Hermansson)
2285 2002-01-07  Padraig O'Briain  <padraig.obriain@sun.com>
2287         * atk/atkcomponent.c (atk_component_add_focus_handler):
2288         Add comments to clarify behavior if handler has already been added
2290         * docs/tmpl/atktext.sgml:
2291         Update for change of caret_changed to text_caret_moved
2293 2002-01-05  Hans Breuer  <hans@breuer.org>
2295         * atk/makefile.msc : generate atk-enum-types.[hc]
2296         NOTE: the long comment in atkobject.h is crashing perl,
2297         at least version 5.005_02 built for MSWin32-x86-object
2298         Binary build 506 provided by ActiveState. Temporary
2299         deleting the AtkRole comment allows to work-around.
2301         atk/atk.def : updated externals
2303 2002-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
2305         * atk/atkgobjectaccessible.h
2306         Fixed typo in define (reported by Jeff Franks)
2308         * atk/atktext.c atk/atktext.h
2309         Change name of default signal handler for text_caret_moved signal
2310         from caret_changed to text_caret_moved
2311         Change enum CARET_MOVED to TEXT_CARET_MOVED
2312         (both issues reported by Jeff Franks)
2314 2001-12-15  Michael Meeks  <michael@ximian.com>
2316         * atk/atkrelation.c (atk_relation_class_init):
2317         setup parent class
2318         (atk_relation_finalize): chain to parent.
2320         * atk/atkrelationset.c (atk_relation_set_class_init),
2321         (atk_relation_set_finalize): same fix.
2323 Sat Dec 22 12:26:51 2001  Owen Taylor  <otaylor@redhat.com>
2325         * configure.in: Version 0.8, require GLib-1.3.12
2327         * atk/makefile.msc (PKG_VER): Version 0.8.
2329 Thu Dec 20 00:33:47 2001  Owen Taylor  <otaylor@redhat.com>
2331         * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary
2332         for correct srcdir != builddir operation when 
2333         generating source files in srcdir.
2334         
2335 Thu Dec 20 00:27:01 2001  Owen Taylor  <otaylor@redhat.com>
2337         * docs/tmpl/atkutil.sgml: remove some conflict
2338         indicators.
2340 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
2342         * atk/atk.def:
2343         Add new functions
2345 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
2347         Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.h
2348         docs/tmpl/atkgobjectaccessible.sgml
2350         * atk/Makefile.am atk/atk.h:
2351         Add references to new files
2353         * atk/atkobject.c atk/atkobject.h
2354         docs/tmpl/atkobject.sgml:
2355         Add new function atk_object_initialize
2357         * atk/atkobjectfactory.c atk/atkobjectfactory.h
2358         docs/tmpl/atkobjectfactory.sgml:
2359         Add new function atk_object_factory_get_accessible_type
2361         * docs/atk-sections.txt:
2362         Add new functions.
2363         Add functions in atk-unused.txt
2365         
2366 2001-12-17  Darin Adler  <darin@bentspoon.com>
2368         * atk/atktext.c: Add missing #include <string.h>
2370 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2372         * atk/Makefile.am, tests/Makefile.am: Compile with
2373         -DG_DISABLE_DEPRECATED. See #52790.
2375 2001-12-11  Padraig O'Briain  <padraig.obriain@sun.com>
2377         * atk/atkcomponent.c (atk_component_ref_accessible_at_position):
2378         Remove unnecessary g_retunn_val_if_fail() call.
2380 2001-12-08  Michael Meeks  <michael@ximian.com>
2382         * atk/atkregistry.c (atk_registry_class_init):
2383         paranoia is not appropriate here, setup parent_class,
2384         don't create a new default registry here - makes no
2385         sense.
2386         (atk_registry_finalize): chain to parent class, do
2387         g_hash_table_destroys instead of g_frees.
2389 2001-12-07  Padraig O'Briain  <padraig.obriain@sun.com>
2391         * atk/Makefile.am:
2392         Update to create atk-enum-types.h before compiling source files
2393         (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
2395 2001-12-05  Padraig O'Briain  <padraig.obriain@sun.com>
2397         * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt 
2398         docs/tmpl/atktext.sgml tests/testrelation.c:
2399         Change atk_attribute_register to atk_text_attribute_register,
2400         atk_attribute_get_value to atk_text_attribute_get_value,
2401         atk_attribute_get_name to atk_text_attribute_get_name
2402         atk_attribute_for_name to atk_text_attribuute_for_name
2404 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
2406         * atk/atktext.c:
2407         Add implementation of atk_attribute_register, atk_attribute_for_name
2408         Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and
2409         support extra attributes being defined
2411         * atk/atktext.h:
2412         Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow
2413         extra attributes to be defined
2414         Add atk_attribute_register() and atk_attribute_for_name()
2416         * atk/atk.def:
2417         Add new functions
2419         * docs/atk-sections.txt docs/tmpl/atktext.sgml
2420         Update because of additions to atk/atktext.h
2422         * tests/testrelation.c:
2423         Add tests for text attributes
2425 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
2427         * atk/atkobject.c:
2428         Update atk_role_register() to allow extra roles to be defined
2429         Update atk_role_get_name() and atk_role_for_name() for newly defined
2430         roles
2432         * tests/testrelation.c:
2433         Add tests for roles
2435 2001-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
2437         * atk/atkrelation.c:
2438         Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and
2439         atk_relation_type_for_name()
2441         * atk/atkstate.c:
2442         Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and
2443         atk_state_type_for_name()
2445         * tests/testrelation.c, tests/teststateset.c:
2446         Update tests as name componenets are separated by hyphen (-) rather
2447         than underline (_)
2449 2001-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
2451         * atk/Makefile.am:
2452         Generate files atk-enum-types.c and atk-enums-types.h to create
2453         types for enums.
2455         * atk/atkobject.c:
2456         Use ATK_TYPE_ROLE in atk_role_get_name() and atk_role_for_name()
2458 2001-11-28  Bill Haneman  <bill.haneman@sun.com>
2460         * atk/atkutil.c:
2461         Changed calls to g_type_class_peek() to g_type_class_ref() where
2462         it makes more sense, and in other places check for a non-null
2463         klass return before trying to call class methods.  This prevents
2464         SEGV if no Atk-implementation library has been loaded.
2466         * atk/atkobject.c:
2467         Fixed gtk-doc warning.
2469 2001-11-28  Padraig O'Briain  <padraig.obriain@sun.com>
2471         * atk/atkobject.[c|h]:
2472         Add functions atk_role_get_name() and atk_role_for_name() which
2473         transform a role into an untranslated string
2474         Update comments in atkobject.h which refer to property names
2476         * atk/atkrelation.c:
2477         Correct error in atk_relation_type_get_name
2479         * docs/atk-sections.txt
2480         Added atk_role_get_name and atk_role_for_name
2482         * docs/tmpl/*sgml
2483         Updated files
2484         
2485 2001-11-23  Hans Breuer  <hans@breuer.org>
2487         * atk/atk.def : updated externals
2489         * atk/atktext.c atk/atkutil.c : added two spaces to fix
2490         minor coding style issues. Found by my exports generator.
2492         * atk/makefile.msc : version 0.7, use build dir from
2493         $(TOP)\glib
2495 Thu Nov 22 14:37:40 2001  Owen Taylor  <otaylor@redhat.com>
2497         * Version 0.7
2499         * configure.in (GLIB_REQUIRED_VERSION): Require GLib-1.3.11
2501 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
2503         * atk/atknoopobject.c:
2504         Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID
2505         when creating object
2507 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
2509         * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt,
2510         docs/tmpl/atkrelation.sgml:
2511         Change atk_relation_type_from_string to atk_relation_type_for_name
2512         Add atk_relation_type_get_name
2514         * atk/atkrelationtype.c:
2515         Change atk_relation_type_from_string to atk_relation_type_for_name
2516         Add atk_relation_type_get_name
2517         Update atk_relation_type_register() to correctly register new
2518         relation types
2520         * atk/atkstate.c:
2521         Changed name of static variable type to last_type
2522         Changed name of paremeter if atk_state_type_get_name to type to match
2523         comments
2525         * docs/tmpl/*sgml
2526         Updated files
2528         * tests/README, tests/Makefile.am       
2529         Add new test file testrelation.c
2531 2001-11-22  Bill Haneman <bill.haneman@sun.com>
2533         * atk/atkutil.c (atk_add_key_event_listener):
2534         Fix gtk-doc comment and clarify use of 'data' gpointer.
2536 2001-11-22  Michael Meeks  <michael@ximian.com>
2538         * atk/atkutil.c (atk_add_key_event_listener): switch
2539         to class_peek.
2541         * atk/atkobject.c (atk_object_real_get_property):
2542         add missing 'break'.
2544 2001-11-21  Michael Meeks  <michael@ximian.com>
2546         * atk/atkrelation.c: pull in string.h for strcmp
2548         * atk/atktext.c (atk_text_get_selection): fix bug / warning.
2550         * atk/atkutil.c (atk_add_global_event_listener),
2551         (atk_get_toolkit_name, atk_get_toolkit_version):
2552         constify 
2554 2001-11-21  Bill Haneman <bill.haneman@sun.com>
2556         * atk/atkrelation.c: Added gtk-doc docs for 
2557         atk_relation_type_from_string.
2559 Wed Nov 21 17:54:44 2001  Owen Taylor  <otaylor@redhat.com>
2561         * atk/atkobject.h (enum): Fix trailing comma on
2562         enumeration.
2564         * docs/atk-sections.txt: Update.
2566         * NEWS: Updates
2568 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
2570         * atk/atkobject.[c|h]:
2571         Add additional argument (name) to state-change signal
2572         Update atk_object_notify_state_change to take account of 
2573         extra argument for state-change
2575         * atk/atkmarshal.list:
2576         Add marshaller for VOID:STRING,BOOLEAN
2577         
2578 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
2580         * atk/atkobject.[c|h], docs/atk-sections.txt, docs/tmpl/atkobject.sgml:
2581         Add enum AtkLayer and functions atk_object_get_layer and
2582         atk_object_get_mdi_zorder
2584 2001-11-20  Padraig O'Briain  <padraig.obriain@sun.com>
2586         * atk/atkobject.[c|h]:
2587         Remove property accessible-state; use signal state-change instead
2588         Change signature of state-change handler to take gboolean as argument
2589         instead of AtkPropertyValues
2590         Update atk_object_notify_state_change() to emit state-change signal
2592         * atk/atkstate.[c|h], docs/tmpl/atkstate.sgml:
2593         Remove state ATK_STATE_COLLAPSED
2595 2001-11-19  Bill Haneman <bill.haneman@sun.com>
2597         * atk/atkobject.c:
2598         * atk/atkstate.c:
2599         Added state-changed signal to atkobject, in anticipation of 
2600         deprecating the accessible-state property.
2602         * atk/atkutil.[ch]:
2603         Fixed signature of atk_util_add_key_listener () to
2604         take an AtkKeySnoopFunc instead of a pointer to same.
2606 2001-11-19  Padraig O'Briain  <padraig.obriain@sun.com>
2608         * atk/atkobject.c (atk_object_notify_state_change):
2609         Fix bug in calculation of number of toggle states
2611         * atk/atkstate.c:
2612         Correct out-by-1 error in atk_state_type_register()
2613         Use type (number of states defined) in atk_state_type_get_name()
2614         and atk_state_type_for_name()
2615         
2616 2001-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
2618         * atk/atkeditabletext.c:
2619         Remove unused structure _AtkEditableTextIfaceClass
2621         * atk/atkobject.[c|h]
2622         Remove signals model_changed and selection_changed
2624         * atk/selection.[c|h]
2625         Add signal selection_changed
2627         * atk/atktable.[c|h]
2628         Remove unused structure _AtkTableIfaceClass
2629         Add signal model_changed
2631         * atk/atktext.[c|h]
2632         Remove unused structure _AtkTextIfaceClass
2633         Add signal text_selection_changed
2635         * docs/tmpl/atkobject.sgml, docs/tmpl/atkselection.sgml,
2636         docs/tmpl/atktable.sgml, atk/tmpl/atktext.sgml:
2637         Documentation changes
2639 2001-11-17  Tor Lillqvist  <tml@iki.fi>
2641         * atk-zip.sh.in: Build separate runtime and developer packages.
2643         * atk/atk.def: Update.
2645 2001-11-14  Bill Haneman  <bill.haneman@sun.com>
2647         * atk/atkutil.h :
2648         Added API 
2649         atk_add_key_event_listener    (AtkKeySnoopFunc *listener,
2650                                        gpointer data);
2651         atk_remove_key_event_listener (AtkKeySnoopFunc *listener,
2652                                        gpointer data);
2653         
2654         to allow non-GTK-dependent installation of key snoop functions.
2655         This also meant adding definitions of AtkKeySnoopFunc and 
2656         AtkKeyEventStruct.
2658 2001-11-08  Padraig O'Briain  <padraig.obriain@sun.com>
2660         * atk/atkobject.c (atk_object_notify_state_change):
2661         Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED
2662         to ATK_STATE_EXPANDED or vice versa.
2664 2001-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
2666         * atk/atkobject.h:
2667         Add role ATK_ROLE_TREE_TABLE
2669         * atk/atkrelation.h:
2670         Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT
2671         and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable
2673         * docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl,
2674         docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml,
2675         docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl,
2676         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml,
2677         docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml,
2678         docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml,
2679         docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml:
2680         Update to reflect the current state of the documentation in the code.
2682 2001-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
2684         * atk/relation.h, docs/tmpl/atkrelation.sgml:
2685         Add two new relations ATK_RELATION_NODE_CHILDREN and
2686         ATK_RELATION_NODE_PARENT to support compound objects in a
2687         node or cell of a tree or table
2688         Added descriptions of all relations which are defined
2690         * atk/atktable.c:
2691         Remove functions atk_table_real_get_index_at(),
2692         atk_table_real_get_column_at_index() and 
2693         atk_table_real_get_row_at_index() 
2694         Correct typos in documentation of other functions.
2696 2001-10-28  Tor Lillqvist  <tml@iki.fi>
2698         * atk-zip.sh.in: New file, used to build developer package for
2699         Win32.
2701         * Makefile.am
2702         * configure.in: Add it.
2704         * atk/Makefile.am: Add rules to install and uninstall mingw import
2705         library.
2707 2001-10-26  Padraig O'Briain  <padraig.obriain@sun.com>
2709         * atk/atkobject.[c|h]
2710         Remove the following properties
2711         accessible-child - use signal children_changed for notification
2712         accessible-text - use signal text_changed for notification
2713         accessible-caret - use signal text_caret_moved for notification
2714         accessible-selection - use new signal selection_changed 
2715         for notification
2716         accessible-visible-data - use new signal visible_data_changed
2717         for notification
2718         accessible-model - use new signal model_changed for notification
2719         Notify when role or parent changes
2720         Allow parent and role to be set or got using g_object_set() or
2721         g_object_get()
2723 Wed Oct 24 11:13:13 2001  Owen Taylor  <otaylor@redhat.com>
2725         * Version 0.6
2727         * NEWS: Updates.
2729 2001-10-25  Padraig O'Briain  <padraig.obriain@sun.com>
2731         * atk/atkobject.h, docs/tmpl/atkobject.sgml:
2732         Add role ATK_ROLE_TERMINAL for an accessible terminal.
2734 2001-10-22  Padraig O'Briain  <padraig.obriain@sun.com>
2736         * atk/atkobject.c (atk_object_notify_state_change):
2737         Initialize AtkPropertyValue data structure to 0 instead of using
2738         memset.
2740 2001-10-19  Tor Lillqvist  <tml@iki.fi>
2742         * configure.in: Set automake conditionals OS_WIN32 if on (native)
2743         Win32, and MS_LIB_AVAILABLE if lib.exe is available. Calculate
2744         LT_CURRENT - LT_AGE and set LT_CURRENT_MINUS_AGE to that value.
2746         * atk/Makefile.am: Add atk.def to EXTRA_DIST. On Win32, use
2747         -export-symbols atk.def. If lib.exe is available, generate
2748         atk.lib, and install it.
2750         * atk/atk.def: Update with new entry points.
2752 2001-10-19  Padraig O'Briain  <padraig.obriain@sun.com>
2754         * atk/atkobject.[c|], docs/atk-sections.txt,
2755         docs/tmpl/atkobject.sgml:
2756         Add convenience function atk_object_notify_state_change()
2757         to generate property notification of state change.
2759         * atk/atktext.c, docs/tmpl/atk-unused.sgml:
2760         Correct comments on functions atk_attribute_get_name() and
2761         atk_attribute_get_value()
2763 2001-10-17  Padraig O'Briain  <padraig.obriain@sun.com>
2765         * atk/atktext.c:
2766         Update comments in atk_text_get_text_[at|after|before]_offset()
2767         to clarify what these functions will return.
2769 2001-10-16  Padraig O'Briain  <padraig.obriain@sun.com>
2771         * atk/atktext.c:
2772         Update comments in atk_text_get_run_attributes() and
2773         atk_text_get_default_attributes().
2775 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
2777         * atk/atkobject;c:
2778         Change "property-change" signal to allow detail (i.e. property name) 
2779         and add detail in atk_object_notify().
2781 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
2783         * atk/atktext.c:
2784         Correct order of attribute names in text_attr_name array.
2786 2001-10-12  Padraig O'Briain  <padraig.obriain@sun.com>
2788         * atk/atktext.[c|h]:
2789         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
2790         Use enum AtkTextAttribute to specify what attribute are supported
2791         rather than hash defines. Define new functions atk_attribute_get_name()
2792         and atk_attribute_get_value() which return the strings for the
2793         attribute name and values for those attribute which have named values.
2795 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
2797         * atk/atktext.c (atk_text_get_run_attributes):
2798         Correct typo.
2800         * atk/atktext.c (atk_text_get_default_attributes):
2801         Add call to set iface.
2803 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
2805         * atk/atktext.[c|h]:
2806         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
2807         Add new function atk_text_get_default_attributes
2808         Rename atk_text_ref_run_attributes to atk_text_get_run_attributes
2810 2001-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
2812         * atk/atktext.c (atk_attribute_set_free):
2813         Avoid leaking of AtkAttributeSet data structure; speed up code.
2815         * docs/tmpl.atk*.sgml
2816         Updated to reflect current APIs.
2818 2001-10-01  jacob berkman  <jacob@ximian.com>
2820         * docs/Makefile.am (dist-hook-local): depend on all-local so that
2821         make dist works correctly w/o having to build first
2823 2001-10-01  Tor Lillqvist  <tml@iki.fi>
2825         * configure.in: Add AC_LIBTOOL_WIN32_DLL.
2827 Sat Sep 29 19:45:00 2001  Bill Haneman <bill.haneman@sun.com>
2828         
2829         * configure.in (ATK_MICRO_VERSION): Version 0.6
2830         (because libglade will depend on a the small api addition below)
2832         * atk/makefile.msc (PKG_VER): Version 0.6
2834         * atk/atkrelation.h:
2835         * atk/atkrelation.c: (AtkRelationType 
2836         atk_relation_type_from_string (const gchar *name)): Added method.
2838         
2839 Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>
2841         * configure.in (ATK_MICRO_VERSION): Version 0.5
2843         * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
2845         * atk/makefile.msc (PKG_VER): Version 0.5
2847 2001-09-21  Hans Breuer  <hans@breuer.org>
2849         * atk/atk.def : updated externals
2850         * atk/makefile.msc : version 0.4
2852         * atk/atktext.c (atk_text_get_character_extents) : real_height
2853         is a reference to int, so use &local_height
2855 Wed Sep 19 10:46:44 2001  Tim Janik  <timj@gtk.org>
2857         * Released 0.4.
2859 Tue Sep 18 23:41:32 2001  Tim Janik  <timj@gtk.org>
2861         * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION.
2862         up ATK_VERSION to 0.4, interface age 0, binary age 0.
2863         (from 0.2 which was not properly updated last time).
2864         depend on glib 1.3.8.
2866         * NEWS: updates.
2868 2001-09-11  Padraig O'Briain  <padraig.obriain@sun.com>
2870         * atk/atkobject.c:
2871         Add object reference when object is set as accessible_parent
2873 2001-09-05  Mark McLoughlin <mark@skynet.ie>
2875         * configure.in: remember ACLOCAL_FLAGS.
2877 2001-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
2879         * atk/atktable.[c|h]
2880         Change atk_table_get_caption() and atk_table_set_caption()
2881         to deal with AtkObject* rather than gchar*
2882         Remove redundant and incorrect comments
2883         
2884 Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>
2886         * configure.in: Version 0.3  
2888         * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
2890         * NEWS: Update  
2892 2001-09-03  Padraig O'Briain  <padraig.obriain@sun.com>
2894         * atk/atkobject.c:
2895         Correct property definitions for "accessible-table-caption", 
2896         "accessible-table-column-description", 
2897         "accessible-table-row-description" 
2898         * atk/atkobject.h:
2899         Update comments to include all properties defined
2901 2001-08-24  Padraig O'Briain  <padraig.obriain@sun.com>
2903         * atk/atkhyperlink.h:
2904         Change AtkHyperLink to AtkHyperlink in comment
2905         * atk/atkhypertext.[c|h]:
2906         Change AtkHyperLink to AtkHyperlink
2907         * atk/atktable.[c|h]:
2908         Make gchar* arguments const; make return value of type gchar*
2909         G_CONST_RETURN
2910         * docs/atk-sections.txt
2911         Remove reference to AtkHyperLink
2912         * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
2913         docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
2914         Updated by make
2915         
2916 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
2918         * atk/atktable.c
2919         Add functions atk_table_real_get_index_at(), 
2920         atk_table_real_get_row_at_index(), atk_table_real_get_column_at_index() 
2921         as default implementations for atk_table_get_index_at(),
2922         atk_table_get_row_at_index(), atk_table_get_column_at_index()
2924 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
2926         * atk/atkaction.c:
2927         Refer to return value in function documentation for 
2928         atk_action_do_action
2929         * atk/atkimage.c:
2930         Fix typo in comments
2931         * docs/tmpl/atkaction.sgml:
2932         Update to include return value
2934 2001-08-22  Marc Mulcahy <marc.mulcahy@sun.com>
2936         * atk/atkaction.c atk/atkaction.h:
2937         Made atk_action_do_action return a gboolean as the class member of 
2938         AtkActionIface does.
2939         * .cvsignore:
2940         Added atk.spec
2942 2001-08-20  Padraig O'Briain  <padraig.obriain@sun.com>
2944         * docs/tmpl/atkimage.sgml atk/atkimage.h:
2945         Swap height and width arguments to atk_image_get_image_size
2946         * atk/atkimage.c:
2947         Swap height and height arguments to atk_image_get_image_size
2948         Do not crash if NULL pointers are passed for return values
2950 2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
2952         * docs/tmpl/atktext.sgml atk/atktext.h:
2953         Change parameter names *offset to *_offset
2954         * atk/atkcomponent.c:
2955         Do not crash if NULL pointers are passed for return values
2956         * atk/atktext.c:
2957         Change parameter names *offset to *_offset
2958         Do not crash if NULL pointers are passed for return values
2959         
2960 2001-08-16  Bill Haneman  <bill.haneman@sun.com>
2962         * atk/atkutil.c :
2963         Changed g_type_class_peek() to g_type_class_ref()
2964         in atk_add_global_event_listener(), since
2965         g_type_class_peek() could return NULL when an
2966         instance of the class had not been created.
2968 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
2970         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
2971         Ensure that atk_attribute_set_free is in the documentation.
2973 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
2975         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
2976         Swapped order of width and height arguments to
2977         atk_text_get_character_extents()
2978         Changed AtkAttrributeSet_free to atk_attribute_set_free
2980 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
2982         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
2983         Changed "length" argument of atk_text_get_character_extents() to
2984         "height".
2986 2001-08-15  Jens Finke <jens@gnome.org>
2988         * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files.
2989         * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and
2990         added a AC_SUBST for it. This is needed for the spec.in file.
2991         Added atk.spec to output list.
2992         * atk.spec.in: New file.
2994 2001-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
2996         * atk/atkcomponent.[c|h]
2997         * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
2998         Change atk_component_get_accessible_at_point to 
2999         atk_component_ref_accessible_at_point so it will work for flyweights
3001 Sun Aug 12 10:33:02 2001  Owen Taylor  <otaylor@redhat.com>
3003         * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
3004         with GNU make.
3006 2001-08-09  Padraig O'Briain  <padraig.obriain@sun.com>
3008         * atk/atkaction.c, atk/atkcomponent.c
3009         Remove all instances of g_return_if_fail (foo != NULL); that are
3010         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
3011         since the second check catches the NULL.
3012         * atk/atkcomponent.c
3013         Add functions atk_component_real_contains(), 
3014         atk_component_real_get_position(), atkcomponent_real_get_size() 
3015         as default implementations for atk_component_contains(),
3016         atk_component_get_position(), atk_component_get_size()
3018 2001-08-07  Brian Cameron <brian.cameron@sun.com>
3020         * atk/atkimage.[ch] docs/atk-sections.txt
3021         docs/tmpl/atkimage.sgml
3022         Updated AtkImage get_position to get_image_position
3023         so the naming is consistant.  Now get_image_position
3024         and get_image_size return -1 for x/y/height/width
3025         if AtkImage implementations of these functions is
3026         not found.
3028 2001-07-31  Padraig O'Briain  <padraig.obriain@sun.com>
3030         * atk/atkobject.c
3031         Create an object relation set when the object is created.
3033 2001-07-30  Brian Cameron <brian.cameron@sun.com>
3035         * atk/atkutil.[ch]
3036         Changed first argument of atk_add_global_event_listener
3037         so the callback function is of type GSignalEmissionHook
3038         instead of AtkEventListener.  AtkEventListener is
3039         appropriate for Focus event callbacks, but not generic
3040         ones.
3042 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
3044         * atk/atkobject.c:
3045         Add function atk_object_real_ref_state_set() which creates the
3046         state set and adds states ATK_STATE_SELECTABLE and ATK_STATE_SELECTED
3047         if appropriate
3049 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
3051         * atk/*.c:
3052         Remove all instances of g_return_if_fail (foo != NULL); that are
3053         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
3054         since the second check catches the NULL.
3056 2001-07-26  Padraig O'Briain  <padraig.obriain@sun.com>
3058         * atk/Makefile.am
3059         Fix problem with ATK not building after running make maintainer-clean
3060         and autogen.sh: add extra files to MAINTAINERCLEANFILES
3062 2001-07-25 Bill Haneman <bill.haneman@sun.com>
3064         * atk/atktext.h
3065         * atk/atkeditabletext.h
3066         * atk.pc.in
3067         * atk-uninstalled.pc.in
3068         * atk/makefile.msc
3069         * configure.in
3070         Removed (unused) #defines of pango/pango.h
3071         Removed references to/dependencies on pango from .pc files
3072         Removed dependencies on pango from makefile.msc and configure.in
3074 2001-07-24  Padraig O'Briain  <padraig.obriain@sun.com>
3076         * atk/atkobject.[c|h]
3077         Move some implementation from GAIL:
3078         Default implementations for some some functions
3079         atk_object_real_get_name, atk_object_real_set_name,
3080         atk_object_real_get_description, atk_object_real_set_description,
3081         atk_object_real_get_parent, atk_object_real_set_parent,
3082         atk_object_real_get_role,
3083         atk_object_real_connect_property_change_handler,
3084         atk_object_real_remove_property_change_handler,
3085         atk_object_notify,
3086         definition of property-changed signal.
3087         Initialize pointers to NULL in atk_object_init().
3088         Initialize uninitialized function pointers to NULL in 
3089         atk_object_class_init().
3090         
3091 2001-07-23  Brian Cameron <brian.cameron@sun.com>
3093         * atk/atkobject.c
3094         Changed children_changed signal to allow NULL pointers
3095         for the 2nd argument to the signal handler.
3097 2001-07-20  Hans Breuer  <hans@breuer.org>
3099         * atk/atk.def : added more exports
3100         * atk/makefile.msc : updated win32 build
3102 2001-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
3104         * atk/atkaction.[c|h], docs/atk-sections.txt, 
3105         docs/tmpl/atkaction.sgml
3106         Add atk_action_get_name() and atk_action_set_description()
3108 2001-07-18  Padraig O'Briain  <padraig.obriain@sun.com>
3110         * atk/atkstate.[c|h]
3111         Add ATK_STATE_ENABLED so we can distinguish between a consistent
3112         and inconsistent GtkToggleButton
3114 2001-07-16  Brian Cameron <brian.cameron@sun.com>
3116         * atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
3117         docs/atk-sections.txt docs/tmpl/atktext.sgml docs/tmpl/atkutil.sgml
3118         gail_textattributes_update.pat is for gail/gail and integrates the 
3119         ATK_ATTRIBUTE_* macros in the gail implementations.
3120         atk_docs_textattributes_update.pat is for atk/docs and patches
3121         atk-sections.txt etc. for improved docs
3122         atk_atk_textattributes_update.pat is for atk/atk and included the
3123         new ATK_ATTRIBUTE_* macros and updated gtk-doc comments.
3125 2001-07-13  Darin Adler  <darin@bentspoon.com>
3127         * atk/atkstate.c: Add missing <string.h> include.
3128         * tests/teststateset.c: Add missing <string.h> include.
3130 2001-07-13  Darin Adler  <darin@bentspoon.com>
3132         * .cvsignore: Ignore some generated files.
3133         * autogen.sh: Get rid of call to autoheader since the
3134         configure file doesn't include AM_CONFIG_HEADER.
3136 2001-07-11  Brian Cameron <brian.cameron@sun.com>
3138         * tmpl/atkdocument.sgml
3139         Added new file for docs.
3141 2001-07-11  Padraig O'Briain  <padraig.obriain@sun.com>
3143         * atk/atkimage.c atk/atkutil.c
3144         Changes to build with Sun's FORTE compiler.
3146 2001-07-10  Brian Cameron <brian.cameron@sun.com>
3148         * tmpl/atk-unused.sgml tmpl/atkcomponent.sgml tmpl/atkeditabletext.sgml
3149         tmpl/atkimage.sgml tmpl/atkselection.sgml tmpl/atkstate.sgml
3150         tmpl/atkstreamablecontent.sgml tmpl/atktable.sgml
3151         tmpl/atktext.sgml tmpl/atkutil.sgml
3152         Updated docs pages.
3154 Mon Jul  2 06:37:09 2001  Tim Janik  <timj@gtk.org>
3156         * atk/atktext.c (atk_text_base_init): 
3157         * atk/atktable.c (atk_table_base_init): 
3158         * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/
3159         to adapt to recent GSignal changes.
3161 2001-06-28  Brian Cameron <brian.cameron@sun.com>
3163         * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt
3164         docs/tmpl/atkutil.sgml
3165         Added new functiosn to AtkUtil.
3167 2001-06-28  Brian Cameron <brian.cameron@sun.com>
3169         * atk/Makefile.am atk/atk.h atk/atkdocument.c atk/atkdocument.h
3170         docs/atk-docs.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml
3171         docs/tmpl/atkobject.sgml
3172         Added new atk document interface.
3174 2001-06-28  Brian Cameron <brian.cameron@sun.com>
3176         * atk/atkcomponent.c atk/atkcomponent.h atk/atkimage.c
3177         atk/atkimage.h atk/atktext.c atk/atktext.h atk/atkutil.h
3178         Updated so that functions that take screen coords as 
3179         input/output also take an enum specifying whether
3180         the coords are screen or top-level window based.
3181         Updated docs as well.
3183 2001-06-28  Brian Cameron <brian.cameron@sun.com>
3185         *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c
3186         atk/atkhyperlink.c atk/atkobject.c atk/atkregistry.c
3187         atk/atkstate.c atk/atkstateset.c atk/atkstreamablecontent.c
3188         atk/atktable.c atk/atktext.c atk/atkutil.c atk/atkvalue.c
3189         atk/docs/tmpl/atkstreamablecontent.sgml
3190         Cleaned up docs.  Added atkstreamablecontent.sgml
3192 2001-06-28  Brian Cameron <brian.cameron@sun.com>
3194         *atk/atktable.h, atk/atktable.c
3195         Updated signal handler definitions.
3197 2001-06-27  Brian Cameron <brian.cameron@sun.com>
3199         *atk/atktext.h
3200         Updated AtkXYCoords enum.
3202 2001-06-27  Brian Cameron <brian.cameron@sun.com>
3204         *atk/atkaction.c atk/atkaction.h atk/atkcomponent.c
3205         atk/atkcomponent.h atk/atkhyperlink.c atk/atkhypertext.c
3206         atk/atkimage.c atk/atkimage.h atk/atkobject.c
3207         atk/atkobject.h atk/atkobjectfactory.c atk/atkregistry.c
3208         atk/atkstateset.c atk/atkstreamablecontent.c
3209         atk/atkstreamablecontent.h atk/atktable.c
3210         atk/atktext.c, docs/atk-docs.sgml docs/atk-sections.txt
3211         and some docs/tmpl files.
3212         Updated gtk-docs fixing spelling errors and making minor
3213         changes to the API.
3215 2001-06-27  Louise Miller <lousie.miller@sun.com>
3217         *atk/atkselection.h, atk/atkselection.c
3218         changed return type to gboolean for 
3219         atk_selection_select_all_selection
3221 2001-06-26  Brian Cameron <brian.cameron@sun.com>
3223         *atk/atkstate.h atk/atkstate.c
3224         docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml
3225         docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml
3226         docs/tmpl/atktext.sgml
3227         Added ATK_STATE_STALE.  Updated docs.
3229 2001-06-22  Lucy Brophy <lucy.brophy@sun.com>
3231         *atk/atktext.h
3232         Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
3234 2001-06-21  Brian Cameron <brian.cameron@sun.com>
3236         * atk/atkeditabletext.h, atk/atkobject.h,
3237         atktext.[ch]
3238         Added AtkAttributeSet_free() convenience
3239         function.
3241 2001-06-20  Peter Williams  <peterw@ximian.com>
3243         * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type ->
3244         atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer
3245         G_{BEGIN,END}_DECLS.
3247 2001-06-20  Brian Cameron <brian.cameron@sun.com>
3249         * atk/atktable.c, atk/atkmarshal.list
3250         Removed needless marshal and updated signal handlers in
3251         atktable.c
3253 2001-06-20  Louise Miller <louise.miller@sun.com>
3255         *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml   
3256         Changed parameters for get_selected_rows/get_selected_columns
3257         Added 4 new functions, add_row_selection, remove_row_selection,
3258         add_column_selection, remove_column_selection
3260 2001-06-19  Brian Cameron <brian.cameron@sun.com>
3262         * atk/atktable.c
3263         Fixed minor bug with signals.
3265 2001-06-18  Brian Cameron <brian.cameron@sun.com>
3267         * atk/atktable
3268         Added signals.
3270 2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
3272         * atk/atkselection.h atk/atkselection.c
3273         Now add_selection, clear_selection, and remove_selection 
3274         return a boolean indicating SUCCESS/FAILURE to indicate
3275         if the operation was successful.
3277 2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
3279         * atk/atktable.h atk/atktable.h
3280         Updated so now the get_text_before|at|after functions
3281         return the start & end offset of the string.  Updated the
3282         docs.
3284 2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>
3286         * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
3288 2001-06-11  Havoc Pennington  <hp@redhat.com>
3290         * NEWS: updated
3292         * configure.in: bump version to 0.2 and add infrastructure for 
3293         libtool version info. Assumes GTK versioning scheme (major.minor 
3294         is binary compatible)
3295         
3296         * atk/Makefile.am (LDFLAGS): set version info
3297         (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
3298         
3299 2001-06-13  Brian Cameron <brian.cameron@sun.com>
3301         * atk/atktable.h, atk/atktable.c
3302         Updated so that get/set row/column header functions
3303         work with AtkObjects rather than AtkTables.  Organized
3304         the header file a little more cleanly.  Also the get/set
3305         row_description and caption functions now use gchar *
3306         rather than AtkObject.
3308 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
3310         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
3311         Add signal model-changed.
3313         * atk/atkobject.c: Add properties
3314         accessible-role, accessible-table-caption, 
3315         accessible-table-column-header, accessible-table-column_description.
3316         accessible-table-row-header, accessible-table-row_description.
3317         accessible-table-summary, accessible-model
3319 2001-06-12  Brian Cameron <brian.cameron@sun.com>
3321         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
3322         Updated atkeditabletext and atktext interfaces so they
3323         now properly define the get/set attribute methods and now
3324         get_offset_at_point and get_character_extents can request
3325         x,y coords by either widget or screen coords.
3327 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
3329         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
3330         CFLAGS, not in LIBS. (Always linking with -lpthread
3331         is a noticeable speed hit.)
3333 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
3335         * atk/Makefile.am: Really fix marshal generation.
3337 2001-06-07  Havoc Pennington  <hp@redhat.com>
3339         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
3340         glib-genmarshal stuff
3342 2001-06-07  Havoc Pennington  <hp@redhat.com>
3344         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
3345         glib-genmarshal
3347         * configure.in: rearrange the library checks to support
3348         uninstalled linking     
3350         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
3352         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
3353         ATK in giant GTK tarball
3355 2001-06-07  Brian Cameron <brian.cameron@sun.com>
3357         * docs/atk-api.sgml docs/atk-sections.txt
3358         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
3359         docs/tmpl/atktext.sgml
3360         Removed docs/atk-api.sgml since it is not used.
3361         Updated sgml files and atk-sections.txt to reflect
3362         recent changes to the atktext and atkeditabletext
3363         interfaces
3365 2001-06-06  Brian Cameron <brian.cameron@sun.com>
3367         * atk/atktext.h atk/atktext.h
3368         Updated to new atktext functions for getting attributes.
3370 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
3372         * New files atk/atkstreamablecontent.[ch]
3373         Updated files: atk/Makefile.am, atk/atk.h
3375         * atk/atkvalue.c: Updated comments
3377 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
3379         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
3381 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
3383         * atk/atkobject.c: Add property accessible-visible-data
3385 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
3387         * atk/atkobject.c: Add support for setting and getting 
3388         accessible-value property.
3390         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
3392 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
3394         * atk/atkeditabletext.[ch], atk/atktext.[ch]
3396         * docs/atk-overrides.txt, docs/Makefile.am
3397           Updated the interface for dealing with selected
3398           text to handle multiple selected regions.  Removed
3399           get_row_col_at_offset from atktext.[ch].  Added
3400           docs/atk-overrides.txt file.
3402 Thu May 31  Brian Cameron <brian.cameron@sun.com>
3404         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
3405           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
3406           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
3407           Makefiles so the proper marshall files get included in the
3408           dist.  Updated the Makefiles and configure.in so that the
3409           docs get included in the dist.
3411 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
3413         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
3415 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
3417         * atk/atkobject.c: Define new properties accessible-text, 
3418         accessible-caret, accessible-selection and accessible-value
3420 2001-05-29  Brian Cameron <brian.cameron@sun.com>
3422         * docs/atk-sections.txt
3424         * docs/tmpl/*
3425         Improved the layout/formatting of the atk docs.  Added docs/tmpl
3426         files.
3428 2001-05-28  Brian Cameron <brian.cameron@sun.com>
3430         * atk/atktext.c
3431         Now properly set the initialized flag when setting up signals.
3432         Updated the atk-docs in several files
3434 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
3436         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
3437         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
3438         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
3439         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
3440         Fix warnings generated by Sun FORTE compiler
3442 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
3444         * atk/atkcomponent.c atk/atkvalue.c
3445         Remove return calls in functions which return void
3446         
3447 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
3449         * atk/atkobject.h: Correct naming of role for status bar
3451         * atk/atktext.c: 
3452         Clarify behaviour of atk_text_get_text_after/at/before_offset
3454 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
3456         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
3458 2001-01-06  Hans Breuer  <hans@breuer.org>
3460         * atk/makefile.msc atk/atk.def (new files) :
3461         Enable build for win32, no sourc changes necessary.
3463 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
3465         * Released 0.1
3467 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
3469         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
3471 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
3473         * Start a ChangeLog