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