aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2012-08-16 21:25:17 +0900
committerKenichi Handa2012-08-16 21:25:17 +0900
commitd75ffb4ed0b2e72a9361a07d16a5c884a9459728 (patch)
tree8ac5a6a8ae033fef7fbc7fb7b09a703ef4b0ed5b /ChangeLog
parent69c41c4070c86baac11a627e9c3d366420aeb7cc (diff)
parent250c8ab9b8f6322959fa3122db83944c30c3894b (diff)
downloademacs-d75ffb4ed0b2e72a9361a07d16a5c884a9459728.tar.gz
emacs-d75ffb4ed0b2e72a9361a07d16a5c884a9459728.zip
merge trunk
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog236
1 files changed, 236 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cb8dd8a874..c29a9856a02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,239 @@
12012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge from gnulib, incorporating:
4 2012-08-05 extern-inline: also ignore -Wmissing-declarations
5
62012-08-10 Juanma Barranquero <lekktu@gmail.com>
7
8 * lib/makefile.w32-in (STAT_TIME_H): New macro.
9 (FTOASTR_C, $(BLD)/stat-time.$(O), $(BLD)/timespec.$(O))
10 ($(BLD)/u64.$(O)): Update dependencies.
11
122012-08-10 Glenn Morris <rgm@gnu.org>
13
14 * configure.ac (DIRECTORY_SEP): Move here from src/lisp.h.
15
162012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
17
18 * configure.ac (--disable-features): Rename to --without-all.
19 (OPTION_DEFAULT_ON): Change to use with_features.
20 * INSTALL: Fix description.
21
222012-08-07 Dmitry Antipov <dmantipov@yandex.ru>
23
24 * configure.ac: New option --disable-features.
25 (OPTION_DEFAULT_ON): Change to use enable_features.
26 * INSTALL: Explain --disable-features.
27
282012-08-07 Glenn Morris <rgm@gnu.org>
29
30 * configure.ac: Require automake 1.11 (fairly arbitrarily).
31 * autogen.sh (automake_min): Get it from configure.ac.
32
332012-08-06 Glenn Morris <rgm@gnu.org>
34
35 * configure.ac (BROKEN_GETWD) [unixware]: New define.
36
37 * configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
38 (PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
39 (DISPNEW_NEEDS_STDIO_EXT): New define.
40
412012-08-05 Michael Albinus <michael.albinus@gmx.de>
42
43 * INSTALL: Explain how to completely disable D-Bus. (Bug#12112)
44
452012-08-05 Ulrich Müller <ulm@gentoo.org>
46
47 * configure.ac: Disable paxctl if binaries don't have a
48 PT_PAX_FLAGS program header. (Bug#11979)
49
502012-08-03 Eli Zaretskii <eliz@gnu.org>
51
52 * lib/makefile.w32-in (GNULIBOBJS): Add $(BLD)/stat-time.$(O),
53 $(BLD)/timespec.$(O), and $(BLD)/u64.$(O).
54 (SHA512_H): Don't mention u64.h twice.
55 ($(BLD)/stat-time.$(O), ($(BLD)/timespec.$(O), ($(BLD)/u64.$(O)):
56 New targets.
57
582012-08-03 Paul Eggert <eggert@cs.ucla.edu>
59
60 Merge from gnulib, incorporating:
61 2012-08-02 stat-time, timespec, u64: support naive out-of-dir builds
62
632012-08-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
64
65 * lib/Makefile.am (DEFAULT_INCLUDES): Add -I$(top_srcdir)/lib for
66 out-of-tree build.
67
682012-08-02 Glenn Morris <rgm@gnu.org>
69
70 * make-dist: Remove src/s.
71
72 * lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
73
742012-08-02 Paul Eggert <eggert@cs.ucla.edu>
75
76 Merge from gnulib (Bug#12116), incorporating:
77 2012-08-01 extern-inline: new module
78 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
79 * lib/stat-time.c, lib/timespec.c, lib/u64.c, m4/extern-inline.m4:
80 New files. The new .c files are for instantiating extern inline
81 functions.
82
83 Port to Solaris 8.
84 Without this change, 'configure' fails because the recently-added
85 wait3 prototype in config.h messes up later 'configure' tests.
86 Fix this problem by droping wait3 and WRETCODE, as they're
87 no longer needed on hosts that are current porting targets.
88 * configure.ac (wait3, WRETCODE): Remove, fixing a FIXME.
89 All uses changed to waitpid and WEXITSTATUS.
90
91 Avoid needless autoheader after autogen.sh.
92 * src/stamp-h.in: Remove from bzr repository; no longer needed there.
93 * .bzrignore: Add it.
94 * autogen.sh: Create it.
95
962012-08-01 Glenn Morris <rgm@gnu.org>
97
98 * configure.ac (DOS_NT, MSDOS): New system type templates.
99
1002012-08-01 Ulrich Müller <ulm@gentoo.org>
101
102 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]:
103 Don't include crtbegin.o and crtend.o. (Bug#12047)
104
1052012-08-01 Glenn Morris <rgm@gnu.org>
106
107 * configure.ac (FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
108 (INTERNAL_TERMINAL): New.
109
110 * configure.ac (DEVICE_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP)
111 (IS_ANY_SEP): Move here from src/lisp.h.
112
1132012-08-01 Juanma Barranquero <lekktu@gmail.com>
114
115 * lib/makefile.w32-in (CONFIG_H): Update dependencies.
116 (CONF_POST_H): New macro.
117
1182012-07-31 Glenn Morris <rgm@gnu.org>
119
120 * configure.ac (S_FILE): Remove output variable.
121
122 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
123
124 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
125 Move here from src.
126
127 * configure.ac (AMPERSAND_FULL_NAME, subprocesses):
128 Move here from conf_post.h.
129
1302012-07-31 Dmitry Antipov <dmantipov@yandex.ru>
131
132 Improve OpenMotif detection on GNU/Linux systems.
133 * configure.ac (MOTIF): Check for /usr/include/openmotif
134 and /usr/(lib|lib64)/openmotif if --with-x-toolkit=motif.
135
1362012-07-31 Andreas Schwab <schwab@linux-m68k.org>
137
138 * Makefile.in (install-arch-indep): Avoid eval.
139
1402012-07-31 Glenn Morris <rgm@gnu.org>
141
142 * configure.ac (opsysfile, S_FILE): Now they are always empty.
143
144 * configure.ac (opsysfile): Forgot to set it to empty on sol2-10
145 when removing src/s/sol2-6.h yesterday.
146
147 * configure.ac (USG5_4): Reintroduce this.
148 (opsysfile): Set to empty on irix6-5, sol2*, and unixware.
149
150 * configure.ac (wait3, WRETCODE): Move here from src/s/usg5-4-common.h.
151
152 * configure.ac (opsysfile): Set to empty on hpux*, darwin;
153 and to s/usg5-4-common.h on irix6-5.
154
1552012-07-30 Glenn Morris <rgm@gnu.org>
156
157 * configure.ac (AH_BOTTOM): Use an include file, so that the
158 contents do not get processed by autoheader.
159
1602012-07-30 Paul Eggert <eggert@cs.ucla.edu>
161
162 Do not overwrite config.status while executing it (Bug#11214).
163 * Makefile.in (MAKEFILE_NAME): New macro.
164 ($(MAKEFILE_NAME)): Rename rule from Makefile.
165 * configure.ac (epaths): Set MAKEFILE_NAME to a bogus value,
166 so that GNU 'make' isn't tempted to make the Makefile and then
167 regenerate config.status while config.status is running.
168
169 Update .PHONY listings in makefiles.
170 * Makefile.in (.PHONY): Add all, ${SUBDIR}, blessmail, epath-force,
171 FRC, install-arch-dep, install-arch-indep, install-doc,
172 install-info, install-man, install-etc, install-strip, uninstall,
173 bootstrap-clean, TAGS, tags, info-real, force-info, check-info-dir.
174 (.RECURSIVE): Remove; hasn't been needed for years.
175
1762012-07-30 Glenn Morris <rgm@gnu.org>
177
178 * configure.ac (SIGNAL_H_AHB): New hack macro.
179 (opsysfile): Set to empty on netbsd, openbsd.
180 (AH_BOTTOM): Include signal.h if SIGNAL_H_AHB is defined.
181
182 * configure.ac (_longjmp, _setjmp, TIOCSIGSEND): Move here from src/s.
183
1842012-07-30 Jan Djärv <jan.h.d@swipnet.se>
185
186 * Makefile.in (install-arch-indep): Remove sh -x.
187
1882012-07-30 Glenn Morris <rgm@gnu.org>
189
190 * configure.ac (opsysfile): Tweak message for null case.
191
192 * configure.ac (opsysfile): Set to empty on aix4-2, freebsd,
193 gnu-linux, gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
194
1952012-07-30 Paul Eggert <eggert@cs.ucla.edu>
196
197 Merge from gnulib, incorporating:
198 * doc/misc/texinfo.tex: Update to 2012-07-29.17 version.
199
2002012-07-29 Jan Djärv <jan.h.d@swipnet.se>
201
202 * Makefile.in (install-arch-indep): Handle space in locallisppath.
203
2042012-07-28 Paul Eggert <eggert@cs.ucla.edu>
205
206 Use Gnulib environ module (Bug#9772).
207 * m4/environ.m4: New file, from gnulib.
208 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
209
210 Use Gnulib stdalign module (Bug#9772, Bug#9960).
211 This should improve portability of macros like alignof and DECL_ALIGN.
212 * lib/stdalign.in.h, m4/stdalign.m4: New files, from gnulib.
213 * .bzrignore: Add lib/stdalign.h.
214 * config.bat: Do not set NO_DECL_ALIGN; no longer needed.
215 Copy lib/stdalign.in.h to lib/stdalign.in-h as needed.
216 * configure.ac (HAVE_ATTRIBUTE_ALIGNED): Remove the code that
217 fiddles with this, as gnulib now does this for us.
218
2192012-07-17 Dmitry Antipov <dmantipov@yandex.ru>
220
221 Fix toolkit configuration report.
222 * configure.ac (USE_X_TOOLKIT): Report toolkit as GTK3 if
223 --with-x-toolkit=gtk3 is used.
224
2252012-07-17 Paul Eggert <eggert@cs.ucla.edu>
226
227 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
228 * configure.ac: Configure gnulib at the end, not before running
229 pkg-config. This restores the behavior before 2012-06-22, when
230 higher-resolution time stamps were added, and fixes a bug whereby
231 LIB_PTHREAD was not used and gnulib's part of 'configure'
232 therefore incorrectly assumed that pthread_sigmask wasn't working.
233 Fix the problem with -lrt and clock_gettime a different way.
234 This should complete the fix for Bug#11884.
235 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
236
12012-07-15 Paul Eggert <eggert@cs.ucla.edu> 2372012-07-15 Paul Eggert <eggert@cs.ucla.edu>
2 238
3 Merge from gnulib, incorporating: 239 Merge from gnulib, incorporating: