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