summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: e56dc21204fd237dfcfe6aaffc6670b18273ce45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
2001-06-18  Brian Cameron <brian.cameron@sun.com>
	* atk/atktable
	Added signals.

2001-06-15  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
	* atk/atkselection.h atk/atkselection.c
	Now add_selection, clear_selection, and remove_selection 
	return a boolean indicating SUCCESS/FAILURE to indicate
	if the operation was successful.

2001-06-13  Brian Cameron & Lucy Brophy  <brian.cameron@sun.com>
	* atk/atktable.h atk/atktable.h
	Updated so now the get_text_before|at|after functions
	return the start & end offset of the string.  Updated the
	docs.

2001-06-13  Padraig O'Briain  <padraig.obriain@sun.com>

	* atk/Makefile.am: install atknoopobject.h and atknoopobjectfactory.h

2001-06-11  Havoc Pennington  <hp@redhat.com>

	* NEWS: updated

	* configure.in: bump version to 0.2 and add infrastructure for 
	libtool version info. Assumes GTK versioning scheme (major.minor 
	is binary compatible)
	
	* atk/Makefile.am (LDFLAGS): set version info
	(stamp-atkmarshal.h): glib-genmarshal already includes top_builddir
	
2001-06-13  Brian Cameron <brian.cameron@sun.com>

	* atk/atktable.h, atk/atktable.c
	Updated so that get/set row/column header functions
	work with AtkObjects rather than AtkTables.  Organized
	the header file a little more cleanly.  Also the get/set
	row_description and caption functions now use gchar *
	rather than AtkObject.

2001-06-12  Padraig O'Briain  <padraig.obriain@sun.com>

	* atk/atkmarshal.list, atk/atktable.h atk/atktable.c:
	Add signal model-changed.

	* atk/atkobject.c: Add properties
	accessible-role, accessible-table-caption, 
	accessible-table-column-header, accessible-table-column_description.
	accessible-table-row-header, accessible-table-row_description.
	accessible-table-summary, accessible-model

2001-06-12  Brian Cameron <brian.cameron@sun.com>

	* atk/atkeditabletext.[ch], atk/atktext.[ch], atk/atkobject.h
	Updated atkeditabletext and atktext interfaces so they
	now properly define the get/set attribute methods and now
	get_offset_at_point and get_character_extents can request
	x,y coords by either widget or screen coords.

Sat Jun  9 15:17:00 2001  Owen Taylor  <otaylor@redhat.com>

	* configure.in (DEP_CFLAGS): Only include gthread-2.0 in
	CFLAGS, not in LIBS. (Always linking with -lpthread
	is a noticeable speed hit.)

Thu Jun  7 17:03:37 2001  Owen Taylor  <otaylor@redhat.com>

	* atk/Makefile.am: Really fix marshal generation.

2001-06-07  Havoc Pennington  <hp@redhat.com>

	* atk/Makefile.am ($(srcdir)/atkmarshal.c): fix up the
	glib-genmarshal stuff

2001-06-07  Havoc Pennington  <hp@redhat.com>

	* atk/Makefile.am: use @GLIB_GENMARSHAL@ so we can use uninstalled
	glib-genmarshal

	* configure.in: rearrange the library checks to support
	uninstalled linking	

	* autogen.sh: add support for AUTOGEN_SUBDIR_MODE

	* atk-uninstalled.pc.in: new file, allows linking to uninstalled
	ATK in giant GTK tarball

2001-06-07  Brian Cameron <brian.cameron@sun.com>

	* docs/atk-api.sgml docs/atk-sections.txt
	docs/tmpl/atk-unused.sgml docs/tmpl/atkeditabletext.sgml
	docs/tmpl/atktext.sgml
	Removed docs/atk-api.sgml since it is not used.
	Updated sgml files and atk-sections.txt to reflect
	recent changes to the atktext and atkeditabletext
	interfaces

2001-06-06  Brian Cameron <brian.cameron@sun.com>

	* atk/atktext.h atk/atktext.h
	Updated to new atktext functions for getting attributes.

2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>

	* New files atk/atkstreamablecontent.[ch]
	Updated files: atk/Makefile.am, atk/atk.h
	* atk/atkvalue.c: Updated comments

2001-06-06  Padraig O'Briain  <padraig.obriain@sun.com>

	* atk/atkregistry.h: Add declaration for atk_registry_get_type()

2001-06-05  Padraig O'Briain  <padraig.obriain@sun.com>

	* atk/atkobject.c: Add property accessible-visible-data

2001-06-01  Padraig O'Briain  <padraig.obriain@sun.com>

	* atk/atkobject.c: Add support for setting and getting 
	accessible-value property.
	* atk/atkvalue.[ch] Make GValue in atk_value_set_current_value const

Fri Jun 01  Brian Cameron <brian.cameron@sun.com>

        * atk/atkeditabletext.[ch], atk/atktext.[ch]
        * docs/atk-overrides.txt, docs/Makefile.am
          Updated the interface for dealing with selected
          text to handle multiple selected regions.  Removed
          get_row_col_at_offset from atktext.[ch].  Added
          docs/atk-overrides.txt file.

Thu May 31  Brian Cameron <brian.cameron@sun.com>

        * Makefile.am configure.in atk/Makefile.am atk/atktext.c
	  atk/atkutil.c docs/Makefile.am atk/atkmarshal.list
          Added atk_marshal_VOID__INT_INT marshaller.  Updated the
          Makefiles so the proper marshall files get included in the
          dist.  Updated the Makefiles and configure.in so that the
          docs get included in the dist.

Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>

	* autogen.sh (have_libtool): Fix GNU sedism (#55430)

2001-05-29  Padraig O'Briain  <padraig.obriain@sun.com>

	* atk/atkobject.c: Define new properties accessible-text, 
	accessible-caret, accessible-selection and accessible-value

2001-05-29  Brian Cameron <brian.cameron@sun.com>
        * docs/atk-sections.txt
        * docs/tmpl/*
        Improved the layout/formatting of the atk docs.  Added docs/tmpl
        files.

2001-05-28  Brian Cameron <brian.cameron@sun.com>

	* atk/atktext.c
	Now properly set the initialized flag when setting up signals.
        Updated the atk-docs in several files

2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>

	* atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,
	atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c,
	atk/atkregistry.c, atk/atkselection.c, atk/atktable.c,
	atk/atktext.c, atk/atkutil.c, atk/atkvalue.c
	Fix warnings generated by Sun FORTE compiler

2001-05-24  Padraig O'Briain  <padraig.obriain@sun.com>

	* atk/atkcomponent.c atk/atkvalue.c
	Remove return calls in functions which return void
	
2001-05-23  Padraig O'Briain  <padraig.obriain@sun.com>

	* atk/atkobject.h: Correct naming of role for status bar
        * atk/atktext.c: 
	Clarify behaviour of atk_text_get_text_after/at/before_offset
 
Sun May 13 11:35:32 2001  Owen Taylor  <otaylor@redhat.com>

	* autogen.sh (have_automake): Require libtool-1.4, automake-1.4p1.

2001-01-06  Hans Breuer  <hans@breuer.org>

	* atk/makefile.msc atk/atk.def (new files) :
	Enable build for win32, no sourc changes necessary.

Sat May  5 07:46:47 2001  Owen Taylor  <otaylor@redhat.com>

	* Released 0.1

Thu May  3 08:38:24 2001  Owen Taylor  <otaylor@redhat.com>

	* atk/atkobject.c: Add missing include of <string.h> for strcmp.

Tue Apr 25 10:10:00 2001  Padraig Obriain <padraig.obriain@sun.com>

        * Start a ChangeLog