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