aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-01-23 20:53:39 -0800
committerPaul Eggert2011-01-23 20:53:39 -0800
commitd6974efa708eff7adf1768aa6a792a12d7dfbb7b (patch)
treea39eba95a3448eb567453c24c84ed90461040d42 /ChangeLog
parent8ab7032073626f5153c4a42f6ecb4697efc80b8b (diff)
downloademacs-d6974efa708eff7adf1768aa6a792a12d7dfbb7b.tar.gz
emacs-d6974efa708eff7adf1768aa6a792a12d7dfbb7b.zip
Remove HAVE_RAW_DECL_CHOWN etc. from config.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76ecbd13ca5..b3b3b999dc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
12011-01-24 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove HAVE_RAW_DECL_CHOWN etc. from config.h
4 * Makefile.in (sync-from-gnulib): Remove m4/warn-on-use.m4,
5 as it is no longer needed.
6 * aclocal.m4, configure, lib/Makefile.in, src/config.in: Regenerate.
7 * configure.in: Invoke the new gnulib macro
8 gl_ASSERT_NO_GNULIB_POSIXCHECK, which removes the need for
9 warn-on-use.m4 and for the HAVE_RAW_DECL_* symbols in config.h.
10 * m4/getopt.m4: Sync from gnulib; this removes the need for
11 HAVE_DECL_OPTRESET and HAVE_DECL_GETOPT_CLIP from config.h.
12 * m4/gnulib-common.m4 (gl_ASSERT_NO_GNULIB_POSIXCHECK):
13 New macro, synced from gnulib.
14 * m4/warn-on-use.m4: Remove.
15
12011-01-22 Paul Eggert <eggert@cs.ucla.edu> 162011-01-22 Paul Eggert <eggert@cs.ucla.edu>
2 17
3 aclocal.m4: put this file back into repository 18 aclocal.m4: put this file back into repository