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