*atk/atkselection.h, atk/atkselection.c changed return type to gboolean
[platform/upstream/atk.git] / ChangeLog
1 2001-06-27  Louise Miller <lousie.miller@sun.com>
2         *atk/atkselection.h, atk/atkselection.c
3         changed return type to gboolean for 
4         atk_selection_select_all_selection
5
6 2001-06-26  Brian Cameron <brian.cameron@sun.com>
7         *atk/atkstate.h atk/atkstate.c
8         docs/tmpl/atk-unused.sgml docs/tmpl/atkselection.sgml
9         docs/tmpl/atkstate.sgml docs/tmpl/atktable.sgml
10         docs/tmpl/atktext.sgml
11         Added ATK_STATE_STALE.  Updated docs.
12
13 2001-06-22  Lucy Brophy <lucy.brophy@sun.com>
14         *atk/atktext.h
15         Removed the macro ATK_TEXT_BOUNDARY_CURSOR_POS
16
17 2001-06-21  Brian Cameron <brian.cameron@sun.com>
18         * atk/atkeditabletext.h, atk/atkobject.h,
19         atktext.[ch]
20         Added AtkAttributeSet_free() convenience
21         function.
22
23 2001-06-20  Peter Williams  <peterw@ximian.com>
24         * atk/atknoopobject.h: Correct prototype name: agtk_widget_get_type ->
25         atk_no_op_object_get_type. Change #ifdef __cplusplus mess to nicer
26         G_{BEGIN,END}_DECLS.
27
28 2001-06-20  Brian Cameron <brian.cameron@sun.com>
29         * atk/atktable.c, atk/atkmarshal.list
30         Removed needless marshal and updated signal handlers in
31         atktable.c
32
33 2001-06-20  Louise Miller <louise.miller@sun.com>
34         *atk/atktable.h, atk/table.c, docs/tmpl/atktable.sgml   
35         Changed parameters for get_selected_rows/get_selected_columns
36         Added 4 new functions, add_row_selection, remove_row_selection,
37         add_column_selection, remove_column_selection
38
39 2001-06-19  Brian Cameron <brian.cameron@sun.com>
40         * atk/atktable.c
41         Fixed minor bug with signals.
42
43 2001-06-18  Brian Cameron <brian.cameron@sun.com>
44         * atk/atktable
45         Added signals.
46
47 2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
48         * atk/atkselection.h atk/atkselection.c
49         Now add_selection, clear_selection, and remove_selection 
50         return a boolean indicating SUCCESS/FAILURE to indicate
51         if the operation was successful.
52
53 2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
54         * atk/atktable.h atk/atktable.h
55         Updated so now the get_text_before|at|after functions
56         return the start & end offset of the string.  Updated the
57         docs.
58
59 2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>
60
61         * atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h
62
63 2001-06-11  Havoc Pennington  <hp@redhat.com>
64
65         * NEWS: updated
66
67         * configure.in: bump version to 0.2 and add infrastructure for 
68         libtool version info. Assumes GTK versioning scheme (major.minor 
69         is binary compatible)
70         
71         * atk/Makefile.am (LDFLAGS): set version info
72         (stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
73         
74 2001-06-13  Brian Cameron <brian.cameron@sun.com>
75
76         * atk/atktable.h, atk/atktable.c
77         Updated so that get/set row/column header functions
78         work with AtkObjects rather than AtkTables.  Organized
79         the header file a little more cleanly.  Also the get/set
80         row_description and caption functions now use gchar *
81         rather than AtkObject.
82
83 2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>
84
85         * atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
86         Add signal model-changed.
87
88         * atk/atkobject.c: Add properties
89         accessible-role, accessible-table-caption, 
90         accessible-table-column-header, accessible-table-column_description.
91         accessible-table-row-header, accessible-table-row_description.
92         accessible-table-summary, accessible-model
93
94 2001-06-12  Brian Cameron <brian.cameron@sun.com>
95
96         * atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
97         Updated atkeditabletext and atktext interfaces so they
98         now properly define the get/set attribute methods and now
99         get_offset_at_point and get_character_extents can request
100         x,y coords by either widget or screen coords.
101
102 Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>
103
104         * configure.in (DEP_CFLAGS): Only include gthread-2.0 in
105         CFLAGS, not in LIBS. (Always linking with -lpthread
106         is a noticeable speed hit.)
107
108 Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>
109
110         * atk/Makefile.am: Really fix marshal generation.
111
112 2001-06-07  Havoc Pennington  <hp@redhat.com>
113
114         * atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
115         glib-genmarshal stuff
116
117 2001-06-07  Havoc Pennington  <hp@redhat.com>
118
119         * atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
120         glib-genmarshal
121
122         * configure.in: rearrange the library checks to support
123         uninstalled linking     
124
125         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
126
127         * atk-uninstalled.pc.in: new file, allows linking to uninstalled
128         ATK in giant GTK tarball
129
130 2001-06-07  Brian Cameron <brian.cameron@sun.com>
131
132         * docs/atk-api.sgml docs/atk-sections.txt
133         docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
134         docs/tmpl/atktext.sgml
135         Removed docs/atk-api.sgml since it is not used.
136         Updated sgml files and atk-sections.txt to reflect
137         recent changes to the atktext and atkeditabletext
138         interfaces
139
140 2001-06-06  Brian Cameron <brian.cameron@sun.com>
141
142         * atk/atktext.h atk/atktext.h
143         Updated to new atktext functions for getting attributes.
144
145 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
146
147         * New files atk/atkstreamablecontent.[ch]
148         Updated files: atk/Makefile.am, atk/atk.h
149         * atk/atkvalue.c: Updated comments
150
151 2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>
152
153         * atk/atkregistry.h: Add declaration for atk_registry_get_type()
154
155 2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>
156
157         * atk/atkobject.c: Add property accessible-visible-data
158
159 2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>
160
161         * atk/atkobject.c: Add support for setting and getting 
162         accessible-value property.
163         * atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const
164
165 Fri Jun 01  Brian Cameron <brian.cameron@sun.com>
166
167         * atk/atkeditabletext.[ch], atk/atktext.[ch]
168         * docs/atk-overrides.txt, docs/Makefile.am
169           Updated the interface for dealing with selected
170           text to handle multiple selected regions.  Removed
171           get_row_col_at_offset from atktext.[ch].  Added
172           docs/atk-overrides.txt file.
173
174 Thu May 31  Brian Cameron <brian.cameron@sun.com>
175
176         * Makefile.am configure.in atk/Makefile.am atk/atktext.c
177           atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
178           Added atk_marshal_VOID__INT_INT marshaller.  Updated the
179           Makefiles so the proper marshall files get included in the
180           dist.  Updated the Makefiles and configure.in so that the
181           docs get included in the dist.
182
183 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
184
185         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
186
187 2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>
188
189         * atk/atkobject.c: Define new properties accessible-text, 
190         accessible-caret, accessible-selection and accessible-value
191
192 2001-05-29  Brian Cameron <brian.cameron@sun.com>
193         * docs/atk-sections.txt
194         * docs/tmpl/*
195         Improved the layout/formatting of the atk docs.  Added docs/tmpl
196         files.
197
198 2001-05-28  Brian Cameron <brian.cameron@sun.com>
199
200         * atk/atktext.c
201         Now properly set the initialized flag when setting up signals.
202         Updated the atk-docs in several files
203
204 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
205
206         * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
207         atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
208         atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
209         atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
210         Fix warnings generated by Sun FORTE compiler
211
212 2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>
213
214         * atk/atkcomponent.c atk/atkvalue.c
215         Remove return calls in functions which return void
216         
217 2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>
218
219         * atk/atkobject.h: Correct naming of role for status bar
220         * atk/atktext.c: 
221         Clarify behaviour of atk_text_get_text_after/at/before_offset
222  
223 Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>
224
225         * autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.
226
227 2001-01-06  Hans Breuer  <hans@breuer.org>
228
229         * atk/makefile.msc atk/atk.def (new files) :
230         Enable build for win32, no sourc changes necessary.
231
232 Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>
233
234         * Released 0.1
235
236 Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>
237
238         * atk/atkobject.c: Add missing include of <string.h> for strcmp.
239
240 Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>
241
242         * Start a ChangeLog
243