Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 3179:15139dbf89f4
[xemacs-hg @ 2005-12-27 18:50:47 by michaels]
This:
2005-11-25 Mike Sperber <mike@xemacs.org>
* CHANGES-beta:
* configure.ac: Zap --with-package-prefix; instead, add
--with-user-packages/--with-early-packages,
--with-system-packages/--with-late-packages, and
--with-legacy-packages/--with-last-packages.
... and the changes that result from it throughout the code.
author | michaels |
---|---|
date | Tue, 27 Dec 2005 18:51:30 +0000 |
parents | 1c2a4e4e81d9 |
children | 948bd302ca41 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Dec 26 22:50:50 2005 +0000 +++ b/src/ChangeLog Tue Dec 27 18:51:30 2005 +0000 @@ -1,3 +1,21 @@ +2005-11-25 Mike Sperber <mike@xemacs.org> + + * nt.c (init_mswindows_environment): Add EMACSEARLYPACKAGES, + EMACSLATEPACKAGES, EMACSLASTPACKAGES. + + * config.h.in: + (PATH_EARLY_PACKAGE_DIRECTORIES, PATH_LATE_PACKAGE_DIRECTORIES) + (PATH_LAST_PACKAGE_DIRECTORIES): Add. + + * paths.h.in: + (PATH_EARLY_PACKAGE_DIRECTORIES, PATH_LATE_PACKAGE_DIRECTORIES) + (PATH_LAST_PACKAGE_DIRECTORIES): Add. + + * emacs.c: Add Vconfigure_early_package_directories, + Vconfigure_late_package_directories, + Vconfigure_last_package_directories. + (complex_vars_of_emacs): Set them. + 2005-12-25 Aidan Kehoe <kehoea@parhasard.net> * alloc.c: