===== Released 1.2.1=====
[platform/upstream/atk.git] / ChangeLog
1 2003-01-03  Padraig O'Briain  <padraig.obriain@sun.com>
2
3         * ===== Released 1.2.1=====
4         
5         * configure.in: Version 1.2.1, interface age 1, binary age 201
6
7         * NEWS: Updated.
8
9 2003-01-02  Zbigniew Chyla  <cyba@gnome.pl>
10
11         * configure.in (ALL_LINGUAS): Added pl (Polish).
12
13 2002-12-23  Nam SungHyun  <namsh@kldp.org>
14
15         * configure.in: Added Korean (ko) to ALL_LINGUAS
16
17 2002-12-22  Artis Trops  <hornet@navigator.lv>
18
19         * configure.in: Added Latvian (lv) to ALL_LINGUAS.
20
21 2002-12-22  Christophe Merlet  <redfox@redfoxcenter.org>
22
23         * configure.in (ALL_LINGUAS): added French (fr).
24
25 2002-12-21  Jordi Mallach  <jordi@sindominio.net>
26
27         * configure.in (ALL_LINGUAS): added Catalan (ca).
28
29 2002-12-20  Padraig O'Briain  <padraig.obriain@sun.com>
30
31         * ===== Released 1.2.0 ======
32
33         * configure.in: Version 1.2.0, interface age 0, binary age 200
34
35         * NEWS: Final update for 1.2.0.
36
37         * docs/tmpl/atkobject.sgml: Order of properties have been changed.
38
39 2002-12-18  Dmitry G. Mastrukov  <dmitry@taurussoft.org>
40
41         * configure.in: Added Russian to ALL_LINGUAS.
42
43 2002-12-16  Padraig O'Briain  <padraig.obriain@sun.com>
44
45         * ===== Released 1.1.5=====
46         
47         * configure.in: Version 1.1.5, interface age 2, binary age 105
48
49         * NEWS: Updated.
50
51 2002-12-13  Padraig O'Briain  <padraig.obriain@sun.com>
52
53         * atk/atktext.c (atk_text_get_caret_offset): Return 0 instead of -1
54         if caret is not supported. This addresses bug #101020.
55
56         * configure.in: Use third argument of AC_DEFINE to get rid of 
57         acconfig.h. 
58
59 Thu Dec 12 14:57:20 2002  Owen Taylor  <otaylor@redhat.com>
60
61         * acinclude.m4: Remove; wasn't needed, and referred
62         to GLib internal m4 files now gone.
63
64 Thu Dec 12 11:04:05 2002  Manish Singh  <yosh@gimp.org>
65
66         * configure.in: Require autoconf-2.53.
67
68 2002-12-12  Yanko Kaneti  <yaneti@declera.com>
69
70         * configure.in (ALL_LINGUAS): Added Bulgarian (bg).
71
72 2002-12-11  Pablo Saratxaga  <pablo@mandrakesoft.com>
73
74         * configure.in (ALL_LINGUAS): Added Vietnamese (vi), Hebrew (he),
75         and Dutch (nl).
76
77 2002-12-07  Andras Timar <timar@gnome.hu>
78
79         * configure.in (ALL_LINGUAS): Added Hungarian (hu).
80
81 2002-12-06  Padraig O'Briain  <padraig.obriain@sun.com>
82
83         * ===== Released 1.1.4 =====
84         
85         * configure.in: Version 1.1.1, interface age 1, binary age 104
86
87         * NEWS: Updated.
88
89 2002-12-05  Ole Laursen  <olau@hardworking.dk>
90
91         * configure.in (ALL_LINGUAS): Added Danish (da).
92
93 2002-12-02  Pablo Gonzalo del Campo <pablodc@bigfoot.com>
94
95         * configure.in (ALL_LINGUAS): Added Spanish (es).
96
97 2002-12-01  Christian Neumair  <chris@gnome-de.org>
98
99         * configure.in (ALL_LINGUAS): Added German (de).
100
101 2002-11-22  Kjartan Maraas  <kmaraas@gnome.org>
102
103         * configure.in (ALL_LINGUAS): Added "no".
104         
105 2002-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
106
107         * Update NEWS for 1.1.3
108
109 2002-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
110
111         * configure.in: Update to take account of gtk-doc-version being 0.10
112         Updated version required to 0.9
113
114 2002-11-20  Bill Haneman <bill.haneman@sun.com>
115
116         * atk/atkobject.h:
117         Added ATK_ROLE_APPLICATION.
118
119         * atk/atkobject.c:
120         (atk_role_get_localized_name):
121         Added ATK_ROLE_APPLICATION case.        
122
123         * docs/atk-decl.txt:
124         Added ATK_ROLE_APPLICATION to docs.
125         
126 2002-11-18  Abi Brady  <morwen@evilmagic.org>
127
128         * configure.in: Added "en_GB" to ALL_LINGUAS.
129
130 2002-11-15  Hasbullah BIn Pit <sebol@ikhlas.com>
131
132         * configure.in: Added "ms" to ALL_LINGUAS.
133
134 2002-11-15  Padraig O'Briain  <padraig.obriain@sun.com>
135
136         * Update NEWS for 1.1.2
137
138         * docs/tmpl/atkhyperlink.sgml docs/tmpl/atkobject.sgml
139         Update docs.
140
141 2002-11-14  Bill Haneman <bill.haneman@sun.com>
142
143         * configure.in:
144         Revved to 1.1.2, interface age 0, binary age 102.
145         
146         * atk/atkrelationtype.h:
147         (ATK_RELATION_EMBEDS, ATK_RELATION_EMBEDDED_BY):
148         New relations to handle content embedding, for instance
149         text that embeds or flows around images.
150
151         * atk/atkhyperlink.h:
152         (atk_hyperlink_is_inline):
153         New API, returns whether a hyperlink's content is
154         partially displayed inline; useful for small images
155         emedded in text, and for HTML <src> elements.
156         (AtkHyperlinkClass->link_state):
157         New virtualized method, used to implement various
158         state query API such as atk_hyperlink_is_inline().
159
160         * atk/atkhyperlink.c:
161         (atk_hyperlink_is_inline):
162         New method.
163
164         * docs/atk-sections.txt: 
165         Additions for above API.
166
167 2002-11-13  Padraig O'Briain  <padraig.obriain@sun.com>
168
169         * atk/atkobject.[ch]: Add signal active-descendant-changed
170
171 2002-11-11  Christian Rose  <menthos@menthos.com>
172
173         * configure.in: Added "sv" to ALL_LINGUAS.
174
175 Fri Nov  8 19:55:25 2002  Soeren Sandmann  <sandmann@daimi.au.dk>
176
177         * atk/atkhyperlink.c
178         * atk/atkhyperlink.h
179         * atk/atktable.c
180         * atk/atktable.h
181         * atk/atktext.c
182         * atk/atktext.h
183         * docs/tmpl/atkhyperlink.sgml
184         * docs/tmpl/atkobject.sgml
185         * docs/tmpl/atktable.sgml
186         * docs/tmpl/atktext.sgml
187
188         Trivial s/foo/foo_/ fixes to make atk.h includable with -Wshadow
189         without warnings.
190         
191 2002-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
192
193         * autogen.sh: Add call to autoheader to create config.h.in
194
195 2002-11-04  Padraig O'Briain  <padraig.obriain@sun.com>
196
197         * acinclude.m4: New file
198
199         * autogen.sh: Add i18n support (copied from gtk+).
200
201         * configure.in: Add definition for atklocaledir and check for
202         bind_textdomain_codeset()
203
204         * atk/Makefile.am: Add DEfininition of ATKLOCALEDIR to INCLUDES
205
206         * atk/atkobject.c (atk_role_get_localized_name): Add code to
207         initialize i18n.
208         
209         * po/.cvsignore: Add extra files.
210
211 2002-11-01  Padraig O'Briain  <padraig.obriain@sun.com>
212
213         * configure.in: Create po/Makefile; patch supplied by 
214         Dan Mills (thunder@ximain.com)
215         
216 2002-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
217
218         * ===== Released 1.1.1 =====
219         
220         * configure.in: Version 1.1.1, interface age 0, binary age 101
221
222         * NEWS: Updated.
223
224         * atk/Makefile.am: Add atkintl.h to EXTRA_DIST.
225
226 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
227
228         * Makefile.am: Add po directory
229
230         * configure.in: Add support for I18N
231
232         * acconfig.h atk/atkintl.h: New files used to support I18N
233
234         * atk/atkobject.c: Update atk_role_get_localized_name() to
235         allow for localized name to be returned.
236
237         * docs/Makefile.am: Add atkintl.h to IGNORE_HFILES
238
239         * po/Makfile.in.in, po/POTFILES.in, po/po2tbl.sed.in po/.cvsignore
240         po/ChangeLog: New files
241
242 2002-10-30  Padraig O'Briain  <padraig.obriain@sun.com>
243
244         * atk/Makefile.am, atk/atk.h: Add reference to atk/atkrelationtype.h
245
246         * atk/atkaction.[ch]: Add atk_action_get_localized_name.
247
248         * atk/atkobject.[ch]: Add atk_role_get_localized_name,
249         atk_object_add_relationship and atk_object_remove_relationship
250         Add new roles ATK_ROLE_HEADER, ATK_ROLE_FOOTER, ATK_ROLE_PARAGRAPH
251         and ATK_ROLE_RULER
252
253         * atk/atkrelation.h: Move definition of AtkRelationType to
254         atk/relationtype.h
255
256         * atk/atkstate.h: Add new state ATK_STATE_MANAGES_DESCENDANTS
257
258         * atk/atktext.[ch]: Add text-attributes-changed signal.
259
260         * docs/atk-sections.txt, docs/tmpl/atkaction.sgml: Add new functions.
261
262         * docs/tmpl/atkobject.sgml: Add new functions and new roles.
263
264         * docs/tmpl/atkrelation.sgml: Add new relations
265
266         * docs/tmpl/atkstate.sgml: Add new state
267
268         * docs/tmpl/atktext.sgml: Add new signal
269
270         * tests/testrelation.c: Add tests for new relationship functions.
271
272 2002-10-01  Padraig O'Briain  <padraig.obriain@sun.com>
273
274         * atk/atkobject.c (atk_object_notify): Fix leak; report and patch
275         supplied by Sebastian Rittau (srittau@jroger.in-berlin.de)
276
277         Bug #94548.
278
279 2002-09-24  Padraig O'Briain  <padraig.obriain@sun.com>
280
281         * ===== Released 1.1.0 =====
282         
283         * NEWS: Updated.
284
285 2002-09-18  Padraig O'Briain  <padraig.obriain@sun.com>
286
287         * configure.in:
288         increment version to 1.1.0, in view of the fact that we've 
289         branched for GNOME-2 and GTK+-2.0, and this is HEAD.
290         Also reset INTERFACE_AGE to zero, since an enum was added.
291         Use similar librray numbering as GTK.
292
293         * docs/tmpl/atkobject.sgml: Add ATK_LAYER_WINDOW
294
295 2002-09-06  Mark McLoughlin  <mark@skynet.ie>
296
297         * atk/atkobject.h: add ATK_LAYER_WINDOW.
298
299         * atk/atkcomponent.c: upd docs.
300
301 2002-09-06  Padraig O'Briain  <padraig.obriain@sun.com>
302
303         * docs/atk-sections.txt: Add ...Iface symbols to Standard sections to 
304         avoid unused declarations
305
306         * docs/tmpl/atkobject.sgml docs/tmpl/atkrelationset.sgml:
307         Move AtkRelationSet from atkobject to atkrelationset.
308
309 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
310
311         * docs/atk-sections.txt docs/tmpl/atkaction.sgml
312         docs/tmpl/atkcomponent.sgml docs/tmpl/atkdocument.sgml
313         docs/tmpl/atkeditabletext.sgml docs/tmpl/atkhypertext.sgml
314         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml
315         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
316         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml
317         docs/tmpl/atkvalue.sgml:
318         Remove reference to ...Iface data structures; which eliminates
319         undocumented symbols.
320
321 2002-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
322
323         *  atk/atkutil.h: Add documentation for AtkKeyEventType
324
325         * docs/tmpl/action.sgml docs/tmpl/atkcomponent.sgml
326         docs/tmpl/atkdocument.sgml docs/tmpl/atkeditabletext.sgml
327         docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
328         docs/tmpl/atkhypertext.sgml docs/tmpl/atkimage.sgml 
329         docs/tmpl/atknoopobject.sgml docs/tmp[l/atknoopobjectfactory.sgml
330         docs/tmpl/atkobject.sgml docs/tmpl/atkobjectfacory.sgml
331         docs/tmpl/atkregistry.sgml docs/tmpl/atkrelation.sgml
332         docs/tmpl/atkselection.sgml docs/tmpl/atkstate.sgml
333         docs/tmpl/atkstreamablecontent.sgml docs/tmpl/atktable.sgml
334         docs/tmpl/atktext.sml docs/tmpl/atkutil.sgml
335         docs/tmpl/atkutil.sgml:
336         Reduce number of undocumented symbols
337
338 2002-08-26  Padraig O'Briain  <padraig.obriain@sun.com>
339
340         * atk/atknoopobjectfactory.c:
341         Add implementation for atk_object_factory_get_accessible_type()
342
343 2002-08-18  Havoc Pennington  <hp@pobox.com>
344
345         * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
346         both automake 1.6 and 1.4 installed get the right automake. Means
347         compilation from CVS will now require the latest automake 1.4
348         release, or manually creating symlinks called "automake-1.4" and
349         "aclocal-1.4"
350
351 2002-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
352
353         These changes improve the quality of the documentation by adding
354         information about properties and signals.
355
356         * configure.in:
357         Add atktargetlib, STRIP_BEGIN, STRIP_END and STRIP_DUMMY for
358         use in docs Makefile.am
359
360         * atk/atk.h:
361         Add missing include files, atk/atknoopobject.h and 
362         atknoopobjectfactory.h
363
364         * docs/Makefile.am:
365         Add support for scan program
366
367         * docs/atk.types:
368         Added content to this file
369
370         * docs/tmpl/atkgobjectaccessible.sgml docs/tmpl/atkhyperlink.sgml
371         docs/tmpl/atknoopobject.sgml docs/tmpl/atknoopobjectfactory.sgml
372         docs/tmpl/atkobjectfactory.sgml docs/tmpl/atkregistry.sgml
373         docs/tmplatkutil.sgml:
374         Removed references to contents of object's data structure
375
376         * docs/tmpl/atkobject.sgml docs/tmpl/atkselection.sgml
377         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml:
378         Add references to signals and properties.
379
380 Wed Jul 31 17:08:04 2002  Owen Taylor  <otaylor@redhat.com>
381
382         * ===== Released 1.0.3 =====
383         
384         * configure.in (GLIB_REQUIRED_VERSION): Version 1.0.3,
385         interface, binary version 3.
386
387         * NEWS: Updated.
388
389 2002-07-14  Padraig O'Briain  <padraig.obriain@sun.com>
390
391         * README: Updated to describe where to log bugs and mention mailing
392         list.
393
394 2002-06-20  Padraig O'Briain  <padraig.obriain@sun.com>
395
396         * atk/atkutil.h atk/docs/atk-docs.sgml atk/docs/tmpl/atk-component.sgml
397         atk/docs/atkdocument.sgml atk/docs/tmpl/atkeditabletext.sgml
398         atk/docs/tmpl/atkgobjectaccessible.sgml atk/docs/tmpl/atkhyperlink.sgml
399         atk/docs/tmpl/atkhypertext.sgml atk/docs/tmpl/atkimage.sgml
400         atk/docs/atknoopobject.sgml atk/docs/tmpl/atknoopobjectfactory.sgml
401         atk/docs/tmpl/atkobjectfactory.sgml atk/docs/tmpl/atkregistry.sgml
402         atk/docs/tmpl/atkregistry.sgml atk/docs/tmpl/atkrelationset.sgml
403         atk/docs/tmpl/atkselection.sgml atk/docs/tmpl/atkstate.sgml
404         atk/docs/tmpl/atkstateset.sgml atk/docs/tmpl/atkstreamablecontent.sgml
405         atk/docs/tmpl/atktable.sgml atk/docs/tmpl/atktext.sgml
406         atk/docs/tmpl/atkutil.sgml atk/docs/tmpl/atkvalue.sgml
407         Update documentation.
408
409 2002-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
410
411         * atk/atkregistry.c:
412         64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com)
413         (bug #83316)
414
415 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
416
417         * ===== Released 1.0.2 ======
418
419         * NEWS: Updates.
420
421         * configure.in: Version 1.0.2, interface, binary age 2
422
423 2002-04-26  Padraig O'Briain  <padraig.obriain@sun.com>
424
425         * atk/atkutil.c (atk_focus_tracker_notify):
426         Allow for object being NULL which means the window containing the
427         focus widget has lost focus. We update the previous_focus_object 
428         so we can emit notification for focus widget when window regains
429         focus.
430
431 2002-04-15  Padraig O'Briain  <padraig.obriain@sun.com>
432
433         * atk/atkgobjectaccessible.c:
434         (atk_gobject_accessible_for_object):  Allow for case where created
435         AtkObject is not a AtkGObjectAccessible so quark_accessible_object
436         was not initialized in atk_gobject_accessible_class_init
437
438 Thu Mar 28 18:27:32 2002  Owen Taylor  <otaylor@redhat.com>
439
440         * ===== Released 1.0.1 ======
441
442         * NEWS: Updates.
443
444         * configure.in: Version 1.0.1, interface, binary age 1.0.0.
445
446 2002-03-19  Padraig O'Briain  <padraig.obriain@sun.com>
447
448         * atk/atkutil.c (atk_focus_tracker_notify):
449         Do not do notification if previously notified object is the same as
450         this object
451
452 2002-03-14  Tor Lillqvist  <tml@iki.fi>
453
454         * atk/Makefile.am: Use correct name for the DLL when generating
455         the MSVC import library.
456
457 2002-03-13  Bill Haneman <bill.haneman@sun.com>
458
459         * atk/atkutil.c (atk_object_get_root):
460         Changed g_type_class_peek to g_type_class_ref,
461         this seemed to be triggering a SEGV in some cases.
462
463
464 2002-03-12  Padraig O'Briain  <padraig.obriain@sun.com>
465
466         * atk/atkgobjectaccessible.c (atk_gobject_accessible_dispose):
467         Correct name of data set to NULL from quark_accessible_object to
468         quark_object
469
470 2002-03-09  Padraig O'Briain  <padraig.obriain@sun.com>
471
472         * atk/atkhyperlink.c (atk_hyperlink_get_type):
473         Fix typo.
474
475 Thu Mar  7 23:52:51 2002  Owen Taylor  <otaylor@redhat.com>
476
477         * ===== Released 1.0.0 ======
478
479         * NEWS: Final update for 1.0.0.
480
481         * README: Update the compilation instructions a bit.
482
483 2002-03-06  Tor Lillqvist  <tml@iki.fi>
484
485         * atk-zip.sh.in
486         * atk/Makefile.am: Use ATK_API_VERSION also in the Win32 import
487         library names.
488
489 Tue Mar  5 16:54:21 2002  Owen Taylor  <otaylor@redhat.com>
490
491         * ATK 1.0.0 rc1
492
493         * tests/Makefile.am: Don't install libteststateset.la,
494         libtestrelation.la. (#73655, James Henstridge)
495
496         * autogen.sh: Add --enable-gtk-doc
497
498         * configure.in: --disable-gtk-doc by default.
499
500         * Makefile.am: Add a slightly modified distcheck rule
501         that passes --enable-gtk-doc to the configure inside.
502         (So that 'make dist' succeeds inside.)
503
504 Tue Mar  5 11:55:35 2002  Owen Taylor  <otaylor@redhat.com>
505
506         * configure.in: Require GLib-2.0.0.
507
508         * configure.in atk/Makefile.am tests/Makefile.am atk.pc.in:
509         Switch over to the Glib/GTK+ versioning scheme.
510
511 2002-03-05  Padraig O'Briain  <padraig.obriain@sun.com>
512
513         * atk/atktext.c (atk_text_get_text):
514         Permit end offset value of -1
515
516 2002-02-28  Padraig O'Briain  <padraig.obriain@sun.com>
517
518         * atk/atkhypertext.h:
519         Update comments
520
521 2002-02-28  Sven Neumann  <sven@gimp.org>
522
523         * configure.in: beautified configure --help output.
524
525 2002-02-27  Padraig O'Briain  <padraig.obriain@sun.com>
526
527         * atk/atkhypertext.h atk/atkhyperlink.h: 
528         Add padding to class structures to allow for future expansion.
529
530         * atk/atkdocument.h: 
531         Add padding to class structures to allow for future expansion.
532
533         * atk/atkobjectfactory.h atk/atkgobjectaccessible.h:
534         Add padding to class structures to allow for future expansion.
535
536 Mon Feb 25 19:09:39 2002  Owen Taylor  <otaylor@redhat.com>
537
538         * configure.in: Bail if AM_PATH_GLIB_2_0 fails.
539
540 2002-02-26  Tor Lillqvist  <tml@iki.fi>
541
542         * atk/Makefile.am: Do use -no-undefined on Win32, otherwise
543         libtool won't create a DLL.
544
545 2002-02-25  Padraig O'Briain  <padraig.obriain@sun.com>
546
547         * atk/Makefile.am:
548         Remove -no-undefined because of problems with uunresolved symbols
549         in libgobject on Solaris when using gcc
550
551 Sat Feb 23 23:02:23 2002  Owen Taylor  <otaylor@redhat.com>
552
553         * configure.in: Version 0.13
554
555         * NEWS: Update for 0.13
556
557         * docs/atk-sections.txt: Update.
558
559 2002-02-22  Padraig O'Briain  <padraig.obriain@sun.com>
560
561         * atk/atkgobjectaccessible.c atk/atkhyperlink.c atk/atknoopobject.c
562         atk/atknoopobjectfactory.c atkobject.c atk/atkobjectfactory.c
563         atk/atkregistry.c atk/atkrelation.c atk/atkrelationset.c:
564         Make use of parent_class consistent; define as gpointer and
565         use g_type_class_peek_parent() to get it
566
567         * atk/atktext.c:
568         Delete unused empty line
569
570         * atk/atkregistry.c atk/atkrelation.c:
571         Make parent_class static 
572
573 2002-02-20  Padraig O'Briain  <padraig.obriain@sun.com>
574
575         * atk/atktext.c:
576         Add check for offset being negative in functions which have offset
577         parameter and return immediately if so.
578
579 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
580
581         * atk/atkcomponent.h:
582         Change argument of get_layer and get_mdi_zorder function pointers 
583         to be AtkComponent instead of AtkObject
584
585         * atk/atkcomponent.c:
586         Change atk_component_get_layer and atk_component_get_mdi_zorder
587         to refer to argument as component instead os accessible
588
589         * docs/atk-sections.txt docs/tmpl/atkaction.sgml 
590         docs/tmpl/atkcomponent.sgml docs/tmpl/atkeditabletext.sgml
591         docs/tmpl/atkimage.sgml docs/tmpl/atkobject.sgml 
592         docs/tmpl/atkselection.sgml docs/tmpl/atkstreamablecontent.sgml
593         docs/tmpl/atktable.sgml docs/tmpl/atktext.sgml docs/tmpl/atkvalue.sgml:
594         Update for recent changes
595         
596 2002-02-15  Padraig O'Briain  <padraig.obriain@sun.com>
597
598         * atk/atk.h:
599         Guard atk.h with ifndef __ATK_H__
600         (#71405 reported by terra@diku.dk (Morten Welinder))
601
602 2002-02-13  Padraig O'Briain  <padraig.obriain@sun.com>
603
604         * atk/atkaction.h atk/atkcomponent.h atk/atkeditabletext.h
605         atk/atkhyperlink.h atk/atkimage.h atk/atkobject.h 
606         atk/atkrelationset.h atk/atkselection.h atk/atkstreamablecontent.h
607         atk/atktable.h atk/atktext.h atk/atkvalue.h:
608         Add padding to class structures to allow for future expansion.
609
610 2002-02-11  Bill Haneman  <bill.haneman@sun.com>
611
612         * configure.in:
613         Incremented revision and tagged GNOME_D2_BETA.
614
615         * atkobject.h: 
616         Marked atk_object_get_layer and atk_object_get_mdi_zorder
617         as deprecated (should use atk_component API below).
618         
619         * atkcomponent.h:
620         Added atk_component_get_layer and atk_component_get_mdi_zorder
621         (erroneously defined in atkobject, they belong here).
622
623         * atkcomponent.c:
624         Fixed some property get/set bugs.
625
626         * NEWS: updated for GNOME 2 Desktop Beta.
627         
628 2002-02-11  jacob berkman  <jacob@ximian.com>
629
630         * atk/atkselection.[ch] (atk_selection_get_type): 
631         * atk/atktable.[ch] (atk_table_get_type): 
632         * atk/atkregistry.h (atk_get_default_registry): 
633         * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): 
634         * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): 
635         * atk/atkcomponent.[ch] (atk_component_get_type): 
636         * atk/atkaction.[ch] (atk_action_get_type): declare function
637         arguments as (void) rather than ()
638
639 2002-02-04  Bill Haneman  <bill.haneman@sun.com>
640
641         * configure.in:
642         Incremented revision.
643
644 2002-01-30  Bill Haneman  <bill.haneman@sun.com>
645
646         * docs/tmpl/atkaction.sgml:
647         * docs/tmpl/atkcomponent.sgml:
648         * docs/tmpl/atkeditabletext.sgml:
649         * docs/tmpl/atkimage.sgml:
650         * docs/tmpl/atkobject.sgml:
651         * docs/tmpl/atkselection.sgml:
652         * docs/tmpl/atktable.sgml:
653         * docs/tmpl/atktext.sgml:
654         * docs/tmpl/atkvalue.sgml:
655         Initial entries into the SHORT_DESCRIPTION and LONG_DESCRIPTION
656         fields to improve docs; the documentation now gives some
657         information on the purpose and function of the various ATK
658         interfaces, and which types of UI components typically implement
659         which interfaces.
660         
661 Tue Jan 29 23:29:46 2002  Owen Taylor  <otaylor@redhat.com>
662
663         * NEWS: Retroactively write a NEWS entry for 0.9 and 0.10.
664
665 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
666
667        * configure.in:
668        Update version number to 0.10, for Desktop Alpha 2
669
670 2002-01-28  Padraig O'Briain  <padraig.obriain@sun.com>
671
672         * atk/atkobject.h:
673         Correct inconsistencies between registered signal parameter types 
674         and default signal handler struct fields
675         (based on patch from Murray Cumming <murray@usa.net>)
676
677 2002-01-10  Bill Haneman <bill.haneman@sun.com>
678
679        * configure.in:
680        Update version number to 0.9, for Beta2 package.
681
682 Wed Jan  9 11:26:56 2002  Owen Taylor  <otaylor@redhat.com>
683
684         * atk/Makefile.am (s-enum-types-h):  Include glib-object.h,
685         Add G_BEGIN_DECLS/END_DECLS to atk-enum-types.h. (#61845,
686         Mikael Hermansson)
687
688 2002-01-07  Padraig O'Briain  <padraig.obriain@sun.com>
689
690         * atk/atkcomponent.c (atk_component_add_focus_handler):
691         Add comments to clarify behavior if handler has already been added
692
693         * docs/tmpl/atktext.sgml:
694         Update for change of caret_changed to text_caret_moved
695
696 2002-01-05  Hans Breuer  <hans@breuer.org>
697
698         * atk/makefile.msc : generate atk-enum-types.[hc]
699         NOTE: the long comment in atkobject.h is crashing perl,
700         at least version 5.005_02 built for MSWin32-x86-object
701         Binary build 506 provided by ActiveState. Temporary
702         deleting the AtkRole comment allows to work-around.
703
704         atk/atk.def : updated externals
705
706 2002-01-02  Padraig O'Briain  <padraig.obriain@sun.com>
707
708         * atk/atkgobjectaccessible.h
709         Fixed typo in define (reported by Jeff Franks)
710
711         * atk/atktext.c atk/atktext.h
712         Change name of default signal handler for text_caret_moved signal
713         from caret_changed to text_caret_moved
714         Change enum CARET_MOVED to TEXT_CARET_MOVED
715         (both issues reported by Jeff Franks)
716
717 2001-12-15  Michael Meeks  <michael@ximian.com>
718
719         * atk/atkrelation.c (atk_relation_class_init):
720         setup parent class
721         (atk_relation_finalize): chain to parent.
722
723         * atk/atkrelationset.c (atk_relation_set_class_init),
724         (atk_relation_set_finalize): same fix.
725
726 Sat Dec 22 12:26:51 2001  Owen Taylor  <otaylor@redhat.com>
727
728         * configure.in: Version 0.8, require GLib-1.3.12
729
730         * atk/makefile.msc (PKG_VER): Version 0.8.
731
732 Thu Dec 20 00:33:47 2001  Owen Taylor  <otaylor@redhat.com>
733
734         * atk/Makefile.am (EXTRA_DIST): Set GPATH - necessary
735         for correct srcdir != builddir operation when 
736         generating source files in srcdir.
737         
738 Thu Dec 20 00:27:01 2001  Owen Taylor  <otaylor@redhat.com>
739
740         * docs/tmpl/atkutil.sgml: remove some conflict
741         indicators.
742
743 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
744
745         * atk/atk.def:
746         Add new functions
747
748 2001-12-19  Padraig O'Briain  <padraig.obriain@sun.com>
749
750         Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.h
751         docs/tmpl/atkgobjectaccessible.sgml
752
753         * atk/Makefile.am atk/atk.h:
754         Add references to new files
755
756         * atk/atkobject.c atk/atkobject.h
757         docs/tmpl/atkobject.sgml:
758         Add new function atk_object_initialize
759
760         * atk/atkobjectfactory.c atk/atkobjectfactory.h
761         docs/tmpl/atkobjectfactory.sgml:
762         Add new function atk_object_factory_get_accessible_type
763
764         * docs/atk-sections.txt:
765         Add new functions.
766         Add functions in atk-unused.txt
767
768         
769 2001-12-17  Darin Adler  <darin@bentspoon.com>
770
771         * atk/atktext.c: Add missing #include <string.h>
772
773 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
774
775         * atk/Makefile.am, tests/Makefile.am: Compile with
776         -DG_DISABLE_DEPRECATED. See #52790.
777
778 2001-12-11  Padraig O'Briain  <padraig.obriain@sun.com>
779
780         * atk/atkcomponent.c (atk_component_ref_accessible_at_position):
781         Remove unnecessary g_retunn_val_if_fail() call.
782
783 2001-12-08  Michael Meeks  <michael@ximian.com>
784
785         * atk/atkregistry.c (atk_registry_class_init):
786         paranoia is not appropriate here, setup parent_class,
787         don't create a new default registry here - makes no
788         sense.
789         (atk_registry_finalize): chain to parent class, do
790         g_hash_table_destroys instead of g_frees.
791
792 2001-12-07  Padraig O'Briain  <padraig.obriain@sun.com>
793
794         * atk/Makefile.am:
795         Update to create atk-enum-types.h before compiling source files
796         (Problem reported by xavier ordoquy <xordoquy@aurora-linux.com>)
797
798 2001-12-05  Padraig O'Briain  <padraig.obriain@sun.com>
799
800         * atk/atk.def atk/atktext.c atk/atktext.h docs/atk-sections.txt 
801         docs/tmpl/atktext.sgml tests/testrelation.c:
802         Change atk_attribute_register to atk_text_attribute_register,
803         atk_attribute_get_value to atk_text_attribute_get_value,
804         atk_attribute_get_name to atk_text_attribute_get_name
805         atk_attribute_for_name to atk_text_attribuute_for_name
806
807 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
808
809         * atk/atktext.c:
810         Add implementation of atk_attribute_register, atk_attribute_for_name
811         Udate atk_attribute_get_name to use ATK_TYPE_TEXT__ATTRIBUTE and
812         support extra attributes being defined
813
814         * atk/atktext.h:
815         Add ATK_TEXT_ATTR_INVALID and ATK_TEXT_ATTR_LAST_DEFINED to allow
816         extra attributes to be defined
817         Add atk_attribute_register() and atk_attribute_for_name()
818
819         * atk/atk.def:
820         Add new functions
821
822         * docs/atk-sections.txt docs/tmpl/atktext.sgml
823         Update because of additions to atk/atktext.h
824
825         * tests/testrelation.c:
826         Add tests for text attributes
827
828 2001-12-04  Padraig O'Briain  <padraig.obriain@sun.com>
829
830         * atk/atkobject.c:
831         Update atk_role_register() to allow extra roles to be defined
832         Update atk_role_get_name() and atk_role_for_name() for newly defined
833         roles
834
835         * tests/testrelation.c:
836         Add tests for roles
837
838 2001-12-03  Padraig O'Briain  <padraig.obriain@sun.com>
839
840         * atk/atkrelation.c:
841         Use ATK_TYPE_RELATION_TYPE in atk_relation_type_get_name() and
842         atk_relation_type_for_name()
843
844         * atk/atkstate.c:
845         Use ATK_TYPE_STATE_TYPE in atk_state_type_get_name() and
846         atk_state_type_for_name()
847
848         * tests/testrelation.c, tests/teststateset.c:
849         Update tests as name componenets are separated by hyphen (-) rather
850         than underline (_)
851
852 2001-11-29  Padraig O'Briain  <padraig.obriain@sun.com>
853
854         * atk/Makefile.am:
855         Generate files atk-enum-types.c and atk-enums-types.h to create
856         types for enums.
857
858         * atk/atkobject.c:
859         Use ATK_TYPE_ROLE in atk_role_get_name() and atk_role_for_name()
860
861 2001-11-28  Bill Haneman  <bill.haneman@sun.com>
862
863         * atk/atkutil.c:
864         Changed calls to g_type_class_peek() to g_type_class_ref() where
865         it makes more sense, and in other places check for a non-null
866         klass return before trying to call class methods.  This prevents
867         SEGV if no Atk-implementation library has been loaded.
868
869         * atk/atkobject.c:
870         Fixed gtk-doc warning.
871
872 2001-11-28  Padraig O'Briain  <padraig.obriain@sun.com>
873
874         * atk/atkobject.[c|h]:
875         Add functions atk_role_get_name() and atk_role_for_name() which
876         transform a role into an untranslated string
877         Update comments in atkobject.h which refer to property names
878
879         * atk/atkrelation.c:
880         Correct error in atk_relation_type_get_name
881
882         * docs/atk-sections.txt
883         Added atk_role_get_name and atk_role_for_name
884
885         * docs/tmpl/*sgml
886         Updated files
887         
888 2001-11-23  Hans Breuer  <hans@breuer.org>
889
890         * atk/atk.def : updated externals
891
892         * atk/atktext.c atk/atkutil.c : added two spaces to fix
893         minor coding style issues. Found by my exports generator.
894
895         * atk/makefile.msc : version 0.7, use build dir from
896         $(TOP)\glib
897
898 Thu Nov 22 14:37:40 2001  Owen Taylor  <otaylor@redhat.com>
899
900         * Version 0.7
901
902         * configure.in (GLIB_REQUIRED_VERSION): Require GLib-1.3.11
903
904 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
905
906         * atk/atknoopobject.c:
907         Specify role as ATK_ROLE_INVALID and layer as ATK_LAYER_INVALID
908         when creating object
909
910 2001-11-22  Padraig O'Briain  <padraig.obriain@sun.com>
911
912         * atk/atk.def, atk/atkrelationtype.h, docs/atk-sections.txt,
913         docs/tmpl/atkrelation.sgml:
914         Change atk_relation_type_from_string to atk_relation_type_for_name
915         Add atk_relation_type_get_name
916
917         * atk/atkrelationtype.c:
918         Change atk_relation_type_from_string to atk_relation_type_for_name
919         Add atk_relation_type_get_name
920         Update atk_relation_type_register() to correctly register new
921         relation types
922
923         * atk/atkstate.c:
924         Changed name of static variable type to last_type
925         Changed name of paremeter if atk_state_type_get_name to type to match
926         comments
927
928         * docs/tmpl/*sgml
929         Updated files
930
931         * tests/README, tests/Makefile.am       
932         Add new test file testrelation.c
933
934 2001-11-22  Bill Haneman <bill.haneman@sun.com>
935
936         * atk/atkutil.c (atk_add_key_event_listener):
937         Fix gtk-doc comment and clarify use of 'data' gpointer.
938
939 2001-11-22  Michael Meeks  <michael@ximian.com>
940
941         * atk/atkutil.c (atk_add_key_event_listener): switch
942         to class_peek.
943
944         * atk/atkobject.c (atk_object_real_get_property):
945         add missing 'break'.
946
947 2001-11-21  Michael Meeks  <michael@ximian.com>
948
949         * atk/atkrelation.c: pull in string.h for strcmp
950
951         * atk/atktext.c (atk_text_get_selection): fix bug / warning.
952
953         * atk/atkutil.c (atk_add_global_event_listener),
954         (atk_get_toolkit_name, atk_get_toolkit_version):
955         constify 
956
957 2001-11-21  Bill Haneman <bill.haneman@sun.com>
958
959         * atk/atkrelation.c: Added gtk-doc docs for 
960         atk_relation_type_from_string.
961
962 Wed Nov 21 17:54:44 2001  Owen Taylor  <otaylor@redhat.com>
963
964         * atk/atkobject.h (enum): Fix trailing comma on
965         enumeration.
966
967         * docs/atk-sections.txt: Update.
968
969         * NEWS: Updates
970
971 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
972
973         * atk/atkobject.[c|h]:
974         Add additional argument (name) to state-change signal
975         Update atk_object_notify_state_change to take account of 
976         extra argument for state-change
977
978         * atk/atkmarshal.list:
979         Add marshaller for VOID:STRING,BOOLEAN
980         
981 2001-11-21  Padraig O'Briain  <padraig.obriain@sun.com>
982
983         * atk/atkobject.[c|h], docs/atk-sections.txt, docs/tmpl/atkobject.sgml:
984         Add enum AtkLayer and functions atk_object_get_layer and
985         atk_object_get_mdi_zorder
986
987 2001-11-20  Padraig O'Briain  <padraig.obriain@sun.com>
988
989         * atk/atkobject.[c|h]:
990         Remove property accessible-state; use signal state-change instead
991         Change signature of state-change handler to take gboolean as argument
992         instead of AtkPropertyValues
993         Update atk_object_notify_state_change() to emit state-change signal
994
995         * atk/atkstate.[c|h], docs/tmpl/atkstate.sgml:
996         Remove state ATK_STATE_COLLAPSED
997
998 2001-11-19  Bill Haneman <bill.haneman@sun.com>
999
1000         * atk/atkobject.c:
1001         * atk/atkstate.c:
1002         Added state-changed signal to atkobject, in anticipation of 
1003         deprecating the accessible-state property.
1004
1005         * atk/atkutil.[ch]:
1006         Fixed signature of atk_util_add_key_listener () to
1007         take an AtkKeySnoopFunc instead of a pointer to same.
1008
1009 2001-11-19  Padraig O'Briain  <padraig.obriain@sun.com>
1010
1011         * atk/atkobject.c (atk_object_notify_state_change):
1012         Fix bug in calculation of number of toggle states
1013
1014         * atk/atkstate.c:
1015         Correct out-by-1 error in atk_state_type_register()
1016         Use type (number of states defined) in atk_state_type_get_name()
1017         and atk_state_type_for_name()
1018         
1019 2001-11-17  Padraig O'Briain  <padraig.obriain@sun.com>
1020
1021         * atk/atkeditabletext.c:
1022         Remove unused structure _AtkEditableTextIfaceClass
1023
1024         * atk/atkobject.[c|h]
1025         Remove signals model_changed and selection_changed
1026
1027         * atk/selection.[c|h]
1028         Add signal selection_changed
1029
1030         * atk/atktable.[c|h]
1031         Remove unused structure _AtkTableIfaceClass
1032         Add signal model_changed
1033
1034         * atk/atktext.[c|h]
1035         Remove unused structure _AtkTextIfaceClass
1036         Add signal text_selection_changed
1037
1038         * docs/tmpl/atkobject.sgml, docs/tmpl/atkselection.sgml,
1039         docs/tmpl/atktable.sgml, atk/tmpl/atktext.sgml:
1040         Documentation changes
1041
1042 2001-11-17  Tor Lillqvist  <tml@iki.fi>
1043
1044         * atk-zip.sh.in: Build separate runtime and developer packages.
1045
1046         * atk/atk.def: Update.
1047
1048 2001-11-14  Bill Haneman  <bill.haneman@sun.com>
1049
1050         * atk/atkutil.h :
1051         Added API 
1052         atk_add_key_event_listener    (AtkKeySnoopFunc *listener,
1053                                        gpointer data);
1054         atk_remove_key_event_listener (AtkKeySnoopFunc *listener,
1055                                        gpointer data);
1056         
1057         to allow non-GTK-dependent installation of key snoop functions.
1058         This also meant adding definitions of AtkKeySnoopFunc and 
1059         AtkKeyEventStruct.
1060
1061 2001-11-08  Padraig O'Briain  <padraig.obriain@sun.com>
1062
1063         * atk/atkobject.c (atk_object_notify_state_change):
1064         Notify previous value when a state if toggled, e.g. ATK_STATE_COLLAPSED
1065         to ATK_STATE_EXPANDED or vice versa.
1066
1067 2001-11-05  Padraig O'Briain  <padraig.obriain@sun.com>
1068
1069         * atk/atkobject.h:
1070         Add role ATK_ROLE_TREE_TABLE
1071
1072         * atk/atkrelation.h:
1073         Remove ATK_RELATION_NODE_CHILDREN and ATK_RELATION_NODE_PARENT
1074         and added ATK_RELATION_NODE_CHILD_OF; this is for use by TreeTable
1075
1076         * docs/tmpl/atk-unused.sgml, docs/tmpl/atkaction.smgl,
1077         docs/tmpl/atkcomponent.sgml, docs/tmpl/atkdocument.sgml,
1078         docs/tmpl/atkeditabletext.tmpl, docs/tmpl/atkimage.tmpl,
1079         docs/tmpl/atkobject.sgml, docs/tmpl/atkrelation.sgml,
1080         docs/tmpl/atkselection.sgml, docs/tmpl/atkstate.sgml,
1081         docs/tmpl/atkstreamablecontent.sgml, docs/tmpl/atktable.sgml,
1082         docs/tmpl/atktext.sgml, docs/tmpl/atkutil.sgml:
1083         Update to reflect the current state of the documentation in the code.
1084
1085 2001-10-31  Padraig O'Briain  <padraig.obriain@sun.com>
1086
1087         * atk/relation.h, docs/tmpl/atkrelation.sgml:
1088         Add two new relations ATK_RELATION_NODE_CHILDREN and
1089         ATK_RELATION_NODE_PARENT to support compound objects in a
1090         node or cell of a tree or table
1091         Added descriptions of all relations which are defined
1092
1093         * atk/atktable.c:
1094         Remove functions atk_table_real_get_index_at(),
1095         atk_table_real_get_column_at_index() and 
1096         atk_table_real_get_row_at_index() 
1097         Correct typos in documentation of other functions.
1098
1099 2001-10-28  Tor Lillqvist  <tml@iki.fi>
1100
1101         * atk-zip.sh.in: New file, used to build developer package for
1102         Win32.
1103
1104         * Makefile.am
1105         * configure.in: Add it.
1106
1107         * atk/Makefile.am: Add rules to install and uninstall mingw import
1108         library.
1109
1110 2001-10-26  Padraig O'Briain  <padraig.obriain@sun.com>
1111
1112         * atk/atkobject.[c|h]
1113         Remove the following properties
1114         accessible-child - use signal children_changed for notification
1115         accessible-text - use signal text_changed for notification
1116         accessible-caret - use signal text_caret_moved for notification
1117         accessible-selection - use new signal selection_changed 
1118         for notification
1119         accessible-visible-data - use new signal visible_data_changed
1120         for notification
1121         accessible-model - use new signal model_changed for notification
1122         Notify when role or parent changes
1123         Allow parent and role to be set or got using g_object_set() or
1124         g_object_get()
1125 .
1126 Wed Oct 24 11:13:13 2001  Owen Taylor  <otaylor@redhat.com>
1127
1128         * Version 0.6
1129
1130         * NEWS: Updates.
1131
1132 2001-10-25  Padraig O'Briain  <padraig.obriain@sun.com>
1133
1134         * atk/atkobject.h, docs/tmpl/atkobject.sgml:
1135         Add role ATK_ROLE_TERMINAL for an accessible terminal.
1136
1137 2001-10-22  Padraig O'Briain  <padraig.obriain@sun.com>
1138
1139         * atk/atkobject.c (atk_object_notify_state_change):
1140         Initialize AtkPropertyValue data structure to 0 instead of using
1141         memset.
1142
1143 2001-10-19  Tor Lillqvist  <tml@iki.fi>
1144
1145         * configure.in: Set automake conditionals OS_WIN32 if on (native)
1146         Win32, and MS_LIB_AVAILABLE if lib.exe is available. Calculate
1147         LT_CURRENT - LT_AGE and set LT_CURRENT_MINUS_AGE to that value.
1148
1149         * atk/Makefile.am: Add atk.def to EXTRA_DIST. On Win32, use
1150         -export-symbols atk.def. If lib.exe is available, generate
1151         atk.lib, and install it.
1152
1153         * atk/atk.def: Update with new entry points.
1154
1155 2001-10-19  Padraig O'Briain  <padraig.obriain@sun.com>
1156
1157         * atk/atkobject.[c|], docs/atk-sections.txt,
1158         docs/tmpl/atkobject.sgml:
1159         Add convenience function atk_object_notify_state_change()
1160         to generate property notification of state change.
1161
1162         * atk/atktext.c, docs/tmpl/atk-unused.sgml:
1163         Correct comments on functions atk_attribute_get_name() and
1164         atk_attribute_get_value()
1165
1166 2001-10-17  Padraig O'Briain  <padraig.obriain@sun.com>
1167
1168         * atk/atktext.c:
1169         Update comments in atk_text_get_text_[at|after|before]_offset()
1170         to clarify what these functions will return.
1171
1172 2001-10-16  Padraig O'Briain  <padraig.obriain@sun.com>
1173
1174         * atk/atktext.c:
1175         Update comments in atk_text_get_run_attributes() and
1176         atk_text_get_default_attributes().
1177
1178 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
1179
1180         * atk/atkobject;c:
1181         Change "property-change" signal to allow detail (i.e. property name) 
1182         and add detail in atk_object_notify().
1183
1184 2001-10-15  Padraig O'Briain  <padraig.obriain@sun.com>
1185
1186         * atk/atktext.c:
1187         Correct order of attribute names in text_attr_name array.
1188
1189 2001-10-12  Padraig O'Briain  <padraig.obriain@sun.com>
1190
1191         * atk/atktext.[c|h]:
1192         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
1193         Use enum AtkTextAttribute to specify what attribute are supported
1194         rather than hash defines. Define new functions atk_attribute_get_name()
1195         and atk_attribute_get_value() which return the strings for the
1196         attribute name and values for those attribute which have named values.
1197
1198 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
1199
1200         * atk/atktext.c (atk_text_get_run_attributes):
1201         Correct typo.
1202
1203         * atk/atktext.c (atk_text_get_default_attributes):
1204         Add call to set iface.
1205
1206 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
1207
1208         * atk/atktext.[c|h]:
1209         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
1210         Add new function atk_text_get_default_attributes
1211         Rename atk_text_ref_run_attributes to atk_text_get_run_attributes
1212
1213 2001-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
1214
1215         * atk/atktext.c (atk_attribute_set_free):
1216         Avoid leaking of AtkAttributeSet data structure; speed up code.
1217
1218         * docs/tmpl.atk*.sgml
1219         Updated to reflect current APIs.
1220
1221 2001-10-01  jacob berkman  <jacob@ximian.com>
1222
1223         * docs/Makefile.am (dist-hook-local): depend on all-local so that
1224         make dist works correctly w/o having to build first
1225
1226 2001-10-01  Tor Lillqvist  <tml@iki.fi>
1227
1228         * configure.in: Add AC_LIBTOOL_WIN32_DLL.
1229
1230 Sat Sep 29 19:45:00 2001  Bill Haneman <bill.haneman@sun.com>
1231         
1232         * configure.in (ATK_MICRO_VERSION): Version 0.6
1233         (because libglade will depend on a the small api addition below)
1234
1235         * atk/makefile.msc (PKG_VER): Version 0.6
1236
1237         * atk/atkrelation.h:
1238         * atk/atkrelation.c: (AtkRelationType 
1239         atk_relation_type_from_string (const gchar *name)): Added method.
1240
1241         
1242 Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>
1243
1244         * configure.in (ATK_MICRO_VERSION): Version 0.5
1245
1246         * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
1247
1248         * atk/makefile.msc (PKG_VER): Version 0.5
1249
1250 2001-09-21  Hans Breuer  <hans@breuer.org>
1251
1252         * atk/atk.def : updated externals
1253         * atk/makefile.msc : version 0.4
1254
1255         * atk/atktext.c (atk_text_get_character_extents) : real_height
1256         is a reference to int, so use &local_height
1257
1258 Wed Sep 19 10:46:44 2001  Tim Janik  <timj@gtk.org>
1259
1260         * Released 0.4.
1261
1262 Tue Sep 18 23:41:32 2001  Tim Janik  <timj@gtk.org>
1263
1264         * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION.
1265         up ATK_VERSION to 0.4, interface age 0, binary age 0.
1266         (from 0.2 which was not properly updated last time).
1267         depend on glib 1.3.8.
1268
1269         * NEWS: updates.
1270
1271 2001-09-11  Padraig O'Briain  <padraig.obriain@sun.com>
1272
1273         * atk/atkobject.c:
1274         Add object reference when object is set as accessible_parent
1275
1276 2001-09-05  Mark McLoughlin <mark@skynet.ie>
1277
1278         * configure.in: remember ACLOCAL_FLAGS.
1279
1280 2001-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
1281
1282         * atk/atktable.[c|h]
1283         Change atk_table_get_caption() and atk_table_set_caption()
1284         to deal with AtkObject* rather than gchar*
1285         Remove redundant and incorrect comments
1286         
1287 Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>
1288
1289         * configure.in: Version 0.3  
1290
1291         * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
1292
1293         * NEWS: Update  
1294
1295 2001-09-03  Padraig O'Briain  <padraig.obriain@sun.com>
1296
1297         * atk/atkobject.c:
1298         Correct property definitions for "accessible-table-caption", 
1299         "accessible-table-column-description", 
1300         "accessible-table-row-description" 
1301         * atk/atkobject.h:
1302         Update comments to include all properties defined
1303
1304 2001-08-24  Padraig O'Briain  <padraig.obriain@sun.com>
1305
1306         * atk/atkhyperlink.h:
1307         Change AtkHyperLink to AtkHyperlink in comment
1308         * atk/atkhypertext.[c|h]:
1309         Change AtkHyperLink to AtkHyperlink
1310         * atk/atktable.[c|h]:
1311         Make gchar* arguments const; make return value of type gchar*
1312         G_CONST_RETURN
1313         * docs/atk-sections.txt
1314         Remove reference to AtkHyperLink
1315         * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
1316         docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
1317         Updated by make
1318         
1319 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
1320
1321         * atk/atktable.c
1322         Add functions atk_table_real_get_index_at(), 
1323         atk_table_real_get_row_at_index(), atk_table_real_get_column_at_index() 
1324         as default implementations for atk_table_get_index_at(),
1325         atk_table_get_row_at_index(), atk_table_get_column_at_index()
1326
1327 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
1328
1329         * atk/atkaction.c:
1330         Refer to return value in function documentation for 
1331         atk_action_do_action
1332         * atk/atkimage.c:
1333         Fix typo in comments
1334         * docs/tmpl/atkaction.sgml:
1335         Update to include return value
1336
1337 2001-08-22  Marc Mulcahy <marc.mulcahy@sun.com>
1338
1339         * atk/atkaction.c atk/atkaction.h:
1340         Made atk_action_do_action return a gboolean as the class member of 
1341         AtkActionIface does.
1342         * .cvsignore:
1343         Added atk.spec
1344
1345 2001-08-20  Padraig O'Briain  <padraig.obriain@sun.com>
1346
1347         * docs/tmpl/atkimage.sgml atk/atkimage.h:
1348         Swap height and width arguments to atk_image_get_image_size
1349         * atk/atkimage.c:
1350         Swap height and height arguments to atk_image_get_image_size
1351         Do not crash if NULL pointers are passed for return values
1352
1353 2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
1354
1355         * docs/tmpl/atktext.sgml atk/atktext.h:
1356         Change parameter names *offset to *_offset
1357         * atk/atkcomponent.c:
1358         Do not crash if NULL pointers are passed for return values
1359         * atk/atktext.c:
1360         Change parameter names *offset to *_offset
1361         Do not crash if NULL pointers are passed for return values
1362         
1363 2001-08-16  Bill Haneman  <bill.haneman@sun.com>
1364
1365         * atk/atkutil.c :
1366         Changed g_type_class_peek() to g_type_class_ref()
1367         in atk_add_global_event_listener(), since
1368         g_type_class_peek() could return NULL when an
1369         instance of the class had not been created.
1370
1371 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
1372
1373         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
1374         Ensure that atk_attribute_set_free is in the documentation.
1375
1376 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
1377
1378         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
1379         Swapped order of width and height arguments to
1380         atk_text_get_character_extents()
1381         Changed AtkAttrributeSet_free to atk_attribute_set_free
1382
1383 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
1384
1385         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
1386         Changed "length" argument of atk_text_get_character_extents() to
1387         "height".
1388
1389 2001-08-15  Jens Finke <jens@gnome.org>
1390
1391         * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files.
1392         * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and
1393         added a AC_SUBST for it. This is needed for the spec.in file.
1394         Added atk.spec to output list.
1395         * atk.spec.in: New file.
1396
1397 2001-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
1398
1399         * atk/atkcomponent.[c|h]
1400         * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
1401         Change atk_component_get_accessible_at_point to 
1402         atk_component_ref_accessible_at_point so it will work for flyweights
1403
1404 Sun Aug 12 10:33:02 2001  Owen Taylor  <otaylor@redhat.com>
1405
1406         * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
1407         with GNU make.
1408
1409 2001-08-09  Padraig O'Briain  <padraig.obriain@sun.com>
1410
1411         * atk/atkaction.c, atk/atkcomponent.c
1412         Remove all instances of g_return_if_fail (foo != NULL); that are
1413         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
1414         since the second check catches the NULL.
1415         * atk/atkcomponent.c
1416         Add functions atk_component_real_contains(), 
1417         atk_component_real_get_position(), atkcomponent_real_get_size() 
1418         as default implementations for atk_component_contains(),
1419         atk_component_get_position(), atk_component_get_size()
1420
1421 2001-08-07  Brian Cameron <brian.cameron@sun.com>
1422
1423         * atk/atkimage.[ch] docs/atk-sections.txt
1424         docs/tmpl/atkimage.sgml
1425         Updated AtkImage get_position to get_image_position
1426         so the naming is consistant.  Now get_image_position
1427         and get_image_size return -1 for x/y/height/width
1428         if AtkImage implementations of these functions is
1429         not found.
1430
1431 2001-07-31  Padraig O'Briain  <padraig.obriain@sun.com>
1432
1433         * atk/atkobject.c
1434         Create an object relation set when the object is created.
1435
1436 2001-07-30  Brian Cameron <brian.cameron@sun.com>
1437
1438         * atk/atkutil.[ch]
1439         Changed first argument of atk_add_global_event_listener
1440         so the callback function is of type GSignalEmissionHook
1441         instead of AtkEventListener.  AtkEventListener is
1442         appropriate for Focus event callbacks, but not generic
1443         ones.
1444
1445 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
1446
1447         * atk/atkobject.c:
1448         Add function atk_object_real_ref_state_set() which creates the
1449         state set and adds states ATK_STATE_SELECTABLE and ATK_STATE_SELECTED
1450         if appropriate
1451
1452 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
1453
1454         * atk/*.c:
1455         Remove all instances of g_return_if_fail (foo != NULL); that are
1456         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
1457         since the second check catches the NULL.
1458
1459 2001-07-26  Padraig O'Briain  <padraig.obriain@sun.com>
1460
1461         * atk/Makefile.am
1462         Fix problem with ATK not building after running make maintainer-clean
1463         and autogen.sh: add extra files to MAINTAINERCLEANFILES
1464
1465 2001-07-25 Bill Haneman <bill.haneman@sun.com>
1466
1467         * atk/atktext.h
1468         * atk/atkeditabletext.h
1469         * atk.pc.in
1470         * atk-uninstalled.pc.in
1471         * atk/makefile.msc
1472         * configure.in
1473         Removed (unused) #defines of pango/pango.h
1474         Removed references to/dependencies on pango from .pc files
1475         Removed dependencies on pango from makefile.msc and configure.in
1476
1477 2001-07-24  Padraig O'Briain  <padraig.obriain@sun.com>
1478
1479         * atk/atkobject.[c|h]
1480         Move some implementation from GAIL:
1481         Default implementations for some some functions
1482         atk_object_real_get_name, atk_object_real_set_name,
1483         atk_object_real_get_description, atk_object_real_set_description,
1484         atk_object_real_get_parent, atk_object_real_set_parent,
1485         atk_object_real_get_role,
1486         atk_object_real_connect_property_change_handler,
1487         atk_object_real_remove_property_change_handler,
1488         atk_object_notify,
1489         definition of property-changed signal.
1490         Initialize pointers to NULL in atk_object_init().
1491         Initialize uninitialized function pointers to NULL in 
1492         atk_object_class_init().
1493         
1494 2001-07-23  Brian Cameron <brian.cameron@sun.com>
1495
1496         * atk/atkobject.c
1497         Changed children_changed signal to allow NULL pointers
1498         for the 2nd argument to the signal handler.
1499
1500 2001-07-20  Hans Breuer  <hans@breuer.org>
1501
1502         * atk/atk.def : added more exports
1503         * atk/makefile.msc : updated win32 build
1504
1505 2001-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
1506
1507         * atk/atkaction.[c|h], docs/atk-sections.txt, 
1508         docs/tmpl/atkaction.sgml
1509         Add atk_action_get_name() and atk_action_set_description()
1510
1511 2001-07-18  Padraig O'Briain  <padraig.obriain@sun.com>
1512
1513         * atk/atkstate.[c|h]
1514         Add ATK_STATE_ENABLED so we can distinguish between a consistent
1515         and inconsistent GtkToggleButton
1516
1517 2001-07-16  Brian Cameron <brian.cameron@sun.com>
1518
1519         * atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
1520         docs/atk-sections.txt docs/tmpl/atktext.sgml docs/tmpl/atkutil.sgml
1521         gail_textattributes_update.pat is for gail/gail and integrates the 
1522         ATK_ATTRIBUTE_* macros in the gail implementations.
1523         atk_docs_textattributes_update.pat is for atk/docs and patches
1524         atk-sections.txt etc. for improved docs
1525         atk_atk_textattributes_update.pat is for atk/atk and included the
1526         new ATK_ATTRIBUTE_* macros and updated gtk-doc comments.
1527
1528 2001-07-13  Darin Adler  <darin@bentspoon.com>
1529
1530         * atk/atkstate.c: Add missing <string.h> include.
1531         * tests/teststateset.c: Add missing <string.h> include.
1532
1533 2001-07-13  Darin Adler  <darin@bentspoon.com>
1534
1535         * .cvsignore: Ignore some generated files.
1536         * autogen.sh: Get rid of call to autoheader since the
1537         configure file doesn't include AM_CONFIG_HEADER.
1538
1539 2001-07-11  Brian Cameron <brian.cameron@sun.com>
1540
1541         * tmpl/atkdocument.sgml
1542         Added new file for docs.
1543
1544 2001-07-11  Padraig O'Briain  <padraig.obriain@sun.com>
1545
1546         * atk/atkimage.c atk/atkutil.c
1547         Changes to build with Sun's FORTE compiler.
1548
1549 2001-07-10  Brian Cameron <brian.cameron@sun.com>
1550
1551         * tmpl/atk-unused.sgml tmpl/atkcomponent.sgml tmpl/atkeditabletext.sgml
1552         tmpl/atkimage.sgml tmpl/atkselection.sgml tmpl/atkstate.sgml
1553         tmpl/atkstreamablecontent.sgml tmpl/atktable.sgml
1554         tmpl/atktext.sgml tmpl/atkutil.sgml
1555         Updated docs pages.
1556
1557 Mon Jul  2 06:37:09 2001  Tim Janik  <timj@gtk.org>
1558
1559         * atk/atktext.c (atk_text_base_init): 
1560         * atk/atktable.c (atk_table_base_init): 
1561         * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/
1562         to adapt to recent GSignal changes.
1563
1564 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1565
1566         * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt
1567         docs/tmpl/atkutil.sgml
1568         Added new functiosn to AtkUtil.
1569
1570 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1571
1572         * atk/Makefile.am atk/atk.h atk/atkdocument.c atk/atkdocument.h
1573         docs/atk-docs.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml
1574         docs/tmpl/atkobject.sgml
1575         Added new atk document interface.
1576
1577 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1578
1579         * atk/atkcomponent.c atk/atkcomponent.h atk/atkimage.c
1580         atk/atkimage.h atk/atktext.c atk/atktext.h atk/atkutil.h
1581         Updated so that functions that take screen coords as 
1582         input/output also take an enum specifying whether
1583         the coords are screen or top-level window based.
1584         Updated docs as well.
1585
1586 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1587
1588         *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c
1589         atk/atkhyperlink.c atk/atkobject.c atk/atkregistry.c
1590         atk/atkstate.c atk/atkstateset.c atk/atkstreamablecontent.c
1591         atk/atktable.c atk/atktext.c atk/atkutil.c atk/atkvalue.c
1592         atk/docs/tmpl/atkstreamablecontent.sgml
1593         Cleaned up docs.  Added atkstreamablecontent.sgml
1594
1595 2001-06-28  Brian Cameron <brian.cameron@sun.com>
1596
1597         *atk/atktable.h, atk/atktable.c
1598         Updated signal handler definitions.
1599
1600 2001-06-27  Brian Cameron <brian.cameron@sun.com>
1601
1602         *atk/atktext.h
1603         Updated AtkXYCoords enum.
1604
1605 2001-06-27  Brian Cameron <brian.cameron@sun.com>
1606
1607         *atk/atkaction.c atk/atkaction.h atk/atkcomponent.c
1608         atk/atkcomponent.h atk/atkhyperlink.c atk/atkhypertext.c
1609         atk/atkimage.c atk/atkimage.h atk/atkobject.c
1610         atk/atkobject.h atk/atkobjectfactory.c atk/atkregistry.c
1611         atk/atkstateset.c atk/atkstreamablecontent.c
1612         atk/atkstreamablecontent.h atk/atktable.c
1613         atk/atktext.c, docs/atk-docs.sgml docs/atk-sections.txt
1614         and some docs/tmpl files.
1615         Updated gtk-docs fixing spelling errors and making minor
1616         changes to the API.
1617
1618 2001-06-27  Louise Miller <lousie.miller@sun.com>
1619
1620         *atk/atkselection.h, atk/atkselection.c
1621         changed return type to gboolean for 
1622         atk_selection_select_all_selection
1623
1624 2001-06-26  Brian Cameron <brian.cameron@sun.com>
1625
1626         *atk/atkstate.h atk/atkstate.c
1627         docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml
1628         docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml
1629         docs/tmpl/atktext.sgml
1630         Added ATK_STATE_STALE.  Updated docs.
1631
1632 2001-06-22  Lucy Brophy <lucy.brophy@sun.com>
1633
1634         *atk/atktext.h
1635         Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
1636
1637 2001-06-21  Brian Cameron <brian.cameron@sun.com>
1638
1639         * atk/atkeditabletext.h, atk/atkobject.h,
1640         atktext.[ch]
1641         Added AtkAttributeSet_free() convenience
1642         function.
1643
1644 2001-06-20  Peter Williams  <peterw@ximian.com>
1645
1646         * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type ->
1647         atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer
1648         G_{BEGIN,END}_DECLS.
1649
1650 2001-06-20  Brian Cameron <brian.cameron@sun.com>
1651
1652         * atk/atktable.c, atk/atkmarshal.list
1653         Removed needless marshal and updated signal handlers in
1654         atktable.c
1655
1656 2001-06-20  Louise Miller <louise.miller@sun.com>
1657
1658         *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml   
1659         Changed parameters for get_selected_rows/get_selected_columns
1660         Added 4 new functions, add_row_selection, remove_row_selection,
1661         add_column_selection, remove_column_selection
1662
1663 2001-06-19  Brian Cameron <brian.cameron@sun.com>
1664
1665         * atk/atktable.c
1666         Fixed minor bug with signals.
1667
1668 2001-06-18  Brian Cameron <brian.cameron@sun.com>
1669
1670         * atk/atktable
1671         Added signals.
1672
1673 2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
1674
1675         * atk/atkselection.h atk/atkselection.c
1676         Now add_selection, clear_selection, and remove_selection 
1677         return a boolean indicating SUCCESS/FAILURE to indicate
1678         if the operation was successful.
1679
1680 2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
1681
1682         * atk/atktable.h atk/atktable.h
1683         Updated so now the get_text_before|at|after functions
1684         return the start & end offset of the string.  Updated the
1685         docs.
1686
1687 2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>
1688
1689         * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
1690
1691 2001-06-11  Havoc Pennington  <hp@redhat.com>
1692
1693         * NEWS: updated
1694
1695         * configure.in: bump version to 0.2 and add infrastructure for 
1696         libtool version info. Assumes GTK versioning scheme (major.minor 
1697         is binary compatible)
1698         
1699         * atk/Makefile.am (LDFLAGS): set version info
1700         (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
1701         
1702 2001-06-13  Brian Cameron <brian.cameron@sun.com>
1703
1704         * atk/atktable.h, atk/atktable.c
1705         Updated so that get/set row/column header functions
1706         work with AtkObjects rather than AtkTables.  Organized
1707         the header file a little more cleanly.  Also the get/set
1708         row_description and caption functions now use gchar *
1709         rather than AtkObject.
1710
1711 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
1712
1713         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
1714         Add signal model-changed.
1715
1716         * atk/atkobject.c: Add properties
1717         accessible-role, accessible-table-caption, 
1718         accessible-table-column-header, accessible-table-column_description.
1719         accessible-table-row-header, accessible-table-row_description.
1720         accessible-table-summary, accessible-model
1721
1722 2001-06-12  Brian Cameron <brian.cameron@sun.com>
1723
1724         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
1725         Updated atkeditabletext and atktext interfaces so they
1726         now properly define the get/set attribute methods and now
1727         get_offset_at_point and get_character_extents can request
1728         x,y coords by either widget or screen coords.
1729
1730 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
1731
1732         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
1733         CFLAGS, not in LIBS. (Always linking with -lpthread
1734         is a noticeable speed hit.)
1735
1736 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
1737
1738         * atk/Makefile.am: Really fix marshal generation.
1739
1740 2001-06-07  Havoc Pennington  <hp@redhat.com>
1741
1742         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
1743         glib-genmarshal stuff
1744
1745 2001-06-07  Havoc Pennington  <hp@redhat.com>
1746
1747         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
1748         glib-genmarshal
1749
1750         * configure.in: rearrange the library checks to support
1751         uninstalled linking     
1752
1753         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
1754
1755         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
1756         ATK in giant GTK tarball
1757
1758 2001-06-07  Brian Cameron <brian.cameron@sun.com>
1759
1760         * docs/atk-api.sgml docs/atk-sections.txt
1761         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
1762         docs/tmpl/atktext.sgml
1763         Removed docs/atk-api.sgml since it is not used.
1764         Updated sgml files and atk-sections.txt to reflect
1765         recent changes to the atktext and atkeditabletext
1766         interfaces
1767
1768 2001-06-06  Brian Cameron <brian.cameron@sun.com>
1769
1770         * atk/atktext.h atk/atktext.h
1771         Updated to new atktext functions for getting attributes.
1772
1773 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
1774
1775         * New files atk/atkstreamablecontent.[ch]
1776         Updated files: atk/Makefile.am, atk/atk.h
1777
1778         * atk/atkvalue.c: Updated comments
1779
1780 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
1781
1782         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
1783
1784 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
1785
1786         * atk/atkobject.c: Add property accessible-visible-data
1787
1788 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
1789
1790         * atk/atkobject.c: Add support for setting and getting 
1791         accessible-value property.
1792
1793         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
1794
1795 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
1796
1797         * atk/atkeditabletext.[ch], atk/atktext.[ch]
1798
1799         * docs/atk-overrides.txt, docs/Makefile.am
1800           Updated the interface for dealing with selected
1801           text to handle multiple selected regions.  Removed
1802           get_row_col_at_offset from atktext.[ch].  Added
1803           docs/atk-overrides.txt file.
1804
1805 Thu May 31  Brian Cameron <brian.cameron@sun.com>
1806
1807         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
1808           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
1809           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
1810           Makefiles so the proper marshall files get included in the
1811           dist.  Updated the Makefiles and configure.in so that the
1812           docs get included in the dist.
1813
1814 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
1815
1816         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
1817
1818 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
1819
1820         * atk/atkobject.c: Define new properties accessible-text, 
1821         accessible-caret, accessible-selection and accessible-value
1822
1823 2001-05-29  Brian Cameron <brian.cameron@sun.com>
1824
1825         * docs/atk-sections.txt
1826
1827         * docs/tmpl/*
1828         Improved the layout/formatting of the atk docs.  Added docs/tmpl
1829         files.
1830
1831 2001-05-28  Brian Cameron <brian.cameron@sun.com>
1832
1833         * atk/atktext.c
1834         Now properly set the initialized flag when setting up signals.
1835         Updated the atk-docs in several files
1836
1837 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
1838
1839         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
1840         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
1841         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
1842         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
1843         Fix warnings generated by Sun FORTE compiler
1844
1845 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
1846
1847         * atk/atkcomponent.c atk/atkvalue.c
1848         Remove return calls in functions which return void
1849         
1850 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
1851
1852         * atk/atkobject.h: Correct naming of role for status bar
1853
1854         * atk/atktext.c: 
1855         Clarify behaviour of atk_text_get_text_after/at/before_offset
1856  
1857 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
1858
1859         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
1860
1861 2001-01-06  Hans Breuer  <hans@breuer.org>
1862
1863         * atk/makefile.msc atk/atk.def (new files) :
1864         Enable build for win32, no sourc changes necessary.
1865
1866 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
1867
1868         * Released 0.1
1869
1870 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
1871
1872         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
1873
1874 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
1875
1876         * Start a ChangeLog
1877