Add new function atk_text_get_default_attributes Rename
[atk.git] / ChangeLog
blob3328e46b386cef81d98dadbd73988804cd6d1b41
1 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
3         * atk/atktext.[c|h]:
4         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
5         Add new function atk_text_get_default_attributes
6         Rename atk_text_ref_run_attributes to atk_text_get_run_attributes
8 2001-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
10         * atk/atktext.c (atk_attribute_set_free):
11         Avoid leaking of AtkAttributeSet data structure; speed up code.
13         * docs/tmpl.atk*.sgml
14         Updated to reflect current APIs.
16 2001-10-01  jacob berkman  <jacob@ximian.com>
18         * docs/Makefile.am (dist-hook-local): depend on all-local so that
19         make dist works correctly w/o having to build first
21 2001-10-01  Tor Lillqvist  <tml@iki.fi>
23         * configure.in: Add AC_LIBTOOL_WIN32_DLL.
25 Sat Sep 29 19:45:00 2001  Bill Haneman <bill.haneman@sun.com>
26         
27         * configure.in (ATK_MICRO_VERSION): Version 0.6
28         (because libglade will depend on a the small api addition below)
30         * atk/makefile.msc (PKG_VER): Version 0.6
32         * atk/atkrelation.h:
33         * atk/atkrelation.c: (AtkRelationType 
34         atk_relation_type_from_string (const gchar *name)): Added method.
36         
37 Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>
39         * configure.in (ATK_MICRO_VERSION): Version 0.5
41         * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
43         * atk/makefile.msc (PKG_VER): Version 0.5
45 2001-09-21  Hans Breuer  <hans@breuer.org>
47         * atk/atk.def : updated externals
48         * atk/makefile.msc : version 0.4
50         * atk/atktext.c (atk_text_get_character_extents) : real_height
51         is a reference to int, so use &local_height
53 Wed Sep 19 10:46:44 2001  Tim Janik  <timj@gtk.org>
55         * Released 0.4.
57 Tue Sep 18 23:41:32 2001  Tim Janik  <timj@gtk.org>
59         * configure.in (AM_INIT_AUTOMAKE): auto init from ATK_VERSION.
60         up ATK_VERSION to 0.4, interface age 0, binary age 0.
61         (from 0.2 which was not properly updated last time).
62         depend on glib 1.3.8.
64         * NEWS: updates.
66 2001-09-11  Padraig O'Briain  <padraig.obriain@sun.com>
68         * atk/atkobject.c:
69         Add object reference when object is set as accessible_parent
71 2001-09-05  Mark McLoughlin <mark@skynet.ie>
73         * configure.in: remember ACLOCAL_FLAGS.
75 2001-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
77         * atk/atktable.[c|h]
78         Change atk_table_get_caption() and atk_table_set_caption()
79         to deal with AtkObject* rather than gchar*
80         Remove redundant and incorrect comments
81         
82 Mon Sep  3 19:42:47 2001  Owen Taylor  <otaylor@redhat.com>
84         * configure.in: Version 0.3  
86         * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
88         * NEWS: Update  
90 2001-09-03  Padraig O'Briain  <padraig.obriain@sun.com>
92         * atk/atkobject.c:
93         Correct property definitions for "accessible-table-caption", 
94         "accessible-table-column-description", 
95         "accessible-table-row-description" 
96         * atk/atkobject.h:
97         Update comments to include all properties defined
99 2001-08-24  Padraig O'Briain  <padraig.obriain@sun.com>
101         * atk/atkhyperlink.h:
102         Change AtkHyperLink to AtkHyperlink in comment
103         * atk/atkhypertext.[c|h]:
104         Change AtkHyperLink to AtkHyperlink
105         * atk/atktable.[c|h]:
106         Make gchar* arguments const; make return value of type gchar*
107         G_CONST_RETURN
108         * docs/atk-sections.txt
109         Remove reference to AtkHyperLink
110         * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml
111         docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml:
112         Updated by make
113         
114 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
116         * atk/atktable.c
117         Add functions atk_table_real_get_index_at(), 
118         atk_table_real_get_row_at_index(), atk_table_real_get_column_at_index() 
119         as default implementations for atk_table_get_index_at(),
120         atk_table_get_row_at_index(), atk_table_get_column_at_index()
122 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
124         * atk/atkaction.c:
125         Refer to return value in function documentation for 
126         atk_action_do_action
127         * atk/atkimage.c:
128         Fix typo in comments
129         * docs/tmpl/atkaction.sgml:
130         Update to include return value
132 2001-08-22  Marc Mulcahy <marc.mulcahy@sun.com>
134         * atk/atkaction.c atk/atkaction.h:
135         Made atk_action_do_action return a gboolean as the class member of 
136         AtkActionIface does.
137         * .cvsignore:
138         Added atk.spec
140 2001-08-20  Padraig O'Briain  <padraig.obriain@sun.com>
142         * docs/tmpl/atkimage.sgml atk/atkimage.h:
143         Swap height and width arguments to atk_image_get_image_size
144         * atk/atkimage.c:
145         Swap height and height arguments to atk_image_get_image_size
146         Do not crash if NULL pointers are passed for return values
148 2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
150         * docs/tmpl/atktext.sgml atk/atktext.h:
151         Change parameter names *offset to *_offset
152         * atk/atkcomponent.c:
153         Do not crash if NULL pointers are passed for return values
154         * atk/atktext.c:
155         Change parameter names *offset to *_offset
156         Do not crash if NULL pointers are passed for return values
157         
158 2001-08-16  Bill Haneman  <bill.haneman@sun.com>
160         * atk/atkutil.c :
161         Changed g_type_class_peek() to g_type_class_ref()
162         in atk_add_global_event_listener(), since
163         g_type_class_peek() could return NULL when an
164         instance of the class had not been created.
166 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
168         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
169         Ensure that atk_attribute_set_free is in the documentation.
171 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
173         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
174         Swapped order of width and height arguments to
175         atk_text_get_character_extents()
176         Changed AtkAttrributeSet_free to atk_attribute_set_free
178 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
180         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
181         Changed "length" argument of atk_text_get_character_extents() to
182         "height".
184 2001-08-15  Jens Finke <jens@gnome.org>
186         * Makefile.am (EXTRA_DIST): Added atk.spec and atk.spec.in files.
187         * configure.in: Moved GLIB_REQUIRED_VERSION to top of file and
188         added a AC_SUBST for it. This is needed for the spec.in file.
189         Added atk.spec to output list.
190         * atk.spec.in: New file.
192 2001-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
194         * atk/atkcomponent.[c|h]
195         * docs/atk-sections.txt, docs/tmpl/atkcomponent.sgml
196         Change atk_component_get_accessible_at_point to 
197         atk_component_ref_accessible_at_point so it will work for flyweights
199 Sun Aug 12 10:33:02 2001  Owen Taylor  <otaylor@redhat.com>
201         * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
202         with GNU make.
204 2001-08-09  Padraig O'Briain  <padraig.obriain@sun.com>
206         * atk/atkaction.c, atk/atkcomponent.c
207         Remove all instances of g_return_if_fail (foo != NULL); that are
208         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
209         since the second check catches the NULL.
210         * atk/atkcomponent.c
211         Add functions atk_component_real_contains(), 
212         atk_component_real_get_position(), atkcomponent_real_get_size() 
213         as default implementations for atk_component_contains(),
214         atk_component_get_position(), atk_component_get_size()
216 2001-08-07  Brian Cameron <brian.cameron@sun.com>
218         * atk/atkimage.[ch] docs/atk-sections.txt
219         docs/tmpl/atkimage.sgml
220         Updated AtkImage get_position to get_image_position
221         so the naming is consistant.  Now get_image_position
222         and get_image_size return -1 for x/y/height/width
223         if AtkImage implementations of these functions is
224         not found.
226 2001-07-31  Padraig O'Briain  <padraig.obriain@sun.com>
228         * atk/atkobject.c
229         Create an object relation set when the object is created.
231 2001-07-30  Brian Cameron <brian.cameron@sun.com>
233         * atk/atkutil.[ch]
234         Changed first argument of atk_add_global_event_listener
235         so the callback function is of type GSignalEmissionHook
236         instead of AtkEventListener.  AtkEventListener is
237         appropriate for Focus event callbacks, but not generic
238         ones.
240 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
242         * atk/atkobject.c:
243         Add function atk_object_real_ref_state_set() which creates the
244         state set and adds states ATK_STATE_SELECTABLE and ATK_STATE_SELECTED
245         if appropriate
247 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
249         * atk/*.c:
250         Remove all instances of g_return_if_fail (foo != NULL); that are
251         immediately before a g_return_if_fail (ATK_IS_FOO (foo));
252         since the second check catches the NULL.
254 2001-07-26  Padraig O'Briain  <padraig.obriain@sun.com>
256         * atk/Makefile.am
257         Fix problem with ATK not building after running make maintainer-clean
258         and autogen.sh: add extra files to MAINTAINERCLEANFILES
260 2001-07-25 Bill Haneman <bill.haneman@sun.com>
262         * atk/atktext.h
263         * atk/atkeditabletext.h
264         * atk.pc.in
265         * atk-uninstalled.pc.in
266         * atk/makefile.msc
267         * configure.in
268         Removed (unused) #defines of pango/pango.h
269         Removed references to/dependencies on pango from .pc files
270         Removed dependencies on pango from makefile.msc and configure.in
272 2001-07-24  Padraig O'Briain  <padraig.obriain@sun.com>
274         * atk/atkobject.[c|h]
275         Move some implementation from GAIL:
276         Default implementations for some some functions
277         atk_object_real_get_name, atk_object_real_set_name,
278         atk_object_real_get_description, atk_object_real_set_description,
279         atk_object_real_get_parent, atk_object_real_set_parent,
280         atk_object_real_get_role,
281         atk_object_real_connect_property_change_handler,
282         atk_object_real_remove_property_change_handler,
283         atk_object_notify,
284         definition of property-changed signal.
285         Initialize pointers to NULL in atk_object_init().
286         Initialize uninitialized function pointers to NULL in 
287         atk_object_class_init().
288         
289 2001-07-23  Brian Cameron <brian.cameron@sun.com>
291         * atk/atkobject.c
292         Changed children_changed signal to allow NULL pointers
293         for the 2nd argument to the signal handler.
295 2001-07-20  Hans Breuer  <hans@breuer.org>
297         * atk/atk.def : added more exports
298         * atk/makefile.msc : updated win32 build
300 2001-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
302         * atk/atkaction.[c|h], docs/atk-sections.txt, 
303         docs/tmpl/atkaction.sgml
304         Add atk_action_get_name() and atk_action_set_description()
306 2001-07-18  Padraig O'Briain  <padraig.obriain@sun.com>
308         * atk/atkstate.[c|h]
309         Add ATK_STATE_ENABLED so we can distinguish between a consistent
310         and inconsistent GtkToggleButton
312 2001-07-16  Brian Cameron <brian.cameron@sun.com>
314         * atk/atkeditabletext.c atk/atktext.c atk/atktext.h atk/atkutil.h
315         docs/atk-sections.txt docs/tmpl/atktext.sgml docs/tmpl/atkutil.sgml
316         gail_textattributes_update.pat is for gail/gail and integrates the 
317         ATK_ATTRIBUTE_* macros in the gail implementations.
318         atk_docs_textattributes_update.pat is for atk/docs and patches
319         atk-sections.txt etc. for improved docs
320         atk_atk_textattributes_update.pat is for atk/atk and included the
321         new ATK_ATTRIBUTE_* macros and updated gtk-doc comments.
323 2001-07-13  Darin Adler  <darin@bentspoon.com>
325         * atk/atkstate.c: Add missing <string.h> include.
326         * tests/teststateset.c: Add missing <string.h> include.
328 2001-07-13  Darin Adler  <darin@bentspoon.com>
330         * .cvsignore: Ignore some generated files.
331         * autogen.sh: Get rid of call to autoheader since the
332         configure file doesn't include AM_CONFIG_HEADER.
334 2001-07-11  Brian Cameron <brian.cameron@sun.com>
336         * tmpl/atkdocument.sgml
337         Added new file for docs.
339 2001-07-11  Padraig O'Briain  <padraig.obriain@sun.com>
341         * atk/atkimage.c atk/atkutil.c
342         Changes to build with Sun's FORTE compiler.
344 2001-07-10  Brian Cameron <brian.cameron@sun.com>
346         * tmpl/atk-unused.sgml tmpl/atkcomponent.sgml tmpl/atkeditabletext.sgml
347         tmpl/atkimage.sgml tmpl/atkselection.sgml tmpl/atkstate.sgml
348         tmpl/atkstreamablecontent.sgml tmpl/atktable.sgml
349         tmpl/atktext.sgml tmpl/atkutil.sgml
350         Updated docs pages.
352 Mon Jul  2 06:37:09 2001  Tim Janik  <timj@gtk.org>
354         * atk/atktext.c (atk_text_base_init): 
355         * atk/atktable.c (atk_table_base_init): 
356         * atk/atkobject.c (atk_object_init): s/signal_newc/signal_new/
357         to adapt to recent GSignal changes.
359 2001-06-28  Brian Cameron <brian.cameron@sun.com>
361         * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt
362         docs/tmpl/atkutil.sgml
363         Added new functiosn to AtkUtil.
365 2001-06-28  Brian Cameron <brian.cameron@sun.com>
367         * atk/Makefile.am atk/atk.h atk/atkdocument.c atk/atkdocument.h
368         docs/atk-docs.sgml docs/atk-sections.txt docs/tmpl/atk-unused.sgml
369         docs/tmpl/atkobject.sgml
370         Added new atk document interface.
372 2001-06-28  Brian Cameron <brian.cameron@sun.com>
374         * atk/atkcomponent.c atk/atkcomponent.h atk/atkimage.c
375         atk/atkimage.h atk/atktext.c atk/atktext.h atk/atkutil.h
376         Updated so that functions that take screen coords as 
377         input/output also take an enum specifying whether
378         the coords are screen or top-level window based.
379         Updated docs as well.
381 2001-06-28  Brian Cameron <brian.cameron@sun.com>
383         *atk/atkaction.c atk/atkcomponent.c atk/atkeditabletext.c
384         atk/atkhyperlink.c atk/atkobject.c atk/atkregistry.c
385         atk/atkstate.c atk/atkstateset.c atk/atkstreamablecontent.c
386         atk/atktable.c atk/atktext.c atk/atkutil.c atk/atkvalue.c
387         atk/docs/tmpl/atkstreamablecontent.sgml
388         Cleaned up docs.  Added atkstreamablecontent.sgml
390 2001-06-28  Brian Cameron <brian.cameron@sun.com>
392         *atk/atktable.h, atk/atktable.c
393         Updated signal handler definitions.
395 2001-06-27  Brian Cameron <brian.cameron@sun.com>
397         *atk/atktext.h
398         Updated AtkXYCoords enum.
400 2001-06-27  Brian Cameron <brian.cameron@sun.com>
402         *atk/atkaction.c atk/atkaction.h atk/atkcomponent.c
403         atk/atkcomponent.h atk/atkhyperlink.c atk/atkhypertext.c
404         atk/atkimage.c atk/atkimage.h atk/atkobject.c
405         atk/atkobject.h atk/atkobjectfactory.c atk/atkregistry.c
406         atk/atkstateset.c atk/atkstreamablecontent.c
407         atk/atkstreamablecontent.h atk/atktable.c
408         atk/atktext.c, docs/atk-docs.sgml docs/atk-sections.txt
409         and some docs/tmpl files.
410         Updated gtk-docs fixing spelling errors and making minor
411         changes to the API.
413 2001-06-27  Louise Miller <lousie.miller@sun.com>
415         *atk/atkselection.h, atk/atkselection.c
416         changed return type to gboolean for 
417         atk_selection_select_all_selection
419 2001-06-26  Brian Cameron <brian.cameron@sun.com>
421         *atk/atkstate.h atk/atkstate.c
422         docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml
423         docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml
424         docs/tmpl/atktext.sgml
425         Added ATK_STATE_STALE.  Updated docs.
427 2001-06-22  Lucy Brophy <lucy.brophy@sun.com>
429         *atk/atktext.h
430         Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
432 2001-06-21  Brian Cameron <brian.cameron@sun.com>
434         * atk/atkeditabletext.h, atk/atkobject.h,
435         atktext.[ch]
436         Added AtkAttributeSet_free() convenience
437         function.
439 2001-06-20  Peter Williams  <peterw@ximian.com>
441         * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type ->
442         atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer
443         G_{BEGIN,END}_DECLS.
445 2001-06-20  Brian Cameron <brian.cameron@sun.com>
447         * atk/atktable.c, atk/atkmarshal.list
448         Removed needless marshal and updated signal handlers in
449         atktable.c
451 2001-06-20  Louise Miller <louise.miller@sun.com>
453         *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml   
454         Changed parameters for get_selected_rows/get_selected_columns
455         Added 4 new functions, add_row_selection, remove_row_selection,
456         add_column_selection, remove_column_selection
458 2001-06-19  Brian Cameron <brian.cameron@sun.com>
460         * atk/atktable.c
461         Fixed minor bug with signals.
463 2001-06-18  Brian Cameron <brian.cameron@sun.com>
465         * atk/atktable
466         Added signals.
468 2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
470         * atk/atkselection.h atk/atkselection.c
471         Now add_selection, clear_selection, and remove_selection 
472         return a boolean indicating SUCCESS/FAILURE to indicate
473         if the operation was successful.
475 2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
477         * atk/atktable.h atk/atktable.h
478         Updated so now the get_text_before|at|after functions
479         return the start & end offset of the string.  Updated the
480         docs.
482 2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>
484         * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
486 2001-06-11  Havoc Pennington  <hp@redhat.com>
488         * NEWS: updated
490         * configure.in: bump version to 0.2 and add infrastructure for 
491         libtool version info. Assumes GTK versioning scheme (major.minor 
492         is binary compatible)
493         
494         * atk/Makefile.am (LDFLAGS): set version info
495         (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
496         
497 2001-06-13  Brian Cameron <brian.cameron@sun.com>
499         * atk/atktable.h, atk/atktable.c
500         Updated so that get/set row/column header functions
501         work with AtkObjects rather than AtkTables.  Organized
502         the header file a little more cleanly.  Also the get/set
503         row_description and caption functions now use gchar *
504         rather than AtkObject.
506 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
508         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
509         Add signal model-changed.
511         * atk/atkobject.c: Add properties
512         accessible-role, accessible-table-caption, 
513         accessible-table-column-header, accessible-table-column_description.
514         accessible-table-row-header, accessible-table-row_description.
515         accessible-table-summary, accessible-model
517 2001-06-12  Brian Cameron <brian.cameron@sun.com>
519         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
520         Updated atkeditabletext and atktext interfaces so they
521         now properly define the get/set attribute methods and now
522         get_offset_at_point and get_character_extents can request
523         x,y coords by either widget or screen coords.
525 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
527         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
528         CFLAGS, not in LIBS. (Always linking with -lpthread
529         is a noticeable speed hit.)
531 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
533         * atk/Makefile.am: Really fix marshal generation.
535 2001-06-07  Havoc Pennington  <hp@redhat.com>
537         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
538         glib-genmarshal stuff
540 2001-06-07  Havoc Pennington  <hp@redhat.com>
542         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
543         glib-genmarshal
545         * configure.in: rearrange the library checks to support
546         uninstalled linking     
548         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
550         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
551         ATK in giant GTK tarball
553 2001-06-07  Brian Cameron <brian.cameron@sun.com>
555         * docs/atk-api.sgml docs/atk-sections.txt
556         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
557         docs/tmpl/atktext.sgml
558         Removed docs/atk-api.sgml since it is not used.
559         Updated sgml files and atk-sections.txt to reflect
560         recent changes to the atktext and atkeditabletext
561         interfaces
563 2001-06-06  Brian Cameron <brian.cameron@sun.com>
565         * atk/atktext.h atk/atktext.h
566         Updated to new atktext functions for getting attributes.
568 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
570         * New files atk/atkstreamablecontent.[ch]
571         Updated files: atk/Makefile.am, atk/atk.h
573         * atk/atkvalue.c: Updated comments
575 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
577         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
579 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
581         * atk/atkobject.c: Add property accessible-visible-data
583 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
585         * atk/atkobject.c: Add support for setting and getting 
586         accessible-value property.
588         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
590 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
592         * atk/atkeditabletext.[ch], atk/atktext.[ch]
594         * docs/atk-overrides.txt, docs/Makefile.am
595           Updated the interface for dealing with selected
596           text to handle multiple selected regions.  Removed
597           get_row_col_at_offset from atktext.[ch].  Added
598           docs/atk-overrides.txt file.
600 Thu May 31  Brian Cameron <brian.cameron@sun.com>
602         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
603           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
604           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
605           Makefiles so the proper marshall files get included in the
606           dist.  Updated the Makefiles and configure.in so that the
607           docs get included in the dist.
609 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
611         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
613 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
615         * atk/atkobject.c: Define new properties accessible-text, 
616         accessible-caret, accessible-selection and accessible-value
618 2001-05-29  Brian Cameron <brian.cameron@sun.com>
620         * docs/atk-sections.txt
622         * docs/tmpl/*
623         Improved the layout/formatting of the atk docs.  Added docs/tmpl
624         files.
626 2001-05-28  Brian Cameron <brian.cameron@sun.com>
628         * atk/atktext.c
629         Now properly set the initialized flag when setting up signals.
630         Updated the atk-docs in several files
632 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
634         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
635         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
636         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
637         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
638         Fix warnings generated by Sun FORTE compiler
640 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
642         * atk/atkcomponent.c atk/atkvalue.c
643         Remove return calls in functions which return void
644         
645 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
647         * atk/atkobject.h: Correct naming of role for status bar
649         * atk/atktext.c: 
650         Clarify behaviour of atk_text_get_text_after/at/before_offset
652 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
654         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
656 2001-01-06  Hans Breuer  <hans@breuer.org>
658         * atk/makefile.msc atk/atk.def (new files) :
659         Enable build for win32, no sourc changes necessary.
661 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
663         * Released 0.1
665 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
667         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
669 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
671         * Start a ChangeLog