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