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 | |
| 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')
| -rw-r--r-- | lib-src/COPYING | 8 | ||||
| -rw-r--r-- | lib-src/ChangeLog.1 | 20 | ||||
| -rwxr-xr-x | lib-src/rcs2log | 2 |
3 files changed, 15 insertions, 15 deletions
diff --git a/lib-src/COPYING b/lib-src/COPYING index 94a9ed024d3..f288702d2fa 100644 --- a/lib-src/COPYING +++ b/lib-src/COPYING | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | GNU GENERAL PUBLIC LICENSE | 1 | GNU GENERAL PUBLIC LICENSE |
| 2 | Version 3, 29 June 2007 | 2 | Version 3, 29 June 2007 |
| 3 | 3 | ||
| 4 | Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> | 4 | Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> |
| 5 | Everyone is permitted to copy and distribute verbatim copies | 5 | Everyone is permitted to copy and distribute verbatim copies |
| 6 | of this license document, but changing it is not allowed. | 6 | of this license document, but changing it is not allowed. |
| 7 | 7 | ||
| @@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found. | |||
| 645 | GNU General Public License for more details. | 645 | GNU General Public License for more details. |
| 646 | 646 | ||
| 647 | You should have received a copy of the GNU General Public License | 647 | You should have received a copy of the GNU General Public License |
| 648 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 648 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 649 | 649 | ||
| 650 | Also add information on how to contact you by electronic and paper mail. | 650 | Also add information on how to contact you by electronic and paper mail. |
| 651 | 651 | ||
| @@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box". | |||
| 664 | You should also get your employer (if you work as a programmer) or school, | 664 | You should also get your employer (if you work as a programmer) or school, |
| 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. | 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. |
| 666 | For more information on this, and how to apply and follow the GNU GPL, see | 666 | For more information on this, and how to apply and follow the GNU GPL, see |
| 667 | <http://www.gnu.org/licenses/>. | 667 | <https://www.gnu.org/licenses/>. |
| 668 | 668 | ||
| 669 | The GNU General Public License does not permit incorporating your program | 669 | The GNU General Public License does not permit incorporating your program |
| 670 | into proprietary programs. If your program is a subroutine library, you | 670 | into proprietary programs. If your program is a subroutine library, you |
| 671 | may consider it more useful to permit linking proprietary applications with | 671 | may consider it more useful to permit linking proprietary applications with |
| 672 | the library. If this is what you want to do, use the GNU Lesser General | 672 | the library. If this is what you want to do, use the GNU Lesser General |
| 673 | Public License instead of this License. But first, please read | 673 | Public License instead of this License. But first, please read |
| 674 | <http://www.gnu.org/philosophy/why-not-lgpl.html>. | 674 | <https://www.gnu.org/licenses/why-not-lgpl.html>. |
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> |
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 5e5709201e3..50276f245de 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -45,7 +45,7 @@ Each entry looks something like this: | |||
| 45 | 45 | ||
| 46 | * rcs2log (Help): Clarify wording of the usage message. | 46 | * rcs2log (Help): Clarify wording of the usage message. |
| 47 | Problem reported by Alan Mackenzie in | 47 | Problem reported by Alan Mackenzie in |
| 48 | <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>. | 48 | <https://mail.gnu.org/archive/html/bug-gnu-emacs/2004-04/msg00188.html>. |
| 49 | 49 | ||
| 50 | ChangeLog entries contain the current date, full name, email address | 50 | ChangeLog entries contain the current date, full name, email address |
| 51 | including hostname, the name of the affected file, and commentary. | 51 | including hostname, the name of the affected file, and commentary. |