comparison 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
comparison
equal deleted inserted replaced
3178:632fdf307588 3179:15139dbf89f4
1 2005-11-25 Mike Sperber <mike@xemacs.org>
2
3 * nt.c (init_mswindows_environment): Add EMACSEARLYPACKAGES,
4 EMACSLATEPACKAGES, EMACSLASTPACKAGES.
5
6 * config.h.in:
7 (PATH_EARLY_PACKAGE_DIRECTORIES, PATH_LATE_PACKAGE_DIRECTORIES)
8 (PATH_LAST_PACKAGE_DIRECTORIES): Add.
9
10 * paths.h.in:
11 (PATH_EARLY_PACKAGE_DIRECTORIES, PATH_LATE_PACKAGE_DIRECTORIES)
12 (PATH_LAST_PACKAGE_DIRECTORIES): Add.
13
14 * emacs.c: Add Vconfigure_early_package_directories,
15 Vconfigure_late_package_directories,
16 Vconfigure_last_package_directories.
17 (complex_vars_of_emacs): Set them.
18
1 2005-12-25 Aidan Kehoe <kehoea@parhasard.net> 19 2005-12-25 Aidan Kehoe <kehoea@parhasard.net>
2 20
3 * alloc.c: 21 * alloc.c:
4 * alloc.c (malloc_warning): 22 * alloc.c (malloc_warning):
5 * alloc.c (MALLOC_BEGIN): 23 * alloc.c (MALLOC_BEGIN):