aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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,