aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-31 18:24:49 -0400
committerGlenn Morris2012-07-31 18:24:49 -0400
commitb2c7a1068135e78b065d05069012f2fb240fea9d (patch)
treed45770f1ce4c3463b5448c95c799649ae4b555ec /src/ChangeLog
parentd66060f8240bda3945e812d9172df3e6a7e4d67a (diff)
downloademacs-b2c7a1068135e78b065d05069012f2fb240fea9d.tar.gz
emacs-b2c7a1068135e78b065d05069012f2fb240fea9d.zip
* configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src.
* src/editfns.c (USER_FULL_NAME): * src/emacs.c (SEPCHAR): * src/process.h (NULL_DEVICE): Let configure set them.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 79f5bf821ef..46302316204 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12012-07-31 Glenn Morris <rgm@gnu.org> 12012-07-31 Glenn Morris <rgm@gnu.org>
2 2
3 * process.h (NULL_DEVICE):
4 * emacs.c (SEPCHAR):
5 * editfns.c (USER_FULL_NAME): Let configure set them.
6
3 * s/README, s/template.h: Remove files. 7 * s/README, s/template.h: Remove files.
4 8
5 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT. 9 * conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT.