diff options
| author | Paul Eggert | 2017-10-01 21:58:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-01 21:58:52 -0700 |
| commit | 4829a3b033b119b088947d14b73efc197b2547fa (patch) | |
| tree | ef9a96d2fa02c559ce69ff3ac9a272af84e5f6e9 /lib-src/ChangeLog.1 | |
| parent | ee3024c70d2974b59ecdd04b75d18d7258262e70 (diff) | |
| parent | 5172fa02cccaab2500ecf85aaf65b8deed54d42e (diff) | |
| download | emacs-4829a3b033b119b088947d14b73efc197b2547fa.tar.gz emacs-4829a3b033b119b088947d14b73efc197b2547fa.zip | |
Merge from origin/emacs-26
5172fa02cc Prefer HTTPS to HTTP for gnu.org
8cdd8b920a Merge from Gnulib
60b7668b89 Keep eww buffer current when looking up CSS on MDN
bd49b6f1b3 Workaround for faulty localtime() under macOS 10.6
913808e224 Doc amendment for syntax-ppss.
98dc91fda8 Remove incorrect NEWS entry about 'find-library'
539d8626cd Remove inadvertent changes to syntax.texi in last commit.
8c18dcbc78 Amend documentation for text-quoting-style becoming a user...
5f76ac150a Make the value nil in text-quoting-style mean what it does...
d5e4e004fa Make text-quoting-style customizable. Introduce t and new...
1ba3471b9b eshell.texi improvements
7abb5c3960 Fix ns-win.el on GNUstep
07ea5ef99a Fix reference style in org.texi
b03b4f6d79 Improve handling of iconification of child frames (Bug#28611)
ba9139c501 Revert "Don't lose arguments to eshell aliases (Bug#27954)"
43fac3beae Make "unsafe directory" error message more informative (Bu...
c59ddb2120 Fix slot typecheck in eieio-persistent
8b2ab5014b Fix semantic-ia-fast-jump
5b45e7e1c3 Bind vc-region-history
f172894595 Exit macro definition on undefined keys
289fe6c0d1 Reset bidi-paragraph-direction on article rendering
a4f7518817 Fix url-http use of url-current-object
4a755ed421 Avoid assertions in vc-hg.el on MS-Windows
cb93a6ce72 Improve documentation of 'copy-sequence'
200ef6f721 Minor update of ack.texi
cb407d3e87 * doc/emacs/emacs.texi (Acknowledgments): Add more contrib...
82b6c765ff Improve indexing of multi-file/buffer Isearch commands
645ff6c702 Add CAM02 JCh and CAM02-UCS J'a'b' conversions
157007b58e Fix uses of @kindex in the Emacs manual
63a45e8837 Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/e...
3ab2f9bbb9 Merge from gnulib
cbc8324488 Prefer HTTPS to HTTP for gnu.org
bbda601d1d ; Spelling fixes
695cf5300b Wait for frame visibility with timeout in w32term too
e1f6e3127a Bring back the busy wait after x_make_frame_visible (Bug#2...
bccf635217 ; * src/gtkutil.c (xg_check_special_colors): Add another G...
f428757cdb Merge branch 'emacs-26' of git.savannah.gnu.org:/srv/git/e...
26d58f0c58 ; Standardize license notices
73dba0f466 Fix last doc string change in simple.el
Diffstat (limited to 'lib-src/ChangeLog.1')
| -rw-r--r-- | lib-src/ChangeLog.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1 index 417e57f3bb8..4b5422e712c 100644 --- a/lib-src/ChangeLog.1 +++ b/lib-src/ChangeLog.1 | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | is not part of Emacs and is typically not installed. | 5 | is not part of Emacs and is typically not installed. |
| 6 | Instead, just invoke xmalloc and xrealloc as usual. | 6 | Instead, just invoke xmalloc and xrealloc as usual. |
| 7 | Problem reported by Nicolas Richard in: | 7 | Problem reported by Nicolas Richard in: |
| 8 | http://bugs.gnu.org/20191#20 | 8 | https://bugs.gnu.org/20191#20 |
| 9 | (xrnew): Avoid no-longer-needed cast to 'char *'. | 9 | (xrnew): Avoid no-longer-needed cast to 'char *'. |
| 10 | (xrealloc): First arg is now void *, not char *. | 10 | (xrealloc): First arg is now void *, not char *. |
| 11 | 11 | ||
| @@ -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 | http://lists.gnu.org/archive/html/emacs-devel/2015-02/msg00720.html | 68 | https://lists.gnu.org/archive/html/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 | <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00277.html>. | 332 | <https://lists.gnu.org/archive/html/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 | <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00218.html>. | 940 | <https://lists.gnu.org/archive/html/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 | <http://lists.gnu.org/archive/html/emacs-devel/2012-07/msg00199.html>. | 946 | <https://lists.gnu.org/archive/html/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 | <http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00720.html>. | 1215 | <https://lists.gnu.org/archive/html/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 | http://lists.gnu.org/archive/html/emacs-devel/2011-11/msg00303.html | 1274 | https://lists.gnu.org/archive/html/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 | ||
| @@ -3684,7 +3684,7 @@ | |||
| 3684 | 3684 | ||
| 3685 | * rcs2log (Help): Clarify wording of the usage message. | 3685 | * rcs2log (Help): Clarify wording of the usage message. |
| 3686 | Reported by Alan Mackenzie in | 3686 | Reported by Alan Mackenzie in |
| 3687 | <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>. | 3687 | <https://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>. |
| 3688 | 3688 | ||
| 3689 | 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> | 3689 | 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 3690 | 3690 | ||
| @@ -3715,7 +3715,7 @@ | |||
| 3715 | and the path. Allow :/ in repository path, since CVS does. | 3715 | and the path. Allow :/ in repository path, since CVS does. |
| 3716 | Fix typo: "pository" should be set from $CVSROOT, not $repository. | 3716 | Fix typo: "pository" should be set from $CVSROOT, not $repository. |
| 3717 | This fixes a bug reported by Wolfgang Scherer in | 3717 | This fixes a bug reported by Wolfgang Scherer in |
| 3718 | <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>, | 3718 | <https://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>, |
| 3719 | along with some related bugs I discovered by inspecting how | 3719 | along with some related bugs I discovered by inspecting how |
| 3720 | CVS itself parses $CVSROOT. | 3720 | CVS itself parses $CVSROOT. |
| 3721 | 3721 | ||
| @@ -3752,7 +3752,7 @@ | |||
| 3752 | * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates | 3752 | * rcs2log (rlog_options): Append -rbranchtag if CVS/Tag indicates |
| 3753 | a tag, and if the user has not specified an rlog option. | 3753 | a tag, and if the user has not specified an rlog option. |
| 3754 | Adapted from a suggestion by Martin Stjernholm in | 3754 | Adapted from a suggestion by Martin Stjernholm in |
| 3755 | <http://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>. | 3755 | <https://mail.gnu.org/archive/html/bug-gnu-emacs/2003-07/msg00066.html>. |
| 3756 | (Copyright): Update to 2003. | 3756 | (Copyright): Update to 2003. |
| 3757 | 3757 | ||
| 3758 | 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org> | 3758 | 2003-12-24 Thien-Thi Nguyen <ttn@gnu.org> |