aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-07-31 00:00:41 +0200
committerJoakim Verona2012-07-31 00:00:41 +0200
commit55fa71b3d9bb8609ca3cbb56f92c776ad8724a69 (patch)
treeb002fe941cc8636f8bd735717e440014359839dd /ChangeLog
parent5fb63197843dcae66f2fe0ddd6f4a9d560e9db2f (diff)
parentb429a4eee4e09b1ba09e17ced5091d042955d84f (diff)
downloademacs-55fa71b3d9bb8609ca3cbb56f92c776ad8724a69.tar.gz
emacs-55fa71b3d9bb8609ca3cbb56f92c776ad8724a69.zip
upstream
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog64
1 files changed, 64 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03f4291a634..b0860362b1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
12012-07-30 Glenn Morris <rgm@gnu.org>
2
3 * configure.ac (AH_BOTTOM): Use an include file, so that the
4 contents do not get processed by autoheader.
5
62012-07-30 Paul Eggert <eggert@cs.ucla.edu>
7
8 Do not overwrite config.status while executing it (Bug#11214).
9 * Makefile.in (MAKEFILE_NAME): New macro.
10 ($(MAKEFILE_NAME)): Rename rule from Makefile.
11 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
12 so that GNU 'make' isn't tempted to make the Makefile and then
13 regenerate config.status while config.status is running.
14
15 Update .PHONY listings in makefiles.
16 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
17 FRC, install-arch-dep, install-arch-indep, install-doc,
18 install-info, install-man, install-etc, install-strip, uninstall,
19 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
20 (.RECURSIVE): Remove; hasn't been needed for years.
21
222012-07-30 Glenn Morris <rgm@gnu.org>
23
24 * configure.ac (SIGNAL_H_AHB): New hack macro.
25 (opsysfile): Set to empty on netbsd, openbsd.
26 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
27
28 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
29
302012-07-30 Jan Djärv <jan.h.d@swipnet.se>
31
32 * Makefile.in (install-arch-indep): Remove sh -x.
33
342012-07-30 Glenn Morris <rgm@gnu.org>
35
36 * configure.ac (opsysfile): Tweak message for null case.
37
38 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
39 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
40
412012-07-30 Paul Eggert <eggert@cs.ucla.edu>
42
43 Merge from gnulib, incorporating:
44 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
45
462012-07-29 Jan Djärv <jan.h.d@swipnet.se>
47
48 * Makefile.in (install-arch-indep): Handle space in locallisppath.
49
502012-07-28 Paul Eggert <eggert@cs.ucla.edu>
51
52 Use Gnulib environ module (Bug#9772).
53 * m4/environ.m4: New file, from gnulib.
54 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
55
56 Use Gnulib stdalign module (Bug#9772, Bug#9960).
57 This should improve portability of macros like alignof and DECL_ALIGN.
58 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
59 * .bzrignore: Add lib/stdalign.h.
60 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
61 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
62 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
63 fiddles with this, as gnulib now does this for us.
64
12012-07-17 Dmitry Antipov <dmantipov@yandex.ru> 652012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
2 66
3 Fix toolkit configuration report. 67 Fix toolkit configuration report.