File: ChangeLog.pre-2.16

package info (click to toggle)
guile-gnome-platform 2.16.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 15,084 kB
  • sloc: lisp: 10,010; sh: 6,875; ansic: 5,850; makefile: 951; python: 356
file content (203 lines) | stat: -rw-r--r-- 5,110 bytes parent folder | download | duplicates (3)
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
202
203
2008-05-01  Andy Wingo  <wingo@pobox.com>

	* doc/overview.texi (Overview): Add some perspective.

2008-04-27  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/Makefile.am (guilegwmodule_DATA): Clean some cruft.

2008-04-25  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.98 ==

2008-04-25  Andy Wingo  <wingo@pobox.com>

	* doc/*.texi: Update docs.

2008-04-10  Andy Wingo  <wingo@unquote>

	* == Released guile-gnome-platform version 2.15.97 ==

2008-04-10  Andy Wingo  <wingo@unquote>

	* NEWS: Update NEWS.

2007-12-10  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.96 ==

2007-12-06  Andy Wingo  <wingo@pobox.com>

	* doc/guile-gnome-atk.texi (Top): 
	* doc/undocumented.texi: Add section for undocumented exports.

	* doc/defuns-*.texi: Regenerated.
	
2007-11-25  Andy Wingo  <wingo@pobox.com>

	* doc/guile-gnome-atk.texi (Top): Update to have type and function
	indexes.

	* doc/defuns-atkstreamablecontent.xml.texi: Regenerated for
	<gio-channel> name change.

	* doc/defuns-atkhyperlink.xml.texi: Regenerated, dunno why the
	docs show a parameter reorder.

2007-11-24  Andy Wingo  <wingo@pobox.com>

	* tests/wrapset.api: API changes. <atk-action> and friends really
	are there, it's just that apicheck doesn't catch some of the
	latent types. That should probably be fixed.

	* gnome/overrides/atk.defs: Define a bunch of interfaces. Ignore
	some functions that we were not wrapping properly.

	* doc/defuns-*.xml.texi: Regenerated.

	* gnome/overrides/atk.defs-type-ignores: Add empty file.

2007-11-10  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.95 ==

2007-11-10  Andy Wingo  <wingo@pobox.com>

	* tests/Makefile.am:
	* tests/wrapset.api:
	* tests/wrapset.scm: Add API regression test suite.

2007-09-25  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.94 ==

2007-09-25  Andy Wingo  <wingo@pobox.com>

	* NEWS: Updated.

2007-09-07  Andy Wingo  <wingo@pobox.com>

	* doc/Makefile.am: 
	* doc/guile-gnome-atk.texi:
	* doc/overview.texi:
	* doc/overrides.texi:
	* doc/section-*.texi:
	* doc/defuns-*.texi: Add infrastructure for documentation.
	
2007-06-15  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.93 ==

	* gnome/Makefile.am (guilemodule_DATA): Fix the conditional to be
	HAVE_ATK, and recurse into overrides.

2007-05-24  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.92 ==

2007-05-13  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/atk-spec.scm (initialize): Make it explicit that
	AtkState is a uint64.

	* package.ac: Add explicit check for atk >= 1.12; while this
	module technically works with any version, depending on the defs
	files, this is the version that the platform defs package has now.

2007-05-10  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.91 ==

2007-05-10  Andy Wingo  <wingo@pobox.com>

	* gnome/Makefile.am (DIST_SUBDIRS): Add overrides to dist.

2007-05-05  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/atk-spec.scm (initialize): 
	* gnome/overrides/Makefile.am: 
	* gnome/overrides/atk.defs: Add overrides for ATK, ignoring some
	functions.

2006-12-15  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.15.90 ==

2006-11-05  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/atk-spec.scm: Use (gnome gw support g-wrap), the
	g-wrap compatibility wrapper.

2005-03-06  Andy Wingo  <wingo@pobox.com>

	* == Released guile-gnome-platform version 2.7.99 ==

2005-01-11  Andy Wingo  <wingo@pobox.com>

	* == Released platform version 2.7.98 ==

2004-12-06  Andy Wingo  <wingo@pobox.com>

	* == Released platform version 2.7.97 ==

2004-11-15  Andy Wingo  <wingo@pobox.com>

	* package.ac: Add record_check.

2004-10-28  Andy Wingo  <wingo@pobox.com>

	* glib-checks.ac: 
	* defs-checks.ac: Versioned pkg-config check.

2004-10-26  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/Makefile.am (guilegnomelib_LTLIBRARIES): Install to
	versioned directory.

2004-09-19  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/Makefile.am (libgw_guile_gnome_atk_la_LIBADD): Not
	G_WRAP_LINK_ARGS, it's G_WRAP_LIBS.

2004-09-16  Andy Wingo  <wingo@pobox.com>

	* Makefile.am (SUBDIRS): Dist fixes.

	* AUTHORS: Added.

	* NEWS: Added.

	* README: Added.

	* gnome/Makefile.am: Dist atk.scm.

	* gnome/atk.scm: Added.

2004-09-05  Andy Wingo  <wingo@pobox.com>

	* gnome/gw/Makefile.am: Don't dist the C file.

	* gnome/gw/atk-spec.scm: Fixes for module name changes.

	* defs-checks.ac: Added.

	* glib-checks.ac: Fixed.

2004-06-13  Andreas Rottmann  <a.rottmann@gmx.at>

	* gnome/gw/atk-spec.scm: Use #:dependencies instead of
	depends-on!.

	* ChangeLog: All changelogs have been merged, and the entries that
	don't deal with the ATK wrapper have been elided. Directories were
	corrected.

2003-11-25  Andreas Rottmann  <a.rottmann@gmx.at>

	* gnome/gtk/gw-atk-spec.scm: Use gw-standard instead of
	guile-gnome-gw-standard.

2003-05-03  Andy Wingo  <wingo@pobox.com>

	* *: Completely rewritten, see the release notes (0.5.0) for
	details.