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