aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-08-15 21:49:40 +0200
committerJoakim Verona2012-08-15 21:49:40 +0200
commitb648c26ec642a1dc58c0bd7e59d6011b964dbe37 (patch)
treef0f3b38ffa9054702f475fc53622e28da14f97b1 /ChangeLog
parentc8b0fc1999006af5a4317b44068fac13d9592143 (diff)
parent94c9ece10275f8ca9323c38f93607f1046035c79 (diff)
downloademacs-b648c26ec642a1dc58c0bd7e59d6011b964dbe37.tar.gz
emacs-b648c26ec642a1dc58c0bd7e59d6011b964dbe37.zip
upstream
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog99
1 files changed, 99 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3d94b5df10..c29a9856a02 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,102 @@
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
12012-08-01 Ulrich Müller <ulm@gentoo.org> 1002012-08-01 Ulrich Müller <ulm@gentoo.org>
2 101
3 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]: 102 * configure.ac (LIB_STANDARD, START_FILES) [FreeBSD]: