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