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