diff src/ChangeLog @ 1750:7580e52a8218

[xemacs-hg @ 2003-10-15 03:09:02 by james] Define module-load-path and module-extensions even when compiling without modulesupport.
author james
date Wed, 15 Oct 2003 03:09:03 +0000
parents c438060b26c6
children 84acc03a7080
line wrap: on
line diff
--- a/src/ChangeLog	Tue Oct 14 17:27:54 2003 +0000
+++ b/src/ChangeLog	Wed Oct 15 03:09:03 2003 +0000
@@ -1,3 +1,11 @@
+2003-10-14  Jerry James  <james@xemacs.org>
+
+	* Makefile.in.in (shlib_objs): Remove emodules.o.
+	* Makefile.in.in (objs): Add emodules.o; it always has content now.
+	* emacs.c (main_1): Call vars_of_module to define module-extensions.
+	* emodules.c: Always set Vmodule_load_path and Vmodule_extensions.
+	* emodules.h: Vmodule_load_path is now static.
+
 2003-10-15  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* mule-charset.c (get_unallocated_leading_byte): #endif->#else.