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