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