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