aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-09 21:04:28 -0400
committerGlenn Morris2012-07-09 21:04:28 -0400
commit9e059e3fde0f95b0b06ebce10f2985201e54c11c (patch)
treee52878b1f1fff02dee5b327ab042c35de9ac3f87 /src/ChangeLog
parent4107c81e8926223bc8f2c50f4436d8a36d6d5914 (diff)
downloademacs-9e059e3fde0f95b0b06ebce10f2985201e54c11c.tar.gz
emacs-9e059e3fde0f95b0b06ebce10f2985201e54c11c.zip
Stop ns builds setting the EMACSLOADPATH environment variable
Ref bugs 4309, 6401, etc. This is the last environment variable (ab)used by the ns port in this way. * src/nsterm.m (ns_load_path): Rename from ns_init_paths. Now it does not set EMACSLOADPATH, just returns the load-path string. * src/nsterm.h: Update accordingly. * src/lread.c [HAVE_NS]: Include nsterm.h. (init_lread) [HAVE_NS]: Use ns_load_path. * src/emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7e3372bc90d..584d6a33947 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12012-07-10 Glenn Morris <rgm@gnu.org>
2
3 Stop ns builds setting the EMACSLOADPATH environment variable.
4 * nsterm.m (ns_load_path): Rename from ns_init_paths.
5 Now it does not set EMACSLOADPATH, just returns the load-path string.
6 * nsterm.h: Update accordingly.
7 * lread.c [HAVE_NS]: Include nsterm.h.
8 (init_lread) [HAVE_NS]: Use ns_load_path.
9 * emacs.c (main) [HAVE_NS]: No longer call ns_init_paths.
10
12012-07-09 Glenn Morris <rgm@gnu.org> 112012-07-09 Glenn Morris <rgm@gnu.org>
2 12
3 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here, 13 * s/gnu.h (SIGNALS_VIA_CHARACTERS): No need to define it here,