Revved to 1.21.5 for GNOME 2.21.5.
[atk.git] / ChangeLog
bloba0ab624e4133102abaf3bae56fdd89970f1746f0
1 2008-01-14  Li Yuan  <li.yuan@sun.com>
3         * NEWS:
4         * configure.in:
5         Revved to 1.21.5 for GNOME 2.21.5.
7 2008-01-04  Li Yuan  <li.yuan@sun.com>
9         * atk/atkutil.h:
10         Bug #502840. Derived type definition convenience macros
11         * tests/Makefile.am:
12         Bug #500978. Fixes the building of the test modules 
13         as dynamic on Cygwin and MinGW.
15 2007-09-24  Li Yuan  <li.yuan@sun.com>
17         * atk/atkhyperlink.c: (atk_hyperlink_class_init):
18         Fix bug #477763. Correct registration of the 
19         "start-index" property for AtkHyperlink.
21 2007-09-17  Li Yuan  <li.yuan@sun.com>
23         * configure.in, NEWS:
24         Revved to 1.20.0 for GNOME 2.20.0.
26 2007-08-03  Danishka Navin  <danishka@gmail.com>
28         * configure.in: added "si" (Sinhala) to ALL_LINGUAS.
30 2007-07-30  Li Yuan  <li.yuan@sun.com>
32         * configure.in, NEWS:
33         Revved to 1.19.6 for GNOME 2.19.6.
35 2007-07-27  Li Yuan  <li.yuan@sun.com>
37         * atk/atkutil.c: (atk_get_version):
38         * atk/atkutil.h:
39         Bug #460851. A new API to get the current version of ATK.
41 2007-06-04  Li Yuan <li.yuan@sun.com>
43         * configure.in, NEWS:
44         Revved to 1.19.3 for GNOME 2.19.3.
45         Remove gnome-doc-utils dependence.
47 2007-05-11  Brian Cameron  <brian.cameron@sun.com>
49         * Use $(GLIB_MKENUMS) instead of calling glib-mkenums directly.
50           This works better when you build with glib via an
51           uninstalled.pc file.
53 2007-04-25  Christophe Merlet  <redfox@redfoxcenter.org>
55         * configure.in: added "oc" (Occitan) to ALL_LINGUAS.
57 2007-04-23  Li Yuan <li.yuan@sun.com>
59         * configure.in, NEWS:
60         Revved to 1.19.1 for GNOME 2.19.1.
62 2007-04-11  Li Yuan <li.yuan@sun.com>
64         * autogen.sh, configure.in: use gnome-autogen.sh to simplify
65         autogen.sh.
67 2007-03-22  Christian Persch <chpe@gnome.org>
69         Fix for #418194.
70         * atk/Makefile.am: use -DATK_LOCALEDIR.
71         * configure.in: remove AM_GLIB_DEFINE_LOCALEDIR.
73 2007-03-22  Christian Persch <chpe@gnome.org>
75         Fix for #382328.
76         * atk/atkrelation.c: (atk_relation_type_get_name): add missing const.
77         * atk/atkstate.c: (atk_state_type_get_name): ditto.
78         * atk/atktext.c: (atk_text_attribute_get_name): ditto.
80 2007-03-12  Li Yuan <li.yuan@sun.com>
82         * configure.in, NEWS:
83         Revved to 1.18.0 for GNOME 2.18.0.
85 2007-03-02  Li Yuan <li.yuan@sun.com>
87         * atk/atkobject.c: 
88         (atk_object_notify_state_change):
89         Fix #408527. Add a check.
91 2007-02-25  Tor Lillqvist  <tml@novell.com>
93         * atk/atkmisc.h: Fix typo: declare atk_misc_get_type(), not
94         atk_util_get_type().
96         * atk/atk.def: Add atkmisc entry points.
98 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
100         * Makefile.am: Dist MAINTAINERS.
102 2007-02-13  Bill Haneman <bill.haneman@sun.com>
104         * atk/atkstate.h: Clarified documentation for
105         ATK_STATE enumerations.  See bug #398038.
107         * atk/atkrelation.c: Point to atk_object_add_relationship, 
108         to clarify and simplify use of AtkRelation.  See bug #367627.
109         
110 2007-02-12  Li Yuan  <li.yuan@sun.com>
112         * configure.in, NEWS:
113         Revved to 1.17.0.
115 2007-02-12  Li Yuan  <li.yuan@sun.com>
117         * atk/atkmisc.c:
118         (atk_misc_threads_enter), (atk_misc_threads_leave):
119         Bug #404592. Don't do anything if misc is NULL.
121 2007-01-22  Li Yuan  <li.yuan@sun.com>
123         * configure.in, NEWS:
124         Revved to 1.13.2.
126 2007-01-19  Li Yuan  <li.yuan@sun.com>
128         * atk/atkmisc.c:
129         (atk_misc_threads_enter), (atk_misc_threads_leave):
130         Bug #329454. Use ATK_MISC_GET_CLASS to get AtkMiscClass
131         to use the overloaded functions. 
133 2007-01-13  Hans Breuer  <hans@breuer.org>
135         * atk/makefile.msc : adapt lib name to "auto-standard", add atkmisc
137 2007-01-10  Li Yuan <li.yuan@sun.com>
139         * configure.in:
140         * atk/atkmisc.h:
141         Revved to 1.13.1.
143 2007-01-08  Bill Haneman <bill.haneman@sun.com>
145         * atk/atkaction.c:
146         (atk_action_get_name): Clarified what is expected 
147         in an action name, and numerated some commonly-used names.
148         (atk_action_get_keybinding): Improve the documentation
149         for the string returned by this API.
151 2007-01-08  Bill Haneman <bill.haneman@sun.com>
153         * configure.in: Revved to 1.13.0, since new API
154         has been added for gnome 2.17.5.  (ATK is
155         now API frozen for gnome 2.18.)
157         * atk/atkmisc.[ch]: New class which provides
158         miscellaneous utilities including
159         (atk_misc_threads_enter, atk_misc_thread_leave): New, 
160         see bug #329454.
162         * docs/tmpl/atkmisc.sgml:
163         Docs for AtkMisc.
164         
165         * docs/tmpl/atkhyperlinkimpl.sgml: Added minimal
166         doc for AtkHyperlinkImpl struct.
167         
168 2006-12-05  Li Yuan <li.yuan@sun.com>
170         * configure.in, NEWS:
171         Bump to 1.12.4, for gnome 2.17.4.
173 2006-12-04  Bill Haneman <bill.haneman@sun.com>
174         
175         * Added Li Yuan <li.yuan@sun.com> to MAINTAINERS.
177 2006-10-01  Bill Haneman <bill.haneman@sun.com>
179         * configure.in, NEWS:
180         Bump to 1.12.3, for gnome 2.16.1.
181         
182 2006-09-26  Bill Haneman <bill.haneman@sun.com>
184         * atk/atktext.c:
185         (atk_text_attribute_get_value): Allow 
186         the wrap value to be 3 (bug #357847).
188 2006-09-14  Bill Haneman <bill.haneman@sun.com>
190         * atk/docs/atkdocument.sgml:
191         Update docs to include signals, and revise description.
192         
193         Following code changes from Neo Liu <nian.lui@sun.com>
195         * atkdocument.c:
196         (atk_document_base_init): New, add signals
197         "load_complete", "load_stopped", "reload".
199         * atknoopobject;c:
200         (atk_no_op_object_get_type): Add 'AtkDocument'
201         interface type to this test AtkObject class.
202         
203 2006-09-19  Sunil Mohan Adapa  <sunil@atc.tcs.co.in>
205         * configure.in: Added "te" to ALL_LINGUAS
207 2006-09-14  Bill Haneman <bill.haneman@sun.com>
209         * atk/atk.def: Added some missing symbols for win32 build.
210         Patch from Cedric Gustin, bug #355912.
211         
212         * atk/atkhyperlink.c:
213         (atk_hyperlink_is_selected_link): Mark deprecated, since
214         ATK_STATE_SELECTED gives the same information for hyperlinks.
215         Bug #340553.
216         
217         * atk/atktext.c:
218         (atk_text_attribute_get_value): Allow value of
219         PANGO_UNDERLINE_ERROR, since this is not an error condition, but
220         denotes the underline style used to indicate spelling errors.
221         Bug #346464.
222         
223 2006-09-08  Bill Haneman <bill.haneman@sun.com>
225         * atk/atkhyperlinkimpl.c:
226         (atk_hyperlink_impl_get_hyperlink): Add missing
227         return statement - thanks to Neo Liu for finding this.
228         Bug #352227.
230 2006-09-01  Abel Cheung  <abel@oaka.org>
232         * configure.in: Added 'dz' 'ku' to ALL_LINGUAS.
234 2006-08-21 Bill Haneman <bill.haneman@sun.com>
236         * configure.in: Revved to 1.12.2.
237         
238 2006-08-17 Bill Haneman <bill.haneman@sun.com>
240         * docs/atk-docs.sgml: Added entity for AtkHyperlinkImpl.
242         * docs/atk-sections.txt: Added entries for newly added API.
244         * atk/atkvalue.c:
245         (atk_value_get_minimum_increment): Added the right number of
246         asterisks to make gtk-doc happy (!) so that inline docs are exposed.
247         
248         Fixes bug #351580.
249         
250 2006-08-01 Bill Haneman <bill.haneman@sun.com>
252         * atk/atkobject.h:
253         Improved docs for ATK_ROLE_APPLICATION, ATK_ROLE_ALERT.
254         
255 2006-07-03 Runa Bhattacharjee <runabh@gmail.com>
257         * configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS.
259 2006-06-29 Bill Haneman <bill.haneman@sun.com>
261         * atk/atkhyperlinkimpl.h:
262         * atk/atkhyperlinkimpl.c:
263         (atk_hyperlink_impl_get_hyperlink): New method and 
264         interface, allows a client to obtain the 
265         AtkHyperlink instance associated with an AtkObject.
266         See RFE #344284.
268         * configure.in: Bumped to 1.12.1.
270 2006-06-23 Bill Haneman <bill.haneman@sun.com>
272         * docs/atk-docs.sgml: Add index sections.
273         * atk/*.c: Fix 'Since' and 'Deprecated' tags so that
274         index xsl parser can find them.  Bug #313183.
276         * atk/atkobject.h:
277         Added ATK_ROLE_LINK and ATK_ROLE_INPUT_METHOD_WINDOW, 
278         bug #345367 and #140635.
279         
280 2006-06-21 Bill Haneman <bill.haneman@sun.com>
282         * atk/atkstateset.c:
283         (ATK_STATE): Patch from Ginn Chen, bug #345407.
284         Fix ATK_STATE macro for state values > 32.
285         
286 2006-06-15 Bill Haneman <bill.haneman@sun.com>
288         * atk/atkstreamablecontent.h, atkstreamablecontent.c:
289         Fix nasty typo.  Bug #344915.
290         
291 2006-06-14 Bill Haneman <bill.haneman@sun.com>
293         * atk/atkstreamablecontent.h, atkstreamablecontent.c:
294         (atk_streamable_content_get_uri): New method, returns a string
295         representing a URI from which content may be streamed.
296         See RFE #344885.
297         
298 2006-06-08 Bill Haneman <bill.haneman@sun.com>
300         * atk/Makefile.am: Added $(srcfile) to win32
301         libatk_1_0_la_LDFLAGS,
302         bug #336802.  Hope that works, as I don't have a win32 build env
303         to test on.
304         
305 2006-06-08 Bill Haneman <bill.haneman@sun.com>
307         * configure.in: Revved to 1.12.0 after tagging the repository with
308         gnome-2-14 (if we need to create/work on the old branch).
309         
310         * atk/atkobject.h, atkobject.c: Added ATK_ROLE_FORM (bug #344142).
311         
312         * atk/atkrelationtype.h: Added ATK_RELATION_DESCRIPTION_FOR, 
313         ATK_RELATION_DESCRIBED_BY (bug #344144).
315         * atk/atkstate.h: Added ATK_STATE_DEFAULT (bug #344281) and
316         ATK_STATE_VISITED (bug #344384), also ATK_STATE_ANIMATED which
317         is in AT-SPI but was not yet in ATK.
319         * atk/atkvalue.h, atkvalue.c: Add atk_value_get_minimum_increment
320         (missing despite being in AT-SPI's IDL for Value: bug #341875)
321         
322 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
324         * configure.in: Remove obsolete no.po referrals
325         * po/no.po: Same.
327 2006-03-28 Bill Haneman <bill.haneman@sun.com>
329         * configure.in, NEWS: Revved to 1.11.4, to include docs improvements.
330         
331 2006-03-24  Gora Mohanty  <gmohanty@cvs.gnome.org>
333         * configure.in: Added 'or' (Oriya) to ALL_LINGUAS.
335 2006-03-21 Bill Haneman <bill.haneman@sun.com>
337         gtk-doc documentation fixes: ATK now has 100% API coverage
338         with no incomplete function/struct descriptions.
339         
340         * atk/atkdocument.c: Edited docs to make gtk-doc happier.
341         * atk/atkimage.c: Ditto.
342         * atk/atkobject.c: Moved 'Deprecated' tag relative to 'Returns',
343         to make gtk-doc happier.
344         * atk/atkobject.h: Documented AtkPropertyValues.
345         * atk/atkrelationtypes: Documented the unused/invalid types
346         ATK_RELATION_TYPE_NULL and ATK_RELATION_TYPE_LAST_DEFINED.
347         * atk/atktext.h: Documented AtkTextBoundaryType.
348         * atk/atkutil.h: Documented AtkKeyEventStruct.
349         * docs/atksections.txt: Added missing function entries.
350         * docs/tmpl/atkhypertext.sgml: Added long description.
351         * docs/tmpl/atkregistry.sgml: Added long description.
352         * docs/tmpl/atkrelationset.sgml: Added long description.
353         * docs/tmpl/atkstreamablecontent.sgml: Added long description.
354         
355 2006-03-21  Tor Lillqvist  <tml@novell.com>
357         * atk/atkobject.c (get_atk_locale_dir): Fix fatal typo.
359         * atk/atk.def: Add some missing functions.
361 2006-03-20  Vladimer Sichinava  <vlsichinava@gmail.com>
363         * configure.in: Added "ka" (Georgian) to ALL_LINGUAS
365 2006-03-20 Bill Haneman <bill.haneman@sun.com>
366         
367         * atk/atkutil.h: Added missing info on AtkEventListener,
368         AtkEventListenerInit, and AtkKeySnoopFunc. bug #320911.
370         * atk/atkimage.h: Moved information about '-1' return values
371         to the corresponding parameters.  bug #320916.
372         
373         * atk/atkobject.c: Fixed some docs issues in comment blocks.
375         * docs/tmpl/atkobject.sgml: Clarify children-changed signal
376         params. bug #162410.
377         
378 2006-03-20 Bill Haneman <bill.haneman@sun.com>
380         * atk/atkimage.c: Bug detected by Behdad Esfahbod
381         (atk_image_get_position): Allow for NULL-in params.
382         (atk_image_get_size): Allow for NULL in-params.
383         
384 2006-03-13 Bill Haneman <bill.haneman@sun.com>
386         * configure.in, NEWS: Revved to 1.11.3.
387         This is the GNOME 2.14.0 version of ATK.
388         
389 2006-02-24 Bill Haneman <bill.haneman@sun.com>
391         * atk/atkobject.c:
392         (get_atk_locale_dir): Make sure to convert from UTF-8 to
393         correct filename encoding; bug #317458 from Kazuzi IWAMOTO.
395         * atk/atkobject.c:
396         * atk/atktext.c:
397         Const patch from Arjan Van de Van; adds 'const' to 
398         internal atk structures and methods where appropriate.
400 2006-01-17 Bill Haneman <bill.haneman@sun.com>
402         * configure.in: Revved to 1.11.1.
403         Re-dist using a working gtk-doc, so that docs are included.
404         
405 2006-01-16 Bill Haneman <bill.haneman@sun.com>
407         * configure.in: Revved to 1.11.0.
408         
409 2005-12-27  Abel Cheung  <maddog@linuxhall.org>
411         * configure.in: Added "zh_HK" to ALL_LINGUAS.
413 2005-11-17  Bill Haneman <bill.haneman@sun.com>
415         * atk/atkobject.h:
416         (AtkRoleType): Added ATK_ROLE_ENTRY, ATK_ROLE_CHART,
417         ATK_ROLE_CAPTION, ATK_ROLE_DOCUMENT_FRAME, ATK_ROLE_HEADING,
418         ATK_ROLE_PAGE, ATK_ROLE_SECTION, ATK_ROLE_REDUNDANT_OBJECT.
419         (AtkAttributeSet): Moved here from AtkText.
420         (AtkObjectClass): Added get_attributes vfunc pointer.
422         (atk_object_get_attributes): New public method.
423         
424         * atk/atkobject.c:
425         (atk_object_get_attributes): New method implementation, 
426         uses AtkObjectClass->get_attributes.   This method allows
427         the assignment of weakly-type attributes to any AtkObject
428         instance, as name-value pairs.
429         (AtkRoleItem): Added names for the new roles.
430         
431         * atk/atkstate.h:
432         (AtkStateType): Added ATK_STATE_INVALID_ENTRY, 
433         ATK_STATE_SUPPORTS_AUTOCOMPLETION, ATK_STATE_SELECTABLE_TEXT.
434         Tweaked docs for other states.
435         
436         * atk/atkimage.h:
437         (AtkImageClass): Added get_image_locale vfunc.
438         (atk_image_get_image_locale): New method.
440         * atk/atkimage.c:
441         (atk_image_get_image_locale): New method.
443         * atk/atkcomponent.h:
444         (AtkComponentClass): Added get_alpha vfunc.
445         (atk_component_get_alpha): New method.
446         
447         * atk/atkcomponent.c:
448         (atk_component_get_alpha): New method.
450         * atk/atkdocument.h:
451         (AtkDocument): Added vfuncs for document locale and
452         document attributes.
453         (atk_document_get_locale): New.
454         (atk_document_get_attributes): New.
455         (atk_document_get_attribute_value): New.
456         (atk_document_set_attribute_value): New.
458         * atk/atkdocument.c: 
459         (atk_document_get_locale): New.
460         (atk_document_get_attributes): New.
461         (atk_document_get_attribute_value): New.
462         (atk_document_set_attribute_value): New.        
463         
464 2005-11-16  Bill Haneman <bill.haneman@sun.com>
466         * atk/atkimage.c:
467         * atk/atkhypertext.c:
468         * atk/atkobjectfactory.c:
469         * atk/atktable.c: Moved error return code
470         description to 'Returns' section.
471         * docs/tmpl/atkutil.sgml:
472         Committed a docs patch from Bill Abt.
473         
474 2005-11-01  Simos Xenitellis  <simos@gnome.org>
476         * configure.in: Added tt (Tatar) to ALL_LINGUAS.
478 2005-09-05  Bill Haneman <bill.haneman@sun.com>
480         * configure.in, NEWS: Release 1.10.3, 
481         with a working libtool (1.10.2 was a bad release, don't use).
483 2005-08-29  Bill Haneman <bill.haneman@sun.com>
485         * configure.in, NEWS: Release 1.10.2.
487 2005-08-19  Tor Lillqvist  <tml@novell.com>
489         * atk-zip.sh.in: Drop the timestamp from the zip file
490         names. Include the .def file.
492         * atk/Makefile.am (install-def-file): Fix typo.
494 2005-08-04  Tor Lillqvist  <tml@novell.com>
496         * configure.in: Look for windres on Win32.
498         * atk/Makefile.am: Don't use the script in GLib's build/win32 to
499         compile the rc file into a resource object file. (This means we
500         lose the build number increment magic, but I doubt it was that
501         useful anyway.) Instead use windres directly. To pass a normal .o
502         file produced by windres through libtool, which wants .lo files,
503         pass it directly to the linker using a -Wl option.
505         * atk/atk.rc.in: Correspondingly, replace BUILDNUMBER with 0.
507 2005-07-18  Abduxukur Abdurixit <abdurixit@gmail.com>      
509         * configure.in: Added 'ug' to ALL_LINGUAS.
511 2005-06-08  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
513         * configure.in: Added 'gl' to ALL_LINGUAS.
515 2005-04-28  Bill Haneman <billh@gnome.org>
517         * configure.in: Patch from Michael Meeks to
518         make atk 1.9's dependency on gtk+ 2.6 soft, i.e. 
519         don't require gmodule-no-export-2.0.
520         Restores compatibility of atk 1.9 series with gtK 2.4.X.
522         Revved to 1.10.1.
524 2005-04-22  Tor Lillqvist  <tml@novell.com>
526         * atk/atkobject.c: Initialize gettext before use. Calling
527         bindtextdomain() and bind_textdomain_codeset() in
528         atk_role_get_localized_name() was too late. Put the calls in new
529         function gettext_initialization() and call that from
530         atk_object_class_init() and atk_role_get_localized_name(). Move
531         the Win32-specific DllMain() and get_atk_locale_dir() functions
532         and the redefinition of ATK_LOCALEDIR before
533         gettext_initialization() as it uses ATK_LOCALEDIR. Fixes #170948
534         for atk's part. Thanks to Robert Ã–gren, Daniel Atallah and Kevin
535         Stange.
537 2005-04-09  Hans Breuer  <hans@breuer.org>
539         * atk/makefile.msc : updated $(LIBINTL_LIBS)
540         atkrelationtype.h to atk_headers, PKG_VER
542 2005-04-05  Bill Haneman <bill.haneman@sun.com>
544         * atk/atkstate.h: Added ATK_STATE_REQUIRED, to
545         indicate that explicit user interaction with a UI control is
546         required, i.e. for web forms elements with the 'required' tag.
547         See bug #172663.
548         
549 2005-04-04  Padraig O'Briain  <padraig.obriain@sun.com>
551         * atk/atkrelation.c: Update doc to note that atk_relation_add_target
552         was added for version 1.9.
554         * atk/atkrelationset.c: Update doc to note that 
555         atk_relation_set_add_relation_by_type was added for version 1.9.
557 2005-03-30  Steve Murphy  <murf@e-tools.com>
559         * configure.in: Added "rw" to ALL_LINGUAS.
561 2005-03-08  Bill Haneman <bill.haneman@sun.com>
563         * ===== Released 1.9.1=====
565         * configure.in, NEWS, README: Released 1.9.1.
567 2005-02-23  Padraig O'Briain  <padraig.obriain@sun.com>
569         * atk.spec.in:  Corrected FTP directory. (bug #168218)
570         Corrected spelling
572 2005-02-08  Christian Rose  <menthos@menthos.com>
574         * configure.in: Added "xh" to ALL_LINGUAS.
576 2005-01-26  Padraig O'Briain  <padraig.obriain@sun.com>
578         * atk/atk.def: Add atk_text_clip_type_get_type. Bug #165288.
580 2004-12-29  Tor Lillqvist  <tml@iki.fi>
582         * atk/atk.def: Add new functions.
584 2004-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
586         * atk/atkrelationtype.h: Add description for ATK_RELATION_SUBWINDOW_OF.
587         Fixes bug #161562.
589 2004-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
591         * ===== Released 1.9.0=====
593         * configure.in: Version 1.9.0, interface age 0, binary age 900
595         * NEWS: Updated.
597 Thu Nov 25 14:11:41 2004  Manish Singh  <yosh@gimp.org>
599         * autogen.sh: rm autom4te.cache, since it might interfere with
600         differing autoconf versions.
602 2004-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
604         * atk/atkobject.c: Replace DEPRECATED by @Deprecated in comments
605         to fix warning when documentation is generated.
607         * atk/atkrelation.[ch]: 
608         * docs/tmpl/atkrelation.sgml: Add atk_relation_add_target.
610         * atk/atkrelationset.[ch]:
611         * atk/tmpl/atkrelationset.sgml: 
612         Add atk_relation_set_add_relation_by_type.
614         * docs/atk-sections.txt: Add atk_relation_add_target and
615         atk_relation_set_add_relation_by_type.
617         Fixes bug #158722.
619 2004-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
621         * configure.in: Use gmodule-no-export.pc, requires glib 2.5.7.
622         Patch from Matthias Clasen for bug #158531. 
623         Incremented version to 1.9.0. 
624         Branch for gnome-2-8 has been created.
625         
626 2004-11-11  Christian Rose  <menthos@menthos.com>
628         * configure.in: Added "as" to ALL_LINGUAS.
630 2004-10-28  Padraig O'Briain  <padraig.obriain@sun.com>
632         * docs/atk-docs.sgml: Add a more descriptive title in the docs.
633         Patch from Diego Gonzalez. (bug #156296)
635         * atk/text.c (Clarify meaning of end_offset for 
636         atk_text_get_text_at_offset().
637         Patch from Bill Haneman. (bug #156574)
639 2004-09-14  Abel Cheung  <maddog@linuxhall.org>
641         * configure.in: Added "ar" to ALL_LINGUAS.
643 2004-09-10  Theppitak Karoonboonyanan  <thep@linux.thai.net>
645         * configure.in: Added "th" to ALL_LINGUAS.
647 2004-09-07  Padraig O'Briain  <padraig.obriain@sun.com>
649         * ===== Released 1.8.0=====
651         * configure.in: Version 1.8.0, interface age 0, binary age 800
653         * NEWS: Updated.
655 2004-08-16  Christian Rose  <menthos@menthos.com>
657         * configure.in: Added "bs" to ALL_LINGUAS.
659 2004-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
661         * *atk/atkdocument.c atk/atkeditabletext.c atk/atkhypertext.c
662         atk/atkimage.c atk/atknoopobjectfactory.c atkobject.c 
663         atk/atkstreamablecontent.c atk/atktext.c attk/atkvalue.c:
664         Fix for bug #149990; patch from Kjartan Maraas.
666 2004-08-12  Kjartan Maraas  <kmaraas@gnome.org>
668         * configure.in: Added nb to ALL_LINGUAS.
670 2004-08-09  Ankit Patel <ankit@redhat.com>
672         * configure.in: Added "gu" to ALL_LINGUAS.
674 2004-07-28  Padraig O'Briain  <padraig.obriain@sun.com>
676         * configure.in: Increment version to 1.7.3 and interface age to 3.
678         * ===== Released Version 1.7.3, interface age 3, binary age 703 ====
680         * NEWS: Updated.
681         
682 2004-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
684         * docs/atk-sections.txt: Add entries to fix warning when generating
685         documentation.
687         * docs/tmpl/atkcomponent.sgml docs/tmpl/atkhyperlink.sgml 
688         docs/tmpl/atkhypertext.sgml docs/tmpl/atkobject.sgml 
689         docs/tmpl/atkrelation.sgml docs/tmpl/atkselection.sgml 
690         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml: Changes to generated
691         files.
693 2004-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
695         * ===== Released Version 1.7.2, interface age 2, binary age 702 ====
697         * NEWS: Updated.
698         
699 2004-07-20  Bill Haneman <bill.haneman@sun.com>
701         * atk/atkobject.h, atkobject.c, atk-object-enum.c:
702         Added ATK_ROLE_EMBEDDED, "embedded component", which is a 
703         context hint for assistive technologies that the contained
704         children share a context which differs from the embedding
705         container.  Fixes bug #147989.
707         * configure.in: Revved to 1.7.2.
708         
709 2004-06-10  Padraig O'Briain  <padraig.obriain@sun.com>
711         * atk/atkcomponent.h: Add definition for atk_rectangle_get_type
712         and ATK_TYPE_RECTANGLE.
713         * atk/atkcomponent.c (atk_component_base_init): Correct definition
714         of "bounds-changed" signal.
715         (atk_rectangle_copy): New function.
716         (atk_rectangle_get_type): New function.
718 2004-06-08  Padraig O'Briain  <padraig.obriain@sun.com>
720         * configure.in: Increment version to 1.7.2 and interface age to 2.
722 2004-06-08  Padraig O'Briain  <padraig.obriain@sun.com>
724         * ===== Released Version 1.7.1, interface age 1, binary age 701 ====
726         * NEWS: Updated.
727         
728 2004-06-04  Padraig O'Briain  <padraig.obriain@sun.com>
730         * docs/atk-sections.txt: Add AtkRectangle.
732         * docs/tmpl/atkcomponent.sgml: Add description for bounds-changed
733         signal.
735 2004-05-29  Christian Rose  <menthos@menthos.com>
737         * configure.in: Added "tk" to ALL_LINGUAS.
739 2004-05-18  Padraig O'Briain  <padraig.obriain@sun.com>
741         * atk/atkobject.c: Allow locale dir not to be harcoded into binary.
742         Fixes bug #128906.
744 2004-05-11  Padraig O'Briain  <padraig.obriain@sun.com>
746         * atk/atkobject.c: Make extra_roles static.
748         * atk/atkrelation.c: Make extra_names static.
750         Fixes bug #142234.
752         * atk/atkstate.h: Add clarification of state ATK_STATE_ENABLED to
753         documentation.
755 2004-04-22  Padraig O'Briain  <padraig.obriain@sun.com>
757         * configure.in: Increment version to 1.7.1 and interface age to 1.
759 2004-04-22  Padraig O'Briain  <padraig.obriain@sun.com>
761         * ===== Released Version 1.7.0, interface age 0, binary age 700 ====
763         * NEWS: Updated.
765 2004-04-20  Padraig O'Briain  <padraig.obriain@sun.com>
767         * configure.in: Increment version to 1.7.0.
769         * atk/atkcomponent.[ch]: Add new signal "bounds_changed". 
770         * docs/tmpl/atkcomponent.sgml: Add new signal "bounds_changed".
772         Fixes bug #140476.
774         * atk/atkrelationtype.h: Add new relation ATK_RELATION_PARENT_WINDOW_OF.
775         * atk/atkstate.h: Add new state ATK_STATE_TRUNCATED.
776         * docs/tmpl/atkrelation.sgml: Add new relation 
777         * docs/tmpl/atkstate.sgml: Add new state ATK_STATE_TRUNCATED 
778          
779         Fixes bug #133375.
781         * atk/atktext.c: Make extra_attributes static.
783 2004-04-19  Padraig O'Briain  <padraig.obriain@sun.com>
785         * ===== Released 1.6.1=====
787         * configure.in: Version 1.6.1, interface age 1, binary age 601
789         * NEWS: Updated.
791         * README: Fix typo.
793 2004-04-08  Guntupalli Karunakar  <karunakar@freedomink.org>
795         * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
797 2004.04.02  Iñaki Larrañaga  <dooteo@euskalgnu.org>
799         * configure.in: Added "eu" (Basque) to ALL_LINGUAS.
801 2004-03-29  Manish Singh  <yosh@gimp.org>
803         * autogen.sh: use $ACLOCAL instead of aclocal-1.4 for --print-ac-dir.
805 2004-03-23  Guntupalli Karunakar  <karunakar@freedomink.org>
807         * configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.
809 2004-03-23  Pablo Saratxaga  <pablo@mandrakesoft.com>
811         * configure.in: Added Walloon (wa) to ALL_LINGUAS
813 2004-03-22  Padraig O'Briain  <padraig.obriain@sun.com>
815         * configure.in:
816         * atk/Makefile.am: Update to build on Cygwin. Fixes bug #137666.
817          Patch from Roger Leigh.
818         
819 2004-03-18  Guntupalli Karunakar  <karunakar@freedomink.org>
821         * configure.in: Added "mr" for Marathi to ALL_LINGUAS.
823 2004-03-08  Padraig O'Briain  <padraig.obriain@sun.com>
825         * ===== Released 1.6.0=====
827         * configure.in: Version 1.6.0, interface age 0, binary age 600
829         * NEWS: Updated.
831 2004-03-07  Danilo Ã… egan  <dsegan@gmx.net>
833         * configure.in: Added "sr@ije" to ALL_LINGAUS.
835 Mon Mar  1 20:32:06 2004  Tim Janik  <timj@gtk.org>
837         * autogen.sh:
838         - exit with $? instead of 1 in case of failure
839         - exit with $? if ./configure failed
840           (that's so autogen.sh && make lines work)
841         - removed --enable-gtk-doc option
842         - added $AUTOGEN_CONFIGURE_ARGS
844 2004-03-01  Tor Lillqvist  <tml@iki.fi>
846         * atk/atk.def: Add some missing entries.
848 2004-02-24  Padraig O'Briain  <padraig.obriain@sun.com>
850         * ===== Released 1.5.5=====
851         
852         * configure.in: Version 1.5.5, interface age 4, binary age 505
854         * NEWS: Updated.
856 2004-02-20  Christian Rose  <menthos@menthos.com>
858         * configure.in: Added "en_CA" to ALL_LINGUAS.
860 2004-02-16  Padraig O'Briain  <padraig.obriain@sun.com>
862         * ===== Released 1.5.4=====
863         
864         * configure.in: Version 1.5.4, interface age 3, binary age 504
866         * NEWS: Updated.
868 2004-02-03  Padraig O'Briain  <padraig.obriain@sun.com>
870         * ===== Released 1.5.3=====
871         
872         * configure.in: Version 1.5.3, interface age 2, binary age 503
874         * NEWS: Updated.
876 2004-02-01  Robert Sedak  <robert.sedak@sk.htnet.hr>
878         * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.
880 2004-01-26  Padraig O'Briain  <padraig.obriain@sun.com>
882         * atk/atkobject.c: Revise property name. Fixes bug #130022 from
883         Christian - Manny Calavera - Neumair.
885 2004-01-23  Manish Singh  <yosh@gimp.org>
887         * Makefile.am: remove trailing backslash from last line of
888         DISTCLEANFILES. 
890 2004-01-23  Padraig O'Briain  <padraig.obriain@sun.com>
892         * atk-uninstalled.pc.in: Correct library name. Fixes bug #132283,
893         from laszlo.peter@ireland.sun.com.
895         * Makefile.am: Add DISTCLEANFILES.
897 2004-01-12  Padraig O'Briain  <padraig.obriain@sun.com>
899         * ===== Released 1.5.2=====
900         
901         * configure.in: Version 1.5.2, interface age 1, binary age 502
903         * NEWS: Updated.
905 2004-01-05  Padraig O'Briain  <padraig.obriain@sun.com>
907         * configure.in: Move specification of ALL_LINGUAS to later in file
908         so that CATOBJEXT is defined correctly.
909         Use ATK_LOCALEDIR instead of atklocaledir.
911         * atk/Makefile.am: Remove definition of ATKLOCALEDIR.
913         * atk/atkobject.c: Use ATK_LOCALEDIR instead of ATKLOCALEDIR.
915         * docs/tmpl/atkhyperlink.sgml: Add text for link-activated signal.
917 2004-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
919         * atk/atktext.c (atk_text_free_ranges): Fix segfault (bug #129837)
920         Patch provided by Jeff Franks.
922 2003-12-17  Padraig O'Briain  <padraig.obriain@sun.com>
924         * atk/atkobject.c: Change "accel label" to "accelerator label".
925         Fixes bug #129499.
927 2003-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
929         * ===== Released 1.5.1=====
930         
931         * configure.in: Version 1.5.1, interface age 0, binary age 501
933         * NEWS: Updated.
935 2003-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
937         * atk/atkobject.[ch]: Add new role ATK_ROLE_EDITBAR. Fixes bug #116007.
939         * atk/docs/tmpl/atkhyperlink.sgml: Add references to new signals and 
940         properties
942         * atk/docs/tmpl/atkobject.sgml: Add references to new property and role
944 2003-12-01  Michael Natterer  <mitch@gimp.org>
946         * atk/atkobject.c (atk_object_real_get_property): fix typo:
947         s/g_value_set_set/g_value_set_int/.
949 2003-12-01  Padraig O'Briain  <padraig.obriain@sun.com>
951         * atk/atkobject.c: (atk_object_class_init): Make nicks and blurbs of
952         properties translatable. Add new property "accessible-hypertext-nlinks".
953         (atk_object_real_get_property): Add support for new property
954         "accessible-hypertext-nlinks".
956         * atk/atkhyperlink.h: Remove unnecessary comments. Add signal
957         link_activated.
959         * atk/atkhyperlink.c: Add signals link_activated and new properties
960         "number-of-anchors", "end-index" and "start-index".
962         This fixes bug #112390.
964 2003-11-29  Danilo Ã… egan  <dsegan@gmx.net>
966         * configure.in: Added "af" to ALL_LINGUAS.
968 2003-11-26  Padraig O'Briain  <padraig.obriain@sun.com>
970         * atk/atkobject.c (atk_object_real_ref_state_set): Add state FOCUSED
971         if object is focus object.
973         * atk/atkutil.[ch] (atk_get_focus_object): New function which returns
974         the last object reported by the application as focused.
976         * docs/atk-sections.txt, docs/tmpl/atkutil.sgml:
977         Add atk_get_focus_object.
979         Fixes bug #127400.
981 2003-11-26  Padraig O'Briain  <padraig.obriain@sun.com>
983         * atk/atkobject.c: Change role names so that the unlocalized names
984         do not contain hyphens and match the Java role names. Fixes bug #125024.
986 2003-11-24  Padraig O'Briain  <padraig.obriain@sun.com>
988         *  docs/tmpl/atkhyperlink.sgml, docs/tmp/atkhypertext.sgml,
989         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelatiom.sgml,
990         docs/tmpl/atkselection.sgml, docs/tmpl/atktable.sgml,
991         docs/tmpl/atktext.sgml: Regenerate these files. The location of
992         signal information has changed.
994 2003-11-24  Padraig O'Briain  <padraig.obriain@sun.com>
996         * ===== Released 1.5.0=====
997         
998         * configure.in: Version 1.5.0, interface age 0, binary age 500
1000         * NEWS: Updated.
1002 2003-11-03  Padraig O'Briain  <padraig.obriain@sun.com>
1004         * atk/atkrelation.c: Use weak references for objects in a relation
1005         instead of object references so that objects are not leaked when
1006         corresponding widgets are destroyed.
1008         This fixes bug #125725.
1009         
1010 2003-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
1012         * configure.in: Add reference to docs/version.xml
1014         Should have been done in previous commit but was omitted.
1015         Fixes build break reported in bugs #1258548 and #125902.
1017 2003-10-29  Padraig O'Briain  <padraig.obriain@sun.com>
1019         * configure.in: Add reference to docs/version.xml
1021         * docs/Makefile.am: Add references to version.xml.in and version.xml
1023         * docs/atk-docs.sgml: Add reference to version.xml
1025         * docs/version.xml.in: New file.
1027         This fixes bug #125758.
1028         
1029 2003-10-24  Padraig O'Briain  <padraig.obriain@sun.com>
1031         * atk/atkrelation.c (atk_relation_new): Fix memory leak. (bug #124877)
1033 2003-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
1035         * ===== Released 1.4.1=====
1036         
1037         * configure.in: Version 1.4.1, interface age 1, binary age 401
1039         * NEWS: Updated.
1041 2003-09-28  Gediminas Paulauskas  <menesis@delfi.lt>
1043         * configure.in: Added lt to ALL_LINGUAS.
1045 2003-09-23  Padraig O'Briain  <padraig.obriain@sun.com>
1047         * atk.spec.in: Correct typo. Fix provided by Scott Kennedy.
1048         This fixes bug #121990.
1050 2003-09-21  ÃƒÂ…smund Skjæveland  <aasmunds@fys.uio.no>
1052         * configure.in: Added Norwegian (nynorsk) code
1053         nn to ALL_LINGUAS.
1055 2003-09-10  Padraig O'Briain  <padraig.obriain@sun.com>
1057         * atk/atkobject.c: Remove comments about signals. The description
1058         should be in files in docs/tmpl directory.
1060         * docs/tmpl/atkhypertext.sgml: Add description for link-selected signal.
1061         * docs/tmpl/atkobject.sgml:  Add descriptions for 
1062         active-descendant-changed, children-changed, focus-event, 
1063         property-change, state-change and visible-data-changed signals.
1064         * docs/tmpl/atkselection.sgml: Add description for selection-changed
1065         signal.
1066         * docs/tmpl/atktable.sgml: Add descriptions for column-deleted,
1067         columnn-inserted, column-reordered, model-changed, row-deleted, 
1068         row-inserted and  row-reordered signals.
1069         * docs/tmpl/atktext.sgml: Add description for text-attributes-changed,
1070         text-caret-moved, text-changed and text-selection-changed signals.
1072         This fixes bug #121163.
1074 2003-09-02  Padraig O'Briain  <padraig.obriain@sun.com>
1076         * ===== Released 1.4.0=====
1078         * configure.in: Version 1.4.0, interface age 0, binary age 400
1080         * NEWS: Updated.
1082 2003-08-28  Christian Rose  <menthos@menthos.com>
1084         * configure.in: Added "ne" to ALL_LINGUAS.
1086 2003-08-25  Padraig O'Briain  <padraig.obriain@sun.com>
1088         * ===== Released 1.3.6=====
1090         * configure.in: Version 1.3.6, interface age 2, binary age 306
1092         * NEWS: Updated.
1094 2003-08-08  Malcolm Tredinnick <malcolm@commsecure.com.au>
1095         
1096         * autogen.sh: Clarify an error message.
1098 2003-08-08  Guntupalli Karunakar  <karunakar@freedomink.org>
1100         * configure.in: Added "hi" in ALL_LINGUAS.
1102 2003-08-07  Padraig O'Briain  <padraig.obriain@sun.com>
1104         * ===== Released 1.3.5=====
1106         * configure.in: Version 1.3.5, interface age 1, binary age 305
1108         * NEWS: Updated.
1110 2003-08-04  Padraig O'Briain  <padraig.obriain@sun.com>
1112         * Remove po/Makefile.in.in. This fixes bug #119053.
1114 2003-07-08  Padraig O'Briain  <padraig.obriain@sun.com>
1116         * atk/atktable.c (atk_table_ref_at): Ensure that row and column values 
1117         are non-negative.
1119         This is a partial fix for bug #116712.
1121 2003-07-03  Padraig O'Briain  <padraig.obriain@sun.com>
1123         * atk/atkstateset.c (atk_state_set_is_empty): Correct return value.
1124         Fixes bug #116621. Problem reported by Mario Lang.
1126 2003-06-25  Fatih Demir <kabalak@gtranslator.org>
1128         * configure.in: (Re-?)added "ta" (Tamil) to languages' list.
1130 2003-06-23  Padraig O'Briain  <padraig.obriain@sun.com>
1132         * atk.spec.in:
1133         Added locale directory to spec file. Fix provided by
1134         James T. Richardson, Jr.
1136 2003-06-19  Padraig O'Briain  <padraig.obriain@sun.com>
1138         * ===== Released 1.3.4=====
1140         * NEWS: Updated.
1142 2003-06-13  Tor Lillqvist  <tml@iki.fi>
1144         * atk/atkobject.c (atk_role_get_localized_name): Set
1145         gettext_initialized.
1147         * atk-zip.sh.in (DEVZIP): libtool 1.5 installs DLLs in the bin
1148         directory, so look there, too. Include the message catalogs.
1150 2003-06-10  Padraig O'Briain  <padraig.obriain@sun.com>
1152         * configure.in: Version 1.3.4, interface age 0, binary age 304
1154         * atkrelationtype.h, docs/tmpl/atkrelation.sgml: Add new relation
1155         ATK_RELATION_POPUP.
1157 2003-06-05  Paul Duffy <dubhthach@frink.nuigalway.ie>
1159         * configure.in: Added ga (irish) to ALL_LINGUAS
1160          
1161 2003-06-05  Kenneth Rohde Christiansen  <kenneth@gnu.org>
1163         * configure.in: Added li to ALL_LINGUAS.
1165 2003-05-30  Padraig O'Briain  <padraig.obriain@sun.com>
1167         * ===== Released 1.3.3=====
1169         * configure.in: Version 1.3.3, interface age 3, binary age 303
1171         * NEWS: Updated.
1173 2003-05-28  Padraig O'Briain  <padraig.obriain@sun.com>
1175         * atk/atkobject.h docs/tmpl/atkobject.sgml: Add new role
1176         ATK_ROLE_AUTOCOMPLETE.
1178 2003-05-20  Padraig O'Briain  <padraig.obriain@sun.com>
1180         * atk/atkstate.h, docs/tmpl/atkstate.sgml: Add state 
1181         ATK_STATE_INDETERMINATE. This state is used by Oo for check buttons
1182         which can have a value other than on or off.
1184 2003-05-19 Arafat Medini <lumina@silverpen.de>
1186         *configure.in: Added "ar" (Arabic) to ALL_LINGUAS
1188 2003-05-16  Telsa Gwymme  <hobbit@aloss.ukuu.org.uk>
1190         * configure.in: Added "cy" (Welsh) to ALL_LINGUAS
1192 2003-05-15  Padraig O'Briain  <padraig.obriain@sun.com>
1194         * ===== Released 1.3.2=====
1196         * configure.in: Version 1.3.2, interface age 2, binary age 302
1198         * NEWS: Updated.
1200 2003-05-09  Samúel Jón Gunnarsson  <sammi@techattack.nu>
1202         * is.po: Added "is" into ALL_LINGUAS.
1204 2003-05-06  Padraig O'Briain  <padraig.obriain@sun.com>
1206         * configure.in: Make message when pkg-config fails to find glib-2.0.pc
1207         less cryptic.
1209         * po/pl.po: Updated Polish translation from Artur Flinta.
1211 2003-05-05  Duarte Loreto <happyguy_pt@hotmail.com>
1213         * configure.in: Added Portuguese (pt) to ALL_LINGUAS.
1215 2003-05-05  Christian Rose  <menthos@menthos.com>
1217         * configure.in: Added sr and sr@Latn to ALL_LINGUAS.
1219 2003-05-01  Padraig O'Briain  <padraig.obriain@sun.com>
1221         * ===== Released 1.3.1=====
1223         * configure.in: Version 1.3.1, interface age 1, binary age 301
1225         * NEWS: Updated.
1227         * po/yi.po: Update line numbers.
1229 2003-04-25  Padraig O'Briain  <padraig.obriain@sun.com>
1231         * atk/stateset.h: Fix typo in documentation.
1233         * autogen.sh (have_libtool): Accept libtool-1.5. (#111481)
1234         Patch provided by Ali Akcaagac.
1236 2003-03-26  Christian Rose  <menthos@menthos.com>
1238         * configure.in: Added "yi" to ALL_LINGUAS.
1240 2003-03-21  Takeshi AIHANA <aihana@gnome.gr.jp>
1242         * configure.in: Added Japanese 'ja' into ALL_LINGUAS.
1244 2003-03-20  Padraig O'Briain  <padraig.obriain@sun.com>
1246         * ===== Released 1.3.0=====
1248         * configure.in: Version 1.3.0, interface age 0, binary age 300
1250         * NEWS: Updated.
1252 2003-03-20  Guntupalli Karunakar  <karunakar@freedomink.org>
1254         * configure.in: Added Malayalam (ml) in ALL_LINGUAS
1256 2003-03-20  Padraig O'Briain  <padraig.obriain@sun.com>
1258         * docs/atk-sections.txt: Add 11 unused declarations.
1260 2003-03-20  James Henstridge  <james@daa.com.au>
1262         * autogen.sh: update to call automake-1.7, libtoolize, gtkdocize
1263         and glib-gettextize.
1265         * configure.in: cleanup to make use of newer autoconf/automake
1266         features.
1268         * Makefile.am: get rid of custom distcheck rule, which is no
1269         longer necessary.
1271         * atk/Makefile.am: cleanup makefile.  Use BUILT_SOURCES for built
1272         sources.
1274         * docs/Makefile.am: use common gtk-doc.make.
1276         * docs/atk-docs.sgml: update to use gtk-doc's XML mode.
1278 2003-03-16  Joel Brich <joel.brich@laposte.net>
1280         * configure.in: Added "eo" to ALL_LINGUAS
1281         * po/eo.po: Added Esperanto translation
1282         from Charles Voelger <cvoelger@dweasel.com>
1284 2003-03-12  Tor Lillqvist  <tml@iki.fi>
1286         * atk/atk.def: Add one more missing export, thanks to Cedric
1287         Gustin.
1289 2003-03-07  Padraig O'Briain  <padraig.obriain@sun.com>
1291         * atk/atkobject.c (atk_object_set_role): Add check that role is
1292         actually being changed. Do not emit notification for initial
1293         role setting. (bug #107710)
1295 2003-03-06  Padraig O'Briain  <padraig.obriain@sun.com>
1297         * atk/atkrelationset.c: Current returning of FALSE to 0 in function 
1298         which returns integer; (bug #107661) reported by Morten Welinder.
1300 2003-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
1302         * atk/atk-relation.c
1303         atk/atkrelationset.c
1304         atk/atkstatset.c: Correct returning of FALSE to NULL in functions
1305         which return pointer; (bug #107650) reported by Morten Welinder.
1307 2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
1309         * test/Makefile.am: Update to produce .so files
1310         (Problem reported and solution reported by Michael.Wilson@bull.net)
1312 2003-02-26  Padraig O'Briain  <padraig.obriain@sun.com>
1314         * atk/atkgobjectaccessible.c (atk_gobject_accessible_from_object):
1315         Correct creation of non-AtkGObjectAccessible (bug #107124)
1317         * atk/atkobject.c (atk_object_class_init): Set default initialize 
1318         function so that code which does not check for existence of parent 
1319         class's initialize function will work.
1321         * atk/atkvalue.c: (atk_value_get_minimum_value, 
1322         atk_value_get_maximum_value, atk_value_get_current_value):
1323         Reset Value argument if it is a valid GValue otherwise zeroise it.
1325         docs/tmpl/atkhypertext.sgml: Add link-selected signal.
1327 2003-02-25  Tor Lillqvist  <tml@iki.fi>
1329         * Makefile.am (EXTRA_DIST): Dist atk-zip.sh.in, not atk-zip.sh.
1331         * atk/atk.def: Add a couple of missing entries, thanks to Cedric
1332         Gustin.
1334         * atk/atk.rc.in: New file, for version info in the DLL on
1335         Windows. Similar as in GLib, GTK, etc.
1337         * configure.in: Generate atk/atk.rc.
1338         
1339         * atk/Makefile.am: Use atk.rc on Windows.
1340         (EXTRA_DIST): Distribute atk.rc(.in).
1342         * atk/atkobject.c: On Windows, don't use hardcoded ATKLOCALEDIR,
1343         but deduce it from DLL location, like GLib, GTK etc do.
1345 2003-02-23  Abel Cheung  <maddog@linux.org.hk>
1347         * configure.in: Added "mk" to ALL_LINGUAS.
1349 2003-02-21  Roozbeh Pournader  <roozbeh@sharif.edu>
1351         * configure.in: Added "fa" to ALL_LINGUAS.
1353 2003-02-21  Metin Amiroff  <metin@karegen.com>
1355         * configure.in: Added Azerbaijanian to ALL_LINGUAS.
1357 2003-02-19  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
1359         * configure.in: Added Belarusian to ALL_LINGUAS.
1361 2003-02-14  Padraig O'Briain  <padraig.obriain@sun.com>
1363         * atk/atknoopobject.c: Add AtkHypertext interface as this object should
1364         claim to implement all interfaces.
1366 2003-02-12  Padraig O'Briain  <padraig.obriain@sun.com>
1368         * atk/atkhyperlink.c (atk_hyperlink_class_init): Correct typo in blurb
1370         * atk/atkhypertext.c
1371         (atk_hypertext_get_link): Add check on link_index value
1372         (atk_hypertext_get_link_index): Add check on char_index value
1374 2003-02-09  Christian Rose  <menthos@menthos.com>
1376         * configure.in: Added "kn" to ALL_LINGUAS.
1378 2003-02-07  Christian Rose  <menthos@menthos.com>
1380         * configure.in: Added "bn" to ALL_LINGUAS.
1382 2003-02-06  Christian Rose  <menthos@menthos.com>
1384         * configure.in: Added "id" to ALL_LINGUAS.
1386 2003-02-04  Padraig O'Briain  <padraig.obriain@sun.com>
1388         * atk/atkgobjectaccessible.c (atk_gobject_accessible_for_object):
1389         Add weak reference so we do not leak the accessible when the object
1390         dies. Problem reported by Alex Larsson.
1392 2003-02-02  Fatih Demir <kabalak@gtranslator.org>
1394         * configure.in: Added "tr" (Turkish) to the languages' list.
1396 2003-01-30  Padraig O'Briain  <padraig.obriain@sun.com>
1398         * atk/atkhyperlink.[ch]
1399         New property selected-link defined.
1400         Function pointer is_selected_link added to interface
1401         (atk_hyperlink_is_selected_link: New functions which checks
1402         whether the specified AtkHyperlink is selected
1403         
1404         * atk/atkhypertext.[ch]
1405         New signal link-selected added.
1407         * docs/atk-sections.txt: Add atk_hyperlink_is_selected_link
1409         * docs/tmpl/atkhyperlink.sgml: Add reference to property selected-link
1410         and function atk_hyperlink_is_selected_link.
1412         This fixes bug #104621.
1413         
1414 Tue Jan 28 13:52:20 2003  Manish Singh  <yosh@gimp.org>
1416         * autogen.sh (have_automake): call the versioned automake when
1417         checking the version itself.
1419 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
1421         * autogen.sh (have_automake): Fix version in complaint
1422         message about automake. (#104366, Rich Burridge)
1424 2003-01-26  Daniel Yacob <locales@geez.org>
1426         * configure.in: Added am to ALL_LINGUAS.
1428 2003-01-23  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>
1430         * configure.in: Added "sk" to ALL_LINGUAS.
1432 2003-01-23  Abel Cheung  <maddog@linux.org.hk>
1434         * configure.in: Added "zh_TW" (traditional Chinese) to ALL_LINGUAS.
1436 2003-01-23  Evandro Fernandes Giovanini <evandrofg@ig.com.br>
1438         * configure.in: Added "pt_BR" to ALL_LINGUAS.
1440 2003-01-22  Marius Andreiana <marius galuna.ro>
1442         * configure.in: added 'ro' to ALL_LINGUAS
1444 2003-01-21  Christian Rose  <menthos@menthos.com>
1446         * configure.in: Added "mn" to ALL_LINGUAS.
1448 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
1450         * atk/atktext.c
1451         (atk_text_base_init): Set vtable entry for default implementations
1452         (atk_text_get_range_extents): Omit calling default implementation
1453         (atk_text_get_bounded_ranges): Omit calling default implementation
1455         * atk/atkcomponent.c
1456         (atk_component_base_init): New function to set vtable entry for 
1457         default implementations
1458         (atk_component_ref_accessible_at_point): Omit calling default 
1459         implementation
1460         (atk_component_contains): Omit calling default implementation
1461         (atk_component_get_position): Omit calling default implementation
1462         (atk_component_get_size): Omit calling default implementation
1464 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
1466         * atk/atkobject.c 
1467         (atk_object_real_set_property): Add support for PROP_TABLE_SUMMARY 
1468         and PROP_TABLE_CAPTION_OBJECT.
1469         (atk_object_real_get_property): Add support for PROP_TABLE_SUMMARY 
1470         and PROP_TABLE_CAPTION_OBJECT.
1472         This completes ATK changes for bug #74814.
1474 2003-01-21  Padraig O'Briain  <padraig.obriain@sun.com>
1476         * atk/atkobject.c: Add property accessible-table-caption-object.
1477         This addresses bug #74814.
1479         * atk/atkobject.h: Move some documentation from template file to
1480         avoid warnings when building.
1482         * atk/atkrelation.c: Add new properties relation and target.
1483         This addresses bug #72426.
1485         * atktext.[ch]: Add new functions atk_text_get_range_extents and
1486         atk_text_get_bounded_ranges.
1487         Also added data structures AtkTextRectangle and AtkTextRange, enum
1488         AtkTextClipType and helper function  atk_text_free_ranges.
1489         This addresses bug #100943.
1490         (atk_text_get_character_extents): Ensure that the reported width is 
1491         not negative. This fixes bug #102954)
1493         * docs/atk-sections.txt: Add new functions and data items.
1495         * docs/tmpl/atk-object.sgml: Remove some documentation and put in 
1496         atkobject.h. Add reference to accessible-table-caption-object.
1498         * docs/tmpl/atk-relation.sgml: Add new properties
1500         * docs/tmpl/atktext.sgml: Add new functions and data items.
1503 2003-01-20  Padraig O'Briain  <padraig.obriain@sun.com>
1505         * ===== Released 1.2.2=====
1507         * configure.in: Version 1.2.2, interface age 2, binary age 202
1509         * NEWS: Updated.
1511 2003-01-19  He Qiangqiang  <carton@linux.net.cn>
1513         * configure.in: Added "zh_CN" to ALL_LINGUAS.
1515 2003-01-12  Laurent Dhima  <laurenti@alblinux.net>
1517         * configure.in: Added 'sq'(albanian) to ALL_LINGUAS.
1519 2003-01-11  Pauli Virtanen  <pauli.virtanen@hut.fi>
1521         * configure.in (ALL_LINGUAS): Added "fi" (Finnish)
1523 2003-01-06  Alessio Frusciante  <algol@firenze.linux.it>
1525         * configure.in (ALL_LINGUAS): Added "it" (Italian) 
1527 2003-01-06  Padraig O'Briain  <padraig.obriain@sun.com>
1529         * configure.in: Add -with-html-dir option. (bug #102497)
1531         * docs/Makefile.am: Remove INSTALLDIR and HTML_DIR
1533         * docs/tmpl/atkobject.sgml: Update so property names are in
1534         alphabetic order.
1536 2003-01-03  Padraig O'Briain  <padraig.obriain@sun.com>
1538         * ===== Released 1.2.1=====
1539         
1540         * configure.in: Version 1.2.1, interface age 1, binary age 201
1542         * NEWS: Updated.
1544 2003-01-02  Zbigniew Chyla  <cyba@gnome.pl>
1546         * configure.in (ALL_LINGUAS): Added pl (Polish).
1548 2002-12-23  Nam SungHyun  <namsh@kldp.org>
1550         * configure.in: Added Korean (ko) to ALL_LINGUAS
1552 2002-12-22  Artis Trops  <hornet@navigator.lv>
1554         * configure.in: Added Latvian (lv) to ALL_LINGUAS.
1556 2002-12-22  Christophe Merlet  <redfox@redfoxcenter.org>
1558         * configure.in (ALL_LINGUAS): added French (fr).
1560 2002-12-21  Jordi Mallach  <jordi@sindominio.net>
1562         * configure.in (ALL_LINGUAS): added Catalan (ca).
1564 2002-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
1566         * ===== Released 1.2.0 ======
1568         * configure.in: Version 1.2.0, interface age 0, binary age 200
1570         * NEWS: Final update for 1.2.0.
1572         * docs/tmpl/atkobject.sgml: Order of properties have been changed.
1574 2002-12-18  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
1576         * configure.in: Added Russian to ALL_LINGUAS.
1578 2002-12-16  Padraig O'Briain  <padraig.obriain@sun.com>
1580         * ===== Released 1.1.5=====
1581         
1582         * configure.in: Version 1.1.5, interface age 2, binary age 105
1584         * NEWS: Updated.
1586 2002-12-13  Padraig O'Briain  <padraig.obriain@sun.com>
1588         * atk/atktext.c (atk_text_get_caret_offset): Return 0 instead of -1
1589         if caret is not supported. This addresses bug #101020.
1591         * configure.in: Use third argument of AC_DEFINE to get rid of 
1592         acconfig.h. 
1594 Thu Dec 12 14:57:20 2002  Owen Taylor  <otaylor@redhat.com>
1596         * acinclude.m4: Remove; wasn't needed, and referred
1597         to GLib internal m4 files now gone.
1599 Thu Dec 12 11:04:05 2002  Manish Singh  <yosh@gimp.org>
1601         * configure.in: Require autoconf-2.53.
1603 2002-12-12  Yanko Kaneti  <yaneti@declera.com>
1605         * configure.in (ALL_LINGUAS): Added Bulgarian (bg).
1607 2002-12-11  Pablo Saratxaga  <pablo@mandrakesoft.com>
1609         * configure.in (ALL_LINGUAS): Added Vietnamese (vi), Hebrew (he),
1610         and Dutch (nl).
1612 2002-12-07  Andras Timar <timar@gnome.hu>
1614         * configure.in (ALL_LINGUAS): Added Hungarian (hu).
1616 2002-12-06  Padraig O'Briain  <padraig.obriain@sun.com>
1618         * ===== Released 1.1.4 =====
1619         
1620         * configure.in: Version 1.1.1, interface age 1, binary age 104
1622         * NEWS: Updated.
1624 2002-12-05  Ole Laursen  <olau@hardworking.dk>
1626         * configure.in (ALL_LINGUAS): Added Danish (da).
1628 2002-12-02  Pablo Gonzalo del Campo <pablodc@bigfoot.com>
1630         * configure.in (ALL_LINGUAS): Added Spanish (es).
1632 2002-12-01  Christian Neumair  <chris@gnome-de.org>
1634         * configure.in (ALL_LINGUAS): Added German (de).
1636 2002-11-22  Kjartan Maraas  <kmaraas@gnome.org>
1638         * configure.in (ALL_LINGUAS): Added "no".
1639         
1640 2002-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
1642         * Update NEWS for 1.1.3
1644 2002-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
1646         * configure.in: Update to take account of gtk-doc-version being 0.10
1647         Updated version required to 0.9
1649 2002-11-20  Bill Haneman <bill.haneman@sun.com>
1651         * atk/atkobject.h:
1652         Added ATK_ROLE_APPLICATION.
1654         * atk/atkobject.c:
1655         (atk_role_get_localized_name):
1656         Added ATK_ROLE_APPLICATION case.        
1658         * docs/atk-decl.txt:
1659         Added ATK_ROLE_APPLICATION to docs.
1660         
1661 2002-11-18  Abi Brady  <morwen@evilmagic.org>
1663         * configure.in: Added "en_GB" to ALL_LINGUAS.
1665 2002-11-15  Hasbullah BIn Pit <sebol@ikhlas.com>
1667         * configure.in: Added "ms" to ALL_LINGUAS.
1669 2002-11-15  Padraig O'Briain  <padraig.obriain@sun.com>
1671         * Update NEWS for 1.1.2
1673         * docs/tmpl/atkhyperlink.sgml docs/tmpl/atkobject.sgml
1674         Update docs.
1676 2002-11-14  Bill Haneman <bill.haneman@sun.com>
1678         * configure.in:
1679         Revved to 1.1.2, interface age 0, binary age 102.
1680         
1681         * atk/atkrelationtype.h:
1682         (ATK_RELATION_EMBEDS, ATK_RELATION_EMBEDDED_BY):
1683         New relations to handle content embedding, for instance
1684         text that embeds or flows around images.
1686         * atk/atkhyperlink.h:
1687         (atk_hyperlink_is_inline):
1688         New API, returns whether a hyperlink's content is
1689         partially displayed inline; useful for small images
1690         emedded in text, and for HTML <src> elements.
1691         (AtkHyperlinkClass->link_state):
1692         New virtualized method, used to implement various
1693         state query API such as atk_hyperlink_is_inline().
1695         * atk/atkhyperlink.c:
1696         (atk_hyperlink_is_inline):
1697         New method.
1699         * docs/atk-sections.txt: 
1700         Additions for above API.
1702 2002-11-13  Padraig O'Briain  <padraig.obriain@sun.com>
1704         * atk/atkobject.[ch]: Add signal active-descendant-changed
1706 2002-11-11  Christian Rose  <menthos@menthos.com>
1708         * configure.in: Added "sv" to ALL_LINGUAS.
1710 Fri Nov  8 19:55:25 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
1712         * atk/atkhyperlink.c
1713         * atk/atkhyperlink.h
1714         * atk/atktable.c
1715         * atk/atktable.h
1716         * atk/atktext.c
1717         * atk/atktext.h
1718         * docs/tmpl/atkhyperlink.sgml
1719         * docs/tmpl/atkobject.sgml
1720         * docs/tmpl/atktable.sgml
1721         * docs/tmpl/atktext.sgml
1723         Trivial s/foo/foo_/ fixes to make atk.h includable with -Wshadow
1724         without warnings.
1725         
1726 2002-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
1728         * autogen.sh: Add call to autoheader to create config.h.in
1730 2002-11-04  Padraig O'Briain  <padraig.obriain@sun.com>
1732         * acinclude.m4: New file
1734         * autogen.sh: Add i18n support (copied from gtk+).
1736         * configure.in: Add definition for atklocaledir and check for
1737         bind_textdomain_codeset()
1739         * atk/Makefile.am: Add DEfininition of ATKLOCALEDIR to INCLUDES
1741         * atk/atkobject.c (atk_role_get_localized_name): Add code to
1742         initialize i18n.
1743         
1744         * po/.cvsignore: Add extra files.
1746 2002-11-01  Padraig O'Briain  <padraig.obriain@sun.com>
1748         * configure.in: Create po/Makefile; patch supplied by 
1749         Dan Mills (thunder@ximain.com)
1750         
1751 2002-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
1753         * ===== Released 1.1.1 =====
1754         
1755         * configure.in: Version 1.1.1, interface age 0, binary age 101
1757         * NEWS: Updated.
1759         * atk/Makefile.am: Add atkintl.h to EXTRA_DIST.
1761 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
1763         * Makefile.am: Add po directory
1765         * configure.in: Add support for I18N
1767         * acconfig.h atk/atkintl.h: New files used to support I18N
1769         * atk/atkobject.c: Update atk_role_get_localized_name() to
1770         allow for localized name to be returned.
1772         * docs/Makefile.am: Add atkintl.h to IGNORE_HFILES
1774         * po/Makfile.in.in, po/POTFILES.in, po/po2tbl.sed.in po/.cvsignore
1775         po/ChangeLog: New files
1777 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
1779         * atk/Makefile.am, atk/atk.h: Add reference to atk/atkrelationtype.h
1781         * atk/atkaction.[ch]: Add atk_action_get_localized_name.
1783         * atk/atkobject.[ch]: Add atk_role_get_localized_name,
1784         atk_object_add_relationship and atk_object_remove_relationship
1785         Add new roles ATK_ROLE_HEADER, ATK_ROLE_FOOTER, ATK_ROLE_PARAGRAPH
1786         and ATK_ROLE_RULER
1788         * atk/atkrelation.h: Move definition of AtkRelationType to
1789         atk/relationtype.h
1791         * atk/atkstate.h: Add new state ATK_STATE_MANAGES_DESCENDANTS
1793         * atk/atktext.[ch]: Add text-attributes-changed signal.
1795         * docs/atk-sections.txt, docs/tmpl/atkaction.sgml: Add new functions.
1797         * docs/tmpl/atkobject.sgml: Add new functions and new roles.
1799         * docs/tmpl/atkrelation.sgml: Add new relations
1801         * docs/tmpl/atkstate.sgml: Add new state
1803         * docs/tmpl/atktext.sgml: Add new signal
1805         * tests/testrelation.c: Add tests for new relationship functions.
1807 2002-10-01  Padraig O'Briain  <padraig.obriain@sun.com>
1809         * atk/atkobject.c (atk_object_notify): Fix leak; report and patch
1810         supplied by Sebastian Rittau (srittau@jroger.in-berlin.de)
1812         Bug #94548.
1814 2002-09-24  Padraig O'Briain  <padraig.obriain@sun.com>
1816         * ===== Released 1.1.0 =====
1817         
1818         * NEWS: Updated.
1820 2002-09-18  Padraig O'Briain  <padraig.obriain@sun.com>
1822         * configure.in:
1823         increment version to 1.1.0, in view of the fact that we've 
1824         branched for GNOME-2 and GTK+-2.0, and this is HEAD.
1825         Also reset INTERFACE_AGE to zero, since an enum was added.
1826         Use similar library numbering as GTK.
1828         * docs/tmpl/atkobject.sgml: Add ATK_LAYER_WINDOW
1830 2002-09-06  Mark McLoughlin  <mark@skynet.ie>
1832         * atk/atkobject.h: add ATK_LAYER_WINDOW.
1834         * atk/atkcomponent.c: upd docs.
1836 2002-09-06  Padraig O'Briain  <padraig.obriain@sun.com>
1838         * docs/atk-sections.txt: Add ...Iface symbols to Standard sections to 
1839         avoid unused declarations
1841         * docs/tmpl/atkobject.sgml docs/tmpl/atkrelationset.sgml:
1842         Move AtkRelationSet from atkobject to atkrelationset.
1844 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
1846         * docs/atk-sections.txt docs/tmpl/atkaction.sgml
1847         docs/tmpl/atkcomponent.sgml docs/tmpl/atkdocument.sgml
1848         docs/tmpl/atkeditabletext.sgml docs/tmpl/atkhypertext.sgml
1849         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml
1850         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
1851         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml
1852         docs/tmpl/atkvalue.sgml:
1853         Remove reference to ...Iface data structures; which eliminates
1854         undocumented symbols.
1856 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
1858         *  atk/atkutil.h: Add documentation for AtkKeyEventType
1860         * docs/tmpl/action.sgml docs/tmpl/atkcomponent.sgml
1861         docs/tmpl/atkdocument.sgml docs/tmpl/atkeditabletext.sgml
1862         docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
1863         docs/tmpl/atkhypertext.sgml docs/tmpl/atkimage.sgml 
1864         docs/tmpl/atknoopobject.sgml docs/tmp[l/atknoopobjectfactory.sgml
1865         docs/tmpl/atkobject.sgml docs/tmpl/atkobjectfacory.sgml
1866         docs/tmpl/atkregistry.sgml docs/tmpl/atkrelation.sgml
1867         docs/tmpl/atkselection.sgml docs/tmpl/atkstate.sgml
1868         docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml
1869         docs/tmpl/atktext.sml docs/tmpl/atkutil.sgml
1870         docs/tmpl/atkutil.sgml:
1871         Reduce number of undocumented symbols
1873 2002-08-26  Padraig O'Briain  <padraig.obriain@sun.com>
1875         * atk/atknoopobjectfactory.c:
1876         Add implementation for atk_object_factory_get_accessible_type()
1878 2002-08-18  Havoc Pennington  <hp@pobox.com>
1880         * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
1881         both automake 1.6 and 1.4 installed get the right automake. Means
1882         compilation from CVS will now require the latest automake 1.4
1883         release, or manually creating symlinks called "automake-1.4" and
1884         "aclocal-1.4"
1886 2002-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
1888         These changes improve the quality of the documentation by adding
1889         information about properties and signals.
1891         * configure.in:
1892         Add atktargetlib, STRIP_BEGIN, STRIP_END and STRIP_DUMMY for
1893         use in docs Makefile.am
1895         * atk/atk.h:
1896         Add missing include files, atk/atknoopobject.h and 
1897         atknoopobjectfactory.h
1899         * docs/Makefile.am:
1900         Add support for scan program
1902         * docs/atk.types:
1903         Added content to this file
1905         * docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
1906         docs/tmpl/atknoopobject.sgml docs/tmpl/atknoopobjectfactory.sgml
1907         docs/tmpl/atkobjectfactory.sgml docs/tmpl/atkregistry.sgml
1908         docs/tmplatkutil.sgml:
1909         Removed references to contents of object's data structure
1911         * docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml
1912         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml:
1913         Add references to signals and properties.
1915 Wed Jul 31 17:08:04 2002  Owen Taylor  <otaylor@redhat.com>
1917         * ===== Released 1.0.3 =====
1918         
1919         * configure.in (GLIB_REQUIRED_VERSION): Version 1.0.3,
1920         interface, binary version 3.
1922         * NEWS: Updated.
1924 2002-07-14  Padraig O'Briain  <padraig.obriain@sun.com>
1926         * README: Updated to describe where to log bugs and mention mailing
1927         list.
1929 2002-06-20  Padraig O'Briain  <padraig.obriain@sun.com>
1931         * atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgml
1932         atk/docs/atkdocument.sgml atk/docs/tmpl/atkeditabletext.sgml
1933         atk/docs/tmpl/atkgobjectaccessible.sgml atk/docs/tmpl/atkhyperlink.sgml
1934         atk/docs/tmpl/atkhypertext.sgml atk/docs/tmpl/atkimage.sgml
1935         atk/docs/atknoopobject.sgml atk/docs/tmpl/atknoopobjectfactory.sgml
1936         atk/docs/tmpl/atkobjectfactory.sgml atk/docs/tmpl/atkregistry.sgml
1937         atk/docs/tmpl/atkregistry.sgml atk/docs/tmpl/atkrelationset.sgml
1938         atk/docs/tmpl/atkselection.sgml atk/docs/tmpl/atkstate.sgml
1939         atk/docs/tmpl/atkstateset.sgml atk/docs/tmpl/atkstreamablecontent.sgml
1940         atk/docs/tmpl/atktable.sgml atk/docs/tmpl/atktext.sgml
1941         atk/docs/tmpl/atkutil.sgml atk/docs/tmpl/atkvalue.sgml
1942         Update documentation.
1944 2002-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
1946         * atk/atkregistry.c:
1947         64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com)
1948         (bug #83316)
1950 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
1952         * ===== Released 1.0.2 ======
1954         * NEWS: Updates.
1956         * configure.in: Version 1.0.2, interface, binary age 2
1958 2002-04-26  Padraig O'Briain  <padraig.obriain@sun.com>
1960         * atk/atkutil.c (atk_focus_tracker_notify):
1961         Allow for object being NULL which means the window containing the
1962         focus widget has lost focus. We update the previous_focus_object 
1963         so we can emit notification for focus widget when window regains
1964         focus.
1966 2002-04-15  Padraig O'Briain  <padraig.obriain@sun.com>
1968         * atk/atkgobjectaccessible.c:
1969         (atk_gobject_accessible_for_object):  Allow for case where created
1970         AtkObject is not a AtkGObjectAccessible so quark_accessible_object
1971         was not initialized in atk_gobject_accessible_class_init
1973 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
1975         * ===== Released 1.0.1 ======
1977         * NEWS: Updates.
1979         * configure.in: Version 1.0.1, interface, binary age 1.0.0.
1981 2002-03-19  Padraig O'Briain  <padraig.obriain@sun.com>
1983         * atk/atkutil.c (atk_focus_tracker_notify):
1984         Do not do notification if previously notified object is the same as
1985         this object
1987 2002-03-14  Tor Lillqvist  <tml@iki.fi>
1989         * atk/Makefile.am: Use correct name for the DLL when generating
1990         the MSVC import library.
1992 2002-03-13  Bill Haneman <bill.haneman@sun.com>
1994         * atk/atkutil.c (atk_object_get_root):
1995         Changed g_type_class_peek to g_type_class_ref,
1996         this seemed to be triggering a SEGV in some cases.
1999 2002-03-12  Padraig O'Briain  <padraig.obriain@sun.com>
2001         * atk/atkgobjectaccessible.c (atk_gobject_accessible_dispose):
2002         Correct name of data set to NULL from quark_accessible_object to
2003         quark_object
2005 2002-03-09  Padraig O'Briain  <padraig.obriain@sun.com>
2007         * atk/atkhyperlink.c (atk_hyperlink_get_type):
2008         Fix typo.
2010 Thu Mar  7 23:52:51 2002  Owen Taylor  <otaylor@redhat.com>
2012         * ===== Released 1.0.0 ======
2014         * NEWS: Final update for 1.0.0.
2016         * README: Update the compilation instructions a bit.
2018 2002-03-06  Tor Lillqvist  <tml@iki.fi>
2020         * atk-zip.sh.in
2021         * atk/Makefile.am: Use ATK_API_VERSION also in the Win32 import
2022         library names.
2024 Tue Mar  5 16:54:21 2002  Owen Taylor  <otaylor@redhat.com>
2026         * ATK 1.0.0 rc1
2028         * tests/Makefile.am: Don't install libteststateset.la,
2029         libtestrelation.la. (#73655, James Henstridge)
2031         * autogen.sh: Add --enable-gtk-doc
2033         * configure.in: --disable-gtk-doc by default.
2035         * Makefile.am: Add a slightly modified distcheck rule
2036         that passes --enable-gtk-doc to the configure inside.
2037         (So that 'make dist' succeeds inside.)
2039 Tue Mar  5 11:55:35 2002  Owen Taylor  <otaylor@redhat.com>
2041         * configure.in: Require GLib-2.0.0.
2043         * configure.in atk/Makefile.am tests/Makefile.am atk.pc.in:
2044         Switch over to the Glib/GTK+ versioning scheme.
2046 2002-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
2048         * atk/atktext.c (atk_text_get_text):
2049         Permit end offset value of -1
2051 2002-02-28  Padraig O'Briain  <padraig.obriain@sun.com>
2053         * atk/atkhypertext.h:
2054         Update comments
2056 2002-02-28  Sven Neumann  <sven@gimp.org>
2058         * configure.in: beautified configure --help output.
2060 2002-02-27  Padraig O'Briain  <padraig.obriain@sun.com>
2062         * atk/atkhypertext.h atk/atkhyperlink.h: 
2063         Add padding to class structures to allow for future expansion.
2065         * atk/atkdocument.h: 
2066         Add padding to class structures to allow for future expansion.
2068         * atk/atkobjectfactory.h atk/atkgobjectaccessible.h:
2069         Add padding to class structures to allow for future expansion.
2071 Mon Feb 25 19:09:39 2002  Owen Taylor  <otaylor@redhat.com>
2073         * configure.in: Bail if AM_PATH_GLIB_2_0 fails.
2075 2002-02-26  Tor Lillqvist  <tml@iki.fi>
2077         * atk/Makefile.am: Do use -no-undefined on Win32, otherwise
2078         libtool won't create a DLL.
2080 2002-02-25  Padraig O'Briain  <padraig.obriain@sun.com>
2082         * atk/Makefile.am:
2083         Remove -no-undefined because of problems with uunresolved symbols
2084         in libgobject on Solaris when using gcc
2086 Sat Feb 23 23:02:23 2002  Owen Taylor  <otaylor@redhat.com>
2088         * configure.in: Version 0.13
2090         * NEWS: Update for 0.13
2092         * docs/atk-sections.txt: Update.
2094 2002-02-22  Padraig O'Briain  <padraig.obriain@sun.com>
2096         * atk/atkgobjectaccessible.c atk/atkhyperlink.c atk/atknoopobject.c
2097         atk/atknoopobjectfactory.c atkobject.c atk/atkobjectfactory.c
2098         atk/atkregistry.c atk/atkrelation.c atk/atkrelationset.c:
2099         Make use of parent_class consistent; define as gpointer and
2100         use g_type_class_peek_parent() to get it
2102         * atk/atktext.c:
2103         Delete unused empty line
2105         * atk/atkregistry.c atk/atkrelation.c:
2106         Make parent_class static 
2108 2002-02-20  Padraig O'Briain  <padraig.obriain@sun.com>
2110         * atk/atktext.c:
2111         Add check for offset being negative in functions which have offset
2112         parameter and return immediately if so.
2114 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
2116         * atk/atkcomponent.h:
2117         Change argument of get_layer and get_mdi_zorder function pointers 
2118         to be AtkComponent instead of AtkObject
2120         * atk/atkcomponent.c:
2121         Change atk_component_get_layer and atk_component_get_mdi_zorder
2122         to refer to argument as component instead os accessible
2124         * docs/atk-sections.txt docs/tmpl/atkaction.sgml 
2125         docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml
2126         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml 
2127         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
2128         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml:
2129         Update for recent changes
2130         
2131 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
2133         * atk/atk.h:
2134         Guard atk.h with ifndef __ATK_H__
2135         (#71405 reported by terra@diku.dk (Morten Welinder))
2137 2002-02-13  Padraig O'Briain  <padraig.obriain@sun.com>
2139         * atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h
2140         atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h 
2141         atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h
2142         atk/atktable.h atk/atktext.h atk/atkvalue.h:
2143         Add padding to class structures to allow for future expansion.
2145 2002-02-11  Bill Haneman  <bill.haneman@sun.com>
2147         * configure.in:
2148         Incremented revision and tagged GNOME_D2_BETA.
2150         * atkobject.h: 
2151         Marked atk_object_get_layer and atk_object_get_mdi_zorder
2152         as deprecated (should use atk_component API below).
2153         
2154         * atkcomponent.h:
2155         Added atk_component_get_layer and atk_component_get_mdi_zorder
2156         (erroneously defined in atkobject, they belong here).
2158         * atkcomponent.c:
2159         Fixed some property get/set bugs.
2161         * NEWS: updated for GNOME 2 Desktop Beta.
2162         
2163 2002-02-11  jacob berkman  <jacob@ximian.com>
2165         * atk/atkselection.[ch] (atk_selection_get_type): 
2166         * atk/atktable.[ch] (atk_table_get_type): 
2167         * atk/atkregistry.h (atk_get_default_registry): 
2168         * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): 
2169         * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): 
2170         * atk/atkcomponent.[ch] (atk_component_get_type): 
2171         * atk/atkaction.[ch] (atk_action_get_type): declare function
2172         arguments as (void) rather than ()
2174 2002-02-04  Bill Haneman  <bill.haneman@sun.com>
2176         * configure.in:
2177         Incremented revision.
2179 2002-01-30  Bill Haneman  <bill.haneman@sun.com>
2181         * docs/tmpl/atkaction.sgml:
2182         * docs/tmpl/atkcomponent.sgml:
2183         * docs/tmpl/atkeditabletext.sgml:
2184         * docs/tmpl/atkimage.sgml:
2185         * docs/tmpl/atkobject.sgml:
2186         * docs/tmpl/atkselection.sgml:
2187         * docs/tmpl/atktable.sgml:
2188         * docs/tmpl/atktext.sgml:
2189         * docs/tmpl/atkvalue.sgml:
2190         Initial entries into the SHORT_DESCRIPTION and LONG_DESCRIPTION
2191         fields to improve docs; the documentation now gives some
2192         information on the purpose and function of the various ATK
2193         interfaces, and which types of UI components typically implement
2194         which interfaces.
2195         
2196 Tue Jan 29 23:29:46 2002  Owen Taylor  <otaylor@redhat.com>
2198         * NEWS: Retroactively write a NEWS entry for 0.9 and 0.10.
2200 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
2202        * configure.in:
2203        Update version number to 0.10, for Desktop Alpha 2
2205 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
2207         * atk/atkobject.h:
2208         Correct inconsistencies between registered signal parameter types 
2209         and default signal handler struct fields
2210         (based on patch from Murray Cumming <murray@usa.net>)
2212 2002-01-10  Bill Haneman <bill.haneman@sun.com>
2214        * configure.in:
2215        Update version number to 0.9, for Beta2 package.
2217 Wed Jan  9 11:26:56 2002  Owen Taylor  <otaylor@redhat.com>
2219         * atk/Makefile.am (s-enum-types-h):  Include glib-object.h,
2220         Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. (#61845,
2221         Mikael Hermansson)
2223 2002-01-07  Padraig O'Briain  <padraig.obriain@sun.com>
2225         * atk/atkcomponent.c (atk_component_add_focus_handler):
2226         Add comments to clarify behavior if handler has already been added
2228         * docs/tmpl/atktext.sgml:
2229         Update for change of caret_changed to text_caret_moved
2231 2002-01-05  Hans Breuer  <hans@breuer.org>
2233         * atk/makefile.msc : generate atk-enum-types.[hc]
2234         NOTE: the long comment in atkobject.h is crashing perl,
2235         at least version 5.005_02 built for MSWin32-x86-object
2236         Binary build 506 provided by ActiveState. Temporary
2237         deleting the AtkRole comment allows to work-around.
2239         atk/atk.def : updated externals
2241 2002-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
2243         * atk/atkgobjectaccessible.h
2244         Fixed typo in define (reported by Jeff Franks)
2246         * atk/atktext.c atk/atktext.h
2247         Change name of default signal handler for text_caret_moved signal
2248         from caret_changed to text_caret_moved
2249         Change enum CARET_MOVED to TEXT_CARET_MOVED
2250         (both issues reported by Jeff Franks)
2252 2001-12-15  Michael Meeks  <michael@ximian.com>
2254         * atk/atkrelation.c (atk_relation_class_init):
2255         setup parent class
2256         (atk_relation_finalize): chain to parent.
2258         * atk/atkrelationset.c (atk_relation_set_class_init),
2259         (atk_relation_set_finalize): same fix.
2261 Sat Dec 22 12:26:51 2001  Owen Taylor  <otaylor@redhat.com>
2263         * configure.in: Version 0.8, require GLib-1.3.12
2265         * atk/makefile.msc (PKG_VER): Version 0.8.
2267 Thu Dec 20 00:33:47 2001  Owen Taylor  <otaylor@redhat.com>
2269         * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary
2270         for correct srcdir != builddir operation when 
2271         generating source files in srcdir.
2272         
2273 Thu Dec 20 00:27:01 2001  Owen Taylor  <otaylor@redhat.com>
2275         * docs/tmpl/atkutil.sgml: remove some conflict
2276         indicators.
2278 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
2280         * atk/atk.def:
2281         Add new functions
2283 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
2285         Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.h
2286         docs/tmpl/atkgobjectaccessible.sgml
2288         * atk/Makefile.am atk/atk.h:
2289         Add references to new files
2291         * atk/atkobject.c atk/atkobject.h
2292         docs/tmpl/atkobject.sgml:
2293         Add new function atk_object_initialize
2295         * atk/atkobjectfactory.c atk/atkobjectfactory.h
2296         docs/tmpl/atkobjectfactory.sgml:
2297         Add new function atk_object_factory_get_accessible_type
2299         * docs/atk-sections.txt:
2300         Add new functions.
2301         Add functions in atk-unused.txt
2303         
2304 2001-12-17  Darin Adler  <darin@bentspoon.com>
2306         * atk/atktext.c: Add missing #include <string.h>
2308 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2310         * atk/Makefile.am, tests/Makefile.am: Compile with
2311         -DG_DISABLE_DEPRECATED. See #52790.
2313 2001-12-11  Padraig O'Briain  <padraig.obriain@sun.com>
2315         * atk/atkcomponent.c (atk_component_ref_accessible_at_position):
2316         Remove unnecessary g_retunn_val_if_fail() call.
2318 2001-12-08  Michael Meeks  <michael@ximian.com>
2320         * atk/atkregistry.c (atk_registry_class_init):
2321         paranoia is not appropriate here, setup parent_class,
2322         don't create a new default registry here - makes no
2323         sense.
2324         (atk_registry_finalize): chain to parent class, do
2325         g_hash_table_destroys instead of g_frees.
2327 2001-12-07  Padraig O'Briain  <padraig.obriain@sun.com>
2329         * atk/Makefile.am:
2330         Update to create atk-enum-types.h before compiling source files
2331         (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
2333 2001-12-05  Padraig O'Briain  <padraig.obriain@sun.com>
2335         * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt 
2336         docs/tmpl/atktext.sgml tests/testrelation.c:
2337         Change atk_attribute_register to atk_text_attribute_register,
2338         atk_attribute_get_value to atk_text_attribute_get_value,
2339         atk_attribute_get_name to atk_text_attribute_get_name
2340         atk_attribute_for_name to atk_text_attribuute_for_name
2342 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
2344         * atk/atktext.c:
2345         Add implementation of atk_attribute_register, atk_attribute_for_name
2346         Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and
2347         support extra attributes being defined
2349         * atk/atktext.h:
2350         Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow
2351         extra attributes to be defined
2352         Add atk_attribute_register() and atk_attribute_for_name()
2354         * atk/atk.def:
2355         Add new functions
2357         * docs/atk-sections.txt docs/tmpl/atktext.sgml
2358         Update because of additions to atk/atktext.h
2360         * tests/testrelation.c:
2361         Add tests for text attributes
2363 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
2365         * atk/atkobject.c:
2366         Update atk_role_register() to allow extra roles to be defined
2367         Update atk_role_get_name() and atk_role_for_name() for newly defined
2368         roles
2370         * tests/testrelation.c:
2371         Add tests for roles
2373 2001-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
2375         * atk/atkrelation.c:
2376         Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and
2377         atk_relation_type_for_name()
2379         * atk/atkstate.c:
2380         Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and
2381         atk_state_type_for_name()
2383         * tests/testrelation.c, tests/teststateset.c:
2384         Update tests as name componenets are separated by hyphen (-) rather
2385         than underline (_)
2387 2001-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
2389         * atk/Makefile.am:
2390         Generate files atk-enum-types.c and atk-enums-types.h to create
2391         types for enums.
2393         * atk/atkobject.c:
2394         Use ATK_TYPE_ROLE in atk_role_get_name() and atk_role_for_name()
2396 2001-11-28  Bill Haneman  <bill.haneman@sun.com>
2398         * atk/atkutil.c:
2399         Changed calls to g_type_class_peek() to g_type_class_ref() where
2400         it makes more sense, and in other places check for a non-null
2401         klass return before trying to call class methods.  This prevents
2402         SEGV if no Atk-implementation library has been loaded.
2404         * atk/atkobject.c:
2405         Fixed gtk-doc warning.
2407 2001-11-28  Padraig O'Briain  <padraig.obriain@sun.com>
2409         * atk/atkobject.[c|h]:
2410         Add functions atk_role_get_name() and atk_role_for_name() which
2411         transform a role into an untranslated string
2412         Update comments in atkobject.h which refer to property names
2414         * atk/atkrelation.c:
2415         Correct error in atk_relation_type_get_name
2417         * docs/atk-sections.txt
2418         Added atk_role_get_name and atk_role_for_name
2420         * docs/tmpl/*sgml
2421         Updated files
2422         
2423 2001-11-23  Hans Breuer  <hans@breuer.org>
2425         * atk/atk.def : updated externals
2427         * atk/atktext.c atk/atkutil.c : added two spaces to fix
2428         minor coding style issues. Found by my exports generator.
2430         * atk/makefile.msc : version 0.7, use build dir from
2431         $(TOP)\glib
2433 Thu Nov 22 14:37:40 2001  Owen Taylor  <otaylor@redhat.com>
2435         * Version 0.7
2437         * configure.in (GLIB_REQUIRED_VERSION): Require GLib-1.3.11
2439 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
2441         * atk/atknoopobject.c:
2442         Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID
2443         when creating object
2445 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
2447         * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt,
2448         docs/tmpl/atkrelation.sgml:
2449         Change atk_relation_type_from_string to atk_relation_type_for_name
2450         Add atk_relation_type_get_name
2452         * atk/atkrelationtype.c:
2453         Change atk_relation_type_from_string to atk_relation_type_for_name
2454         Add atk_relation_type_get_name
2455         Update atk_relation_type_register() to correctly register new
2456         relation types
2458         * atk/atkstate.c:
2459         Changed name of static variable type to last_type
2460         Changed name of paremeter if atk_state_type_get_name to type to match
2461         comments
2463         * docs/tmpl/*sgml
2464         Updated files
2466         * tests/README, tests/Makefile.am       
2467         Add new test file testrelation.c
2469 2001-11-22  Bill Haneman <bill.haneman@sun.com>
2471         * atk/atkutil.c (atk_add_key_event_listener):
2472         Fix gtk-doc comment and clarify use of 'data' gpointer.
2474 2001-11-22  Michael Meeks  <michael@ximian.com>
2476         * atk/atkutil.c (atk_add_key_event_listener): switch
2477         to class_peek.
2479         * atk/atkobject.c (atk_object_real_get_property):
2480         add missing 'break'.
2482 2001-11-21  Michael Meeks  <michael@ximian.com>
2484         * atk/atkrelation.c: pull in string.h for strcmp
2486         * atk/atktext.c (atk_text_get_selection): fix bug / warning.
2488         * atk/atkutil.c (atk_add_global_event_listener),
2489         (atk_get_toolkit_name, atk_get_toolkit_version):
2490         constify 
2492 2001-11-21  Bill Haneman <bill.haneman@sun.com>
2494         * atk/atkrelation.c: Added gtk-doc docs for 
2495         atk_relation_type_from_string.
2497 Wed Nov 21 17:54:44 2001  Owen Taylor  <otaylor@redhat.com>
2499         * atk/atkobject.h (enum): Fix trailing comma on
2500         enumeration.
2502         * docs/atk-sections.txt: Update.
2504         * NEWS: Updates
2506 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
2508         * atk/atkobject.[c|h]:
2509         Add additional argument (name) to state-change signal
2510         Update atk_object_notify_state_change to take account of 
2511         extra argument for state-change
2513         * atk/atkmarshal.list:
2514         Add marshaller for VOID:STRING,BOOLEAN
2515         
2516 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
2518         * atk/atkobject.[c|h], docs/atk-sections.txt, docs/tmpl/atkobject.sgml:
2519         Add enum AtkLayer and functions atk_object_get_layer and
2520         atk_object_get_mdi_zorder
2522 2001-11-20  Padraig O'Briain  <padraig.obriain@sun.com>
2524         * atk/atkobject.[c|h]:
2525         Remove property accessible-state; use signal state-change instead
2526         Change signature of state-change handler to take gboolean as argument
2527         instead of AtkPropertyValues
2528         Update atk_object_notify_state_change() to emit state-change signal
2530         * atk/atkstate.[c|h], docs/tmpl/atkstate.sgml:
2531         Remove state ATK_STATE_COLLAPSED
2533 2001-11-19  Bill Haneman <bill.haneman@sun.com>
2535         * atk/atkobject.c:
2536         * atk/atkstate.c:
2537         Added state-changed signal to atkobject, in anticipation of 
2538         deprecating the accessible-state property.
2540         * atk/atkutil.[ch]:
2541         Fixed signature of atk_util_add_key_listener () to
2542         take an AtkKeySnoopFunc instead of a pointer to same.
2544 2001-11-19  Padraig O'Briain  <padraig.obriain@sun.com>
2546         * atk/atkobject.c (atk_object_notify_state_change):
2547         Fix bug in calculation of number of toggle states
2549         * atk/atkstate.c:
2550         Correct out-by-1 error in atk_state_type_register()
2551         Use type (number of states defined) in atk_state_type_get_name()
2552         and atk_state_type_for_name()
2553         
2554 2001-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
2556         * atk/atkeditabletext.c:
2557         Remove unused structure _AtkEditableTextIfaceClass
2559         * atk/atkobject.[c|h]
2560         Remove signals model_changed and selection_changed
2562         * atk/selection.[c|h]
2563         Add signal selection_changed
2565         * atk/atktable.[c|h]
2566         Remove unused structure _AtkTableIfaceClass
2567         Add signal model_changed
2569         * atk/atktext.[c|h]
2570         Remove unused structure _AtkTextIfaceClass
2571         Add signal text_selection_changed
2573         * docs/tmpl/atkobject.sgml, docs/tmpl/atkselection.sgml,
2574         docs/tmpl/atktable.sgml, atk/tmpl/atktext.sgml:
2575         Documentation changes
2577 2001-11-17  Tor Lillqvist  <tml@iki.fi>
2579         * atk-zip.sh.in: Build separate runtime and developer packages.
2581         * atk/atk.def: Update.
2583 2001-11-14  Bill Haneman  <bill.haneman@sun.com>
2585         * atk/atkutil.h :
2586         Added API 
2587         atk_add_key_event_listener    (AtkKeySnoopFunc *listener,
2588                                        gpointer data);
2589         atk_remove_key_event_listener (AtkKeySnoopFunc *listener,
2590                                        gpointer data);
2591         
2592         to allow non-GTK-dependent installation of key snoop functions.
2593         This also meant adding definitions of AtkKeySnoopFunc and 
2594         AtkKeyEventStruct.
2596 2001-11-08  Padraig O'Briain  <padraig.obriain@sun.com>
2598         * atk/atkobject.c (atk_object_notify_state_change):
2599         Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED
2600         to ATK_STATE_EXPANDED or vice versa.
2602 2001-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
2604         * atk/atkobject.h:
2605         Add role ATK_ROLE_TREE_TABLE
2607         * atk/atkrelation.h:
2608         Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT
2609         and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable
2611         * docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl,
2612         docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml,
2613         docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl,
2614         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml,
2615         docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml,
2616         docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml,
2617         docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml:
2618         Update to reflect the current state of the documentation in the code.
2620 2001-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
2622         * atk/relation.h, docs/tmpl/atkrelation.sgml:
2623         Add two new relations ATK_RELATION_NODE_CHILDREN and
2624         ATK_RELATION_NODE_PARENT to support compound objects in a
2625         node or cell of a tree or table
2626         Added descriptions of all relations which are defined
2628         * atk/atktable.c:
2629         Remove functions atk_table_real_get_index_at(),
2630         atk_table_real_get_column_at_index() and 
2631         atk_table_real_get_row_at_index() 
2632         Correct typos in documentation of other functions.
2634 2001-10-28  Tor Lillqvist  <tml@iki.fi>
2636         * atk-zip.sh.in: New file, used to build developer package for
2637         Win32.
2639         * Makefile.am
2640         * configure.in: Add it.
2642         * atk/Makefile.am: Add rules to install and uninstall mingw import
2643         library.
2645 2001-10-26  Padraig O'Briain  <padraig.obriain@sun.com>
2647         * atk/atkobject.[c|h]
2648         Remove the following properties
2649         accessible-child - use signal children_changed for notification
2650         accessible-text - use signal text_changed for notification
2651         accessible-caret - use signal text_caret_moved for notification
2652         accessible-selection - use new signal selection_changed 
2653         for notification
2654         accessible-visible-data - use new signal visible_data_changed
2655         for notification
2656         accessible-model - use new signal model_changed for notification
2657         Notify when role or parent changes
2658         Allow parent and role to be set or got using g_object_set() or
2659         g_object_get()
2661 Wed Oct 24 11:13:13 2001  Owen Taylor  <otaylor@redhat.com>
2663         * Version 0.6
2665         * NEWS: Updates.
2667 2001-10-25  Padraig O'Briain  <padraig.obriain@sun.com>
2669         * atk/atkobject.h, docs/tmpl/atkobject.sgml:
2670         Add role ATK_ROLE_TERMINAL for an accessible terminal.
2672 2001-10-22  Padraig O'Briain  <padraig.obriain@sun.com>
2674         * atk/atkobject.c (atk_object_notify_state_change):
2675         Initialize AtkPropertyValue data structure to 0 instead of using
2676         memset.
2678 2001-10-19  Tor Lillqvist  <tml@iki.fi>
2680         * configure.in: Set automake conditionals OS_WIN32 if on (native)
2681         Win32, and MS_LIB_AVAILABLE if lib.exe is available. Calculate
2682         LT_CURRENT - LT_AGE and set LT_CURRENT_MINUS_AGE to that value.
2684         * atk/Makefile.am: Add atk.def to EXTRA_DIST. On Win32, use
2685         -export-symbols atk.def. If lib.exe is available, generate
2686         atk.lib, and install it.
2688         * atk/atk.def: Update with new entry points.
2690 2001-10-19  Padraig O'Briain  <padraig.obriain@sun.com>
2692         * atk/atkobject.[c|], docs/atk-sections.txt,
2693         docs/tmpl/atkobject.sgml:
2694         Add convenience function atk_object_notify_state_change()
2695         to generate property notification of state change.
2697         * atk/atktext.c, docs/tmpl/atk-unused.sgml:
2698         Correct comments on functions atk_attribute_get_name() and
2699         atk_attribute_get_value()
2701 2001-10-17  Padraig O'Briain  <padraig.obriain@sun.com>
2703         * atk/atktext.c:
2704         Update comments in atk_text_get_text_[at|after|before]_offset()
2705         to clarify what these functions will return.
2707 2001-10-16  Padraig O'Briain  <padraig.obriain@sun.com>
2709         * atk/atktext.c:
2710         Update comments in atk_text_get_run_attributes() and
2711         atk_text_get_default_attributes().
2713 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
2715         * atk/atkobject;c:
2716         Change "property-change" signal to allow detail (i.e. property name) 
2717         and add detail in atk_object_notify().
2719 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
2721         * atk/atktext.c:
2722         Correct order of attribute names in text_attr_name array.
2724 2001-10-12  Padraig O'Briain  <padraig.obriain@sun.com>
2726         * atk/atktext.[c|h]:
2727         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
2728         Use enum AtkTextAttribute to specify what attribute are supported
2729         rather than hash defines. Define new functions atk_attribute_get_name()
2730         and atk_attribute_get_value() which return the strings for the
2731         attribute name and values for those attribute which have named values.
2733 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
2735         * atk/atktext.c (atk_text_get_run_attributes):
2736         Correct typo.
2738         * atk/atktext.c (atk_text_get_default_attributes):
2739         Add call to set iface.
2741 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
2743         * atk/atktext.[c|h]:
2744         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
2745         Add new function atk_text_get_default_attributes
2746         Rename atk_text_ref_run_attributes to atk_text_get_run_attributes
2748 2001-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
2750         * atk/atktext.c (atk_attribute_set_free):
2751         Avoid leaking of AtkAttributeSet data structure; speed up code.
2753         * docs/tmpl.atk*.sgml
2754         Updated to reflect current APIs.
2756 2001-10-01  jacob berkman  <jacob@ximian.com>
2758         * docs/Makefile.am (dist-hook-local): depend on all-local so that
2759         make dist works correctly w/o having to build first
2761 2001-10-01  Tor Lillqvist  <tml@iki.fi>
2763         * configure.in: Add AC_LIBTOOL_WIN32_DLL.
2765 Sat Sep 29 19:45:00 2001  Bill Haneman <bill.haneman@sun.com>
2766         
2767         * configure.in (ATK_MICRO_VERSION): Version 0.6
2768         (because libglade will depend on a the small api addition below)
2770         * atk/makefile.msc (PKG_VER): Version 0.6
2772         * atk/atkrelation.h:
2773         * atk/atkrelation.c: (AtkRelationType 
2774         atk_relation_type_from_string (const gchar *name)): Added method.
2776         
2777 Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>
2779         * configure.in (ATK_MICRO_VERSION): Version 0.5
2781         * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
2783         * atk/makefile.msc (PKG_VER): Version 0.5
2785 2001-09-21  Hans Breuer  <hans@breuer.org>
2787         * atk/atk.def : updated externals
2788         * atk/makefile.msc : version 0.4
2790         * atk/atktext.c (atk_text_get_character_extents) : real_height
2791         is a reference to int, so use &local_height
2793 Wed Sep 19 10:46:44 2001  Tim Janik  <timj@gtk.org>
2795         * Released 0.4.
2797 Tue Sep 18 23:41:32 2001  Tim Janik  <timj@gtk.org>
2799         * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION.
2800         up ATK_VERSION to 0.4, interface age 0, binary age 0.
2801         (from 0.2 which was not properly updated last time).
2802         depend on glib 1.3.8.
2804         * NEWS: updates.
2806 2001-09-11  Padraig O'Briain  <padraig.obriain@sun.com>
2808         * atk/atkobject.c:
2809         Add object reference when object is set as accessible_parent
2811 2001-09-05  Mark McLoughlin <mark@skynet.ie>
2813         * configure.in: remember ACLOCAL_FLAGS.
2815 2001-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
2817         * atk/atktable.[c|h]
2818         Change atk_table_get_caption() and atk_table_set_caption()
2819         to deal with AtkObject* rather than gchar*
2820         Remove redundant and incorrect comments
2821         
2822 Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>
2824         * configure.in: Version 0.3  
2826         * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
2828         * NEWS: Update  
2830 2001-09-03  Padraig O'Briain  <padraig.obriain@sun.com>
2832         * atk/atkobject.c:
2833         Correct property definitions for "accessible-table-caption", 
2834         "accessible-table-column-description", 
2835         "accessible-table-row-description" 
2836         * atk/atkobject.h:
2837         Update comments to include all properties defined
2839 2001-08-24  Padraig O'Briain  <padraig.obriain@sun.com>
2841         * atk/atkhyperlink.h:
2842         Change AtkHyperLink to AtkHyperlink in comment
2843         * atk/atkhypertext.[c|h]:
2844         Change AtkHyperLink to AtkHyperlink
2845         * atk/atktable.[c|h]:
2846         Make gchar* arguments const; make return value of type gchar*
2847         G_CONST_RETURN
2848         * docs/atk-sections.txt
2849         Remove reference to AtkHyperLink
2850         * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
2851         docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
2852         Updated by make
2853         
2854 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
2856         * atk/atktable.c
2857         Add functions atk_table_real_get_index_at(), 
2858         atk_table_real_get_row_at_index(), atk_table_real_get_column_at_index() 
2859         as default implementations for atk_table_get_index_at(),
2860         atk_table_get_row_at_index(), atk_table_get_column_at_index()
2862 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
2864         * atk/atkaction.c:
2865         Refer to return value in function documentation for 
2866         atk_action_do_action
2867         * atk/atkimage.c:
2868         Fix typo in comments
2869         * docs/tmpl/atkaction.sgml:
2870         Update to include return value
2872 2001-08-22  Marc Mulcahy <marc.mulcahy@sun.com>
2874         * atk/atkaction.c atk/atkaction.h:
2875         Made atk_action_do_action return a gboolean as the class member of 
2876         AtkActionIface does.
2877         * .cvsignore:
2878         Added atk.spec
2880 2001-08-20  Padraig O'Briain  <padraig.obriain@sun.com>
2882         * docs/tmpl/atkimage.sgml atk/atkimage.h:
2883         Swap height and width arguments to atk_image_get_image_size
2884         * atk/atkimage.c:
2885         Swap height and height arguments to atk_image_get_image_size
2886         Do not crash if NULL pointers are passed for return values
2888 2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
2890         * docs/tmpl/atktext.sgml atk/atktext.h:
2891         Change parameter names *offset to *_offset
2892         * atk/atkcomponent.c:
2893         Do not crash if NULL pointers are passed for return values
2894         * atk/atktext.c:
2895         Change parameter names *offset to *_offset
2896         Do not crash if NULL pointers are passed for return values
2897         
2898 2001-08-16  Bill Haneman  <bill.haneman@sun.com>
2900         * atk/atkutil.c :
2901         Changed g_type_class_peek() to g_type_class_ref()
2902         in atk_add_global_event_listener(), since
2903         g_type_class_peek() could return NULL when an
2904         instance of the class had not been created.
2906 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
2908         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
2909         Ensure that atk_attribute_set_free is in the documentation.
2911 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
2913         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
2914         Swapped order of width and height arguments to
2915         atk_text_get_character_extents()
2916         Changed AtkAttrributeSet_free to atk_attribute_set_free
2918 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
2920         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
2921         Changed "length" argument of atk_text_get_character_extents() to
2922         "height".
2924 2001-08-15  Jens Finke <jens@gnome.org>
2926         * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files.
2927         * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and
2928         added a AC_SUBST for it. This is needed for the spec.in file.
2929         Added atk.spec to output list.
2930         * atk.spec.in: New file.
2932 2001-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
2934         * atk/atkcomponent.[c|h]
2935         * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
2936         Change atk_component_get_accessible_at_point to 
2937         atk_component_ref_accessible_at_point so it will work for flyweights
2939 Sun Aug 12 10:33:02 2001  Owen Taylor  <otaylor@redhat.com>
2941         * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
2942         with GNU make.
2944 2001-08-09  Padraig O'Briain  <padraig.obriain@sun.com>
2946         * atk/atkaction.c, atk/atkcomponent.c
2947         Remove all instances of g_return_if_fail (foo != NULL); that are
2948         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
2949         since the second check catches the NULL.
2950         * atk/atkcomponent.c
2951         Add functions atk_component_real_contains(), 
2952         atk_component_real_get_position(), atkcomponent_real_get_size() 
2953         as default implementations for atk_component_contains(),
2954         atk_component_get_position(), atk_component_get_size()
2956 2001-08-07  Brian Cameron <brian.cameron@sun.com>
2958         * atk/atkimage.[ch] docs/atk-sections.txt
2959         docs/tmpl/atkimage.sgml
2960         Updated AtkImage get_position to get_image_position
2961         so the naming is consistant.  Now get_image_position
2962         and get_image_size return -1 for x/y/height/width
2963         if AtkImage implementations of these functions is
2964         not found.
2966 2001-07-31  Padraig O'Briain  <padraig.obriain@sun.com>
2968         * atk/atkobject.c
2969         Create an object relation set when the object is created.
2971 2001-07-30  Brian Cameron <brian.cameron@sun.com>
2973         * atk/atkutil.[ch]
2974         Changed first argument of atk_add_global_event_listener
2975         so the callback function is of type GSignalEmissionHook
2976         instead of AtkEventListener.  AtkEventListener is
2977         appropriate for Focus event callbacks, but not generic
2978         ones.
2980 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
2982         * atk/atkobject.c:
2983         Add function atk_object_real_ref_state_set() which creates the
2984         state set and adds states ATK_STATE_SELECTABLE and ATK_STATE_SELECTED
2985         if appropriate
2987 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
2989         * atk/*.c:
2990         Remove all instances of g_return_if_fail (foo != NULL); that are
2991         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
2992         since the second check catches the NULL.
2994 2001-07-26  Padraig O'Briain  <padraig.obriain@sun.com>
2996         * atk/Makefile.am
2997         Fix problem with ATK not building after running make maintainer-clean
2998         and autogen.sh: add extra files to MAINTAINERCLEANFILES
3000 2001-07-25 Bill Haneman <bill.haneman@sun.com>
3002         * atk/atktext.h
3003         * atk/atkeditabletext.h
3004         * atk.pc.in
3005         * atk-uninstalled.pc.in
3006         * atk/makefile.msc
3007         * configure.in
3008         Removed (unused) #defines of pango/pango.h
3009         Removed references to/dependencies on pango from .pc files
3010         Removed dependencies on pango from makefile.msc and configure.in
3012 2001-07-24  Padraig O'Briain  <padraig.obriain@sun.com>
3014         * atk/atkobject.[c|h]
3015         Move some implementation from GAIL:
3016         Default implementations for some some functions
3017         atk_object_real_get_name, atk_object_real_set_name,
3018         atk_object_real_get_description, atk_object_real_set_description,
3019         atk_object_real_get_parent, atk_object_real_set_parent,
3020         atk_object_real_get_role,
3021         atk_object_real_connect_property_change_handler,
3022         atk_object_real_remove_property_change_handler,
3023         atk_object_notify,
3024         definition of property-changed signal.
3025         Initialize pointers to NULL in atk_object_init().
3026         Initialize uninitialized function pointers to NULL in 
3027         atk_object_class_init().
3028         
3029 2001-07-23  Brian Cameron <brian.cameron@sun.com>
3031         * atk/atkobject.c
3032         Changed children_changed signal to allow NULL pointers
3033         for the 2nd argument to the signal handler.
3035 2001-07-20  Hans Breuer  <hans@breuer.org>
3037         * atk/atk.def : added more exports
3038         * atk/makefile.msc : updated win32 build
3040 2001-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
3042         * atk/atkaction.[c|h], docs/atk-sections.txt, 
3043         docs/tmpl/atkaction.sgml
3044         Add atk_action_get_name() and atk_action_set_description()
3046 2001-07-18  Padraig O'Briain  <padraig.obriain@sun.com>
3048         * atk/atkstate.[c|h]
3049         Add ATK_STATE_ENABLED so we can distinguish between a consistent
3050         and inconsistent GtkToggleButton
3052 2001-07-16  Brian Cameron <brian.cameron@sun.com>
3054         * atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
3055         docs/atk-sections.txt docs/tmpl/atktext.sgml docs/tmpl/atkutil.sgml
3056         gail_textattributes_update.pat is for gail/gail and integrates the 
3057         ATK_ATTRIBUTE_* macros in the gail implementations.
3058         atk_docs_textattributes_update.pat is for atk/docs and patches
3059         atk-sections.txt etc. for improved docs
3060         atk_atk_textattributes_update.pat is for atk/atk and included the
3061         new ATK_ATTRIBUTE_* macros and updated gtk-doc comments.
3063 2001-07-13  Darin Adler  <darin@bentspoon.com>
3065         * atk/atkstate.c: Add missing <string.h> include.
3066         * tests/teststateset.c: Add missing <string.h> include.
3068 2001-07-13  Darin Adler  <darin@bentspoon.com>
3070         * .cvsignore: Ignore some generated files.
3071         * autogen.sh: Get rid of call to autoheader since the
3072         configure file doesn't include AM_CONFIG_HEADER.
3074 2001-07-11  Brian Cameron <brian.cameron@sun.com>
3076         * tmpl/atkdocument.sgml
3077         Added new file for docs.
3079 2001-07-11  Padraig O'Briain  <padraig.obriain@sun.com>
3081         * atk/atkimage.c atk/atkutil.c
3082         Changes to build with Sun's FORTE compiler.
3084 2001-07-10  Brian Cameron <brian.cameron@sun.com>
3086         * tmpl/atk-unused.sgml tmpl/atkcomponent.sgml tmpl/atkeditabletext.sgml
3087         tmpl/atkimage.sgml tmpl/atkselection.sgml tmpl/atkstate.sgml
3088         tmpl/atkstreamablecontent.sgml tmpl/atktable.sgml
3089         tmpl/atktext.sgml tmpl/atkutil.sgml
3090         Updated docs pages.
3092 Mon Jul  2 06:37:09 2001  Tim Janik  <timj@gtk.org>
3094         * atk/atktext.c (atk_text_base_init): 
3095         * atk/atktable.c (atk_table_base_init): 
3096         * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/
3097         to adapt to recent GSignal changes.
3099 2001-06-28  Brian Cameron <brian.cameron@sun.com>
3101         * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt
3102         docs/tmpl/atkutil.sgml
3103         Added new functiosn to AtkUtil.
3105 2001-06-28  Brian Cameron <brian.cameron@sun.com>
3107         * atk/Makefile.am atk/atk.h atk/atkdocument.c atk/atkdocument.h
3108         docs/atk-docs.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml
3109         docs/tmpl/atkobject.sgml
3110         Added new atk document interface.
3112 2001-06-28  Brian Cameron <brian.cameron@sun.com>
3114         * atk/atkcomponent.c atk/atkcomponent.h atk/atkimage.c
3115         atk/atkimage.h atk/atktext.c atk/atktext.h atk/atkutil.h
3116         Updated so that functions that take screen coords as 
3117         input/output also take an enum specifying whether
3118         the coords are screen or top-level window based.
3119         Updated docs as well.
3121 2001-06-28  Brian Cameron <brian.cameron@sun.com>
3123         *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c
3124         atk/atkhyperlink.c atk/atkobject.c atk/atkregistry.c
3125         atk/atkstate.c atk/atkstateset.c atk/atkstreamablecontent.c
3126         atk/atktable.c atk/atktext.c atk/atkutil.c atk/atkvalue.c
3127         atk/docs/tmpl/atkstreamablecontent.sgml
3128         Cleaned up docs.  Added atkstreamablecontent.sgml
3130 2001-06-28  Brian Cameron <brian.cameron@sun.com>
3132         *atk/atktable.h, atk/atktable.c
3133         Updated signal handler definitions.
3135 2001-06-27  Brian Cameron <brian.cameron@sun.com>
3137         *atk/atktext.h
3138         Updated AtkXYCoords enum.
3140 2001-06-27  Brian Cameron <brian.cameron@sun.com>
3142         *atk/atkaction.c atk/atkaction.h atk/atkcomponent.c
3143         atk/atkcomponent.h atk/atkhyperlink.c atk/atkhypertext.c
3144         atk/atkimage.c atk/atkimage.h atk/atkobject.c
3145         atk/atkobject.h atk/atkobjectfactory.c atk/atkregistry.c
3146         atk/atkstateset.c atk/atkstreamablecontent.c
3147         atk/atkstreamablecontent.h atk/atktable.c
3148         atk/atktext.c, docs/atk-docs.sgml docs/atk-sections.txt
3149         and some docs/tmpl files.
3150         Updated gtk-docs fixing spelling errors and making minor
3151         changes to the API.
3153 2001-06-27  Louise Miller <lousie.miller@sun.com>
3155         *atk/atkselection.h, atk/atkselection.c
3156         changed return type to gboolean for 
3157         atk_selection_select_all_selection
3159 2001-06-26  Brian Cameron <brian.cameron@sun.com>
3161         *atk/atkstate.h atk/atkstate.c
3162         docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml
3163         docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml
3164         docs/tmpl/atktext.sgml
3165         Added ATK_STATE_STALE.  Updated docs.
3167 2001-06-22  Lucy Brophy <lucy.brophy@sun.com>
3169         *atk/atktext.h
3170         Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
3172 2001-06-21  Brian Cameron <brian.cameron@sun.com>
3174         * atk/atkeditabletext.h, atk/atkobject.h,
3175         atktext.[ch]
3176         Added AtkAttributeSet_free() convenience
3177         function.
3179 2001-06-20  Peter Williams  <peterw@ximian.com>
3181         * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type ->
3182         atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer
3183         G_{BEGIN,END}_DECLS.
3185 2001-06-20  Brian Cameron <brian.cameron@sun.com>
3187         * atk/atktable.c, atk/atkmarshal.list
3188         Removed needless marshal and updated signal handlers in
3189         atktable.c
3191 2001-06-20  Louise Miller <louise.miller@sun.com>
3193         *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml   
3194         Changed parameters for get_selected_rows/get_selected_columns
3195         Added 4 new functions, add_row_selection, remove_row_selection,
3196         add_column_selection, remove_column_selection
3198 2001-06-19  Brian Cameron <brian.cameron@sun.com>
3200         * atk/atktable.c
3201         Fixed minor bug with signals.
3203 2001-06-18  Brian Cameron <brian.cameron@sun.com>
3205         * atk/atktable
3206         Added signals.
3208 2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
3210         * atk/atkselection.h atk/atkselection.c
3211         Now add_selection, clear_selection, and remove_selection 
3212         return a boolean indicating SUCCESS/FAILURE to indicate
3213         if the operation was successful.
3215 2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
3217         * atk/atktable.h atk/atktable.h
3218         Updated so now the get_text_before|at|after functions
3219         return the start & end offset of the string.  Updated the
3220         docs.
3222 2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>
3224         * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
3226 2001-06-11  Havoc Pennington  <hp@redhat.com>
3228         * NEWS: updated
3230         * configure.in: bump version to 0.2 and add infrastructure for 
3231         libtool version info. Assumes GTK versioning scheme (major.minor 
3232         is binary compatible)
3233         
3234         * atk/Makefile.am (LDFLAGS): set version info
3235         (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
3236         
3237 2001-06-13  Brian Cameron <brian.cameron@sun.com>
3239         * atk/atktable.h, atk/atktable.c
3240         Updated so that get/set row/column header functions
3241         work with AtkObjects rather than AtkTables.  Organized
3242         the header file a little more cleanly.  Also the get/set
3243         row_description and caption functions now use gchar *
3244         rather than AtkObject.
3246 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
3248         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
3249         Add signal model-changed.
3251         * atk/atkobject.c: Add properties
3252         accessible-role, accessible-table-caption, 
3253         accessible-table-column-header, accessible-table-column_description.
3254         accessible-table-row-header, accessible-table-row_description.
3255         accessible-table-summary, accessible-model
3257 2001-06-12  Brian Cameron <brian.cameron@sun.com>
3259         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
3260         Updated atkeditabletext and atktext interfaces so they
3261         now properly define the get/set attribute methods and now
3262         get_offset_at_point and get_character_extents can request
3263         x,y coords by either widget or screen coords.
3265 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
3267         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
3268         CFLAGS, not in LIBS. (Always linking with -lpthread
3269         is a noticeable speed hit.)
3271 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
3273         * atk/Makefile.am: Really fix marshal generation.
3275 2001-06-07  Havoc Pennington  <hp@redhat.com>
3277         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
3278         glib-genmarshal stuff
3280 2001-06-07  Havoc Pennington  <hp@redhat.com>
3282         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
3283         glib-genmarshal
3285         * configure.in: rearrange the library checks to support
3286         uninstalled linking     
3288         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
3290         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
3291         ATK in giant GTK tarball
3293 2001-06-07  Brian Cameron <brian.cameron@sun.com>
3295         * docs/atk-api.sgml docs/atk-sections.txt
3296         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
3297         docs/tmpl/atktext.sgml
3298         Removed docs/atk-api.sgml since it is not used.
3299         Updated sgml files and atk-sections.txt to reflect
3300         recent changes to the atktext and atkeditabletext
3301         interfaces
3303 2001-06-06  Brian Cameron <brian.cameron@sun.com>
3305         * atk/atktext.h atk/atktext.h
3306         Updated to new atktext functions for getting attributes.
3308 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
3310         * New files atk/atkstreamablecontent.[ch]
3311         Updated files: atk/Makefile.am, atk/atk.h
3313         * atk/atkvalue.c: Updated comments
3315 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
3317         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
3319 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
3321         * atk/atkobject.c: Add property accessible-visible-data
3323 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
3325         * atk/atkobject.c: Add support for setting and getting 
3326         accessible-value property.
3328         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
3330 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
3332         * atk/atkeditabletext.[ch], atk/atktext.[ch]
3334         * docs/atk-overrides.txt, docs/Makefile.am
3335           Updated the interface for dealing with selected
3336           text to handle multiple selected regions.  Removed
3337           get_row_col_at_offset from atktext.[ch].  Added
3338           docs/atk-overrides.txt file.
3340 Thu May 31  Brian Cameron <brian.cameron@sun.com>
3342         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
3343           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
3344           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
3345           Makefiles so the proper marshall files get included in the
3346           dist.  Updated the Makefiles and configure.in so that the
3347           docs get included in the dist.
3349 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
3351         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
3353 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
3355         * atk/atkobject.c: Define new properties accessible-text, 
3356         accessible-caret, accessible-selection and accessible-value
3358 2001-05-29  Brian Cameron <brian.cameron@sun.com>
3360         * docs/atk-sections.txt
3362         * docs/tmpl/*
3363         Improved the layout/formatting of the atk docs.  Added docs/tmpl
3364         files.
3366 2001-05-28  Brian Cameron <brian.cameron@sun.com>
3368         * atk/atktext.c
3369         Now properly set the initialized flag when setting up signals.
3370         Updated the atk-docs in several files
3372 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
3374         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
3375         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
3376         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
3377         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
3378         Fix warnings generated by Sun FORTE compiler
3380 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
3382         * atk/atkcomponent.c atk/atkvalue.c
3383         Remove return calls in functions which return void
3384         
3385 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
3387         * atk/atkobject.h: Correct naming of role for status bar
3389         * atk/atktext.c: 
3390         Clarify behaviour of atk_text_get_text_after/at/before_offset
3392 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
3394         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
3396 2001-01-06  Hans Breuer  <hans@breuer.org>
3398         * atk/makefile.msc atk/atk.def (new files) :
3399         Enable build for win32, no sourc changes necessary.
3401 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
3403         * Released 0.1
3405 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
3407         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
3409 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
3411         * Start a ChangeLog