aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib-src/ChangeLog2
-rw-r--r--src/ChangeLog2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 464b9e37359..4e3f3424c91 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,6 +1,6 @@
12012-08-19 Paul Eggert <eggert@cs.ucla.edu> 12012-08-19 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Rely on <unistd.h> to declare 'environ'. 3 Rely on <config.h> + <unistd.h> to declare 'environ'.
4 * emacsclient.c (environ): Remove decl. 4 * emacsclient.c (environ): Remove decl.
5 5
62012-08-17 Juanma Barranquero <lekktu@gmail.com> 62012-08-17 Juanma Barranquero <lekktu@gmail.com>
diff --git a/src/ChangeLog b/src/ChangeLog
index 93f522519a1..8cffccdad37 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,7 +4,7 @@
4 4
52012-08-19 Paul Eggert <eggert@cs.ucla.edu> 52012-08-19 Paul Eggert <eggert@cs.ucla.edu>
6 6
7 Rely on <unistd.h> to declare 'environ', 7 Rely on <config.h> + <unistd.h> to declare 'environ',
8 as gnulib does this if the system doesn't. 8 as gnulib does this if the system doesn't.
9 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]: 9 * callproc.c, editfns.c, process.c (environ) [!USE_CRT_DLL]:
10 * emacs.c (environ) [DOUG_LEA_MALLOC]: 10 * emacs.c (environ) [DOUG_LEA_MALLOC]: