aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-09-03 17:30:17 +0200
committerJoakim Verona2012-09-03 17:30:17 +0200
commit4a37733c693d59a9b83a3fb2d0c7f9461d149f60 (patch)
treea33402e09342f748baebf0e4f5a1e40538e620f4 /ChangeLog
parent5436d1df5e2ba0b4d4f72b03a1cd09b20403654b (diff)
parentdcde497f27945c3ca4ce8c21f655ef6f627acdd2 (diff)
downloademacs-4a37733c693d59a9b83a3fb2d0c7f9461d149f60.tar.gz
emacs-4a37733c693d59a9b83a3fb2d0c7f9461d149f60.zip
upstream
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog72
1 files changed, 72 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9336b112b4f..8af393d4393 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,75 @@
12012-09-03 Paul Eggert <eggert@cs.ucla.edu>
2
3 Merge from gnulib, incorporating:
4 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
5 2011-11-30 manywarnings: update the list of "all" warnings
6
72012-09-02 Jan Djärv <jan.h.d@swipnet.se>
8
9 * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332).
10
112012-09-01 Paul Eggert <eggert@cs.ucla.edu>
12
13 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
14 This ports to glibc 2.15 or later, when configured with
15 --enable-gcc-warnings. See Eric Blake in
16 <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>.
17
182012-09-01 Daniel Colascione <dan.colascione@gmail.com>
19
20 * configure.ac: Introduce term_header variable, which holds the
21 value which will become TERM_HEADER in code. We effect our choice
22 of window system by setting term_header and WINDOW_SYSTEM_OBJ
23 instead of using ad-hoc variables and flags for each window
24 system.
25
262012-08-26 Paul Eggert <eggert@cs.ucla.edu>
27
28 * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works
29 and if the user has not specified CFLAGS. -g3 simplifies
30 debugging, since it makes macros visible to the debugger.
31
322012-08-25 Juanma Barranquero <lekktu@gmail.com>
33
34 * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies.
35
362012-08-25 Eli Zaretskii <eliz@gnu.org>
37
38 * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets.
39 (GNULIBOBJS): Add $(BLD)/execinfo.$(O).
40
412012-08-24 Paul Eggert <eggert@cs.ucla.edu>
42
43 On assertion failure, print backtrace if available.
44 Merge from gnulib, incorporating:
45 2012-08-24 execinfo: port to FreeBSD
46 2012-08-22 execinfo: new module
47 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
48 * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
49
502012-08-22 Glenn Morris <rgm@gnu.org>
51
52 * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null,
53 do not create the bin/emacs link. (Bug#12011)
54
552012-08-21 Paul Eggert <eggert@cs.ucla.edu>
56
57 Merge from gnulib, incorporating:
58 2012-08-20 extern-inline: support old GCC 'inline'
59
602012-08-20 Glenn Morris <rgm@gnu.org>
61
62 * configure.ac (AC_PROG_LN_S): Test for ln.
63 * Makefile.in (LN_S): New, set by configure.
64 (install-arch-dep): Use $LN_S.
65
662012-08-19 Paul Eggert <eggert@cs.ucla.edu>
67
68 Merge from gnulib, incorporating:
69 2012-08-19 ignore-value, stat-time, timespec: omit AC_C_INLINE
70 2012-08-19 mktime, sys_select: avoid 'static inline'
71 2012-08-19 gnulib-tool: Fix indentation.
72
12012-08-18 Paul Eggert <eggert@cs.ucla.edu> 732012-08-18 Paul Eggert <eggert@cs.ucla.edu>
2 74
3 * lib/sigprocmask.c, m4/signalblocking.m4: Remove. 75 * lib/sigprocmask.c, m4/signalblocking.m4: Remove.