aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-04-09 12:51:06 -0700
committerPaul Eggert2012-04-09 12:51:06 -0700
commit9f46df23a3d01f82a24f2a3dd8730f0263fa9fde (patch)
treee10467a42658a374d5cdb7bb25fc94016abdad7a /ChangeLog
parentb8df54ffbefc5ddf40ddcda68a2a682769c5833d (diff)
parenta130c2afed5e7d5ec10efa1a57f4de2461a9c778 (diff)
downloademacs-9f46df23a3d01f82a24f2a3dd8730f0263fa9fde.tar.gz
emacs-9f46df23a3d01f82a24f2a3dd8730f0263fa9fde.zip
Merge from trunk; add Bug#.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f7ccc573af..8d89e361c59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
12012-04-09 Paul Eggert <eggert@cs.ucla.edu> 12012-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
182012-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
182012-04-09 Glenn Morris <rgm@gnu.org> 242012-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.