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