diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | 2012-04-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-04-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | configure: new option --enable-gcc-warnings | 3 | configure: new option --enable-gcc-warnings (Bug#11207) |
| 4 | I have been using this change for many months in my private copy | 4 | I have been using this change for many months in my private copy |
| 5 | of Emacs, and have used it to find several bugs. It's mature | 5 | of Emacs, and have used it to find several bugs. It's mature |
| 6 | enough to publish now. | 6 | enough to publish now. |
| @@ -15,6 +15,12 @@ | |||
| 15 | * lib/Makefile.am (AM_CFLAGS): New macro. | 15 | * lib/Makefile.am (AM_CFLAGS): New macro. |
| 16 | * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib. | 16 | * m4/manywarnings.m4, m4/warnings.m4: New files, from gnulib. |
| 17 | 17 | ||
| 18 | 2012-04-09 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 19 | |||
| 20 | * info/dir (File): | ||
| 21 | * Makefile.in: Add emacs-gnutls to the info directory and the | ||
| 22 | INFO_FILES target. | ||
| 23 | |||
| 18 | 2012-04-09 Glenn Morris <rgm@gnu.org> | 24 | 2012-04-09 Glenn Morris <rgm@gnu.org> |
| 19 | 25 | ||
| 20 | * Makefile.in (leim): Check cd return value. Pass fewer variables. | 26 | * Makefile.in (leim): Check cd return value. Pass fewer variables. |