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