aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-11-25 20:06:23 -0500
committerGlenn Morris2013-11-25 20:06:23 -0500
commit624780f09dd117edbe8b2b71be44622fc7002f91 (patch)
tree268725fa70a8295b1c621646a7ad82eea11176f1 /src/ChangeLog
parent3f73284a46437b46bbd79f2594c3bcefde83a2e8 (diff)
downloademacs-624780f09dd117edbe8b2b71be44622fc7002f91.tar.gz
emacs-624780f09dd117edbe8b2b71be44622fc7002f91.zip
Preload leim-list.el
* Makefile.in (abs_builddir): New, set by configure. (buildlisppath): Add leim/. (epaths-force-w32): Set BLD. * lisp/loadup.el: Load leim-list.el when found. * lisp/startup.el (normal-top-level): Skip re-loading leim/leim-list.el. * nt/epaths.nt (PATH_DUMPLOADSEARCH): Add leim/. * src/callproc.c (init_callproc): Don't assume PATH_DUMPLOADSEARCH is a single directory. * src/epaths.in (PATH_DUMPLOADSEARCH): Add leim/. Fixes: debbugs:4789
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bf4392d519d..9a32c174d8f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12013-11-26 Glenn Morris <rgm@gnu.org>
2
3 Preload leim-list.el.
4 * epaths.in (PATH_DUMPLOADSEARCH): Add leim/.
5 * callproc.c (init_callproc): Don't assume PATH_DUMPLOADSEARCH
6 is a single directory.
7
12013-11-25 Paul Eggert <eggert@cs.ucla.edu> 82013-11-25 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 bool-vector-subsetp is now the normal direction (Bug#15912). 10 bool-vector-subsetp is now the normal direction (Bug#15912).