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