diff options
| author | Joakim Verona | 2015-01-11 18:40:21 +0100 |
|---|---|---|
| committer | Joakim Verona | 2015-01-11 18:40:21 +0100 |
| commit | cc7cb20d6abc0f862e5513b24831bba0eaecaa5f (patch) | |
| tree | afc2fc05401504aa0c28699dc3bc155c5b0d7f58 /ChangeLog | |
| parent | d972b504f30ff4300ba368940751e8736dddf0b4 (diff) | |
| parent | 9a57bda31569294ecaf8138a06e5edda9c0d87e3 (diff) | |
| download | emacs-cc7cb20d6abc0f862e5513b24831bba0eaecaa5f.tar.gz emacs-cc7cb20d6abc0f862e5513b24831bba0eaecaa5f.zip | |
merge master, fix conflicts
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
| @@ -1,3 +1,22 @@ | |||
| 1 | 2015-01-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Default to 'configure --enable-silent-rules' | ||
| 4 | This greatly shortens the 'make' output, making it more readable | ||
| 5 | and useful. For example, on my platform it shortens a | ||
| 6 | 4125-character line "gcc -std=gnu99 -c -Demacs -I. -I. -I../lib | ||
| 7 | ... emacs.c" -- a line so long that it's hard to see what's going | ||
| 8 | on or where the diagnostics are -- to just "CC emacs.o". | ||
| 9 | * INSTALL: Document this. | ||
| 10 | * configure.ac: Add AM_SILENT_RULES([yes]). | ||
| 11 | (AM_DEFAULT_VERBOSITY): Remove now-unnecessary initialization. | ||
| 12 | Fixes: bug#19501 | ||
| 13 | |||
| 14 | 2015-01-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 15 | |||
| 16 | Merge from gnulib | ||
| 17 | * lib/stdio.in.h, m4/stdio_h.m4: Update from gnulib, incorporating: | ||
| 18 | 2015-01-05 stdio: fix use of PRIdMAX on modern mingw | ||
| 19 | |||
| 1 | 2015-01-04 Paul Eggert <eggert@cs.ucla.edu> | 20 | 2015-01-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 21 | ||
| 3 | * INSTALL: Mention 'make WERROR_CFLAGS='. | 22 | * INSTALL: Mention 'make WERROR_CFLAGS='. |