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