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