diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 75 |
1 files changed, 75 insertions, 0 deletions
| @@ -1,3 +1,78 @@ | |||
| 1 | 2012-09-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * configure.ac (_setjmp, _longjmp): Check by compiling | ||
| 4 | instead of by guessing. The guesses were wrong for | ||
| 5 | recent versions of Solaris, such as Solaris 11. | ||
| 6 | |||
| 7 | 2012-09-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 8 | |||
| 9 | * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init. | ||
| 10 | It generates false alarms in doc.c, regex.c, xdisp.c. See | ||
| 11 | <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>. | ||
| 12 | |||
| 13 | Merge from gnulib, incorporating: | ||
| 14 | 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles | ||
| 15 | 2011-11-30 manywarnings: update the list of "all" warnings | ||
| 16 | |||
| 17 | 2012-09-02 Jan Djärv <jan.h.d@swipnet.se> | ||
| 18 | |||
| 19 | * configure.ac (HAVE_GOBJECT): Check for gobject-2.0 (Bug#12332). | ||
| 20 | |||
| 21 | 2012-09-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 22 | |||
| 23 | * configure.ac (_FORTIFY_SOURCE): Define only when optimizing. | ||
| 24 | This ports to glibc 2.15 or later, when configured with | ||
| 25 | --enable-gcc-warnings. See Eric Blake in | ||
| 26 | <http://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>. | ||
| 27 | |||
| 28 | 2012-09-01 Daniel Colascione <dan.colascione@gmail.com> | ||
| 29 | |||
| 30 | * configure.ac: Introduce term_header variable, which holds the | ||
| 31 | value which will become TERM_HEADER in code. We effect our choice | ||
| 32 | of window system by setting term_header and WINDOW_SYSTEM_OBJ | ||
| 33 | instead of using ad-hoc variables and flags for each window | ||
| 34 | system. | ||
| 35 | |||
| 36 | 2012-08-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 37 | |||
| 38 | * configure.ac (CFLAGS): Prefer -g3 to -g if -g3 works | ||
| 39 | and if the user has not specified CFLAGS. -g3 simplifies | ||
| 40 | debugging, since it makes macros visible to the debugger. | ||
| 41 | |||
| 42 | 2012-08-25 Juanma Barranquero <lekktu@gmail.com> | ||
| 43 | |||
| 44 | * lib/makefile.w32-in ($(BLD)/execinfo.$(O)): Update dependencies. | ||
| 45 | |||
| 46 | 2012-08-25 Eli Zaretskii <eliz@gnu.org> | ||
| 47 | |||
| 48 | * lib/makefile.w32-in ($(BLD)/execinfo.$(O), execinfo.h): New targets. | ||
| 49 | (GNULIBOBJS): Add $(BLD)/execinfo.$(O). | ||
| 50 | |||
| 51 | 2012-08-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 52 | |||
| 53 | On assertion failure, print backtrace if available. | ||
| 54 | Merge from gnulib, incorporating: | ||
| 55 | 2012-08-24 execinfo: port to FreeBSD | ||
| 56 | 2012-08-22 execinfo: new module | ||
| 57 | * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. | ||
| 58 | * lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files. | ||
| 59 | |||
| 60 | 2012-08-22 Glenn Morris <rgm@gnu.org> | ||
| 61 | |||
| 62 | * Makefile.in (install-arch-dep): If NO_BIN_LINK is non-null, | ||
| 63 | do not create the bin/emacs link. (Bug#12011) | ||
| 64 | |||
| 65 | 2012-08-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 66 | |||
| 67 | Merge from gnulib, incorporating: | ||
| 68 | 2012-08-20 extern-inline: support old GCC 'inline' | ||
| 69 | |||
| 70 | 2012-08-20 Glenn Morris <rgm@gnu.org> | ||
| 71 | |||
| 72 | * configure.ac (AC_PROG_LN_S): Test for ln. | ||
| 73 | * Makefile.in (LN_S): New, set by configure. | ||
| 74 | (install-arch-dep): Use $LN_S. | ||
| 75 | |||
| 1 | 2012-08-19 Paul Eggert <eggert@cs.ucla.edu> | 76 | 2012-08-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 77 | ||
| 3 | Merge from gnulib, incorporating: | 78 | Merge from gnulib, incorporating: |