aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.1
diff options
context:
space:
mode:
authorPaul Eggert2017-11-25 22:45:41 -0800
committerPaul Eggert2017-11-25 22:48:12 -0800
commita89f0b6f33f9eb8910a1fceda9028d76ef50b05d (patch)
tree7055882872b7cad587e5d5e9ac706056f04ff777 /ChangeLog.1
parent8be3aee2813f528b02bc913ca4d79e34e72b1754 (diff)
downloademacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.tar.gz
emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.zip
maint: shorten https://lists.gnu.org/archive/html/... links
Diffstat (limited to 'ChangeLog.1')
-rw-r--r--ChangeLog.184
1 files changed, 42 insertions, 42 deletions
diff --git a/ChangeLog.1 b/ChangeLog.1
index bb49169fb97..2fcf7aafa25 100644
--- a/ChangeLog.1
+++ b/ChangeLog.1
@@ -33,7 +33,7 @@
33 33
34 Fix 'commit-msg' to cite 'CONTRIBUTE' 34 Fix 'commit-msg' to cite 'CONTRIBUTE'
35 As suggested in: 35 As suggested in:
36 https://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00947.html 36 https://lists.gnu.org/r/emacs-devel/2015-03/msg00947.html
37 Also, have the two files match better. 37 Also, have the two files match better.
38 * CONTRIBUTE: Match what's in build-aux/git-hooks/commit-msg. 38 * CONTRIBUTE: Match what's in build-aux/git-hooks/commit-msg.
39 * build-aux/git-hooks/commit-msg: Mention 'CONTRIBUTE'. 39 * build-aux/git-hooks/commit-msg: Mention 'CONTRIBUTE'.
@@ -145,7 +145,7 @@
145 145
146 * configure.ac (HAVE_W32): Abort with error message if 146 * configure.ac (HAVE_W32): Abort with error message if
147 --without-toolkit-scroll-bars was specified. See 147 --without-toolkit-scroll-bars was specified. See
148 https://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00525.html 148 https://lists.gnu.org/r/emacs-devel/2015-01/msg00525.html
149 for the details. 149 for the details.
150 150
1512015-01-27 Paul Eggert <eggert@cs.ucla.edu> 1512015-01-27 Paul Eggert <eggert@cs.ucla.edu>
@@ -156,7 +156,7 @@
156 configuration. The downside is that patch applications won't be 156 configuration. The downside is that patch applications won't be
157 checked, but that's better than autogen.sh failing. 157 checked, but that's better than autogen.sh failing.
158 Problem reported by Sam Steingold in: 158 Problem reported by Sam Steingold in:
159 https://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00898.html 159 https://lists.gnu.org/r/emacs-devel/2015-01/msg00898.html
160 160
1612015-01-26 Paul Eggert <eggert@cs.ucla.edu> 1612015-01-26 Paul Eggert <eggert@cs.ucla.edu>
162 162
@@ -184,7 +184,7 @@
184 Give up on -Wsuggest-attribute=const 184 Give up on -Wsuggest-attribute=const
185 The attribute doesn't help performance significantly, and the 185 The attribute doesn't help performance significantly, and the
186 warning seems to be more trouble than it's worth. See the thread at: 186 warning seems to be more trouble than it's worth. See the thread at:
187 https://lists.gnu.org/archive/html/emacs-devel/2015-01/msg00361.html 187 https://lists.gnu.org/r/emacs-devel/2015-01/msg00361.html
188 * configure.ac (WERROR_CFLAGS): Don't use -Wsuggest-attribute=const. 188 * configure.ac (WERROR_CFLAGS): Don't use -Wsuggest-attribute=const.
189 189
1902015-01-11 Paul Eggert <eggert@cs.ucla.edu> 1902015-01-11 Paul Eggert <eggert@cs.ucla.edu>
@@ -297,7 +297,7 @@
2972014-12-13 Paul Eggert <eggert@cs.ucla.edu> 2972014-12-13 Paul Eggert <eggert@cs.ucla.edu>
298 298
299 Port commit-msg to mawk. Reported by Ted Zlatanov in: 299 Port commit-msg to mawk. Reported by Ted Zlatanov in:
300 https://lists.gnu.org/archive/html/emacs-devel/2014-12/msg01093.html 300 https://lists.gnu.org/r/emacs-devel/2014-12/msg01093.html
301 * build-aux/git-hooks/commit-msg (space, non_space, non_print): 301 * build-aux/git-hooks/commit-msg (space, non_space, non_print):
302 New vars. Use them as approximations to POSIX bracket expressions, 302 New vars. Use them as approximations to POSIX bracket expressions,
303 on implementations like mawk that do not support POSIX regexps. 303 on implementations like mawk that do not support POSIX regexps.
@@ -313,7 +313,7 @@
313 313
314 Port commit-message checking to FreeBSD 9. 314 Port commit-message checking to FreeBSD 9.
315 Reported by Jan Djärv in: 315 Reported by Jan Djärv in:
316 https://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00704.html 316 https://lists.gnu.org/r/emacs-devel/2014-12/msg00704.html
317 along with some other issues I noticed while testing with FreeBSD. 317 along with some other issues I noticed while testing with FreeBSD.
318 * build-aux/git-hooks/commit-msg: Prefer gawk if available. 318 * build-aux/git-hooks/commit-msg: Prefer gawk if available.
319 Prefer en_US.UTF-8 to en_US.utf8, as it's more portable. 319 Prefer en_US.UTF-8 to en_US.utf8, as it's more portable.
@@ -391,7 +391,7 @@
391 391
392 Add a.out to .gitignore. 392 Add a.out to .gitignore.
393 Suggested by Lee Duhem in: 393 Suggested by Lee Duhem in:
394 https://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01665.html 394 https://lists.gnu.org/r/emacs-devel/2014-11/msg01665.html
395 * .gitignore: Add a.out. 395 * .gitignore: Add a.out.
396 Move *.log next to *.tmp, since it's generic. 396 Move *.log next to *.tmp, since it's generic.
397 Put *.exe before non-generics. 397 Put *.exe before non-generics.
@@ -442,7 +442,7 @@
442 Restore 'Bug#' -> 'debbugs:' rewrite in log-edit-mode. 442 Restore 'Bug#' -> 'debbugs:' rewrite in log-edit-mode.
443 * .dir-locals.el (log-edit-mode): Restore the (log-edit-rewrite-fixes 443 * .dir-locals.el (log-edit-mode): Restore the (log-edit-rewrite-fixes
444 "[ \n](bug#\\([0-9]+\\))" . "debbugs:\\1"). See Glenn Morris in: 444 "[ \n](bug#\\([0-9]+\\))" . "debbugs:\\1"). See Glenn Morris in:
445 https://lists.gnu.org/archive/html/emacs-devel/2014-11/msg01187.html 445 https://lists.gnu.org/r/emacs-devel/2014-11/msg01187.html
446 446
447 Simplify and fix doc-related .gitignore files. 447 Simplify and fix doc-related .gitignore files.
448 This fixes some unwanted 'git status' output after 'make docs'. 448 This fixes some unwanted 'git status' output after 'make docs'.
@@ -913,7 +913,7 @@
913 913
914 Omit redundant extern decls. 914 Omit redundant extern decls.
915 Most of this patch is from Dmitry Antipov, in: 915 Most of this patch is from Dmitry Antipov, in:
916 https://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00263.html 916 https://lists.gnu.org/r/emacs-devel/2014-06/msg00263.html
917 * configure.ac (WERROR_CFLAGS): Add -Wredundant-decls. 917 * configure.ac (WERROR_CFLAGS): Add -Wredundant-decls.
918 918
919 Merge from gnulib, incorporating: 919 Merge from gnulib, incorporating:
@@ -969,7 +969,7 @@
969 969
970 Rely on AC_CANONICAL_HOST to detect whether we're using mingw. 970 Rely on AC_CANONICAL_HOST to detect whether we're using mingw.
971 See the thread containing: 971 See the thread containing:
972 https://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00206.html 972 https://lists.gnu.org/r/emacs-devel/2014-06/msg00206.html
973 * configure.ac (AC_CANONICAL_HOST): Invoke this as early as we 973 * configure.ac (AC_CANONICAL_HOST): Invoke this as early as we
974 can, which is just after AM_INIT_AUTOMAKE. Then check for mingw 974 can, which is just after AM_INIT_AUTOMAKE. Then check for mingw
975 just after that. 975 just after that.
@@ -1517,7 +1517,7 @@
1517 1517
1518 * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem. 1518 * configure.ac (LIBXML2_CFLAGS): Fix xcrun-related quoting problem.
1519 Reported by YAMAMOTO Mitsuharu in: 1519 Reported by YAMAMOTO Mitsuharu in:
1520 https://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00995.html 1520 https://lists.gnu.org/r/emacs-devel/2013-12/msg00995.html
1521 1521
15222013-12-28 Jan Djärv <jan.h.d@swipnet.se> 15222013-12-28 Jan Djärv <jan.h.d@swipnet.se>
1523 1523
@@ -1529,7 +1529,7 @@
1529 * configure.ac: Don't set MAKE unless 'make' doesn't work. 1529 * configure.ac: Don't set MAKE unless 'make' doesn't work.
1530 Set it only in the environment, not in the makefile. 1530 Set it only in the environment, not in the makefile.
1531 Reported by Glenn Morris in: 1531 Reported by Glenn Morris in:
1532 https://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00969.html 1532 https://lists.gnu.org/r/emacs-devel/2013-12/msg00969.html
1533 1533
15342013-12-27 Paul Eggert <eggert@cs.ucla.edu> 15342013-12-27 Paul Eggert <eggert@cs.ucla.edu>
1535 1535
@@ -1635,7 +1635,7 @@
1635 Remove the option of using libcrypto. 1635 Remove the option of using libcrypto.
1636 This scorches the earth and waits for spring; 1636 This scorches the earth and waits for spring;
1637 see Ted Zlatanov and Stefan Monnier in 1637 see Ted Zlatanov and Stefan Monnier in
1638 <https://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00323.html>. 1638 <https://lists.gnu.org/r/emacs-devel/2013-12/msg00323.html>.
1639 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove. 1639 * configure.ac (with_openssl_default, HAVE_LIB_CRYPTO): Remove.
1640 Do not say whether Emacs is configured to use a crypto library, 1640 Do not say whether Emacs is configured to use a crypto library,
1641 since it's no longer an option. 1641 since it's no longer an option.
@@ -1666,7 +1666,7 @@
1666 On commonly used platform libcrypto uses architecture-specific 1666 On commonly used platform libcrypto uses architecture-specific
1667 assembly code, which is significantly faster than the C code we 1667 assembly code, which is significantly faster than the C code we
1668 were using. See Pádraig Brady's note in 1668 were using. See Pádraig Brady's note in
1669 <https://lists.gnu.org/archive/html/bug-gnulib/2013-12/msg00000.html>. 1669 <https://lists.gnu.org/r/bug-gnulib/2013-12/msg00000.html>.
1670 Merge from gnulib, incorporating: 1670 Merge from gnulib, incorporating:
1671 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT 1671 2013-12-07 md5, sha1, sha256, sha512: add gl_SET_CRYPTO_CHECK_DEFAULT
1672 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method 1672 2013-12-07 md5, sha1, sha256, sha512: add 'auto', and set-default method
@@ -1987,7 +1987,7 @@
1987 Work around performance bug on OS X 10.8 and earlier. 1987 Work around performance bug on OS X 10.8 and earlier.
1988 Perhaps Apple will fix this bug some day. 1988 Perhaps Apple will fix this bug some day.
1989 See the thread starting with Daniel Colascione's email in: 1989 See the thread starting with Daniel Colascione's email in:
1990 https://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00343.html 1990 https://lists.gnu.org/r/emacs-devel/2013-09/msg00343.html
1991 * configure.ac (FORTIFY_SOUR): New verbatim section. 1991 * configure.ac (FORTIFY_SOUR): New verbatim section.
1992 1992
19932013-09-19 Paul Eggert <eggert@cs.ucla.edu> 19932013-09-19 Paul Eggert <eggert@cs.ucla.edu>
@@ -2003,9 +2003,9 @@
2003 2003
2004 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir' 2004 * configure.ac <srcdir> [MINGW32]: Make sure the value of 'srcdir'
2005 is in the full /d/foo/bar form. See the discussion in 2005 is in the full /d/foo/bar form. See the discussion in
2006 https://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00210.html, 2006 https://lists.gnu.org/r/emacs-devel/2013-09/msg00210.html,
2007 and in particular 2007 and in particular
2008 https://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00252.html 2008 https://lists.gnu.org/r/emacs-devel/2013-09/msg00252.html
2009 and its followups, for the details. 2009 and its followups, for the details.
2010 2010
20112013-09-17 Dmitry Antipov <dmantipov@yandex.ru> 20112013-09-17 Dmitry Antipov <dmantipov@yandex.ru>
@@ -2617,7 +2617,7 @@
2617 Merge from gnulib, incorporating: 2617 Merge from gnulib, incorporating:
2618 2013-03-29 stdalign: port to stricter ISO C11 2618 2013-03-29 stdalign: port to stricter ISO C11
2619 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in 2619 This helps to run 'configure' on MS-Windows; see Eli Zaretskii in
2620 <https://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00999.html>. 2620 <https://lists.gnu.org/r/emacs-devel/2013-03/msg00999.html>.
2621 2621
26222013-03-27 Paul Eggert <eggert@cs.ucla.edu> 26222013-03-27 Paul Eggert <eggert@cs.ucla.edu>
2623 2623
@@ -2812,7 +2812,7 @@
2812 2812
2813 Enable conservative stack scanning for all architectures. 2813 Enable conservative stack scanning for all architectures.
2814 Suggested by Stefan Monnier in 2814 Suggested by Stefan Monnier in
2815 <https://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00183.html>. 2815 <https://lists.gnu.org/r/emacs-devel/2013-01/msg00183.html>.
2816 * configure.ac (GC_MARK_STACK): Remove. 2816 * configure.ac (GC_MARK_STACK): Remove.
2817 2817
28182013-01-11 Paul Eggert <eggert@cs.ucla.edu> 28182013-01-11 Paul Eggert <eggert@cs.ucla.edu>
@@ -3182,7 +3182,7 @@
3182 3182
3183 Check more robustly for timer_settime. 3183 Check more robustly for timer_settime.
3184 This should fix an OS X build problem reported by Ivan Andrus in 3184 This should fix an OS X build problem reported by Ivan Andrus in
3185 <https://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00671.html>. 3185 <https://lists.gnu.org/r/emacs-devel/2012-09/msg00671.html>.
3186 * configure.ac (gl_THREADLIB): Define to empty, since Emacs 3186 * configure.ac (gl_THREADLIB): Define to empty, since Emacs
3187 does threads its own way. 3187 does threads its own way.
3188 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. 3188 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
@@ -3196,7 +3196,7 @@
3196 3196
3197 * Makefile.in (bootstrap): Simplify build procedure. 3197 * Makefile.in (bootstrap): Simplify build procedure.
3198 Suggested by Wolfgang Jenker in 3198 Suggested by Wolfgang Jenker in
3199 <https://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00456.html>. 3199 <https://lists.gnu.org/r/emacs-devel/2012-09/msg00456.html>.
3200 3200
3201 Merge from gnulib, incorporating: 3201 Merge from gnulib, incorporating:
3202 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases 3202 2012-09-22 sockets, sys_stat: remove AC_C_INLINE in MSVC-only cases
@@ -3216,14 +3216,14 @@
3216 * Makefile.in: Fix build error on FreeBSD. 3216 * Makefile.in: Fix build error on FreeBSD.
3217 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env. 3217 ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env.
3218 Suggested by Wolfgang Jenker in 3218 Suggested by Wolfgang Jenker in
3219 <https://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>. 3219 <https://lists.gnu.org/r/emacs-devel/2012-09/msg00430.html>.
3220 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded. 3220 (MAKE_CONFIG_STATUS): Remove. Remaining use expanded.
3221 This undoes part of the 2012-09-10 patch. 3221 This undoes part of the 2012-09-10 patch.
3222 (bootstrap): Run ./configure, rather than trying to run config.status 3222 (bootstrap): Run ./configure, rather than trying to run config.status
3223 if it exists. That builds src/epaths.h more reliably. 3223 if it exists. That builds src/epaths.h more reliably.
3224 Run autogen/copy_autogen if autogen.sh fails, 3224 Run autogen/copy_autogen if autogen.sh fails,
3225 to create 'configure'. Reported by Andreas Schwab in 3225 to create 'configure'. Reported by Andreas Schwab in
3226 <https://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>. 3226 <https://lists.gnu.org/r/emacs-devel/2012-09/msg00438.html>.
3227 * autogen.sh: Exit with status 1 when failing due to missing tools, 3227 * autogen.sh: Exit with status 1 when failing due to missing tools,
3228 reverting the 2012-09-10 change to this file. 3228 reverting the 2012-09-10 change to this file.
3229 * autogen/copy_autogen: Fail if one of the subsidiary actions fail. 3229 * autogen/copy_autogen: Fail if one of the subsidiary actions fail.
@@ -3360,7 +3360,7 @@
3360 3360
3361 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init. 3361 * configure.ac (WARN_CFLAGS): Omit -Wjump-misses-init.
3362 It generates false alarms in doc.c, regex.c, xdisp.c. See 3362 It generates false alarms in doc.c, regex.c, xdisp.c. See
3363 <https://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00040.html>. 3363 <https://lists.gnu.org/r/emacs-devel/2012-09/msg00040.html>.
3364 3364
3365 Merge from gnulib, incorporating: 3365 Merge from gnulib, incorporating:
3366 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles 3366 2012-08-29 stdbool: be more compatible with mixed C/C++ compiles
@@ -3375,7 +3375,7 @@
3375 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing. 3375 * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.
3376 This ports to glibc 2.15 or later, when configured with 3376 This ports to glibc 2.15 or later, when configured with
3377 --enable-gcc-warnings. See Eric Blake in 3377 --enable-gcc-warnings. See Eric Blake in
3378 <https://lists.gnu.org/archive/html/bug-grep/2012-09/msg00000.html>. 3378 <https://lists.gnu.org/r/bug-grep/2012-09/msg00000.html>.
3379 3379
33802012-09-01 Daniel Colascione <dan.colascione@gmail.com> 33802012-09-01 Daniel Colascione <dan.colascione@gmail.com>
3381 3381
@@ -3812,7 +3812,7 @@
3812 3812
3813 Improve static checking when configured --with-ns. 3813 Improve static checking when configured --with-ns.
3814 See Samuel Bronson's remarks in 3814 See Samuel Bronson's remarks in
3815 <https://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00146.html>. 3815 <https://lists.gnu.org/r/emacs-devel/2012-07/msg00146.html>.
3816 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's 3816 * configure.in (WARN_CFLAGS): Omit -Wunreachable-code, as it's
3817 a no-op with recent GCC and harmful in earlier ones. 3817 a no-op with recent GCC and harmful in earlier ones.
3818 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a 3818 Omit -Wsync-nand, as it's irrelevant to Emacs and provokes a
@@ -4072,7 +4072,7 @@
4072 4072
4073 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555) 4073 Remove --disable-maintainer-mode option from 'configure'. (Bug#11555)
4074 It is confusingly named and rarely useful. See, for example, 4074 It is confusingly named and rarely useful. See, for example,
4075 <https://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00089.html>. 4075 <https://lists.gnu.org/r/emacs-devel/2011-12/msg00089.html>.
4076 * INSTALL.BZR: Don't mention --disable-maintainer-mode. 4076 * INSTALL.BZR: Don't mention --disable-maintainer-mode.
4077 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed. 4077 * Makefile.in (MAINTAINER_MODE_FLAG): Remove; all uses removed.
4078 * configure.in: Remove --disable-maintainer-mode. 4078 * configure.in: Remove --disable-maintainer-mode.
@@ -4555,7 +4555,7 @@
4555 Check pkg-config exit status when configuring (Bug#10626). 4555 Check pkg-config exit status when configuring (Bug#10626).
4556 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config 4556 * configure.in (PKG_CHECK_MODULES): Do not assume that pkg-config
4557 works; check its exit status. Reported by Jordi Gutiérrez Hermoso in 4557 works; check its exit status. Reported by Jordi Gutiérrez Hermoso in
4558 <https://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00787.html>. 4558 <https://lists.gnu.org/r/emacs-devel/2012-01/msg00787.html>.
4559 4559
45602012-04-07 Glenn Morris <rgm@gnu.org> 45602012-04-07 Glenn Morris <rgm@gnu.org>
4561 4561
@@ -4628,7 +4628,7 @@
4628 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking 4628 * configure.in (HAVE_PTHREAD): Check for pthread_atfork if linking
4629 to gmalloc.c. This should prevent a MirBSD 10 build failure reported 4629 to gmalloc.c. This should prevent a MirBSD 10 build failure reported
4630 by Nelson H. F. Beebe in 4630 by Nelson H. F. Beebe in
4631 <https://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00065.html>. 4631 <https://lists.gnu.org/r/emacs-devel/2011-12/msg00065.html>.
4632 4632
46332011-12-10 Juanma Barranquero <lekktu@gmail.com> 46332011-12-10 Juanma Barranquero <lekktu@gmail.com>
4634 4634
@@ -4775,7 +4775,7 @@
4775 4775
4776 Merge from gnulib, improving some licensing wording. 4776 Merge from gnulib, improving some licensing wording.
4777 This clarifies and fixes some licensing issues raised by Glenn Morris 4777 This clarifies and fixes some licensing issues raised by Glenn Morris
4778 <https://lists.gnu.org/archive/html/bug-gnulib/2011-09/msg00397.html>. 4778 <https://lists.gnu.org/r/bug-gnulib/2011-09/msg00397.html>.
4779 It also merges the latest version of texinfo.tex and has some 4779 It also merges the latest version of texinfo.tex and has some
4780 MSVC-related changes that don't affect Emacs. 4780 MSVC-related changes that don't affect Emacs.
4781 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow, 4781 * Makefile.in (GNULIB_TOOL_FLAGS): Avoid msvc-inval, msvc-nothrow,
@@ -4944,7 +4944,7 @@
4944 test, which runs afoul of Automake installations where, for example, 4944 test, which runs afoul of Automake installations where, for example,
4945 /usr/share/aclocal contains a copy of gl_THREADLIB. 4945 /usr/share/aclocal contains a copy of gl_THREADLIB.
4946 Reported by Sven Joachim in 4946 Reported by Sven Joachim in
4947 <https://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>. 4947 <https://lists.gnu.org/r/emacs-devel/2011-07/msg00529.html>.
4948 This is just a quick temporary fix, specific to Emacs; I'll work 4948 This is just a quick temporary fix, specific to Emacs; I'll work
4949 with the other gnulib maintainers to get a more-permanent fix. 4949 with the other gnulib maintainers to get a more-permanent fix.
4950 4950
@@ -5556,7 +5556,7 @@
5556 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses. 5556 * arg-nonnull.h, c++defs.h, warn-on-use.h: Fix licenses.
5557 Sync from gnulib, which has been patched to fix the problem 5557 Sync from gnulib, which has been patched to fix the problem
5558 with the license notices. Reported by Glenn Morris in 5558 with the license notices. Reported by Glenn Morris in
5559 <https://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00403.html>. 5559 <https://lists.gnu.org/r/emacs-devel/2011-02/msg00403.html>.
5560 5560
55612011-02-09 Stefan Monnier <monnier@iro.umontreal.ca> 55612011-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
5562 5562
@@ -5590,7 +5590,7 @@
5590 gnulib: adjust to upstream _HEADERS change 5590 gnulib: adjust to upstream _HEADERS change
5591 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS): 5591 * lib/Makefile.am (EXTRA_HEADERS, nodist_pkginclude_HEADERS):
5592 New empty macros, to accommodate recent changes to gnulib. See 5592 New empty macros, to accommodate recent changes to gnulib. See
5593 <https://lists.gnu.org/archive/html/bug-gnulib/2011-02/msg00068.html>. 5593 <https://lists.gnu.org/r/bug-gnulib/2011-02/msg00068.html>.
5594 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h: 5594 * c++defs.h, lib/Makefile.in, lib/ftoastr.h, lib/getopt.in.h:
5595 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h: 5595 * lib/gnulib.mk, lib/ignore-value.h, lib/stdbool.in.h, lib/stddef.in.h:
5596 * lib/time.in.h, lib/unistd.in.h: 5596 * lib/time.in.h, lib/unistd.in.h:
@@ -5664,7 +5664,7 @@
5664 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to 5664 * lib/mktime.c (long_int_is_wide_enough): Move this assertion to
5665 the top level, to make it clearer that the assumption about 5665 the top level, to make it clearer that the assumption about
5666 long_int width is being checked. See 5666 long_int width is being checked. See
5667 <https://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00554.html>. 5667 <https://lists.gnu.org/r/bug-gnulib/2011-01/msg00554.html>.
5668 5668
5669 2011-01-29 Paul Eggert <eggert@cs.ucla.edu> 5669 2011-01-29 Paul Eggert <eggert@cs.ucla.edu>
5670 5670
@@ -5673,7 +5673,7 @@
5673 negative number, which the C Standard says has undefined behavior. 5673 negative number, which the C Standard says has undefined behavior.
5674 In practice this is not a problem, but might as well do it by the book. 5674 In practice this is not a problem, but might as well do it by the book.
5675 Reported by Rich Felker and Eric Blake; see 5675 Reported by Rich Felker and Eric Blake; see
5676 <https://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00493.html>. 5676 <https://lists.gnu.org/r/bug-gnulib/2011-01/msg00493.html>.
5677 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise. 5677 * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
5678 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others. 5678 * lib/mktime.c (TYPE_MAXIMUM): Redo slightly to match the others.
5679 5679
@@ -5691,7 +5691,7 @@
5691 mktime: fix some integer overflow issues and sidestep the rest 5691 mktime: fix some integer overflow issues and sidestep the rest
5692 5692
5693 This was prompted by a bug report by Benjamin Lindner for MinGW 5693 This was prompted by a bug report by Benjamin Lindner for MinGW
5694 <https://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00472.html>. 5694 <https://lists.gnu.org/r/bug-gnulib/2011-01/msg00472.html>.
5695 His bug is due to signed integer overflow (0 - INT_MIN), and I 5695 His bug is due to signed integer overflow (0 - INT_MIN), and I
5696 I scanned through mktime.c looking for other integer overflow 5696 I scanned through mktime.c looking for other integer overflow
5697 problems, fixing all the bugs I found. 5697 problems, fixing all the bugs I found.
@@ -5710,7 +5710,7 @@
5710 no need to test for alternatives. All uses removed. 5710 no need to test for alternatives. All uses removed.
5711 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by 5711 (TYPE_MAXIMUM): Don't rely here on overflow behavior not defined by
5712 the C standard. Reported by Rich Felker in 5712 the C standard. Reported by Rich Felker in
5713 <https://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00488.html>. 5713 <https://lists.gnu.org/r/bug-gnulib/2011-01/msg00488.html>.
5714 (twos_complement_arithmetic): Also check long_int and time_t. 5714 (twos_complement_arithmetic): Also check long_int and time_t.
5715 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions. 5715 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New functions.
5716 (guess_time_tm, ranged_convert, __mktime_internal): Use them. 5716 (guess_time_tm, ranged_convert, __mktime_internal): Use them.
@@ -5810,7 +5810,7 @@
5810 aclocal.m4: put this file back into repository 5810 aclocal.m4: put this file back into repository
5811 This way, we don't have to assume that the maintainer has 5811 This way, we don't have to assume that the maintainer has
5812 the automake package installed. See 5812 the automake package installed. See
5813 <https://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00746.html>. 5813 <https://lists.gnu.org/r/emacs-devel/2011-01/msg00746.html>.
5814 * .bzrignore: Remove aclocal.m4, undoing the previous change. 5814 * .bzrignore: Remove aclocal.m4, undoing the previous change.
5815 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4, 5815 * Makefile.in (top_maintainer_clean): Do not remove aclocal.m4,
5816 undoing the previous change. 5816 undoing the previous change.
@@ -5837,7 +5837,7 @@
5837 5837
5838 aclocal.m4: tweaks to regenerate more conveniently 5838 aclocal.m4: tweaks to regenerate more conveniently
5839 This attempts to act better when the source is in a weird state. See 5839 This attempts to act better when the source is in a weird state. See
5840 <https://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00734.html>. 5840 <https://lists.gnu.org/r/emacs-devel/2011-01/msg00734.html>.
5841 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in. 5841 * Makefile.in (am--refresh): Add aclocal.m4, configure, config.in.
5842 * .bzrignore: Add aclocal.m4. 5842 * .bzrignore: Add aclocal.m4.
5843 5843
@@ -5848,12 +5848,12 @@
5848 the most recent change here. 5848 the most recent change here.
5849 * aclocal.m4: Remove from bzr repository. This file is 5849 * aclocal.m4: Remove from bzr repository. This file is
5850 auto-generated and isn't needed to run 'configure'. See 5850 auto-generated and isn't needed to run 'configure'. See
5851 <https://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00698.html>. 5851 <https://lists.gnu.org/r/emacs-devel/2011-01/msg00698.html>.
5852 5852
58532011-01-19 Paul Eggert <eggert@cs.ucla.edu> 58532011-01-19 Paul Eggert <eggert@cs.ucla.edu>
5854 5854
5855 Minor Makefile.in tweaks to build from gnulib better. 5855 Minor Makefile.in tweaks to build from gnulib better.
5856 <https://lists.gnu.org/archive/html/emacs-devel/2011-01/msg00673.html> 5856 <https://lists.gnu.org/r/emacs-devel/2011-01/msg00673.html>
5857 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4. 5857 * Makefile.in (sync-from-gnulib): Also run autoreconf -I m4.
5858 (top_maintainer_clean): Don't remove aclocal.m4. 5858 (top_maintainer_clean): Don't remove aclocal.m4.
5859 5859
@@ -5881,7 +5881,7 @@
5881 5881
5882 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr. 5882 * Makefile.in (GNULIB_MODULES): Change ftoastr to dtoastr.
5883 This avoids building ftoastr and ldtoastr, which aren't needed. See 5883 This avoids building ftoastr and ldtoastr, which aren't needed. See
5884 <https://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00199.html>. 5884 <https://lists.gnu.org/r/bug-gnulib/2011-01/msg00199.html>.
5885 5885
5886 * .bzrignore: Add .h files that are host-dependent. 5886 * .bzrignore: Add .h files that are host-dependent.
5887 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h, 5887 Add lib/.deps/, lib/arg-nonnull.h, lib/c++defs.h, lib/getopt.h,