1716
|
1 2003-09-26 Steve Youngs <youngs@xemacs.org>
|
|
2
|
|
3 * XEmacs 21.5.16 "celeriac" is released.
|
|
4
|
1706
|
5 2003-09-21 Jerry James <james@xemacs.org>
|
|
6
|
|
7 * postgresql/postgresql.c (unload_postgresql): Do not mangle the
|
|
8 unload function name when compiling with C++.
|
|
9 * ldap/eldap.c (unload_eldap): Ditto.
|
|
10
|
1665
|
11 2003-09-03 Steve Youngs <youngs@xemacs.org>
|
|
12
|
|
13 * XEmacs 21.5.15 "celery" is released.
|
|
14
|
1650
|
15 2003-08-28 Jerry James <james@xemacs.org>
|
|
16
|
|
17 * common/Makefile.common (LIBSTDCPP): New.
|
|
18 * common/Makefile.common (.c.o): Use it to avoid undefined symbol
|
|
19 errors when compiling modules with g++.
|
|
20
|
1632
|
21 2003-08-18 Jerry James <james@xemacs.org>
|
|
22
|
|
23 * postgresql/postgresql.c: Include emodules.h when building a module.
|
|
24 * ldap/eldap.c: Ditto.
|
|
25 * common/Makefile.common: Make module makefiles processable by cpp.
|
|
26 * common/Makefile.common (IMPORT_LIB): New.
|
|
27 * common/Makefile.common: Use it.
|
|
28
|
1522
|
29 2003-06-11 Jerry James <james@xemacs.org>
|
|
30
|
|
31 * common/Makefile.common: The last change re-broke FreeBSD module
|
|
32 building. Expand srcdir in SRC_SRCS with configure to fix it.
|
|
33
|
1520
|
34 2003-06-10 Jerry James <james@xemacs.org>
|
|
35
|
|
36 * common/Makefile.common: Change GNUish := to =.
|
|
37
|
1510
|
38 2003-06-01 Steve Youngs <youngs@xemacs.org>
|
|
39
|
|
40 * XEmacs 21.5.14 "cassava" is released.
|
|
41
|
1490
|
42 2003-05-09 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
43
|
|
44 * common/Makefile.common: Move use of srcdir below its definition.
|
|
45 * sample/internal/Makefile.in.in: Ditto.
|
|
46 * sample/external/Makefile.in.in: Ditto.
|
|
47
|
1489
|
48 2003-05-20 Jerry James <james@xemacs.org>
|
|
49
|
|
50 * sample/internal/Makefile.in.in: Expand $^ for makes that don't
|
|
51 understand it.
|
|
52 * sample/external/Makefile.in.in: Ditto.
|
|
53 * common/Makefile.common: Ditto.
|
|
54
|
1473
|
55 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
56
|
|
57 * XEmacs 21.5.13 "cauliflower" is released.
|
|
58
|
1431
|
59 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
60
|
|
61 * XEmacs 21.5.12 "carrot" is released.
|
|
62
|
1307
|
63 2003-02-16 Steve Youngs <youngs@xemacs.org>
|
|
64
|
|
65 * XEmacs 21.5.11 "cabbage" is released.
|
|
66
|
1270
|
67 2003-02-07 Jerry James <james@xemacs.org>
|
|
68
|
|
69 * ldap/eldap.c: Add unload_eldap prototype to fix warning.
|
|
70
|
1252
|
71 2003-01-30 Robert Pluim <rpluim@bigfoot.com>
|
|
72
|
|
73 * Makefile.common: FreeBSD make compatability fixes: expand
|
|
74 SRC_SRCS immediately, use MODCC rather than CC to prevent
|
|
75 overriding by top-level makefile.
|
|
76
|
1220
|
77 2003-01-15 Jerry James <james@eecs.ku.edu>
|
|
78
|
|
79 * ldap/eldap.c: Apply Ben's postgresql change to LDAP also.
|
|
80
|
1204
|
81 2002-12-16 Ben Wing <ben@xemacs.org>
|
|
82
|
|
83 * postgresql/postgresql.c:
|
|
84 remove ifdef USE_KKCC.
|
|
85
|
1187
|
86 2003-01-04 Steve Youngs <youngs@xemacs.org>
|
|
87
|
|
88 * XEmacs 21.5.10 "burdock" is released.
|
|
89
|
1111
|
90 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
91
|
|
92 * postgresql/Makefile.in.in:
|
|
93 * postgresql/Makefile.in.in (SRCS):
|
|
94 * postgresql/Makefile.in.in (SRC_SRCS): Removed.
|
|
95 * postgresql/Makefile.in.in (OBJS): Removed.
|
|
96 * postgresql/Makefile.in.in (SHELL): Removed.
|
|
97 * postgresql/Makefile.in.in (RM): Removed.
|
|
98 * postgresql/Makefile.in.in (PROGNAME): Removed.
|
|
99 * postgresql/Makefile.in.in (CFLAGS): Removed.
|
|
100 * postgresql/Makefile.in.in (INSTALL): Removed.
|
|
101 * postgresql/Makefile.in.in (version): Removed.
|
|
102 * postgresql/Makefile.in.in (prefix): Removed.
|
|
103 * postgresql/Makefile.in.in (exec_prefix): Removed.
|
|
104 * postgresql/Makefile.in.in (libdir): Removed.
|
|
105 * postgresql/Makefile.in.in (instvardir): Removed.
|
|
106 * postgresql/Makefile.in.in (configuration): Removed.
|
|
107 * postgresql/Makefile.in.in (moduledir): Removed.
|
|
108 * postgresql/Makefile.in.in (with_modules): Removed.
|
|
109 * postgresql/Makefile.in.in (srcdir): Removed.
|
|
110 * postgresql/Makefile.in.in (VPATH): Removed.
|
|
111 * postgresql/Makefile.in.in (CC): Removed.
|
|
112 * postgresql/Makefile.in.in (MODARCHDIR): Removed.
|
|
113 * postgresql/Makefile.in.in (MAKE_DOCFILE): Removed.
|
|
114 * postgresql/Makefile.in.in (MODCFLAGS): Removed.
|
|
115 * postgresql/Makefile.in.in (INSTALLPATH): Removed.
|
|
116 * postgresql/Makefile.in.in (INSTALL_PROGRAM): Removed.
|
|
117 * postgresql/Makefile.in.in (OBJECT_TO_BUILD): Removed.
|
|
118 * postgresql/Makefile.in.in (.PHONY): Removed.
|
|
119 * postgresql/Makefile.in.in (all): Removed.
|
|
120 * postgresql/Makefile.in.in (.c.o): Removed.
|
|
121 * postgresql/Makefile.in.in (clean): Removed.
|
|
122 * postgresql/Makefile.in.in (distclean): Removed.
|
|
123 * postgresql/Makefile.in.in (install): Removed.
|
|
124 Move common stuff into modues/common/Makefile.common. (Also
|
|
125 add extraclean target and a couple of other fixes in that file.)
|
|
126
|
|
127 * postgresql/configure.ac:
|
|
128 Extract out common configure stuff into
|
|
129 modules/common/configure-{pre,post}.ac.
|
|
130
|
|
131 * postgresql/postgresql.c (WARNING):
|
|
132 Fix warning.
|
|
133
|
|
134 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
135
|
|
136 * ldap/Makefile.in.in:
|
|
137 * ldap/Makefile.in.in (SRCS):
|
|
138 * ldap/Makefile.in.in (SRC_SRCS): Removed.
|
|
139 * ldap/Makefile.in.in (OBJS): Removed.
|
|
140 * ldap/Makefile.in.in (SHELL): Removed.
|
|
141 * ldap/Makefile.in.in (RM): Removed.
|
|
142 * ldap/Makefile.in.in (PROGNAME): Removed.
|
|
143 * ldap/Makefile.in.in (CFLAGS): Removed.
|
|
144 * ldap/Makefile.in.in (INSTALL): Removed.
|
|
145 * ldap/Makefile.in.in (version): Removed.
|
|
146 * ldap/Makefile.in.in (prefix): Removed.
|
|
147 * ldap/Makefile.in.in (exec_prefix): Removed.
|
|
148 * ldap/Makefile.in.in (libdir): Removed.
|
|
149 * ldap/Makefile.in.in (instvardir): Removed.
|
|
150 * ldap/Makefile.in.in (configuration): Removed.
|
|
151 * ldap/Makefile.in.in (moduledir): Removed.
|
|
152 * ldap/Makefile.in.in (with_modules): Removed.
|
|
153 * ldap/Makefile.in.in (srcdir): Removed.
|
|
154 * ldap/Makefile.in.in (VPATH): Removed.
|
|
155 * ldap/Makefile.in.in (CC): Removed.
|
|
156 * ldap/Makefile.in.in (MODARCHDIR): Removed.
|
|
157 * ldap/Makefile.in.in (MAKE_DOCFILE): Removed.
|
|
158 * ldap/Makefile.in.in (MODCFLAGS): Removed.
|
|
159 * ldap/Makefile.in.in (INSTALLPATH): Removed.
|
|
160 * ldap/Makefile.in.in (INSTALL_PROGRAM): Removed.
|
|
161 * ldap/Makefile.in.in (OBJECT_TO_BUILD): Removed.
|
|
162 * ldap/Makefile.in.in (.PHONY): Removed.
|
|
163 * ldap/Makefile.in.in (all): Removed.
|
|
164 * ldap/Makefile.in.in (.c.o): Removed.
|
|
165 * ldap/Makefile.in.in (clean): Removed.
|
|
166 * ldap/Makefile.in.in (distclean): Removed.
|
|
167 * ldap/Makefile.in.in (install): Removed.
|
|
168 Move common stuff into modues/common/Makefile.common. (Also
|
|
169 add extraclean target and a couple of other fixes in that file.)
|
|
170
|
|
171 * ldap/configure.ac:
|
|
172 * ldap/configure.ac (have_ldap):
|
|
173 Extract out common configure stuff into
|
|
174 modules/common/configure-{pre,post}.ac.
|
|
175
|
|
176 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
177
|
|
178 * common/Makefile.common:
|
|
179 * common/Makefile.common (SHELL):
|
|
180 Common stuff is here.
|
|
181
|
1011
|
182 2002-09-20 Steve Youngs <youngs@xemacs.org>
|
|
183
|
|
184 * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick
|
|
185 up '--site-libraries'.
|
|
186
|
|
187 * ldap/Makefile.in.in (LDFLAGS): Ditto.
|
|
188
|
996
|
189 2002-08-08 Jerry James <james@xemacs.org>
|
|
190
|
|
191 * auto-autoloads.el: New file containing module autoloads.
|
|
192 * auto-autoloads.elc: Ditto.
|
|
193 * README: Update to reflect the new architecture.
|
|
194 * ldap/configure.ac: New file.
|
|
195 * ldap/configure: Ditto.
|
|
196 * ldap/eldap.h: Copy the version from src.
|
|
197 * ldap/eldap.c: Ditto. Add autoloads.
|
|
198 * ldap/eldap.c (unload_eldap): New function to unstaticpro symbols
|
|
199 defined in this file.
|
|
200 * ldap/install-sh: New script for independent module building.
|
|
201 * ldap/Makefile: Remove in favor of autoconf solution.
|
|
202 * ldap/Makefile.in.in: New file containing the autoconf solution.
|
|
203 * postgresql: New directory.
|
|
204 * postgresql/.cvsignore: New file.
|
|
205 * postgresql/configure.ac: Ditto.
|
|
206 * postgresql/configure: Ditto.
|
|
207 * postgresql/install-sh: New script for independent module
|
|
208 building.
|
|
209 * postgresql/Makefile.in.in: New file.
|
|
210 * postgresql/postgresql.h: Copy the version from src.
|
|
211 * postgresql/postgresql.c: Ditto. Add autoloads.
|
|
212 * sample/Makefile: Move to internal and external subdirectories.
|
|
213 * sample/sample.c: Ditto.
|
|
214 * sample/external: New directory containing sample external
|
|
215 modules.
|
|
216 * sample/external/.cvsignore: New file.
|
|
217 * sample/external/configure.ac: Ditto.
|
|
218 * sample/external/install-sh: Ditto.
|
|
219 * sample/external/Makefile.in.in: New.
|
|
220 * sample/external/sample.c: Move from next higher directory.
|
|
221 * sample/internal: New directory containing sample internal
|
|
222 modules.
|
|
223 * sample/internal/.cvsignore: New file.
|
|
224 * sample/internal/configure.ac: Ditto.
|
|
225 * sample/internal/install-sh: Ditto.
|
|
226 * sample/internal/Makefile.in.in: New.
|
|
227 * sample/internal/sample.c: Move from next higher directory.
|
|
228
|
981
|
229 2002-08-30 Steve Youngs <youngs@xemacs.org>
|
|
230
|
|
231 * XEmacs 21.5.9 "brussels sprouts" is released.
|
|
232
|
933
|
233 2002-07-27 Steve Youngs <youngs@xemacs.org>
|
|
234
|
|
235 * XEmacs 21.5.8 "broccoli" is released.
|
|
236
|
894
|
237 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
238
|
|
239 * XEmacs 21.5.7 "broccoflower" is released.
|
|
240
|
804
|
241 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
242
|
|
243 * XEmacs 21.5.6 "bok choi" is released.
|
|
244
|
774
|
245 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
246
|
|
247 * The Great Mule Merge: placeholder.
|
|
248
|
768
|
249 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
250
|
|
251 * XEmacs 21.5.5 "beets" is released.
|
|
252
|
754
|
253 2002-02-14 Sean MacLennan <seanm@seanm.ca>
|
|
254
|
|
255 * base64/base64.c - update Bufpos => Charbpos
|
|
256
|
|
257
|