aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-25 23:17:52 -0700
committerPaul Eggert2011-04-25 23:17:52 -0700
commit671875dac181f7f1337f21d013a9c3d5f235ddf2 (patch)
tree4091c2537439713df8efe8d3376116a6db3eb1c5 /ChangeLog
parentf904488ff40dcee3e340b63a6386dde124d1241c (diff)
parent0c6b7b19e52ba18b5d4fd2d4b73b133a0a721603 (diff)
downloademacs-671875dac181f7f1337f21d013a9c3d5f235ddf2.tar.gz
emacs-671875dac181f7f1337f21d013a9c3d5f235ddf2.zip
Merge from mainline.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 64aad9e278a..f67a5bf0b55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,10 @@
12011-04-22 Paul Eggert <eggert@cs.ucla.edu> 12011-04-26 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * configure.in: Suppress unnecessary checks for size_t. 3 * configure.in: Suppress unnecessary checks for size_t.
4 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test. 4 (AC_TYPE_SIZE_T): Define an empty macro, to suppress obsolescent test.
5 (size_t): Do not check for this, and do not typedef. This code 5 (size_t): Do not check for this, and do not typedef. This code
6 is never exercised now. 6 is never exercised now.
7 7
82011-04-21 Paul Eggert <eggert@cs.ucla.edu>
9
10 * Makefile.in (GNULIB_MODULES): Add strtoumax. 8 * Makefile.in (GNULIB_MODULES): Add strtoumax.
11 This is needed for the new integer-reading code in lread.c. 9 This is needed for the new integer-reading code in lread.c.
12 It automatically pulls in the following gnulib files, which 10 It automatically pulls in the following gnulib files, which
@@ -16,6 +14,15 @@
16 m4/strtoull.m4, m4/strtoumax.m4. 14 m4/strtoull.m4, m4/strtoumax.m4.
17 * .bzrignore: Add lib/inttypes.h. 15 * .bzrignore: Add lib/inttypes.h.
18 16
172011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
18
19 * configure.in: Check for GnuTLS certificate verify callbacks.
20
212011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * Makefile.in (config.status): Don't erase in case of error.
24 In case it disappeared, rebuild it with `configure'.
25
192011-04-20 Ken Brown <kbrown@cornell.edu> 262011-04-20 Ken Brown <kbrown@cornell.edu>
20 27
21 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin. 28 * configure.in (use_mmap_for_buffers): Set to yes on Cygwin.