aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-05-09 17:07:47 -0700
committerGlenn Morris2010-05-09 17:07:47 -0700
commit7490175bc38099aa093715116b8d96e7319e7ca4 (patch)
tree783ea2f527709ca56d1da6cfed56fca2832607aa /src/ChangeLog
parent79ccd68f683c1e46bc5dcc12f5b232a75a42ea88 (diff)
downloademacs-7490175bc38099aa093715116b8d96e7319e7ca4.tar.gz
emacs-7490175bc38099aa093715116b8d96e7319e7ca4.zip
Move MAIL_USE_FLOCK, MAIL_USE_LOCKF, BLESSMAIL_TARGET from cpp to configure.
* configure.in (MAIL_USE_FLOCK, MAIL_USE_LOCKF): New AC_DEFINEs. (BLESSMAIL_TARGET): New output variable. * lib-src/Makefile.in (BLESSMAIL_TARGET): Set with configure, not cpp. * src/s/aix4-2.h (MAIL_USE_LOCKF): * src/s/bsd-common.h (MAIL_USE_FLOCK): * src/s/darwin.h (MAIL_USE_FLOCK): * src/s/gnu-linux.h (MAIL_USE_FLOCK): * src/s/irix6-5.h (MAIL_USE_FLOCK): * src/s/template.h (MAIL_USE_FLOCK): Move to configure. * src/s/ms-w32.h: Comment. * msdos/sed3v2.inp (BLESSMAIL_TARGET): Edit to need-blessmail.
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 422939fce0b..c0a264d46c9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12010-05-10 Glenn Morris <rgm@gnu.org>
2
3 * s/aix4-2.h (MAIL_USE_LOCKF):
4 * s/bsd-common.h (MAIL_USE_FLOCK):
5 * s/darwin.h (MAIL_USE_FLOCK):
6 * s/gnu-linux.h (MAIL_USE_FLOCK):
7 * s/irix6-5.h (MAIL_USE_FLOCK):
8 * s/template.h (MAIL_USE_FLOCK):
9 Move to configure.
10
12010-05-08 Chong Yidong <cyd@stupidchicken.com> 112010-05-08 Chong Yidong <cyd@stupidchicken.com>
2 12
3 * Version 23.2 released. 13 * Version 23.2 released.