3328e46b386cef81d98dadbd73988804cd6d1b41
[platform/upstream/atk.git] / ChangeLog
1 2001-10-10  Padraig O'Briain  <padraig.obriain@sun.com>
2
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
7
8 2001-10-09  Padraig O'Briain  <padraig.obriain@sun.com>
9
10         * atk/atktext.c (atk_attribute_set_free):
11         Avoid leaking of AtkAttributeSet data structure; speed up code.
12
13         * docs/tmpl.atk*.sgml
14         Updated to reflect current APIs.
15
16 2001-10-01  jacob berkman  <jacob@ximian.com>
17
18         * docs/Makefile.am (dist-hook-local): depend on all-local so that
19         make dist works correctly w/o having to build first
20
21 2001-10-01  Tor Lillqvist  <tml@iki.fi>
22
23         * configure.in: Add AC_LIBTOOL_WIN32_DLL.
24
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)
29
30         * atk/makefile.msc (PKG_VER): Version 0.6
31
32         * atk/atkrelation.h:
33         * atk/atkrelation.c: (AtkRelationType 
34         atk_relation_type_from_string (const gchar *name)): Added method.
35
36         
37 Tue Sep 25 12:08:52 2001  Owen Taylor  <otaylor@redhat.com>
38
39         * configure.in (ATK_MICRO_VERSION): Version 0.5
40
41         * configure.in (GLIB_REQUIRED_VERSION): Up to 1.3.9
42
43         * atk/makefile.msc (PKG_VER): Version 0.5
44
45 2001-09-21  Hans Breuer  <hans@breuer.org>
46
47         * atk/atk.def : updated externals
48         * atk/makefile.msc : version 0.4
49
50         * atk/atktext.c (atk_text_get_character_extents) : real_height
51         is a reference to int, so use &local_height
52
53 Wed Sep 19 10:46:44 2001  Tim Janik  <timj@gtk.org>
54
55         * Released 0.4.
56
57 Tue Sep 18 23:41:32 2001  Tim Janik  <timj@gtk.org>
58
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.
63
64         * NEWS: updates.
65
66 2001-09-11  Padraig O'Briain  <padraig.obriain@sun.com>
67
68         * atk/atkobject.c:
69         Add object reference when object is set as accessible_parent
70
71 2001-09-05  Mark McLoughlin <mark@skynet.ie>
72
73         * configure.in: remember ACLOCAL_FLAGS.
74
75 2001-09-05  Padraig O'Briain  <padraig.obriain@sun.com>
76
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>
83
84         * configure.in: Version 0.3  
85
86         * configure.in (GLIB_REQUIRED_VERSION): Require GTK+-1.3.7
87
88         * NEWS: Update  
89
90 2001-09-03  Padraig O'Briain  <padraig.obriain@sun.com>
91
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
98
99 2001-08-24  Padraig O'Briain  <padraig.obriain@sun.com>
100
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>
115
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()
121
122 2001-08-23  Padraig O'Briain  <padraig.obriain@sun.com>
123
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
131
132 2001-08-22  Marc Mulcahy <marc.mulcahy@sun.com>
133
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
139
140 2001-08-20  Padraig O'Briain  <padraig.obriain@sun.com>
141
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
147
148 2001-08-17  Padraig O'Briain  <padraig.obriain@sun.com>
149
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>
159
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.
165
166 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
167
168         * docs/atk-sections.txt, docs/tmpl/atktext.sgml:
169         Ensure that atk_attribute_set_free is in the documentation.
170
171 2001-08-16  Padraig O'Briain  <padraig.obriain@sun.com>
172
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
177
178 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
179
180         * atk/atktext.[c|h], docs/tmpl/atktext.sgml:
181         Changed "length" argument of atk_text_get_character_extents() to
182         "height".
183
184 2001-08-15  Jens Finke <jens@gnome.org>
185
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.
191
192 2001-08-13  Padraig O'Briain  <padraig.obriain@sun.com>
193
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
198
199 Sun Aug 12 10:33:02 2001  Owen Taylor  <otaylor@redhat.com>
200
201         * docs/Makefile.am: Set GPATH to fix srcdir != builddir problems
202         with GNU make.
203
204 2001-08-09  Padraig O'Briain  <padraig.obriain@sun.com>
205
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()
215
216 2001-08-07  Brian Cameron <brian.cameron@sun.com>
217
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.
225
226 2001-07-31  Padraig O'Briain  <padraig.obriain@sun.com>
227
228         * atk/atkobject.c
229         Create an object relation set when the object is created.
230
231 2001-07-30  Brian Cameron <brian.cameron@sun.com>
232
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.
239
240 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
241
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
246
247 2001-07-27  Padraig O'Briain  <padraig.obriain@sun.com>
248
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.
253
254 2001-07-26  Padraig O'Briain  <padraig.obriain@sun.com>
255
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
259
260 2001-07-25 Bill Haneman <bill.haneman@sun.com>
261
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
271
272 2001-07-24  Padraig O'Briain  <padraig.obriain@sun.com>
273
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>
290
291         * atk/atkobject.c
292         Changed children_changed signal to allow NULL pointers
293         for the 2nd argument to the signal handler.
294
295 2001-07-20  Hans Breuer  <hans@breuer.org>
296
297         * atk/atk.def : added more exports
298         * atk/makefile.msc : updated win32 build
299
300 2001-07-20  Padraig O'Briain  <padraig.obriain@sun.com>
301
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()
305
306 2001-07-18  Padraig O'Briain  <padraig.obriain@sun.com>
307
308         * atk/atkstate.[c|h]
309         Add ATK_STATE_ENABLED so we can distinguish between a consistent
310         and inconsistent GtkToggleButton
311
312 2001-07-16  Brian Cameron <brian.cameron@sun.com>
313
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.
322
323 2001-07-13  Darin Adler  <darin@bentspoon.com>
324
325         * atk/atkstate.c: Add missing <string.h> include.
326         * tests/teststateset.c: Add missing <string.h> include.
327
328 2001-07-13  Darin Adler  <darin@bentspoon.com>
329
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.
333
334 2001-07-11  Brian Cameron <brian.cameron@sun.com>
335
336         * tmpl/atkdocument.sgml
337         Added new file for docs.
338
339 2001-07-11  Padraig O'Briain  <padraig.obriain@sun.com>
340
341         * atk/atkimage.c atk/atkutil.c
342         Changes to build with Sun's FORTE compiler.
343
344 2001-07-10  Brian Cameron <brian.cameron@sun.com>
345
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.
351
352 Mon Jul  2 06:37:09 2001  Tim Janik  <timj@gtk.org>
353
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.
358
359 2001-06-28  Brian Cameron <brian.cameron@sun.com>
360
361         * atk/atkutil.c atk/atkutil.h docs/atk-sections.txt
362         docs/tmpl/atkutil.sgml
363         Added new functiosn to AtkUtil.
364
365 2001-06-28  Brian Cameron <brian.cameron@sun.com>
366
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.
371
372 2001-06-28  Brian Cameron <brian.cameron@sun.com>
373
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.
380
381 2001-06-28  Brian Cameron <brian.cameron@sun.com>
382
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
389
390 2001-06-28  Brian Cameron <brian.cameron@sun.com>
391
392         *atk/atktable.h, atk/atktable.c
393         Updated signal handler definitions.
394
395 2001-06-27  Brian Cameron <brian.cameron@sun.com>
396
397         *atk/atktext.h
398         Updated AtkXYCoords enum.
399
400 2001-06-27  Brian Cameron <brian.cameron@sun.com>
401
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.
412
413 2001-06-27  Louise Miller <lousie.miller@sun.com>
414
415         *atk/atkselection.h, atk/atkselection.c
416         changed return type to gboolean for 
417         atk_selection_select_all_selection
418
419 2001-06-26  Brian Cameron <brian.cameron@sun.com>
420
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.
426
427 2001-06-22  Lucy Brophy <lucy.brophy@sun.com>
428
429         *atk/atktext.h
430         Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
431
432 2001-06-21  Brian Cameron <brian.cameron@sun.com>
433
434         * atk/atkeditabletext.h, atk/atkobject.h,
435         atktext.[ch]
436         Added AtkAttributeSet_free() convenience
437         function.
438
439 2001-06-20  Peter Williams  <peterw@ximian.com>
440
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.
444
445 2001-06-20  Brian Cameron <brian.cameron@sun.com>
446
447         * atk/atktable.c, atk/atkmarshal.list
448         Removed needless marshal and updated signal handlers in
449         atktable.c
450
451 2001-06-20  Louise Miller <louise.miller@sun.com>
452
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
457
458 2001-06-19  Brian Cameron <brian.cameron@sun.com>
459
460         * atk/atktable.c
461         Fixed minor bug with signals.
462
463 2001-06-18  Brian Cameron <brian.cameron@sun.com>
464
465         * atk/atktable
466         Added signals.
467
468 2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
469
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.
474
475 2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
476
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.
481
482 2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>
483
484         * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
485
486 2001-06-11  Havoc Pennington  <hp@redhat.com>
487
488         * NEWS: updated
489
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>
498
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.
505
506 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
507
508         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
509         Add signal model-changed.
510
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
516
517 2001-06-12  Brian Cameron <brian.cameron@sun.com>
518
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.
524
525 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
526
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.)
530
531 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
532
533         * atk/Makefile.am: Really fix marshal generation.
534
535 2001-06-07  Havoc Pennington  <hp@redhat.com>
536
537         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
538         glib-genmarshal stuff
539
540 2001-06-07  Havoc Pennington  <hp@redhat.com>
541
542         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
543         glib-genmarshal
544
545         * configure.in: rearrange the library checks to support
546         uninstalled linking     
547
548         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
549
550         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
551         ATK in giant GTK tarball
552
553 2001-06-07  Brian Cameron <brian.cameron@sun.com>
554
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
562
563 2001-06-06  Brian Cameron <brian.cameron@sun.com>
564
565         * atk/atktext.h atk/atktext.h
566         Updated to new atktext functions for getting attributes.
567
568 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
569
570         * New files atk/atkstreamablecontent.[ch]
571         Updated files: atk/Makefile.am, atk/atk.h
572
573         * atk/atkvalue.c: Updated comments
574
575 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
576
577         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
578
579 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
580
581         * atk/atkobject.c: Add property accessible-visible-data
582
583 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
584
585         * atk/atkobject.c: Add support for setting and getting 
586         accessible-value property.
587
588         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
589
590 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
591
592         * atk/atkeditabletext.[ch], atk/atktext.[ch]
593
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.
599
600 Thu May 31  Brian Cameron <brian.cameron@sun.com>
601
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.
608
609 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
610
611         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
612
613 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
614
615         * atk/atkobject.c: Define new properties accessible-text, 
616         accessible-caret, accessible-selection and accessible-value
617
618 2001-05-29  Brian Cameron <brian.cameron@sun.com>
619
620         * docs/atk-sections.txt
621
622         * docs/tmpl/*
623         Improved the layout/formatting of the atk docs.  Added docs/tmpl
624         files.
625
626 2001-05-28  Brian Cameron <brian.cameron@sun.com>
627
628         * atk/atktext.c
629         Now properly set the initialized flag when setting up signals.
630         Updated the atk-docs in several files
631
632 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
633
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
639
640 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
641
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>
646
647         * atk/atkobject.h: Correct naming of role for status bar
648
649         * atk/atktext.c: 
650         Clarify behaviour of atk_text_get_text_after/at/before_offset
651  
652 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
653
654         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
655
656 2001-01-06  Hans Breuer  <hans@breuer.org>
657
658         * atk/makefile.msc atk/atk.def (new files) :
659         Enable build for win32, no sourc changes necessary.
660
661 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
662
663         * Released 0.1
664
665 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
666
667         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
668
669 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
670
671         * Start a ChangeLog
672