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