diff options
| author | Paul Eggert | 2017-10-14 19:18:37 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-14 19:19:24 -0700 |
| commit | 864734d112249bac120764f1564e008231ebb6e8 (patch) | |
| tree | bfb0f6ded457db9e62e3abd665a35a58b2cb5bdf | |
| parent | 3c78960a4755d7bd583a0411d7089a0c13c0c64b (diff) | |
| download | emacs-864734d112249bac120764f1564e008231ebb6e8.tar.gz emacs-864734d112249bac120764f1564e008231ebb6e8.zip | |
; Prefer https: to http: in GNU URLs
| -rw-r--r-- | ChangeLog.3 | 144 | ||||
| -rw-r--r-- | lisp/emacs-lisp/rmc.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/flymake-proc.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/flymake.el | 2 | ||||
| -rw-r--r-- | test/lisp/progmodes/flymake-tests.el | 2 |
5 files changed, 76 insertions, 76 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3 index a49477a7207..811b6dbad76 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 | |||
| @@ -425,7 +425,7 @@ | |||
| 425 | Fix bug in recent styled_format change | 425 | Fix bug in recent styled_format change |
| 426 | 426 | ||
| 427 | Problem reported by Kaushal Modi in: | 427 | Problem reported by Kaushal Modi in: |
| 428 | http://lists.gnu.org/archive/html/emacs-devel/2017-10/msg00141.html | 428 | https://lists.gnu.org/archive/html/emacs-devel/2017-10/msg00141.html |
| 429 | * src/editfns.c (styled_format): Fix bug where USE_SAFE_ALLOCA was | 429 | * src/editfns.c (styled_format): Fix bug where USE_SAFE_ALLOCA was |
| 430 | not always followed by SAFE_FREE. This bug was introduced in my | 430 | not always followed by SAFE_FREE. This bug was introduced in my |
| 431 | patch 2017-09-26T23:31:57Z!eggert@cs.ucla.edu entitled "Avoid some | 431 | patch 2017-09-26T23:31:57Z!eggert@cs.ucla.edu entitled "Avoid some |
| @@ -2074,7 +2074,7 @@ | |||
| 2074 | * doc/emacs/maintaining.texi (VC Change Log): Mention the new binding. | 2074 | * doc/emacs/maintaining.texi (VC Change Log): Mention the new binding. |
| 2075 | * doc/emacs/vc1-xtra.texi (Version Headers): Remove the association of | 2075 | * doc/emacs/vc1-xtra.texi (Version Headers): Remove the association of |
| 2076 | 'C-x v h' with `vc-insert-headers'. | 2076 | 'C-x v h' with `vc-insert-headers'. |
| 2077 | (http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00957.html) | 2077 | (https://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00957.html) |
| 2078 | 2078 | ||
| 2079 | 2017-09-30 Allen Li <vianchielfaura@gmail.com> (tiny change) | 2079 | 2017-09-30 Allen Li <vianchielfaura@gmail.com> (tiny change) |
| 2080 | 2080 | ||
| @@ -2648,7 +2648,7 @@ | |||
| 2648 | * doc/emacs/cmdargs.texi (Action Arguments): Don't mention | 2648 | * doc/emacs/cmdargs.texi (Action Arguments): Don't mention |
| 2649 | 'find-file', as the implementation has changed. Reported by | 2649 | 'find-file', as the implementation has changed. Reported by |
| 2650 | Everton J. Carpes <everton.carpes@gmail.com> in | 2650 | Everton J. Carpes <everton.carpes@gmail.com> in |
| 2651 | http://lists.gnu.org/archive/html/help-gnu-emacs/2017-09/msg00146.html. | 2651 | https://lists.gnu.org/archive/html/help-gnu-emacs/2017-09/msg00146.html. |
| 2652 | 2652 | ||
| 2653 | 2017-09-19 Eli Zaretskii <eliz@gnu.org> | 2653 | 2017-09-19 Eli Zaretskii <eliz@gnu.org> |
| 2654 | 2654 | ||
| @@ -2843,7 +2843,7 @@ | |||
| 2843 | 2843 | ||
| 2844 | * src/eval.c (push_handler_nosignal): Use CACHEABLE to work around | 2844 | * src/eval.c (push_handler_nosignal): Use CACHEABLE to work around |
| 2845 | GCC compilation warning. Suggested by Paul Eggert <eggert@cs.ucla.edu> | 2845 | GCC compilation warning. Suggested by Paul Eggert <eggert@cs.ucla.edu> |
| 2846 | in http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00492.html. | 2846 | in https://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00492.html. |
| 2847 | 2847 | ||
| 2848 | 2017-09-17 Michael Albinus <michael.albinus@gmx.de> | 2848 | 2017-09-17 Michael Albinus <michael.albinus@gmx.de> |
| 2849 | 2849 | ||
| @@ -3162,7 +3162,7 @@ | |||
| 3162 | 3162 | ||
| 3163 | * src/lisp.h (pI) [__MINGW32__]: Provide definition that will | 3163 | * src/lisp.h (pI) [__MINGW32__]: Provide definition that will |
| 3164 | hopefully DTRT with both MinGW64 and mingw.org's MinGW. See | 3164 | hopefully DTRT with both MinGW64 and mingw.org's MinGW. See |
| 3165 | http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00171.html | 3165 | https://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00171.html |
| 3166 | for the details. | 3166 | for the details. |
| 3167 | * src/conf_post.h (PRINTF_ARCHETYPE) [MINGW_W64]: Separate | 3167 | * src/conf_post.h (PRINTF_ARCHETYPE) [MINGW_W64]: Separate |
| 3168 | definition specific to MinGW64. | 3168 | definition specific to MinGW64. |
| @@ -3198,7 +3198,7 @@ | |||
| 3198 | Port renameat_noreplace to openSUSE 12.3 | 3198 | Port renameat_noreplace to openSUSE 12.3 |
| 3199 | 3199 | ||
| 3200 | Problem reported by M. Nomiya in: | 3200 | Problem reported by M. Nomiya in: |
| 3201 | http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00363.html | 3201 | https://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00363.html |
| 3202 | * src/sysdep.c (renameat_noreplace): | 3202 | * src/sysdep.c (renameat_noreplace): |
| 3203 | Call renameat2 only if CYGWIN. | 3203 | Call renameat2 only if CYGWIN. |
| 3204 | 3204 | ||
| @@ -3402,7 +3402,7 @@ | |||
| 3402 | * doc/misc/gnus.texi (Saving Articles): | 3402 | * doc/misc/gnus.texi (Saving Articles): |
| 3403 | Document behavior with directory name targets (Bug#27986). | 3403 | Document behavior with directory name targets (Bug#27986). |
| 3404 | Problem reported by Katsumi Yamaoka in: | 3404 | Problem reported by Katsumi Yamaoka in: |
| 3405 | http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00216.html | 3405 | https://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00216.html |
| 3406 | 3406 | ||
| 3407 | 2017-09-12 Mark Oteiza <mvoteiza@udel.edu> | 3407 | 2017-09-12 Mark Oteiza <mvoteiza@udel.edu> |
| 3408 | 3408 | ||
| @@ -3774,7 +3774,7 @@ | |||
| 3774 | * configure.ac (srcdir) [mingw32]: Downcase the drive letter, to | 3774 | * configure.ac (srcdir) [mingw32]: Downcase the drive letter, to |
| 3775 | avoid warnings from find-file-noselect when making autoloads. For | 3775 | avoid warnings from find-file-noselect when making autoloads. For |
| 3776 | the details, see | 3776 | the details, see |
| 3777 | http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00049.html. | 3777 | https://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00049.html. |
| 3778 | 3778 | ||
| 3779 | 2017-09-10 Mark Oteiza <mvoteiza@udel.edu> | 3779 | 2017-09-10 Mark Oteiza <mvoteiza@udel.edu> |
| 3780 | 3780 | ||
| @@ -4006,7 +4006,7 @@ | |||
| 4006 | bit-shifting, to avoid compiler warnings. | 4006 | bit-shifting, to avoid compiler warnings. |
| 4007 | (w32font_text_extents): Tell GCC NGLYPHS is non-negative, to avoid | 4007 | (w32font_text_extents): Tell GCC NGLYPHS is non-negative, to avoid |
| 4008 | a warning. For details of the warning, see | 4008 | a warning. For details of the warning, see |
| 4009 | http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00093.html. | 4009 | https://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00093.html. |
| 4010 | * src/term.c (keys) [WINDOWSNT]: Don't define, as it is not used | 4010 | * src/term.c (keys) [WINDOWSNT]: Don't define, as it is not used |
| 4011 | in that build. | 4011 | in that build. |
| 4012 | * src/sound.c (sound_perror): Ifdef away on WINDOWSNT, as this | 4012 | * src/sound.c (sound_perror): Ifdef away on WINDOWSNT, as this |
| @@ -4093,7 +4093,7 @@ | |||
| 4093 | autogen.sh: omit bogus chatter if no .git | 4093 | autogen.sh: omit bogus chatter if no .git |
| 4094 | 4094 | ||
| 4095 | Problem reported by Angelo Graziosi in: | 4095 | Problem reported by Angelo Graziosi in: |
| 4096 | http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00045.html | 4096 | https://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00045.html |
| 4097 | * autogen.sh (git_config): Do not execut 'git' if $do_git fails. | 4097 | * autogen.sh (git_config): Do not execut 'git' if $do_git fails. |
| 4098 | 4098 | ||
| 4099 | 2017-09-07 Glenn Morris <rgm@gnu.org> | 4099 | 2017-09-07 Glenn Morris <rgm@gnu.org> |
| @@ -4112,7 +4112,7 @@ | |||
| 4112 | 4112 | ||
| 4113 | * doc/lispref/functions.texi (Mapping Functions): Fix the order of | 4113 | * doc/lispref/functions.texi (Mapping Functions): Fix the order of |
| 4114 | @example and @group. For the details, see | 4114 | @example and @group. For the details, see |
| 4115 | http://lists.gnu.org/archive/html/bug-texinfo/2017-09/msg00007.html. | 4115 | https://lists.gnu.org/archive/html/bug-texinfo/2017-09/msg00007.html. |
| 4116 | 4116 | ||
| 4117 | 2017-09-06 Mark Oteiza <mvoteiza@udel.edu> | 4117 | 2017-09-06 Mark Oteiza <mvoteiza@udel.edu> |
| 4118 | 4118 | ||
| @@ -4240,7 +4240,7 @@ | |||
| 4240 | Revert recent float→double Motif change | 4240 | Revert recent float→double Motif change |
| 4241 | 4241 | ||
| 4242 | Problem reported by Martin Rudalics in: | 4242 | Problem reported by Martin Rudalics in: |
| 4243 | http://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00014.html | 4243 | https://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00014.html |
| 4244 | * src/xterm.c (xm_scroll_callback, xaw_jump_callback) | 4244 | * src/xterm.c (xm_scroll_callback, xaw_jump_callback) |
| 4245 | (x_set_toolkit_scroll_bar_thumb) | 4245 | (x_set_toolkit_scroll_bar_thumb) |
| 4246 | (x_set_toolkit_horizontal_scroll_bar_thumb): | 4246 | (x_set_toolkit_horizontal_scroll_bar_thumb): |
| @@ -5390,7 +5390,7 @@ | |||
| 5390 | * src/w32term.c (x_get_scale_factor): | 5390 | * src/w32term.c (x_get_scale_factor): |
| 5391 | * src/xterm.c (x_get_scale_factor): Don't let the scale factors | 5391 | * src/xterm.c (x_get_scale_factor): Don't let the scale factors |
| 5392 | become less than 1. Reported by Yuri D'Elia <wavexx@thregr.org> in | 5392 | become less than 1. Reported by Yuri D'Elia <wavexx@thregr.org> in |
| 5393 | http://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00459.html. | 5393 | https://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00459.html. |
| 5394 | 5394 | ||
| 5395 | 2017-08-21 Sam Steingold <sds@gnu.org> | 5395 | 2017-08-21 Sam Steingold <sds@gnu.org> |
| 5396 | 5396 | ||
| @@ -5940,7 +5940,7 @@ | |||
| 5940 | 5940 | ||
| 5941 | Apparently Gitlab doesn’t create .git/hooks, like regular Git does. | 5941 | Apparently Gitlab doesn’t create .git/hooks, like regular Git does. |
| 5942 | Problem reported by Ted Zlatanov in: | 5942 | Problem reported by Ted Zlatanov in: |
| 5943 | http://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00380.html | 5943 | https://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00380.html |
| 5944 | * autogen.sh (git_sample_hook_src): New function. Use it to work | 5944 | * autogen.sh (git_sample_hook_src): New function. Use it to work |
| 5945 | even if .git/hooks or its samples do not exist. | 5945 | even if .git/hooks or its samples do not exist. |
| 5946 | 5946 | ||
| @@ -6209,7 +6209,7 @@ | |||
| 6209 | Default autogen.sh to 'all' | 6209 | Default autogen.sh to 'all' |
| 6210 | 6210 | ||
| 6211 | This addresses a problem noted by RMS in: | 6211 | This addresses a problem noted by RMS in: |
| 6212 | http://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00052.html | 6212 | https://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00052.html |
| 6213 | * autogen.sh (do_git): Set to true if this script is invoked | 6213 | * autogen.sh (do_git): Set to true if this script is invoked |
| 6214 | with no arguments and there is a .git subdirectory. | 6214 | with no arguments and there is a .git subdirectory. |
| 6215 | 6215 | ||
| @@ -6689,7 +6689,7 @@ | |||
| 6689 | Fix some crashes on self-modifying Elisp code | 6689 | Fix some crashes on self-modifying Elisp code |
| 6690 | 6690 | ||
| 6691 | Prompted by a problem report by Alex in: | 6691 | Prompted by a problem report by Alex in: |
| 6692 | http://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00143.html | 6692 | https://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00143.html |
| 6693 | * src/eval.c (For, Fprogn, Fsetq, FletX, eval_sub): | 6693 | * src/eval.c (For, Fprogn, Fsetq, FletX, eval_sub): |
| 6694 | Compute XCDR (x) near XCAR (x); although this doesn't fix any bugs, | 6694 | Compute XCDR (x) near XCAR (x); although this doesn't fix any bugs, |
| 6695 | it is likely to run a bit faster with typical hardware caches. | 6695 | it is likely to run a bit faster with typical hardware caches. |
| @@ -6976,7 +6976,7 @@ | |||
| 6976 | Port recent rename changes to RHEL 7 + NFS | 6976 | Port recent rename changes to RHEL 7 + NFS |
| 6977 | 6977 | ||
| 6978 | Problem reported by Ted Zlatanov in: | 6978 | Problem reported by Ted Zlatanov in: |
| 6979 | http://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00082.html | 6979 | https://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00082.html |
| 6980 | * src/fileio.c (Frename_file): On RHEL 7 + NFS, renameat2 can fail | 6980 | * src/fileio.c (Frename_file): On RHEL 7 + NFS, renameat2 can fail |
| 6981 | with errno == EINVAL when it is not supported. So treat that case | 6981 | with errno == EINVAL when it is not supported. So treat that case |
| 6982 | like errno == ENOSYS. Also, when ok_if_already_exists is neither | 6982 | like errno == ENOSYS. Also, when ok_if_already_exists is neither |
| @@ -7009,7 +7009,7 @@ | |||
| 7009 | 7009 | ||
| 7010 | * configure.ac (with_mailutils): Default to 'yes' if GNU Mailutils | 7010 | * configure.ac (with_mailutils): Default to 'yes' if GNU Mailutils |
| 7011 | is installed. See: | 7011 | is installed. See: |
| 7012 | http://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00054.html | 7012 | https://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00054.html |
| 7013 | 7013 | ||
| 7014 | 2017-08-02 Paul Eggert <eggert@cs.ucla.edu> | 7014 | 2017-08-02 Paul Eggert <eggert@cs.ucla.edu> |
| 7015 | 7015 | ||
| @@ -8075,7 +8075,7 @@ | |||
| 8075 | bury-buffer to exit todo-mode. This restores the desired behavior | 8075 | bury-buffer to exit todo-mode. This restores the desired behavior |
| 8076 | of not immediately returning to the exited todo-mode buffer on | 8076 | of not immediately returning to the exited todo-mode buffer on |
| 8077 | quitting another buffer, which a dired bug fix had changed (see | 8077 | quitting another buffer, which a dired bug fix had changed (see |
| 8078 | http://lists.gnu.org/archive/html/emacs-devel/2017-07/msg00739.html). | 8078 | https://lists.gnu.org/archive/html/emacs-devel/2017-07/msg00739.html). |
| 8079 | 8079 | ||
| 8080 | 2017-07-19 Tino Calancha <tino.calancha@gmail.com> | 8080 | 2017-07-19 Tino Calancha <tino.calancha@gmail.com> |
| 8081 | 8081 | ||
| @@ -8146,8 +8146,8 @@ | |||
| 8146 | Port gnutls.c to older (buggier?) GnuTLS | 8146 | Port gnutls.c to older (buggier?) GnuTLS |
| 8147 | 8147 | ||
| 8148 | Problem reported for GnuTLS 3.2.1 by Glenn Morris in: | 8148 | Problem reported for GnuTLS 3.2.1 by Glenn Morris in: |
| 8149 | http://lists.gnu.org/archive/html/emacs-devel/2017-07/msg00716.html | 8149 | https://lists.gnu.org/archive/html/emacs-devel/2017-07/msg00716.html |
| 8150 | http://lists.gnu.org/archive/html/emacs-devel/2017-07/msg00742.html | 8150 | https://lists.gnu.org/archive/html/emacs-devel/2017-07/msg00742.html |
| 8151 | Although I don't see how this bug can occur with vanilla GnuTLS 3.2.1, | 8151 | Although I don't see how this bug can occur with vanilla GnuTLS 3.2.1, |
| 8152 | perhaps hydra was using a modified GnuTLS. | 8152 | perhaps hydra was using a modified GnuTLS. |
| 8153 | * src/gnutls.c (Fgnutls_ciphers): Don't assume GNUTLS_CIPHER_NULL | 8153 | * src/gnutls.c (Fgnutls_ciphers): Don't assume GNUTLS_CIPHER_NULL |
| @@ -8663,8 +8663,8 @@ | |||
| 8663 | * lisp/faces.el (line-number): Don't use a fixed-pitch font, by | 8663 | * lisp/faces.el (line-number): Don't use a fixed-pitch font, by |
| 8664 | popular demand. For relevant discussions, see | 8664 | popular demand. For relevant discussions, see |
| 8665 | 8665 | ||
| 8666 | http://lists.gnu.org/archive/html/emacs-devel/2017-07/msg00433.html | 8666 | https://lists.gnu.org/archive/html/emacs-devel/2017-07/msg00433.html |
| 8667 | http://lists.gnu.org/archive/html/emacs-devel/2017-07/msg00445.html | 8667 | https://lists.gnu.org/archive/html/emacs-devel/2017-07/msg00445.html |
| 8668 | 8668 | ||
| 8669 | 2017-07-14 Paul Eggert <eggert@cs.ucla.edu> | 8669 | 2017-07-14 Paul Eggert <eggert@cs.ucla.edu> |
| 8670 | 8670 | ||
| @@ -10603,7 +10603,7 @@ | |||
| 10603 | Adjust lm-verify to accept current notices | 10603 | Adjust lm-verify to accept current notices |
| 10604 | 10604 | ||
| 10605 | Problem reported by Mike Kupfer in: | 10605 | Problem reported by Mike Kupfer in: |
| 10606 | http://lists.gnu.org/archive/html/emacs-devel/2017-06/msg00512.html | 10606 | https://lists.gnu.org/archive/html/emacs-devel/2017-06/msg00512.html |
| 10607 | * lisp/emacs-lisp/lisp-mnt.el (lm-crack-copyright): | 10607 | * lisp/emacs-lisp/lisp-mnt.el (lm-crack-copyright): |
| 10608 | Do not require later lines in a copyright notice to have more | 10608 | Do not require later lines in a copyright notice to have more |
| 10609 | indentation than earlier lines. | 10609 | indentation than earlier lines. |
| @@ -12009,7 +12009,7 @@ | |||
| 12009 | (gdb-send): Don't increment gdb-control-level if the command | 12009 | (gdb-send): Don't increment gdb-control-level if the command |
| 12010 | matches gdb-python-guile-commands-regexp and has non-empty | 12010 | matches gdb-python-guile-commands-regexp and has non-empty |
| 12011 | arguments. Reported by David Boles <boles@ieee.org> in | 12011 | arguments. Reported by David Boles <boles@ieee.org> in |
| 12012 | http://lists.gnu.org/archive/html/emacs-devel/2017-06/msg00009.html. | 12012 | https://lists.gnu.org/archive/html/emacs-devel/2017-06/msg00009.html. |
| 12013 | 12013 | ||
| 12014 | 2017-06-10 Eli Zaretskii <eliz@gnu.org> | 12014 | 2017-06-10 Eli Zaretskii <eliz@gnu.org> |
| 12015 | 12015 | ||
| @@ -12707,7 +12707,7 @@ | |||
| 12707 | 12707 | ||
| 12708 | * src/doprnt.c (doprnt): Format "%%" correctly. | 12708 | * src/doprnt.c (doprnt): Format "%%" correctly. |
| 12709 | Problem reported by Philipp Stephani in: | 12709 | Problem reported by Philipp Stephani in: |
| 12710 | http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00901.html | 12710 | https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00901.html |
| 12711 | 12711 | ||
| 12712 | 2017-06-01 Paul Eggert <eggert@cs.ucla.edu> | 12712 | 2017-06-01 Paul Eggert <eggert@cs.ucla.edu> |
| 12713 | 12713 | ||
| @@ -12806,7 +12806,7 @@ | |||
| 12806 | 12806 | ||
| 12807 | * lisp/emacs-lisp/eldoc.el (eldoc--supported-p): New function. | 12807 | * lisp/emacs-lisp/eldoc.el (eldoc--supported-p): New function. |
| 12808 | (turn-on-eldoc-mode, eldoc-mode): Use it. | 12808 | (turn-on-eldoc-mode, eldoc-mode): Use it. |
| 12809 | (http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00865.html) | 12809 | (https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00865.html) |
| 12810 | 12810 | ||
| 12811 | 2017-05-30 Glenn Morris <rgm@gnu.org> | 12811 | 2017-05-30 Glenn Morris <rgm@gnu.org> |
| 12812 | 12812 | ||
| @@ -13638,7 +13638,7 @@ | |||
| 13638 | 13638 | ||
| 13639 | * lisp/net/tls.el (tls-program, tls-checktrust): Remove s_client. | 13639 | * lisp/net/tls.el (tls-program, tls-checktrust): Remove s_client. |
| 13640 | Ref http://bugs.debian.org/766397 | 13640 | Ref http://bugs.debian.org/766397 |
| 13641 | http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00803.html | 13641 | https://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00803.html |
| 13642 | 13642 | ||
| 13643 | 13643 | ||
| 13644 | (cherry picked from commit 6e45de6bacc508db11b15b2c8ba86aad8c0570df) | 13644 | (cherry picked from commit 6e45de6bacc508db11b15b2c8ba86aad8c0570df) |
| @@ -14070,7 +14070,7 @@ | |||
| 14070 | 14070 | ||
| 14071 | * src/emacs-module.c (module_reset_handlerlist): | 14071 | * src/emacs-module.c (module_reset_handlerlist): |
| 14072 | Check handlerlist. Suggested by Philipp Stephani in: | 14072 | Check handlerlist. Suggested by Philipp Stephani in: |
| 14073 | http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00521.html | 14073 | https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00521.html |
| 14074 | 14074 | ||
| 14075 | 2017-05-20 Paul Eggert <eggert@cs.ucla.edu> | 14075 | 2017-05-20 Paul Eggert <eggert@cs.ucla.edu> |
| 14076 | 14076 | ||
| @@ -14078,7 +14078,7 @@ | |||
| 14078 | 14078 | ||
| 14079 | * configure.ac (WERROR_CFLAGS): Omit -Wmissing-braces for Clang, | 14079 | * configure.ac (WERROR_CFLAGS): Omit -Wmissing-braces for Clang, |
| 14080 | to shut off a false alarm. Problem reportd by Philipp Stephani in: | 14080 | to shut off a false alarm. Problem reportd by Philipp Stephani in: |
| 14081 | http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00521.html | 14081 | https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00521.html |
| 14082 | 14082 | ||
| 14083 | 2017-05-20 Noam Postavsky <npostavs@gmail.com> | 14083 | 2017-05-20 Noam Postavsky <npostavs@gmail.com> |
| 14084 | 14084 | ||
| @@ -14150,7 +14150,7 @@ | |||
| 14150 | 14150 | ||
| 14151 | * etc/PROBLEMS: Describe problems with Microsoft Intellipoint and | 14151 | * etc/PROBLEMS: Describe problems with Microsoft Intellipoint and |
| 14152 | mouse-2 events. For the details, see | 14152 | mouse-2 events. For the details, see |
| 14153 | http://lists.gnu.org/archive/html/help-emacs-windows/2017-05/msg00009.html. | 14153 | https://lists.gnu.org/archive/html/help-emacs-windows/2017-05/msg00009.html. |
| 14154 | 14154 | ||
| 14155 | 2017-05-19 Nick Helm <nick@tenpoint.co.nz> (tiny change) | 14155 | 2017-05-19 Nick Helm <nick@tenpoint.co.nz> (tiny change) |
| 14156 | 14156 | ||
| @@ -14245,7 +14245,7 @@ | |||
| 14245 | Attempt to work around macOS vfork bug | 14245 | Attempt to work around macOS vfork bug |
| 14246 | 14246 | ||
| 14247 | Problem reported by YAMAMOTO Mitsuharu in: | 14247 | Problem reported by YAMAMOTO Mitsuharu in: |
| 14248 | http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00342.html | 14248 | https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00342.html |
| 14249 | This is related to the fix for Bug#26397. | 14249 | This is related to the fix for Bug#26397. |
| 14250 | * src/callproc.c (call_process_cleanup, call_process) [!MSDOS]: | 14250 | * src/callproc.c (call_process_cleanup, call_process) [!MSDOS]: |
| 14251 | Report internal error if wait_for_termination fails. | 14251 | Report internal error if wait_for_termination fails. |
| @@ -14269,7 +14269,7 @@ | |||
| 14269 | Don’t compile the (DARWIN_OS_CASE_SENSITIVE_FIXME == 2) | 14269 | Don’t compile the (DARWIN_OS_CASE_SENSITIVE_FIXME == 2) |
| 14270 | code unless DARWIN_OS_CASE_SENSITIVE_FIXME is 2. | 14270 | code unless DARWIN_OS_CASE_SENSITIVE_FIXME is 2. |
| 14271 | Problem reported by Philipp Stephani in: | 14271 | Problem reported by Philipp Stephani in: |
| 14272 | http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00495.html | 14272 | https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00495.html |
| 14273 | 14273 | ||
| 14274 | 2017-05-19 Paul Eggert <eggert@cs.ucla.edu> | 14274 | 2017-05-19 Paul Eggert <eggert@cs.ucla.edu> |
| 14275 | 14275 | ||
| @@ -14277,7 +14277,7 @@ | |||
| 14277 | 14277 | ||
| 14278 | * configure.ac (WERROR_CFLAGS): Omit -Wdouble-promotion if clang. | 14278 | * configure.ac (WERROR_CFLAGS): Omit -Wdouble-promotion if clang. |
| 14279 | Problem reported by Philipp Stephani in: | 14279 | Problem reported by Philipp Stephani in: |
| 14280 | http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00495.html | 14280 | https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00495.html |
| 14281 | 14281 | ||
| 14282 | 2017-05-19 Paul Eggert <eggert@cs.ucla.edu> | 14282 | 2017-05-19 Paul Eggert <eggert@cs.ucla.edu> |
| 14283 | 14283 | ||
| @@ -14362,7 +14362,7 @@ | |||
| 14362 | Avoid undefined behavior in struct sockaddr | 14362 | Avoid undefined behavior in struct sockaddr |
| 14363 | 14363 | ||
| 14364 | Problem noted by Philipp Stephani in: | 14364 | Problem noted by Philipp Stephani in: |
| 14365 | http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00391.html | 14365 | https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00391.html |
| 14366 | * src/conf_post.h (ATTRIBUTE_MAY_ALIAS, DECLARE_POINTER_ALIAS): | 14366 | * src/conf_post.h (ATTRIBUTE_MAY_ALIAS, DECLARE_POINTER_ALIAS): |
| 14367 | New macros. | 14367 | New macros. |
| 14368 | * src/process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr) | 14368 | * src/process.c (conv_sockaddr_to_lisp, conv_lisp_to_sockaddr) |
| @@ -14387,7 +14387,7 @@ | |||
| 14387 | Work around AddressSanitizer bug with vfork | 14387 | Work around AddressSanitizer bug with vfork |
| 14388 | 14388 | ||
| 14389 | Problem reported by Jim Meyering in: | 14389 | Problem reported by Jim Meyering in: |
| 14390 | http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00246.html | 14390 | https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00246.html |
| 14391 | * src/conf_post.h (vfork) [ADDRESS_SANITIZER]: Define to fork. | 14391 | * src/conf_post.h (vfork) [ADDRESS_SANITIZER]: Define to fork. |
| 14392 | Unfortunately with the AddressSanitizer in Fedora 25 x86-64, the | 14392 | Unfortunately with the AddressSanitizer in Fedora 25 x86-64, the |
| 14393 | vforked child messes up the parent’s shadow memory. This is too | 14393 | vforked child messes up the parent’s shadow memory. This is too |
| @@ -14452,7 +14452,7 @@ | |||
| 14452 | multiple calls and struct literals in the last case of a switch. | 14452 | multiple calls and struct literals in the last case of a switch. |
| 14453 | The old code ran afoul of GCC bug 80659, which caused an internal | 14453 | The old code ran afoul of GCC bug 80659, which caused an internal |
| 14454 | compiler error. Problem reported by Jim Meyering in: | 14454 | compiler error. Problem reported by Jim Meyering in: |
| 14455 | http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00182.html | 14455 | https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00182.html |
| 14456 | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80659 | 14456 | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80659 |
| 14457 | 14457 | ||
| 14458 | 2017-05-16 Paul Eggert <eggert@cs.ucla.edu> | 14458 | 2017-05-16 Paul Eggert <eggert@cs.ucla.edu> |
| @@ -14563,9 +14563,9 @@ | |||
| 14563 | * src/process.c (connect_network_socket): | 14563 | * src/process.c (connect_network_socket): |
| 14564 | Use struct sockaddr_storage, not struct sockaddr_in, to store info | 14564 | Use struct sockaddr_storage, not struct sockaddr_in, to store info |
| 14565 | about a socket address. Problem reported by Philipp Stephani in: | 14565 | about a socket address. Problem reported by Philipp Stephani in: |
| 14566 | http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00314.html | 14566 | https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00314.html |
| 14567 | This fix is based on a patch by Philipp in: | 14567 | This fix is based on a patch by Philipp in: |
| 14568 | http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00357.html | 14568 | https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00357.html |
| 14569 | 14569 | ||
| 14570 | 2017-05-14 Gemini Lasswell <gazally@runbox.com> | 14570 | 2017-05-14 Gemini Lasswell <gazally@runbox.com> |
| 14571 | 14571 | ||
| @@ -15156,7 +15156,7 @@ | |||
| 15156 | Compare unqualified type to Lisp_Object, to do the right thing | 15156 | Compare unqualified type to Lisp_Object, to do the right thing |
| 15157 | when the expression has type ‘Lisp_Object const’. | 15157 | when the expression has type ‘Lisp_Object const’. |
| 15158 | Problem reported by Eli Zaretskii in: | 15158 | Problem reported by Eli Zaretskii in: |
| 15159 | http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00138.html | 15159 | https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00138.html |
| 15160 | 15160 | ||
| 15161 | 2017-05-06 Paul Eggert <eggert@cs.ucla.edu> | 15161 | 2017-05-06 Paul Eggert <eggert@cs.ucla.edu> |
| 15162 | 15162 | ||
| @@ -15295,7 +15295,7 @@ | |||
| 15295 | 15295 | ||
| 15296 | * lisp/emacs-lisp/cl-generic.el (cl-defmethod): Denote the | 15296 | * lisp/emacs-lisp/cl-generic.el (cl-defmethod): Denote the |
| 15297 | edebug spec part for qualifiers as [&rest atom], per | 15297 | edebug spec part for qualifiers as [&rest atom], per |
| 15298 | http://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00053.html. | 15298 | https://lists.gnu.org/archive/html/emacs-devel/2017-05/msg00053.html. |
| 15299 | 15299 | ||
| 15300 | 2017-05-05 Mike Kupfer <mkupfer@alum.berkeley.edu> | 15300 | 2017-05-05 Mike Kupfer <mkupfer@alum.berkeley.edu> |
| 15301 | 15301 | ||
| @@ -16077,7 +16077,7 @@ | |||
| 16077 | 16077 | ||
| 16078 | * lisp/net/tls.el (tls-program, tls-checktrust): Remove s_client. | 16078 | * lisp/net/tls.el (tls-program, tls-checktrust): Remove s_client. |
| 16079 | Ref http://bugs.debian.org/766397 | 16079 | Ref http://bugs.debian.org/766397 |
| 16080 | http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00803.html | 16080 | https://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00803.html |
| 16081 | 16081 | ||
| 16082 | 2017-04-25 Glenn Morris <rgm@gnu.org> | 16082 | 2017-04-25 Glenn Morris <rgm@gnu.org> |
| 16083 | 16083 | ||
| @@ -16706,7 +16706,7 @@ | |||
| 16706 | 16706 | ||
| 16707 | * src/lisp.h (STRING_SET_CHARS): Add an assertion and commentary | 16707 | * src/lisp.h (STRING_SET_CHARS): Add an assertion and commentary |
| 16708 | to prevent incorrect usage. For details, see this discussion: | 16708 | to prevent incorrect usage. For details, see this discussion: |
| 16709 | http://lists.gnu.org/archive/html/emacs-devel/2017-04/msg00412.html. | 16709 | https://lists.gnu.org/archive/html/emacs-devel/2017-04/msg00412.html. |
| 16710 | 16710 | ||
| 16711 | 2017-04-16 Eli Zaretskii <eliz@gnu.org> | 16711 | 2017-04-16 Eli Zaretskii <eliz@gnu.org> |
| 16712 | 16712 | ||
| @@ -18130,7 +18130,7 @@ | |||
| 18130 | 18130 | ||
| 18131 | * lisp/emacs-lisp/package.el (package-archives): | 18131 | * lisp/emacs-lisp/package.el (package-archives): |
| 18132 | Default to https for elpa.gnu.org if gnutls is available. Ref: | 18132 | Default to https for elpa.gnu.org if gnutls is available. Ref: |
| 18133 | http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00130.html | 18133 | https://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00130.html |
| 18134 | 18134 | ||
| 18135 | 2017-04-04 Paul Eggert <eggert@cs.ucla.edu> | 18135 | 2017-04-04 Paul Eggert <eggert@cs.ucla.edu> |
| 18136 | 18136 | ||
| @@ -18369,7 +18369,7 @@ | |||
| 18369 | Fix bugs in simplified test dependencies | 18369 | Fix bugs in simplified test dependencies |
| 18370 | 18370 | ||
| 18371 | Problem reported by Glenn Morris in: | 18371 | Problem reported by Glenn Morris in: |
| 18372 | http://lists.gnu.org/archive/html/emacs-devel/2017-04/msg00017.html | 18372 | https://lists.gnu.org/archive/html/emacs-devel/2017-04/msg00017.html |
| 18373 | * test/Makefile.in (LOGFILES, TESTS): Omit leading "./". | 18373 | * test/Makefile.in (LOGFILES, TESTS): Omit leading "./". |
| 18374 | (TESTS): Omit unnecessary patsubst. | 18374 | (TESTS): Omit unnecessary patsubst. |
| 18375 | (test_template): Redo dependency heuristic, hopefully | 18375 | (test_template): Redo dependency heuristic, hopefully |
| @@ -18778,7 +18778,7 @@ | |||
| 18778 | Fix redisplay glitches due to recent change in redisplay_internal | 18778 | Fix redisplay glitches due to recent change in redisplay_internal |
| 18779 | 18779 | ||
| 18780 | * src/xdisp.c (redisplay_internal): A better fix for bug#26097. | 18780 | * src/xdisp.c (redisplay_internal): A better fix for bug#26097. |
| 18781 | See http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00695.html | 18781 | See https://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00695.html |
| 18782 | for the problems caused by the original fix. | 18782 | for the problems caused by the original fix. |
| 18783 | 18783 | ||
| 18784 | 2017-03-26 Michael Albinus <michael.albinus@gmx.de> | 18784 | 2017-03-26 Michael Albinus <michael.albinus@gmx.de> |
| @@ -18938,7 +18938,7 @@ | |||
| 18938 | Don’t require chown/chgrp for game installation | 18938 | Don’t require chown/chgrp for game installation |
| 18939 | 18939 | ||
| 18940 | Problem reported by Joseph Mingrone in: | 18940 | Problem reported by Joseph Mingrone in: |
| 18941 | http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00622.html | 18941 | https://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00622.html |
| 18942 | * lib-src/Makefile.in (exp_archlibdir): Don’t fail if chown or | 18942 | * lib-src/Makefile.in (exp_archlibdir): Don’t fail if chown or |
| 18943 | chgrp fails with update-game-score and the game directory. | 18943 | chgrp fails with update-game-score and the game directory. |
| 18944 | Instead, expect the installer to fix this up afterwards. | 18944 | Instead, expect the installer to fix this up afterwards. |
| @@ -19072,7 +19072,7 @@ | |||
| 19072 | Don’t remove dependency files when configuring | 19072 | Don’t remove dependency files when configuring |
| 19073 | 19073 | ||
| 19074 | Problem reported by Tom Tromey in: | 19074 | Problem reported by Tom Tromey in: |
| 19075 | http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00533.html | 19075 | https://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00533.html |
| 19076 | * configure.ac: Don’t remove */*.o and */deps/* when | 19076 | * configure.ac: Don’t remove */*.o and */deps/* when |
| 19077 | --enable-autodepend is in effect. | 19077 | --enable-autodepend is in effect. |
| 19078 | 19078 | ||
| @@ -19081,7 +19081,7 @@ | |||
| 19081 | Make --without-pop the default. | 19081 | Make --without-pop the default. |
| 19082 | 19082 | ||
| 19083 | Suggested by Angelo Graziosi in: | 19083 | Suggested by Angelo Graziosi in: |
| 19084 | http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00431.html | 19084 | https://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00431.html |
| 19085 | * configure.ac: Change the default from --with-pop to | 19085 | * configure.ac: Change the default from --with-pop to |
| 19086 | --without-pop. Adjust diagnostics to match. | 19086 | --without-pop. Adjust diagnostics to match. |
| 19087 | 19087 | ||
| @@ -19118,7 +19118,7 @@ | |||
| 19118 | org-src fontify buffers" the hooks were enabled also for modifications | 19118 | org-src fontify buffers" the hooks were enabled also for modifications |
| 19119 | to the original org buffer. This causes fontification errors when | 19119 | to the original org buffer. This causes fontification errors when |
| 19120 | combined with certain packages, as reported in | 19120 | combined with certain packages, as reported in |
| 19121 | http://lists.gnu.org/archive/html/emacs-orgmode/2017-03/msg00420.html. | 19121 | https://lists.gnu.org/archive/html/emacs-orgmode/2017-03/msg00420.html. |
| 19122 | 19122 | ||
| 19123 | * lisp/org/org-src.el (org-src-font-lock-fontify-block): Reduce scope | 19123 | * lisp/org/org-src.el (org-src-font-lock-fontify-block): Reduce scope |
| 19124 | of inhibit-modification-hooks let-binding. | 19124 | of inhibit-modification-hooks let-binding. |
| @@ -19175,7 +19175,7 @@ | |||
| 19175 | Fix problem with out-of-date dependencies | 19175 | Fix problem with out-of-date dependencies |
| 19176 | 19176 | ||
| 19177 | Problem reported by Robert Marshall in: | 19177 | Problem reported by Robert Marshall in: |
| 19178 | http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00501.html | 19178 | https://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00501.html |
| 19179 | Although this problem has been with us for a while, the recent | 19179 | Although this problem has been with us for a while, the recent |
| 19180 | change from Automake to GNU Make exposed it again. | 19180 | change from Automake to GNU Make exposed it again. |
| 19181 | * configure.ac (AUTO_DEPEND): When autodepending, clean out any | 19181 | * configure.ac (AUTO_DEPEND): When autodepending, clean out any |
| @@ -19405,7 +19405,7 @@ | |||
| 19405 | Port out-of-source builds to windows-nt | 19405 | Port out-of-source builds to windows-nt |
| 19406 | 19406 | ||
| 19407 | Problem reported by Angelo Graziosi in: | 19407 | Problem reported by Angelo Graziosi in: |
| 19408 | http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00431.html | 19408 | https://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00431.html |
| 19409 | * lib/Makefile.in: Prepend $(srcdir) to ../nt/gnulib-cfg.mk, | 19409 | * lib/Makefile.in: Prepend $(srcdir) to ../nt/gnulib-cfg.mk, |
| 19410 | to handle out-of-source builds if windows-nt. | 19410 | to handle out-of-source builds if windows-nt. |
| 19411 | 19411 | ||
| @@ -20082,7 +20082,7 @@ | |||
| 20082 | overlay, protect against that overlay's end point being outside of | 20082 | overlay, protect against that overlay's end point being outside of |
| 20083 | the narrowed region. | 20083 | the narrowed region. |
| 20084 | Reported by Filipe Silva <filipe.silva@gmail.com> in | 20084 | Reported by Filipe Silva <filipe.silva@gmail.com> in |
| 20085 | http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00176.html. | 20085 | https://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00176.html. |
| 20086 | 20086 | ||
| 20087 | 2017-03-10 Glenn Morris <rgm@gnu.org> | 20087 | 2017-03-10 Glenn Morris <rgm@gnu.org> |
| 20088 | 20088 | ||
| @@ -20221,7 +20221,7 @@ | |||
| 20221 | min and max should not return markers | 20221 | min and max should not return markers |
| 20222 | 20222 | ||
| 20223 | Problem reported by Glenn Morris in: | 20223 | Problem reported by Glenn Morris in: |
| 20224 | http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00147.html | 20224 | https://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00147.html |
| 20225 | * src/data.c (minmax_driver): Convert any marker result to an | 20225 | * src/data.c (minmax_driver): Convert any marker result to an |
| 20226 | integer, since some callers assume this. | 20226 | integer, since some callers assume this. |
| 20227 | * test/src/data-tests.el (data-tests-max, data-tests-min): | 20227 | * test/src/data-tests.el (data-tests-max, data-tests-min): |
| @@ -22803,9 +22803,9 @@ | |||
| 22803 | Make FOR_EACH_TAIL more like other FOR_EACH macros | 22803 | Make FOR_EACH_TAIL more like other FOR_EACH macros |
| 22804 | 22804 | ||
| 22805 | See comments by Stefan Monnier in: | 22805 | See comments by Stefan Monnier in: |
| 22806 | http://lists.gnu.org/archive/html/emacs-devel/2017-02/msg00181.html | 22806 | https://lists.gnu.org/archive/html/emacs-devel/2017-02/msg00181.html |
| 22807 | and by Eli Zaretskii in: | 22807 | and by Eli Zaretskii in: |
| 22808 | http://lists.gnu.org/archive/html/emacs-devel/2017-02/msg00207.html | 22808 | https://lists.gnu.org/archive/html/emacs-devel/2017-02/msg00207.html |
| 22809 | * src/fns.c (internal_equal): Do not bypass check for depth | 22809 | * src/fns.c (internal_equal): Do not bypass check for depth |
| 22810 | overflow when tail-recursing via a dotted list tail or an overlay | 22810 | overflow when tail-recursing via a dotted list tail or an overlay |
| 22811 | plist, to avoid a rare infloop. | 22811 | plist, to avoid a rare infloop. |
| @@ -23174,7 +23174,7 @@ | |||
| 23174 | 23174 | ||
| 23175 | * lisp/progmodes/xref.el (xref-collect-matches): Use '-E' | 23175 | * lisp/progmodes/xref.el (xref-collect-matches): Use '-E' |
| 23176 | together with '-e', as suggested by Noam Postavsky | 23176 | together with '-e', as suggested by Noam Postavsky |
| 23177 | (http://lists.gnu.org/archive/html/emacs-devel/2017-01/msg00780.html). | 23177 | (https://lists.gnu.org/archive/html/emacs-devel/2017-01/msg00780.html). |
| 23178 | 23178 | ||
| 23179 | 2017-02-03 Paul Eggert <eggert@cs.ucla.edu> | 23179 | 2017-02-03 Paul Eggert <eggert@cs.ucla.edu> |
| 23180 | 23180 | ||
| @@ -23301,7 +23301,7 @@ | |||
| 23301 | Fix quitting bug when buffers are frozen | 23301 | Fix quitting bug when buffers are frozen |
| 23302 | 23302 | ||
| 23303 | Problem noted by Eli Zaretskii in: | 23303 | Problem noted by Eli Zaretskii in: |
| 23304 | http://lists.gnu.org/archive/html/emacs-devel/2017-01/msg00721.html | 23304 | https://lists.gnu.org/archive/html/emacs-devel/2017-01/msg00721.html |
| 23305 | This patch also fixes some other issues in that report. | 23305 | This patch also fixes some other issues in that report. |
| 23306 | * src/lisp.h (incr_rarely_quit): Remove. | 23306 | * src/lisp.h (incr_rarely_quit): Remove. |
| 23307 | All callers changed to use rarely_quit directly. | 23307 | All callers changed to use rarely_quit directly. |
| @@ -23319,7 +23319,7 @@ | |||
| 23319 | This fixes some infinite loops that cannot be quitted out of, | 23319 | This fixes some infinite loops that cannot be quitted out of, |
| 23320 | e.g., (defun foo () (nth most-positive-fixnum '#1=(1 . #1#))) | 23320 | e.g., (defun foo () (nth most-positive-fixnum '#1=(1 . #1#))) |
| 23321 | when byte-compiled and when run under X. See: | 23321 | when byte-compiled and when run under X. See: |
| 23322 | http://lists.gnu.org/archive/html/emacs-devel/2017-01/msg00577.html | 23322 | https://lists.gnu.org/archive/html/emacs-devel/2017-01/msg00577.html |
| 23323 | This also attempts to keep the performance improvements I recently | 23323 | This also attempts to keep the performance improvements I recently |
| 23324 | added, as much as possible under the constraint that the infloops | 23324 | added, as much as possible under the constraint that the infloops |
| 23325 | must be caught. In some cases this fixes infloop bugs recently | 23325 | must be caught. In some cases this fixes infloop bugs recently |
| @@ -23448,7 +23448,7 @@ | |||
| 23448 | 23448 | ||
| 23449 | * lisp/net/tramp.el (tramp-accept-process-output): Change argument | 23449 | * lisp/net/tramp.el (tramp-accept-process-output): Change argument |
| 23450 | list. Make it work when called inside a timer. See | 23450 | list. Make it work when called inside a timer. See |
| 23451 | <http://lists.gnu.org/archive/html/tramp-devel/2017-01/msg00010.html>. | 23451 | <https://lists.gnu.org/archive/html/tramp-devel/2017-01/msg00010.html>. |
| 23452 | 23452 | ||
| 23453 | 2017-01-31 Eli Zaretskii <eliz@gnu.org> | 23453 | 2017-01-31 Eli Zaretskii <eliz@gnu.org> |
| 23454 | 23454 | ||
| @@ -23835,7 +23835,7 @@ | |||
| 23835 | * lisp/textmodes/reftex-vars.el (reftex-cite-format-builtin): Add | 23835 | * lisp/textmodes/reftex-vars.el (reftex-cite-format-builtin): Add |
| 23836 | \citetitle[*] to `reftex-cite-format' and bind them to keys i/I | 23836 | \citetitle[*] to `reftex-cite-format' and bind them to keys i/I |
| 23837 | per user request | 23837 | per user request |
| 23838 | http://lists.gnu.org/archive/html/auctex/2017-01/msg00049.html. | 23838 | https://lists.gnu.org/archive/html/auctex/2017-01/msg00049.html. |
| 23839 | 23839 | ||
| 23840 | 2017-01-27 Lars Ingebrigtsen <larsi@gnus.org> | 23840 | 2017-01-27 Lars Ingebrigtsen <larsi@gnus.org> |
| 23841 | 23841 | ||
| @@ -23872,7 +23872,7 @@ | |||
| 23872 | 23872 | ||
| 23873 | * lisp/shell.el (shell-mode): Use setq-local. Set | 23873 | * lisp/shell.el (shell-mode): Use setq-local. Set |
| 23874 | scroll-conservatively to 101 locally. See the discussion at | 23874 | scroll-conservatively to 101 locally. See the discussion at |
| 23875 | http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00736.html | 23875 | https://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00736.html |
| 23876 | for the reasons. | 23876 | for the reasons. |
| 23877 | 23877 | ||
| 23878 | 2017-01-27 Michael Hoffman <emacs-hoffman@sneakemail.com> (tiny change) | 23878 | 2017-01-27 Michael Hoffman <emacs-hoffman@sneakemail.com> (tiny change) |
| @@ -24534,7 +24534,7 @@ | |||
| 24534 | * lisp/simple.el (region-bounds): New function. | 24534 | * lisp/simple.el (region-bounds): New function. |
| 24535 | 24535 | ||
| 24536 | (region-noncontiguous-p): Use it. | 24536 | (region-noncontiguous-p): Use it. |
| 24537 | http://lists.gnu.org/archive/html/emacs-devel/2017-01/msg00044.html | 24537 | https://lists.gnu.org/archive/html/emacs-devel/2017-01/msg00044.html |
| 24538 | 24538 | ||
| 24539 | 2017-01-21 Alan Mackenzie <acm@muc.de> | 24539 | 2017-01-21 Alan Mackenzie <acm@muc.de> |
| 24540 | 24540 | ||
| @@ -25369,7 +25369,7 @@ | |||
| 25369 | * lisp/textmodes/ispell.el (ispell-begin-skip-region-regexp): | 25369 | * lisp/textmodes/ispell.el (ispell-begin-skip-region-regexp): |
| 25370 | Protect against 'ispell-skip-region-alist' being nil. Reported by | 25370 | Protect against 'ispell-skip-region-alist' being nil. Reported by |
| 25371 | Ernest Adrogué <nfdisco@gmail.com>, see | 25371 | Ernest Adrogué <nfdisco@gmail.com>, see |
| 25372 | http://lists.gnu.org/archive/html/help-gnu-emacs/2017-01/msg00007.html. | 25372 | https://lists.gnu.org/archive/html/help-gnu-emacs/2017-01/msg00007.html. |
| 25373 | 25373 | ||
| 25374 | 2017-01-06 Philipp Stephani <phst@google.com> | 25374 | 2017-01-06 Philipp Stephani <phst@google.com> |
| 25375 | 25375 | ||
| @@ -25662,7 +25662,7 @@ | |||
| 25662 | Remove mistakenly-added files | 25662 | Remove mistakenly-added files |
| 25663 | 25663 | ||
| 25664 | Problem reported by Glenn Morris in: | 25664 | Problem reported by Glenn Morris in: |
| 25665 | http://lists.gnu.org/archive/html/emacs-devel/2017-01/msg00008.html | 25665 | https://lists.gnu.org/archive/html/emacs-devel/2017-01/msg00008.html |
| 25666 | * lisp/gnus/gnus-ems.el, lisp/gnus/gnus-sync.el: | 25666 | * lisp/gnus/gnus-ems.el, lisp/gnus/gnus-sync.el: |
| 25667 | * lisp/gnus/messcompat.el, lisp/nxml/nxml-glyph.el: | 25667 | * lisp/gnus/messcompat.el, lisp/nxml/nxml-glyph.el: |
| 25668 | * lisp/nxml/nxml-uchnm.el, lisp/obsolete/awk-mode.el: | 25668 | * lisp/nxml/nxml-uchnm.el, lisp/obsolete/awk-mode.el: |
| @@ -25982,7 +25982,7 @@ | |||
| 25982 | 25982 | ||
| 25983 | This avoids the confusion of using two different phrases "main thread" | 25983 | This avoids the confusion of using two different phrases "main thread" |
| 25984 | and "primary thread" internally to mean the same thing. See: | 25984 | and "primary thread" internally to mean the same thing. See: |
| 25985 | http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg01142.html | 25985 | https://lists.gnu.org/archive/html/emacs-devel/2016-12/msg01142.html |
| 25986 | * src/thread.c (main_thread): Rename from primary_thread, | 25986 | * src/thread.c (main_thread): Rename from primary_thread, |
| 25987 | since the new name no longer clashes with main_thread_id | 25987 | since the new name no longer clashes with main_thread_id |
| 25988 | and Emacs internals normally call this the "main thread". | 25988 | and Emacs internals normally call this the "main thread". |
| @@ -26175,7 +26175,7 @@ | |||
| 26175 | Simplify prog1 implementation | 26175 | Simplify prog1 implementation |
| 26176 | 26176 | ||
| 26177 | Inspired by a suggestion from Chris Gregory in: | 26177 | Inspired by a suggestion from Chris Gregory in: |
| 26178 | http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00965.html | 26178 | https://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00965.html |
| 26179 | On my platform, this generates exactly the same machine insns. | 26179 | On my platform, this generates exactly the same machine insns. |
| 26180 | * src/eval.c (prog_ignore): Rename from unwind_body, since | 26180 | * src/eval.c (prog_ignore): Rename from unwind_body, since |
| 26181 | it’s more general than that. All callers changed. | 26181 | it’s more general than that. All callers changed. |
| @@ -26326,7 +26326,7 @@ | |||
| 26326 | 26326 | ||
| 26327 | This fixes a regression introduced in | 26327 | This fixes a regression introduced in |
| 26328 | 26328 | ||
| 26329 | http://git.savannah.gnu.org/gitweb/?p=emacs.git;a=commit;h=2c8a7e50d24daf19ea7d86f1cfeaa98a41c56085 | 26329 | https://git.savannah.gnu.org/gitweb/?p=emacs.git;a=commit;h=2c8a7e50d24daf19ea7d86f1cfeaa98a41c56085 |
| 26330 | 26330 | ||
| 26331 | This bug was filed in | 26331 | This bug was filed in |
| 26332 | 26332 | ||
| @@ -26585,7 +26585,7 @@ | |||
| 26585 | therefore don't need to be inserted into the red-black tree, so | 26585 | therefore don't need to be inserted into the red-black tree, so |
| 26586 | mem_find will never find them. Reported by Daniel Colascione | 26586 | mem_find will never find them. Reported by Daniel Colascione |
| 26587 | <dancol@dancol.org> in | 26587 | <dancol@dancol.org> in |
| 26588 | http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00817.html. | 26588 | https://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00817.html. |
| 26589 | 26589 | ||
| 26590 | 2016-12-21 Stefan Monnier <monnier@iro.umontreal.ca> | 26590 | 2016-12-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 26591 | 26591 | ||
| @@ -26618,7 +26618,7 @@ | |||
| 26618 | Port dumping better to WSL | 26618 | Port dumping better to WSL |
| 26619 | 26619 | ||
| 26620 | Problem reported by Angelo Graziosi in: | 26620 | Problem reported by Angelo Graziosi in: |
| 26621 | http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00822.html | 26621 | https://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00822.html |
| 26622 | * src/sysdep.c (disable_address_randomization): | 26622 | * src/sysdep.c (disable_address_randomization): |
| 26623 | Detect buggy platforms where 'personality' always returns 0. | 26623 | Detect buggy platforms where 'personality' always returns 0. |
| 26624 | 26624 | ||
| @@ -26967,7 +26967,7 @@ | |||
| 26967 | needs to be, which then causes copy_executable_and_dump_data to | 26967 | needs to be, which then causes copy_executable_and_dump_data to |
| 26968 | write beyond the requested size of the file mapping, thus relying | 26968 | write beyond the requested size of the file mapping, thus relying |
| 26969 | on the OS roundup to page boundary to save us from ourselves. See | 26969 | on the OS roundup to page boundary to save us from ourselves. See |
| 26970 | http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00642.html | 26970 | https://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00642.html |
| 26971 | for the details. | 26971 | for the details. |
| 26972 | 26972 | ||
| 26973 | * lib/stdio-impl.h: Revert the workaround fix of not including | 26973 | * lib/stdio-impl.h: Revert the workaround fix of not including |
| @@ -27501,7 +27501,7 @@ | |||
| 27501 | Use C99 syntax for font drivers | 27501 | Use C99 syntax for font drivers |
| 27502 | 27502 | ||
| 27503 | Problem reported by Daniel Colascione in: | 27503 | Problem reported by Daniel Colascione in: |
| 27504 | http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00515.html | 27504 | https://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00515.html |
| 27505 | * src/ftcrfont.c (ftcrfont_driver): | 27505 | * src/ftcrfont.c (ftcrfont_driver): |
| 27506 | * src/ftfont.c (ftfont_driver): | 27506 | * src/ftfont.c (ftfont_driver): |
| 27507 | * src/ftxfont.c (ftxfont_driver): | 27507 | * src/ftxfont.c (ftxfont_driver): |
diff --git a/lisp/emacs-lisp/rmc.el b/lisp/emacs-lisp/rmc.el index 57bc6d9b591..0be6971992c 100644 --- a/lisp/emacs-lisp/rmc.el +++ b/lisp/emacs-lisp/rmc.el | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | ;; GNU General Public License for more details. | 17 | ;; GNU General Public License for more details. |
| 18 | 18 | ||
| 19 | ;; You should have received a copy of the GNU General Public License | 19 | ;; You should have received a copy of the GNU General Public License |
| 20 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 20 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 21 | 21 | ||
| 22 | ;;; Commentary: | 22 | ;;; Commentary: |
| 23 | 23 | ||
diff --git a/lisp/progmodes/flymake-proc.el b/lisp/progmodes/flymake-proc.el index ab60855b217..a9caef4fc8e 100644 --- a/lisp/progmodes/flymake-proc.el +++ b/lisp/progmodes/flymake-proc.el | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | ;; GNU General Public License for more details. | 20 | ;; GNU General Public License for more details. |
| 21 | 21 | ||
| 22 | ;; You should have received a copy of the GNU General Public License | 22 | ;; You should have received a copy of the GNU General Public License |
| 23 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 23 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | 25 | ;;; Commentary: |
| 26 | ;; | 26 | ;; |
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 8c9c4b211a2..5d5f9bb75d8 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | ;; GNU General Public License for more details. | 20 | ;; GNU General Public License for more details. |
| 21 | 21 | ||
| 22 | ;; You should have received a copy of the GNU General Public License | 22 | ;; You should have received a copy of the GNU General Public License |
| 23 | ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 23 | ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. |
| 24 | 24 | ||
| 25 | ;;; Commentary: | 25 | ;;; Commentary: |
| 26 | ;; | 26 | ;; |
diff --git a/test/lisp/progmodes/flymake-tests.el b/test/lisp/progmodes/flymake-tests.el index 0b29b6a9715..9f570adcc41 100644 --- a/test/lisp/progmodes/flymake-tests.el +++ b/test/lisp/progmodes/flymake-tests.el | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | ;; | 37 | ;; |
| 38 | ;; | 38 | ;; |
| 39 | (defun flymake-tests--wait-for-backends () | 39 | (defun flymake-tests--wait-for-backends () |
| 40 | ;; Weirdness here... http://debbugs.gnu.org/17647#25 | 40 | ;; Weirdness here... https://debbugs.gnu.org/17647#25 |
| 41 | ;; ... meaning `sleep-for', and even | 41 | ;; ... meaning `sleep-for', and even |
| 42 | ;; `accept-process-output', won't suffice as ways to get | 42 | ;; `accept-process-output', won't suffice as ways to get |
| 43 | ;; process filters and sentinels to run, though they do work | 43 | ;; process filters and sentinels to run, though they do work |