Mercurial > hg > xemacs-beta
annotate modules/ChangeLog @ 4737:dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
already approved the release of his works under a GPL version 2 or later
license, and I originally intended my work to be released under such a
license. See xemacs-patches message with ID
<870180fe0911091206k52ef683dme3c81d3d4eb825bf@mail.gmail.com>.
| author | Jerry James <james@xemacs.org> |
|---|---|
| date | Mon, 09 Nov 2009 13:07:56 -0700 |
| parents | 3a87551bfeb5 |
| children | aa5ed11f473b |
| rev | line source |
|---|---|
|
4737
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
1 2009-11-09 Jerry James <james@xemacs.org> |
|
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
2 |
|
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
3 * sample/external/Makefile.in.in: Clarify GPL status. |
|
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
4 * sample/external/configure.ac: Ditto. |
|
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
5 * sample/external/sample.c: Ditto. |
|
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
6 * sample/internal/sample.c: Ditto. |
|
dce479915b74
Clarify the GPL status of several sample module files. J. Kean Johnston
Jerry James <james@xemacs.org>
parents:
4710
diff
changeset
|
7 |
|
4710
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
8 2009-10-05 Jerry James <james@xemacs.org> |
|
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
9 |
|
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
10 * ldap/eldap.c (Fldap_search_basic): quiet gcc warnings due to |
|
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
11 NEW_LISP_STRING_TO_EXTERNAL modifying a variable while computing a |
|
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
12 result to be passed as a parameter. |
|
3a87551bfeb5
Fixes for a number of minor warnings issued by gcc. See xemacs-patches message
Jerry James <james@xemacs.org>
parents:
4636
diff
changeset
|
13 |
|
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4420
diff
changeset
|
14 2009-05-18 Stephen J. Turnbull <stephen@xemacs.org> |
|
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4420
diff
changeset
|
15 |
|
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4420
diff
changeset
|
16 * XEmacs 21.5.29 "garbanzo" is released. |
|
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4420
diff
changeset
|
17 |
|
4420
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
18 2008-02-12 Jerry James <james@xemacs.org> |
|
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
19 |
|
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
20 * canna/install-sh: Update to latest FSF version. |
|
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
21 * ldap/install-sh: Ditto. |
|
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
22 * postgresql/install-sh: Ditto. |
|
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
23 * sample/external/install-sh: Ditto. |
|
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
24 * sample/internal/install-sh: Ditto. |
|
6ed8c4ccc17e
Update install-sh to version with a clear license.
Jerry James <james@xemacs.org>
parents:
4042
diff
changeset
|
25 |
| 4042 | 26 2007-06-23 Stephen J. Turnbull <stephen@xemacs.org> |
| 27 | |
| 28 * canna/canna_api.c (Fcanna_set_bunsetsu): | |
| 29 (Fcanna_initialize): | |
| 30 Suppress warnings about loss of precision on amd64. | |
| 31 | |
| 4027 | 32 2007-06-23 Stephen J. Turnbull <stephen@xemacs.org> |
| 33 | |
| 34 * ldap/eldap.h: Declare that we use deprecated API. | |
| 35 Thanks to Mats Lidell <matsl@xemacs.org> for the report & patch: | |
| 36 <871wgnqunm.fsf@spencer.lidell.homelinux.net>. | |
| 37 | |
| 3975 | 38 2007-05-21 Stephen J. Turnbull <stephen@xemacs.org> |
| 39 | |
| 40 * XEmacs 21.5.28 "fuki" is released. | |
| 41 | |
| 3830 | 42 2007-02-16 Stephen J. Turnbull <stephen@xemacs.org> |
| 43 | |
| 44 * canna/canna_api.c: Move CANNA_NEW_WCHAR_AWARE to config.h. | |
| 45 Clean up ancient cruft for IROHA (Canna v.1) support. | |
| 46 | |
| 3820 | 47 2007-02-08 Adrian Aichner <adrian@xemacs.org> |
| 48 | |
| 49 * postgresql/postgresql.c: Update Steve L. Baur's address on his | |
| 50 request. | |
| 51 * postgresql/postgresql.h: Ditto. | |
| 52 | |
| 3402 | 53 2006-05-16 Stephen J. Turnbull <stephen@xemacs.org> |
| 54 | |
| 55 * XEmacs 21.5.27 "fiddleheads" is released. | |
| 56 | |
| 3323 | 57 2006-03-31 Stephen J. Turnbull <stephen@xemacs.org> |
| 58 | |
| 59 * XEmacs 21.5.26 "endive" is released. | |
| 60 | |
| 3259 | 61 2006-02-26 Stephen J. Turnbull <stephen@xemacs.org> |
| 62 | |
| 63 * XEmacs 21.5.25 "eggplant" is released. | |
| 64 | |
| 3150 | 65 2005-12-18 Stephen J. Turnbull <stephen@xemacs.org> |
| 66 | |
| 67 * XEmacs 21.5.24 "dandelion" is released. | |
| 68 | |
| 3083 | 69 2005-11-22 Ben Wing <ben@xemacs.org> |
| 70 | |
| 71 * common/Makefile.common (mostlyclean): | |
| 72 Ignore errors from rm during clean. | |
| 73 | |
| 3071 | 74 2005-11-16 Stephen J. Turnbull <stephen@xemacs.org> |
| 75 | |
| 76 * canna/canna_api.c: Small fixes to Mule-ization patch. | |
| 77 | |
| 78 2005-11-01 Ben Wing <ben@xemacs.org> | |
| 79 | |
| 80 * canna/canna_api.c: Mule-ization. | |
| 81 | |
| 3062 | 82 2005-11-13 Ben Wing <ben@xemacs.org> |
| 83 | |
| 84 * common/Makefile.common: | |
| 85 * common/Makefile.common (.PHONY): | |
| 86 * common/Makefile.common (install): | |
| 87 Add targets distclean-noconfig, realclean-noconfig, extraclean-noconfig. | |
| 88 Do some refactoring for cleanliness. Put in some magic cookies in | |
| 89 comments so this file gets read as a make file by XEmacs. | |
| 90 | |
| 3043 | 91 2005-11-02 Marcus Crestani <crestani@xemacs.org> |
| 92 | |
| 93 * canna/.cvsignore: New. | |
| 94 | |
| 3031 | 95 2005-10-26 Stephen J. Turnbull <stephen@xemacs.org> |
| 96 | |
| 97 * XEmacs 21.5.23 "daikon" is released. | |
| 98 | |
| 3029 | 99 2005-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
| 100 | |
| 101 Warning elimination: | |
| 102 | |
| 103 * ldap/eldap.c (Fldap_add): Remove declaration of `current', which | |
| 104 is now declared by EXTERNAL_LIST_LOOP_2. | |
| 105 (Fldap_modify): Remove redundant variable `gcpro2', | |
| 106 | |
| 3024 | 107 2005-10-25 Ben Wing <ben@xemacs.org> |
| 108 | |
| 109 * postgresql/postgresql.c (allocate_pgconn): | |
| 110 * postgresql/postgresql.c (allocate_pgresult): | |
| 111 * postgresql/postgresql.h (struct Lisp_PGconn): | |
| 112 * postgresql/postgresql.h (struct Lisp_PGresult): | |
| 113 MC-Alloc refactoring. | |
| 114 | |
| 115 2005-10-25 Ben Wing <ben@xemacs.org> | |
| 116 | |
| 117 * ldap/eldap.c (allocate_ldap): | |
| 118 * ldap/eldap.h (struct Lisp_LDAP): | |
| 119 MC-Alloc refactoring. | |
| 120 | |
| 3010 | 121 2005-10-21 Stephen J. Turnbull <stephen@xemacs.org> |
| 122 | |
| 123 UNDO: | |
| 124 * canna/canna-api.c: | |
| 125 * canna/Makefile.in.in (MODNAME,SRCS): | |
| 126 Rename module from canna_api to canna-api. | |
| 127 | |
| 3007 | 128 2005-10-21 Stephen J. Turnbull <stephen@xemacs.org> |
| 129 | |
| 130 * canna/configure: Create and CVS add. | |
| 131 | |
| 2973 | 132 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org> |
| 133 | |
| 134 * canna/Makefile.in.in (MODVER): Bump to 0.5. | |
| 135 | |
| 136 * canna/canna-api.c: | |
| 137 * canna/Makefile.in.in (MODNAME,SRCS): | |
| 138 Rename module from canna_api to canna-api. | |
| 139 | |
| 140 2005-09-22 Stephen J. Turnbull <stephen@xemacs.org> | |
| 141 | |
| 142 * canna: New module. | |
| 143 | |
| 144 * canna/canna_api.c: Move from $srcdir/src/mule-canna.c. Add module | |
| 145 initialization function and some boilerplate. Change name to | |
| 146 canna_api to reflect changed role. | |
| 147 | |
| 148 * canna/configure.ac: | |
| 149 * canna/Makefile.in.in: | |
| 150 * canna/install-sh: | |
| 151 Standard module boilerplate, adapted to Canna. | |
| 152 | |
| 2931 | 153 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org> |
| 154 | |
| 155 * XEmacs 21.5.22 "cucumber" is released. | |
| 156 | |
| 2812 | 157 2005-06-09 Craig Lanning <CraigL@sc.rr.com> |
| 158 | |
| 159 * ldap/.cvsignore: | |
| 160 * sample/external/.cvsignore: | |
| 161 * sample/internal/.cvsignore: | |
| 162 Added GNUmakefile, Makefile, and Makefile.in | |
| 163 | |
| 2791 | 164 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org> |
| 165 | |
| 166 * XEmacs 21.5.21 "corn" is released. | |
| 167 | |
| 2720 | 168 2005-04-01 Marcus Crestani <crestani@xemacs.org> |
| 169 | |
| 170 The new allocator. | |
| 171 | |
| 172 Remove Lcrecords: | |
| 173 | |
| 174 * postgresql/postgresql.c (allocate_pgconn): Allocate with new | |
| 175 allocator. | |
| 176 * postgresql/postgresql.c (allocate_pgresult): Allocate PGresult | |
| 177 with new allocator. | |
| 178 * postgresql/postgresql.h (struct Lisp_PGconn): Add | |
| 179 lrecord_header. | |
| 180 * postgresql/postgresql.h (struct Lisp_PGresult): Add | |
| 181 lrecord_header. | |
| 182 * ldap/eldap.c (allocate_ldap): Allocate with new allocator. | |
| 183 * ldap/eldap.h (struct Lisp_LDAP): Add lrecord_header. | |
| 184 | |
| 2653 | 185 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org> |
| 186 | |
| 187 * XEmacs 21.5.20 "cilantro" is released. | |
| 188 | |
| 2594 | 189 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> |
| 190 | |
| 191 * XEmacs 21.5.19 "chives" is released. | |
| 192 | |
| 2387 | 193 2004-11-13 Ben Wing <ben@xemacs.org> |
| 194 | |
| 195 * ldap/eldap.c (Fldap_modify): | |
| 196 Need braces around EXTERNAL_LIST_LOOP_2. | |
| 197 | |
| 2377 | 198 2004-01-28 Stephen J. Turnbull <stephen@xemacs.org> |
| 199 | |
| 200 * common/Makefile.common (CFLAGS): Use XE_CFLAGS. | |
| 201 | |
| 2367 | 202 2004-10-27 Ben Wing <ben@xemacs.org> |
| 203 | |
| 204 * ldap/eldap.c: | |
| 205 * ldap/eldap.c (Fldap_open): | |
| 206 * ldap/eldap.c (Fldap_search_basic): | |
| 207 * ldap/eldap.c (Fldap_add): | |
| 208 * ldap/eldap.c (Fldap_modify): | |
| 209 * ldap/eldap.c (Fldap_delete): | |
| 210 Mule-ize. | |
| 211 Use EXTERNAL_LIST_LOOP_2 instead of deleted EXTERNAL_LIST_LOOP. | |
| 212 | |
| 2346 | 213 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org> |
| 214 | |
| 215 * XEmacs 21.5.18 "chestnut" is released. | |
| 216 | |
| 2286 | 217 2004-09-14 Jerry James <james@xemacs.org> |
| 218 | |
| 219 * postgresql/postgresql.c: | |
| 220 * ldap/eldap.c: | |
| 221 Mark unused parameters with the UNUSED macro. | |
| 222 | |
| 2272 | 223 2004-09-14 Jerry James <james@xemacs.org> |
| 224 | |
| 225 * ldap/eldap.c (Fldap_open): Change ldap_passwd to ldap_password | |
| 226 to eliminate a gcc shadow warning. | |
| 227 | |
| 2268 | 228 2004-09-13 Jerry James <james@xemacs.org> |
| 229 | |
| 230 * ldap/eldap.c (signal_ldap_error): Mark as noreturn. | |
| 231 | |
| 1964 | 232 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org> |
| 233 | |
| 234 * XEmacs 21.5.17 "chayote" is released. | |
| 235 | |
| 1716 | 236 2003-09-26 Steve Youngs <youngs@xemacs.org> |
| 237 | |
| 238 * XEmacs 21.5.16 "celeriac" is released. | |
| 239 | |
| 1706 | 240 2003-09-21 Jerry James <james@xemacs.org> |
| 241 | |
| 242 * postgresql/postgresql.c (unload_postgresql): Do not mangle the | |
| 243 unload function name when compiling with C++. | |
| 244 * ldap/eldap.c (unload_eldap): Ditto. | |
| 245 | |
| 1665 | 246 2003-09-03 Steve Youngs <youngs@xemacs.org> |
| 247 | |
| 248 * XEmacs 21.5.15 "celery" is released. | |
| 249 | |
| 1650 | 250 2003-08-28 Jerry James <james@xemacs.org> |
| 251 | |
| 252 * common/Makefile.common (LIBSTDCPP): New. | |
| 253 * common/Makefile.common (.c.o): Use it to avoid undefined symbol | |
| 254 errors when compiling modules with g++. | |
| 255 | |
| 1632 | 256 2003-08-18 Jerry James <james@xemacs.org> |
| 257 | |
| 258 * postgresql/postgresql.c: Include emodules.h when building a module. | |
| 259 * ldap/eldap.c: Ditto. | |
| 260 * common/Makefile.common: Make module makefiles processable by cpp. | |
| 261 * common/Makefile.common (IMPORT_LIB): New. | |
| 262 * common/Makefile.common: Use it. | |
| 263 | |
| 1522 | 264 2003-06-11 Jerry James <james@xemacs.org> |
| 265 | |
| 266 * common/Makefile.common: The last change re-broke FreeBSD module | |
| 267 building. Expand srcdir in SRC_SRCS with configure to fix it. | |
| 268 | |
| 1520 | 269 2003-06-10 Jerry James <james@xemacs.org> |
| 270 | |
| 271 * common/Makefile.common: Change GNUish := to =. | |
| 272 | |
| 1510 | 273 2003-06-01 Steve Youngs <youngs@xemacs.org> |
| 274 | |
| 275 * XEmacs 21.5.14 "cassava" is released. | |
| 276 | |
| 1490 | 277 2003-05-09 Andrew Begel <abegel@CS.Berkeley.EDU> |
| 278 | |
| 279 * common/Makefile.common: Move use of srcdir below its definition. | |
| 280 * sample/internal/Makefile.in.in: Ditto. | |
| 281 * sample/external/Makefile.in.in: Ditto. | |
| 282 | |
| 1489 | 283 2003-05-20 Jerry James <james@xemacs.org> |
| 284 | |
| 285 * sample/internal/Makefile.in.in: Expand $^ for makes that don't | |
| 286 understand it. | |
| 287 * sample/external/Makefile.in.in: Ditto. | |
| 288 * common/Makefile.common: Ditto. | |
| 289 | |
| 1473 | 290 2003-05-10 Steve Youngs <youngs@xemacs.org> |
| 291 | |
| 292 * XEmacs 21.5.13 "cauliflower" is released. | |
| 293 | |
| 1431 | 294 2003-04-24 Steve Youngs <youngs@xemacs.org> |
| 295 | |
| 296 * XEmacs 21.5.12 "carrot" is released. | |
| 297 | |
| 1307 | 298 2003-02-16 Steve Youngs <youngs@xemacs.org> |
| 299 | |
| 300 * XEmacs 21.5.11 "cabbage" is released. | |
| 301 | |
| 1270 | 302 2003-02-07 Jerry James <james@xemacs.org> |
| 303 | |
| 304 * ldap/eldap.c: Add unload_eldap prototype to fix warning. | |
| 305 | |
| 1252 | 306 2003-01-30 Robert Pluim <rpluim@bigfoot.com> |
| 307 | |
| 308 * Makefile.common: FreeBSD make compatability fixes: expand | |
| 309 SRC_SRCS immediately, use MODCC rather than CC to prevent | |
| 310 overriding by top-level makefile. | |
| 311 | |
| 1220 | 312 2003-01-15 Jerry James <james@eecs.ku.edu> |
| 313 | |
| 314 * ldap/eldap.c: Apply Ben's postgresql change to LDAP also. | |
| 315 | |
| 1204 | 316 2002-12-16 Ben Wing <ben@xemacs.org> |
| 317 | |
| 318 * postgresql/postgresql.c: | |
| 319 remove ifdef USE_KKCC. | |
| 320 | |
| 1187 | 321 2003-01-04 Steve Youngs <youngs@xemacs.org> |
| 322 | |
| 323 * XEmacs 21.5.10 "burdock" is released. | |
| 324 | |
| 1111 | 325 2002-11-17 Ben Wing <ben@xemacs.org> |
| 326 | |
| 327 * postgresql/Makefile.in.in: | |
| 328 * postgresql/Makefile.in.in (SRCS): | |
| 329 * postgresql/Makefile.in.in (SRC_SRCS): Removed. | |
| 330 * postgresql/Makefile.in.in (OBJS): Removed. | |
| 331 * postgresql/Makefile.in.in (SHELL): Removed. | |
| 332 * postgresql/Makefile.in.in (RM): Removed. | |
| 333 * postgresql/Makefile.in.in (PROGNAME): Removed. | |
| 334 * postgresql/Makefile.in.in (CFLAGS): Removed. | |
| 335 * postgresql/Makefile.in.in (INSTALL): Removed. | |
| 336 * postgresql/Makefile.in.in (version): Removed. | |
| 337 * postgresql/Makefile.in.in (prefix): Removed. | |
| 338 * postgresql/Makefile.in.in (exec_prefix): Removed. | |
| 339 * postgresql/Makefile.in.in (libdir): Removed. | |
| 340 * postgresql/Makefile.in.in (instvardir): Removed. | |
| 341 * postgresql/Makefile.in.in (configuration): Removed. | |
| 342 * postgresql/Makefile.in.in (moduledir): Removed. | |
| 343 * postgresql/Makefile.in.in (with_modules): Removed. | |
| 344 * postgresql/Makefile.in.in (srcdir): Removed. | |
| 345 * postgresql/Makefile.in.in (VPATH): Removed. | |
| 346 * postgresql/Makefile.in.in (CC): Removed. | |
| 347 * postgresql/Makefile.in.in (MODARCHDIR): Removed. | |
| 348 * postgresql/Makefile.in.in (MAKE_DOCFILE): Removed. | |
| 349 * postgresql/Makefile.in.in (MODCFLAGS): Removed. | |
| 350 * postgresql/Makefile.in.in (INSTALLPATH): Removed. | |
| 351 * postgresql/Makefile.in.in (INSTALL_PROGRAM): Removed. | |
| 352 * postgresql/Makefile.in.in (OBJECT_TO_BUILD): Removed. | |
| 353 * postgresql/Makefile.in.in (.PHONY): Removed. | |
| 354 * postgresql/Makefile.in.in (all): Removed. | |
| 355 * postgresql/Makefile.in.in (.c.o): Removed. | |
| 356 * postgresql/Makefile.in.in (clean): Removed. | |
| 357 * postgresql/Makefile.in.in (distclean): Removed. | |
| 358 * postgresql/Makefile.in.in (install): Removed. | |
| 359 Move common stuff into modues/common/Makefile.common. (Also | |
| 360 add extraclean target and a couple of other fixes in that file.) | |
| 361 | |
| 362 * postgresql/configure.ac: | |
| 363 Extract out common configure stuff into | |
| 364 modules/common/configure-{pre,post}.ac. | |
| 365 | |
| 366 * postgresql/postgresql.c (WARNING): | |
| 367 Fix warning. | |
| 368 | |
| 369 2002-11-17 Ben Wing <ben@xemacs.org> | |
| 370 | |
| 371 * ldap/Makefile.in.in: | |
| 372 * ldap/Makefile.in.in (SRCS): | |
| 373 * ldap/Makefile.in.in (SRC_SRCS): Removed. | |
| 374 * ldap/Makefile.in.in (OBJS): Removed. | |
| 375 * ldap/Makefile.in.in (SHELL): Removed. | |
| 376 * ldap/Makefile.in.in (RM): Removed. | |
| 377 * ldap/Makefile.in.in (PROGNAME): Removed. | |
| 378 * ldap/Makefile.in.in (CFLAGS): Removed. | |
| 379 * ldap/Makefile.in.in (INSTALL): Removed. | |
| 380 * ldap/Makefile.in.in (version): Removed. | |
| 381 * ldap/Makefile.in.in (prefix): Removed. | |
| 382 * ldap/Makefile.in.in (exec_prefix): Removed. | |
| 383 * ldap/Makefile.in.in (libdir): Removed. | |
| 384 * ldap/Makefile.in.in (instvardir): Removed. | |
| 385 * ldap/Makefile.in.in (configuration): Removed. | |
| 386 * ldap/Makefile.in.in (moduledir): Removed. | |
| 387 * ldap/Makefile.in.in (with_modules): Removed. | |
| 388 * ldap/Makefile.in.in (srcdir): Removed. | |
| 389 * ldap/Makefile.in.in (VPATH): Removed. | |
| 390 * ldap/Makefile.in.in (CC): Removed. | |
| 391 * ldap/Makefile.in.in (MODARCHDIR): Removed. | |
| 392 * ldap/Makefile.in.in (MAKE_DOCFILE): Removed. | |
| 393 * ldap/Makefile.in.in (MODCFLAGS): Removed. | |
| 394 * ldap/Makefile.in.in (INSTALLPATH): Removed. | |
| 395 * ldap/Makefile.in.in (INSTALL_PROGRAM): Removed. | |
| 396 * ldap/Makefile.in.in (OBJECT_TO_BUILD): Removed. | |
| 397 * ldap/Makefile.in.in (.PHONY): Removed. | |
| 398 * ldap/Makefile.in.in (all): Removed. | |
| 399 * ldap/Makefile.in.in (.c.o): Removed. | |
| 400 * ldap/Makefile.in.in (clean): Removed. | |
| 401 * ldap/Makefile.in.in (distclean): Removed. | |
| 402 * ldap/Makefile.in.in (install): Removed. | |
| 403 Move common stuff into modues/common/Makefile.common. (Also | |
| 404 add extraclean target and a couple of other fixes in that file.) | |
| 405 | |
| 406 * ldap/configure.ac: | |
| 407 * ldap/configure.ac (have_ldap): | |
| 408 Extract out common configure stuff into | |
| 409 modules/common/configure-{pre,post}.ac. | |
| 410 | |
| 411 2002-11-17 Ben Wing <ben@xemacs.org> | |
| 412 | |
| 413 * common/Makefile.common: | |
| 414 * common/Makefile.common (SHELL): | |
| 415 Common stuff is here. | |
| 416 | |
| 1011 | 417 2002-09-20 Steve Youngs <youngs@xemacs.org> |
| 418 | |
| 419 * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick | |
| 420 up '--site-libraries'. | |
| 421 | |
| 422 * ldap/Makefile.in.in (LDFLAGS): Ditto. | |
| 423 | |
| 996 | 424 2002-08-08 Jerry James <james@xemacs.org> |
| 425 | |
| 426 * auto-autoloads.el: New file containing module autoloads. | |
| 427 * auto-autoloads.elc: Ditto. | |
| 428 * README: Update to reflect the new architecture. | |
| 429 * ldap/configure.ac: New file. | |
| 430 * ldap/configure: Ditto. | |
| 431 * ldap/eldap.h: Copy the version from src. | |
| 432 * ldap/eldap.c: Ditto. Add autoloads. | |
| 433 * ldap/eldap.c (unload_eldap): New function to unstaticpro symbols | |
| 434 defined in this file. | |
| 435 * ldap/install-sh: New script for independent module building. | |
| 436 * ldap/Makefile: Remove in favor of autoconf solution. | |
| 437 * ldap/Makefile.in.in: New file containing the autoconf solution. | |
| 438 * postgresql: New directory. | |
| 439 * postgresql/.cvsignore: New file. | |
| 440 * postgresql/configure.ac: Ditto. | |
| 441 * postgresql/configure: Ditto. | |
| 442 * postgresql/install-sh: New script for independent module | |
| 443 building. | |
| 444 * postgresql/Makefile.in.in: New file. | |
| 445 * postgresql/postgresql.h: Copy the version from src. | |
| 446 * postgresql/postgresql.c: Ditto. Add autoloads. | |
| 447 * sample/Makefile: Move to internal and external subdirectories. | |
| 448 * sample/sample.c: Ditto. | |
| 449 * sample/external: New directory containing sample external | |
| 450 modules. | |
| 451 * sample/external/.cvsignore: New file. | |
| 452 * sample/external/configure.ac: Ditto. | |
| 453 * sample/external/install-sh: Ditto. | |
| 454 * sample/external/Makefile.in.in: New. | |
| 455 * sample/external/sample.c: Move from next higher directory. | |
| 456 * sample/internal: New directory containing sample internal | |
| 457 modules. | |
| 458 * sample/internal/.cvsignore: New file. | |
| 459 * sample/internal/configure.ac: Ditto. | |
| 460 * sample/internal/install-sh: Ditto. | |
| 461 * sample/internal/Makefile.in.in: New. | |
| 462 * sample/internal/sample.c: Move from next higher directory. | |
| 463 | |
| 981 | 464 2002-08-30 Steve Youngs <youngs@xemacs.org> |
| 465 | |
| 466 * XEmacs 21.5.9 "brussels sprouts" is released. | |
| 467 | |
| 933 | 468 2002-07-27 Steve Youngs <youngs@xemacs.org> |
| 469 | |
| 470 * XEmacs 21.5.8 "broccoli" is released. | |
| 471 | |
| 894 | 472 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org> |
| 473 | |
| 474 * XEmacs 21.5.7 "broccoflower" is released. | |
| 475 | |
| 804 | 476 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org> |
| 477 | |
| 478 * XEmacs 21.5.6 "bok choi" is released. | |
| 479 | |
| 774 | 480 2002-03-12 Ben Wing <ben@xemacs.org> |
| 481 | |
| 3322 | 482 * The Great Mule Merge of March 2002: |
| 483 see node by that name in the Internals Manual. | |
| 774 | 484 |
| 768 | 485 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org> |
| 486 | |
| 487 * XEmacs 21.5.5 "beets" is released. | |
| 488 | |
| 754 | 489 2002-02-14 Sean MacLennan <seanm@seanm.ca> |
| 490 | |
| 491 * base64/base64.c - update Bufpos => Charbpos | |
| 492 | |
| 493 |
