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