diff options
| author | Glenn Morris | 2013-12-13 13:25:30 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-12-13 13:25:30 -0500 |
| commit | 06a4f1102f40c2cb7ffa035b4f16b9039efaf95b (patch) | |
| tree | c365de8bc1db6dc73f2dc8b50a5b49488220bbd6 /src/ChangeLog | |
| parent | 978a5fdaa35e8945920ab194213715e6f1f0bc20 (diff) | |
| download | emacs-06a4f1102f40c2cb7ffa035b4f16b9039efaf95b.tar.gz emacs-06a4f1102f40c2cb7ffa035b4f16b9039efaf95b.zip | |
Unconditionally reset load-path after dumping
* src/lread.c: (dump_path): Remove.
(load-path-default): Remove `changed' argument.
Do not set dump_path permanently. Simplify.
(init_lread): Simplify.
(syms_of_lread): Remove dump_path.
* lisp/loadup.el (load-path): Warn if site-load or site-init changes it.
No more need to reset it when bootstrapping.
* doc/lispref/internals.texi (Building Emacs):
* doc/lispref/loading.texi (Library Search): Mention that site-load,
site-init cannot change load-path.
* INSTALL: No longer mention load-path and site-init/site-load.
* etc/NEWS: Mention this.
Fixes: debbugs:16107
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4e8285e9530..0b0ed9452ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-12-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * lread.c: Unconditionally reset load-path after dumping. (Bug#16107) | ||
| 4 | (dump_path): Remove. | ||
| 5 | (load-path-default): Remove `changed' argument. | ||
| 6 | Do not set dump_path permanently. Simplify. | ||
| 7 | (init_lread): Simplify. | ||
| 8 | (syms_of_lread): Remove dump_path. | ||
| 9 | |||
| 1 | 2013-12-13 Dmitry Antipov <dmantipov@yandex.ru> | 10 | 2013-12-13 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 11 | ||
| 3 | * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m, | 12 | * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m, |