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