diff options
| author | Paul Eggert | 2017-11-25 22:45:41 -0800 |
|---|---|---|
| committer | Paul Eggert | 2017-11-25 22:48:12 -0800 |
| commit | a89f0b6f33f9eb8910a1fceda9028d76ef50b05d (patch) | |
| tree | 7055882872b7cad587e5d5e9ac706056f04ff777 /lib-src/ChangeLog.1 | |
| parent | 8be3aee2813f528b02bc913ca4d79e34e72b1754 (diff) | |
| download | emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.tar.gz emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.zip | |
maint: shorten https://lists.gnu.org/archive/html/... links
Diffstat (limited to 'lib-src/ChangeLog.1')
| -rw-r--r-- | lib-src/ChangeLog.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1 index 5a370035d70..87a0d7b943f 100644 --- a/lib-src/ChangeLog.1 +++ b/lib-src/ChangeLog.1 | |||
| @@ -65,7 +65,7 @@ | |||
| 65 | 65 | ||
| 66 | Better support for future plugins | 66 | Better support for future plugins |
| 67 | See the thread containing: | 67 | See the thread containing: |
| 68 | https://lists.gnu.org/archive/html/emacs-devel/2015-02/msg00720.html | 68 | https://lists.gnu.org/r/emacs-devel/2015-02/msg00720.html |
| 69 | * make-docfile.c (write_globals): Generate code that #defines | 69 | * make-docfile.c (write_globals): Generate code that #defines |
| 70 | Qxxx macros other than Qnil only if DEFINE_NONNIL_Q_SYMBOL_MACROS. | 70 | Qxxx macros other than Qnil only if DEFINE_NONNIL_Q_SYMBOL_MACROS. |
| 71 | Qnil is safe to define even in plugins, since it must be zero for | 71 | Qnil is safe to define even in plugins, since it must be zero for |
| @@ -329,7 +329,7 @@ | |||
| 329 | 2014-05-26 Paul Eggert <eggert@cs.ucla.edu> | 329 | 2014-05-26 Paul Eggert <eggert@cs.ucla.edu> |
| 330 | 330 | ||
| 331 | Fix rcs2log problems with CVS. Reported by Glenn Morris in | 331 | Fix rcs2log problems with CVS. Reported by Glenn Morris in |
| 332 | <https://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00277.html>. | 332 | <https://lists.gnu.org/r/emacs-devel/2014-05/msg00277.html>. |
| 333 | Plus, fix some security and filename quoting problems. | 333 | Plus, fix some security and filename quoting problems. |
| 334 | * rcs2log (logdir): Prefer mktemp if available. | 334 | * rcs2log (logdir): Prefer mktemp if available. |
| 335 | (logdir, llogdir): Work even if TMPDIR begins with '-' or has spaces. | 335 | (logdir, llogdir): Work even if TMPDIR begins with '-' or has spaces. |
| @@ -937,13 +937,13 @@ | |||
| 937 | 937 | ||
| 938 | * movemail.c: Add missing 'defined'. | 938 | * movemail.c: Add missing 'defined'. |
| 939 | Suggested by Sven Joachim in | 939 | Suggested by Sven Joachim in |
| 940 | <https://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00218.html>. | 940 | <https://lists.gnu.org/r/emacs-devel/2012-07/msg00218.html>. |
| 941 | 941 | ||
| 942 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> | 942 | 2012-07-11 Paul Eggert <eggert@cs.ucla.edu> |
| 943 | 943 | ||
| 944 | Port 'movemail' again to Solaris and similar hosts. | 944 | Port 'movemail' again to Solaris and similar hosts. |
| 945 | See Susan Cragin's report in | 945 | See Susan Cragin's report in |
| 946 | <https://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00199.html>. | 946 | <https://lists.gnu.org/r/emacs-devel/2012-07/msg00199.html>. |
| 947 | * movemail.c (xmalloc): Also define if !DISABLE_DIRECT_ACCESS && | 947 | * movemail.c (xmalloc): Also define if !DISABLE_DIRECT_ACCESS && |
| 948 | !MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK. Move up, so it doesn't | 948 | !MAIL_USE_MMDF && !MAIL_USE_SYSTEM_LOCK. Move up, so it doesn't |
| 949 | need a forward declaration. | 949 | need a forward declaration. |
| @@ -1212,7 +1212,7 @@ | |||
| 1212 | Assume less-ancient POSIX support. | 1212 | Assume less-ancient POSIX support. |
| 1213 | * update-game-score.c: Include <getopt.h> rather than rolling our | 1213 | * update-game-score.c: Include <getopt.h> rather than rolling our |
| 1214 | own decls for optarg, optind, opterr. See | 1214 | own decls for optarg, optind, opterr. See |
| 1215 | <https://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html>. | 1215 | <https://lists.gnu.org/r/emacs-devel/2011-12/msg00720.html>. |
| 1216 | 1216 | ||
| 1217 | 2012-04-14 Juanma Barranquero <lekktu@gmail.com> | 1217 | 2012-04-14 Juanma Barranquero <lekktu@gmail.com> |
| 1218 | 1218 | ||
| @@ -1271,7 +1271,7 @@ | |||
| 1271 | instead, treat both -c and -t as always requesting a new "tty" frame, | 1271 | instead, treat both -c and -t as always requesting a new "tty" frame, |
| 1272 | and let server.el decide which kind is actually required. | 1272 | and let server.el decide which kind is actually required. |
| 1273 | Reported by Uwe Siart <usenet@siart.de> in this thread: | 1273 | Reported by Uwe Siart <usenet@siart.de> in this thread: |
| 1274 | https://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00303.html | 1274 | https://lists.gnu.org/r/emacs-devel/2011-11/msg00303.html |
| 1275 | 1275 | ||
| 1276 | 2011-11-30 Chong Yidong <cyd@gnu.org> | 1276 | 2011-11-30 Chong Yidong <cyd@gnu.org> |
| 1277 | 1277 | ||