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