2973
|
1 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
2
|
|
3 * canna/Makefile.in.in (MODVER): Bump to 0.5.
|
|
4
|
|
5 * canna/canna-api.c:
|
|
6 * canna/Makefile.in.in (MODNAME,SRCS):
|
|
7 Rename module from canna_api to canna-api.
|
|
8
|
|
9 2005-09-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
10
|
|
11 * canna: New module.
|
|
12
|
|
13 * canna/canna_api.c: Move from $srcdir/src/mule-canna.c. Add module
|
|
14 initialization function and some boilerplate. Change name to
|
|
15 canna_api to reflect changed role.
|
|
16
|
|
17 * canna/configure.ac:
|
|
18 * canna/Makefile.in.in:
|
|
19 * canna/install-sh:
|
|
20 Standard module boilerplate, adapted to Canna.
|
|
21
|
2931
|
22 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
23
|
|
24 * XEmacs 21.5.22 "cucumber" is released.
|
|
25
|
2812
|
26 2005-06-09 Craig Lanning <CraigL@sc.rr.com>
|
|
27
|
|
28 * ldap/.cvsignore:
|
|
29 * sample/external/.cvsignore:
|
|
30 * sample/internal/.cvsignore:
|
|
31 Added GNUmakefile, Makefile, and Makefile.in
|
|
32
|
2791
|
33 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
34
|
|
35 * XEmacs 21.5.21 "corn" is released.
|
|
36
|
2720
|
37 2005-04-01 Marcus Crestani <crestani@xemacs.org>
|
|
38
|
|
39 The new allocator.
|
|
40
|
|
41 Remove Lcrecords:
|
|
42
|
|
43 * postgresql/postgresql.c (allocate_pgconn): Allocate with new
|
|
44 allocator.
|
|
45 * postgresql/postgresql.c (allocate_pgresult): Allocate PGresult
|
|
46 with new allocator.
|
|
47 * postgresql/postgresql.h (struct Lisp_PGconn): Add
|
|
48 lrecord_header.
|
|
49 * postgresql/postgresql.h (struct Lisp_PGresult): Add
|
|
50 lrecord_header.
|
|
51 * ldap/eldap.c (allocate_ldap): Allocate with new allocator.
|
|
52 * ldap/eldap.h (struct Lisp_LDAP): Add lrecord_header.
|
|
53
|
2653
|
54 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org>
|
|
55
|
|
56 * XEmacs 21.5.20 "cilantro" is released.
|
|
57
|
2594
|
58 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
59
|
|
60 * XEmacs 21.5.19 "chives" is released.
|
|
61
|
2387
|
62 2004-11-13 Ben Wing <ben@xemacs.org>
|
|
63
|
|
64 * ldap/eldap.c (Fldap_modify):
|
|
65 Need braces around EXTERNAL_LIST_LOOP_2.
|
|
66
|
2377
|
67 2004-01-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
68
|
|
69 * common/Makefile.common (CFLAGS): Use XE_CFLAGS.
|
|
70
|
2367
|
71 2004-10-27 Ben Wing <ben@xemacs.org>
|
|
72
|
|
73 * ldap/eldap.c:
|
|
74 * ldap/eldap.c (Fldap_open):
|
|
75 * ldap/eldap.c (Fldap_search_basic):
|
|
76 * ldap/eldap.c (Fldap_add):
|
|
77 * ldap/eldap.c (Fldap_modify):
|
|
78 * ldap/eldap.c (Fldap_delete):
|
|
79 Mule-ize.
|
|
80 Use EXTERNAL_LIST_LOOP_2 instead of deleted EXTERNAL_LIST_LOOP.
|
|
81
|
2346
|
82 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
83
|
|
84 * XEmacs 21.5.18 "chestnut" is released.
|
|
85
|
2286
|
86 2004-09-14 Jerry James <james@xemacs.org>
|
|
87
|
|
88 * postgresql/postgresql.c:
|
|
89 * ldap/eldap.c:
|
|
90 Mark unused parameters with the UNUSED macro.
|
|
91
|
2272
|
92 2004-09-14 Jerry James <james@xemacs.org>
|
|
93
|
|
94 * ldap/eldap.c (Fldap_open): Change ldap_passwd to ldap_password
|
|
95 to eliminate a gcc shadow warning.
|
|
96
|
2268
|
97 2004-09-13 Jerry James <james@xemacs.org>
|
|
98
|
|
99 * ldap/eldap.c (signal_ldap_error): Mark as noreturn.
|
|
100
|
1964
|
101 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
102
|
|
103 * XEmacs 21.5.17 "chayote" is released.
|
|
104
|
1716
|
105 2003-09-26 Steve Youngs <youngs@xemacs.org>
|
|
106
|
|
107 * XEmacs 21.5.16 "celeriac" is released.
|
|
108
|
1706
|
109 2003-09-21 Jerry James <james@xemacs.org>
|
|
110
|
|
111 * postgresql/postgresql.c (unload_postgresql): Do not mangle the
|
|
112 unload function name when compiling with C++.
|
|
113 * ldap/eldap.c (unload_eldap): Ditto.
|
|
114
|
1665
|
115 2003-09-03 Steve Youngs <youngs@xemacs.org>
|
|
116
|
|
117 * XEmacs 21.5.15 "celery" is released.
|
|
118
|
1650
|
119 2003-08-28 Jerry James <james@xemacs.org>
|
|
120
|
|
121 * common/Makefile.common (LIBSTDCPP): New.
|
|
122 * common/Makefile.common (.c.o): Use it to avoid undefined symbol
|
|
123 errors when compiling modules with g++.
|
|
124
|
1632
|
125 2003-08-18 Jerry James <james@xemacs.org>
|
|
126
|
|
127 * postgresql/postgresql.c: Include emodules.h when building a module.
|
|
128 * ldap/eldap.c: Ditto.
|
|
129 * common/Makefile.common: Make module makefiles processable by cpp.
|
|
130 * common/Makefile.common (IMPORT_LIB): New.
|
|
131 * common/Makefile.common: Use it.
|
|
132
|
1522
|
133 2003-06-11 Jerry James <james@xemacs.org>
|
|
134
|
|
135 * common/Makefile.common: The last change re-broke FreeBSD module
|
|
136 building. Expand srcdir in SRC_SRCS with configure to fix it.
|
|
137
|
1520
|
138 2003-06-10 Jerry James <james@xemacs.org>
|
|
139
|
|
140 * common/Makefile.common: Change GNUish := to =.
|
|
141
|
1510
|
142 2003-06-01 Steve Youngs <youngs@xemacs.org>
|
|
143
|
|
144 * XEmacs 21.5.14 "cassava" is released.
|
|
145
|
1490
|
146 2003-05-09 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
147
|
|
148 * common/Makefile.common: Move use of srcdir below its definition.
|
|
149 * sample/internal/Makefile.in.in: Ditto.
|
|
150 * sample/external/Makefile.in.in: Ditto.
|
|
151
|
1489
|
152 2003-05-20 Jerry James <james@xemacs.org>
|
|
153
|
|
154 * sample/internal/Makefile.in.in: Expand $^ for makes that don't
|
|
155 understand it.
|
|
156 * sample/external/Makefile.in.in: Ditto.
|
|
157 * common/Makefile.common: Ditto.
|
|
158
|
1473
|
159 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
160
|
|
161 * XEmacs 21.5.13 "cauliflower" is released.
|
|
162
|
1431
|
163 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
164
|
|
165 * XEmacs 21.5.12 "carrot" is released.
|
|
166
|
1307
|
167 2003-02-16 Steve Youngs <youngs@xemacs.org>
|
|
168
|
|
169 * XEmacs 21.5.11 "cabbage" is released.
|
|
170
|
1270
|
171 2003-02-07 Jerry James <james@xemacs.org>
|
|
172
|
|
173 * ldap/eldap.c: Add unload_eldap prototype to fix warning.
|
|
174
|
1252
|
175 2003-01-30 Robert Pluim <rpluim@bigfoot.com>
|
|
176
|
|
177 * Makefile.common: FreeBSD make compatability fixes: expand
|
|
178 SRC_SRCS immediately, use MODCC rather than CC to prevent
|
|
179 overriding by top-level makefile.
|
|
180
|
1220
|
181 2003-01-15 Jerry James <james@eecs.ku.edu>
|
|
182
|
|
183 * ldap/eldap.c: Apply Ben's postgresql change to LDAP also.
|
|
184
|
1204
|
185 2002-12-16 Ben Wing <ben@xemacs.org>
|
|
186
|
|
187 * postgresql/postgresql.c:
|
|
188 remove ifdef USE_KKCC.
|
|
189
|
1187
|
190 2003-01-04 Steve Youngs <youngs@xemacs.org>
|
|
191
|
|
192 * XEmacs 21.5.10 "burdock" is released.
|
|
193
|
1111
|
194 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
195
|
|
196 * postgresql/Makefile.in.in:
|
|
197 * postgresql/Makefile.in.in (SRCS):
|
|
198 * postgresql/Makefile.in.in (SRC_SRCS): Removed.
|
|
199 * postgresql/Makefile.in.in (OBJS): Removed.
|
|
200 * postgresql/Makefile.in.in (SHELL): Removed.
|
|
201 * postgresql/Makefile.in.in (RM): Removed.
|
|
202 * postgresql/Makefile.in.in (PROGNAME): Removed.
|
|
203 * postgresql/Makefile.in.in (CFLAGS): Removed.
|
|
204 * postgresql/Makefile.in.in (INSTALL): Removed.
|
|
205 * postgresql/Makefile.in.in (version): Removed.
|
|
206 * postgresql/Makefile.in.in (prefix): Removed.
|
|
207 * postgresql/Makefile.in.in (exec_prefix): Removed.
|
|
208 * postgresql/Makefile.in.in (libdir): Removed.
|
|
209 * postgresql/Makefile.in.in (instvardir): Removed.
|
|
210 * postgresql/Makefile.in.in (configuration): Removed.
|
|
211 * postgresql/Makefile.in.in (moduledir): Removed.
|
|
212 * postgresql/Makefile.in.in (with_modules): Removed.
|
|
213 * postgresql/Makefile.in.in (srcdir): Removed.
|
|
214 * postgresql/Makefile.in.in (VPATH): Removed.
|
|
215 * postgresql/Makefile.in.in (CC): Removed.
|
|
216 * postgresql/Makefile.in.in (MODARCHDIR): Removed.
|
|
217 * postgresql/Makefile.in.in (MAKE_DOCFILE): Removed.
|
|
218 * postgresql/Makefile.in.in (MODCFLAGS): Removed.
|
|
219 * postgresql/Makefile.in.in (INSTALLPATH): Removed.
|
|
220 * postgresql/Makefile.in.in (INSTALL_PROGRAM): Removed.
|
|
221 * postgresql/Makefile.in.in (OBJECT_TO_BUILD): Removed.
|
|
222 * postgresql/Makefile.in.in (.PHONY): Removed.
|
|
223 * postgresql/Makefile.in.in (all): Removed.
|
|
224 * postgresql/Makefile.in.in (.c.o): Removed.
|
|
225 * postgresql/Makefile.in.in (clean): Removed.
|
|
226 * postgresql/Makefile.in.in (distclean): Removed.
|
|
227 * postgresql/Makefile.in.in (install): Removed.
|
|
228 Move common stuff into modues/common/Makefile.common. (Also
|
|
229 add extraclean target and a couple of other fixes in that file.)
|
|
230
|
|
231 * postgresql/configure.ac:
|
|
232 Extract out common configure stuff into
|
|
233 modules/common/configure-{pre,post}.ac.
|
|
234
|
|
235 * postgresql/postgresql.c (WARNING):
|
|
236 Fix warning.
|
|
237
|
|
238 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
239
|
|
240 * ldap/Makefile.in.in:
|
|
241 * ldap/Makefile.in.in (SRCS):
|
|
242 * ldap/Makefile.in.in (SRC_SRCS): Removed.
|
|
243 * ldap/Makefile.in.in (OBJS): Removed.
|
|
244 * ldap/Makefile.in.in (SHELL): Removed.
|
|
245 * ldap/Makefile.in.in (RM): Removed.
|
|
246 * ldap/Makefile.in.in (PROGNAME): Removed.
|
|
247 * ldap/Makefile.in.in (CFLAGS): Removed.
|
|
248 * ldap/Makefile.in.in (INSTALL): Removed.
|
|
249 * ldap/Makefile.in.in (version): Removed.
|
|
250 * ldap/Makefile.in.in (prefix): Removed.
|
|
251 * ldap/Makefile.in.in (exec_prefix): Removed.
|
|
252 * ldap/Makefile.in.in (libdir): Removed.
|
|
253 * ldap/Makefile.in.in (instvardir): Removed.
|
|
254 * ldap/Makefile.in.in (configuration): Removed.
|
|
255 * ldap/Makefile.in.in (moduledir): Removed.
|
|
256 * ldap/Makefile.in.in (with_modules): Removed.
|
|
257 * ldap/Makefile.in.in (srcdir): Removed.
|
|
258 * ldap/Makefile.in.in (VPATH): Removed.
|
|
259 * ldap/Makefile.in.in (CC): Removed.
|
|
260 * ldap/Makefile.in.in (MODARCHDIR): Removed.
|
|
261 * ldap/Makefile.in.in (MAKE_DOCFILE): Removed.
|
|
262 * ldap/Makefile.in.in (MODCFLAGS): Removed.
|
|
263 * ldap/Makefile.in.in (INSTALLPATH): Removed.
|
|
264 * ldap/Makefile.in.in (INSTALL_PROGRAM): Removed.
|
|
265 * ldap/Makefile.in.in (OBJECT_TO_BUILD): Removed.
|
|
266 * ldap/Makefile.in.in (.PHONY): Removed.
|
|
267 * ldap/Makefile.in.in (all): Removed.
|
|
268 * ldap/Makefile.in.in (.c.o): Removed.
|
|
269 * ldap/Makefile.in.in (clean): Removed.
|
|
270 * ldap/Makefile.in.in (distclean): Removed.
|
|
271 * ldap/Makefile.in.in (install): Removed.
|
|
272 Move common stuff into modues/common/Makefile.common. (Also
|
|
273 add extraclean target and a couple of other fixes in that file.)
|
|
274
|
|
275 * ldap/configure.ac:
|
|
276 * ldap/configure.ac (have_ldap):
|
|
277 Extract out common configure stuff into
|
|
278 modules/common/configure-{pre,post}.ac.
|
|
279
|
|
280 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
281
|
|
282 * common/Makefile.common:
|
|
283 * common/Makefile.common (SHELL):
|
|
284 Common stuff is here.
|
|
285
|
1011
|
286 2002-09-20 Steve Youngs <youngs@xemacs.org>
|
|
287
|
|
288 * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick
|
|
289 up '--site-libraries'.
|
|
290
|
|
291 * ldap/Makefile.in.in (LDFLAGS): Ditto.
|
|
292
|
996
|
293 2002-08-08 Jerry James <james@xemacs.org>
|
|
294
|
|
295 * auto-autoloads.el: New file containing module autoloads.
|
|
296 * auto-autoloads.elc: Ditto.
|
|
297 * README: Update to reflect the new architecture.
|
|
298 * ldap/configure.ac: New file.
|
|
299 * ldap/configure: Ditto.
|
|
300 * ldap/eldap.h: Copy the version from src.
|
|
301 * ldap/eldap.c: Ditto. Add autoloads.
|
|
302 * ldap/eldap.c (unload_eldap): New function to unstaticpro symbols
|
|
303 defined in this file.
|
|
304 * ldap/install-sh: New script for independent module building.
|
|
305 * ldap/Makefile: Remove in favor of autoconf solution.
|
|
306 * ldap/Makefile.in.in: New file containing the autoconf solution.
|
|
307 * postgresql: New directory.
|
|
308 * postgresql/.cvsignore: New file.
|
|
309 * postgresql/configure.ac: Ditto.
|
|
310 * postgresql/configure: Ditto.
|
|
311 * postgresql/install-sh: New script for independent module
|
|
312 building.
|
|
313 * postgresql/Makefile.in.in: New file.
|
|
314 * postgresql/postgresql.h: Copy the version from src.
|
|
315 * postgresql/postgresql.c: Ditto. Add autoloads.
|
|
316 * sample/Makefile: Move to internal and external subdirectories.
|
|
317 * sample/sample.c: Ditto.
|
|
318 * sample/external: New directory containing sample external
|
|
319 modules.
|
|
320 * sample/external/.cvsignore: New file.
|
|
321 * sample/external/configure.ac: Ditto.
|
|
322 * sample/external/install-sh: Ditto.
|
|
323 * sample/external/Makefile.in.in: New.
|
|
324 * sample/external/sample.c: Move from next higher directory.
|
|
325 * sample/internal: New directory containing sample internal
|
|
326 modules.
|
|
327 * sample/internal/.cvsignore: New file.
|
|
328 * sample/internal/configure.ac: Ditto.
|
|
329 * sample/internal/install-sh: Ditto.
|
|
330 * sample/internal/Makefile.in.in: New.
|
|
331 * sample/internal/sample.c: Move from next higher directory.
|
|
332
|
981
|
333 2002-08-30 Steve Youngs <youngs@xemacs.org>
|
|
334
|
|
335 * XEmacs 21.5.9 "brussels sprouts" is released.
|
|
336
|
933
|
337 2002-07-27 Steve Youngs <youngs@xemacs.org>
|
|
338
|
|
339 * XEmacs 21.5.8 "broccoli" is released.
|
|
340
|
894
|
341 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
342
|
|
343 * XEmacs 21.5.7 "broccoflower" is released.
|
|
344
|
804
|
345 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
346
|
|
347 * XEmacs 21.5.6 "bok choi" is released.
|
|
348
|
774
|
349 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
350
|
|
351 * The Great Mule Merge: placeholder.
|
|
352
|
768
|
353 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
354
|
|
355 * XEmacs 21.5.5 "beets" is released.
|
|
356
|
754
|
357 2002-02-14 Sean MacLennan <seanm@seanm.ca>
|
|
358
|
|
359 * base64/base64.c - update Bufpos => Charbpos
|
|
360
|
|
361
|