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