Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 996:25e260cb7994
[xemacs-hg @ 2002-09-10 15:27:02 by james]
Enable unloading of dynamic modules. Create the first two internal XEmacs
modules: LDAP and postgreSQL. Update the sample directory to contain a
sample internal XEmacs module and a sample external XEmacs module. Improve
support for autoloading modules. Make internal module code compile into the
XEmacs binary if XEmacs is configured without module support. Make the
internal module directories self-contained so that they can be distributed
separately from XEmacs.
author | james |
---|---|
date | Tue, 10 Sep 2002 15:27:39 +0000 |
parents | a28c97bd4634 |
children | ccaf90c5a53a |
comparison
equal
deleted
inserted
replaced
995:4575a219af58 | 996:25e260cb7994 |
---|---|
1 2002-08-08 Jerry James <james@xemacs.org> | |
2 | |
3 * autoload.el (make-c-autoload): New function for reading autoload | |
4 markers in C files. | |
5 * autoload.el (generate-c-autoload-cookie): New variable. | |
6 * autoload.el (generate-c-autoload-module): New variable. | |
7 * autoload.el (generate-file-autoloads): Do C autoloads, too. | |
8 * autoload.el (generate-file-autoloads-1): Use print-autoload. | |
9 * autoload.el (generate-c-file-autoloads-1): New function. | |
10 * autoload.el (print-autoload): New function to abstract the | |
11 printing of autoload forms. | |
12 * autoload.el (update-file-autoloads): Do C autoloads, too. | |
13 * autoload.el (update-autoloads-from-directory): Ditto. | |
14 * code-files.el (load): Pass the pathless filename to load-module. | |
15 * loadhist.el (unload-feature): Set unloading-module when a | |
16 module marker is seen in load-history. Call unload-module if | |
17 unloading-module is non-nil. | |
18 * startup.el (startup-load-autoloads): Look for module autoloads. | |
19 * update-elc-2.el (batch-update-elc-2): Generate module | |
20 autoloads. | |
21 | |
1 2002-09-02 Ville Skyttä <ville.skytta@xemacs.org> | 22 2002-09-02 Ville Skyttä <ville.skytta@xemacs.org> |
2 | 23 |
3 * bytecomp-runtime.el (make-obsolete): Docstring argument nit. | 24 * bytecomp-runtime.el (make-obsolete): Docstring argument nit. |
4 (make-obsolete-variable): Ditto. | 25 (make-obsolete-variable): Ditto. |
5 (make-compatible): Ditto. | 26 (make-compatible): Ditto. |