aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8aee7b2ce40..ed63719f6c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
12012-04-10 Glenn Morris <rgm@gnu.org>
2
3 * configure.in: Conditionally generate admin/unidata/Makefile.
4
52012-04-09 Teodor Zlatanov <tzz@lifelogs.com>
6
7 * info/dir, Makefile.in (INFO_FILES): Add emacs-gnutls manual.
8
92012-04-09 Glenn Morris <rgm@gnu.org>
10
11 * Makefile.in (leim): Check cd return value. Pass fewer variables.
12 (install-leim): Check cd return value. Pass $MFLAGS.
13 (install-strip): Pass $MFLAGS.
14
15 * configure.in: Require makeinfo >= 4.7. (Bug#10910)
16 Eg org.texi has been using 4.7 functions for some time.
17
182012-04-07 Paul Eggert <eggert@cs.ucla.edu>
19
20 Check pkg-config exit status when configuring (Bug#10626).
21 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
22 works; check its exit status. Problem reported by Jordi GutiƩrrez
23 Hermoso in
24 <http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>.
25
262012-04-07 Glenn Morris <rgm@gnu.org>
27
28 * README, configure.in (AC_INIT): Bump version to 24.1.50.
29
302012-04-07 Eli Zaretskii <eliz@gnu.org>
31
32 * lib/makefile.w32-in (gnulib, all): Don't depend on stamp_BLD.
33
12012-03-04 Paul Eggert <eggert@cs.ucla.edu> 342012-03-04 Paul Eggert <eggert@cs.ucla.edu>
2 35
3 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677) 36 configure: fix ncurses 'configure' issue on Solaris 10 (Bug#10677)