aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorStefan Kangas2021-12-10 06:30:33 +0100
committerStefan Kangas2021-12-10 06:30:33 +0100
commitd601fd4692e0be3c9ee9b247c8a7bc5b2499f0eb (patch)
tree0339b89fd03e38c327c77c40f25864a2b9666078 /lisp
parent59db96d83ae837b3a3d82a979cd97a271bcd86bf (diff)
parent7a25ba0fdebf5e94fa5a3a3d992424f86b1547cc (diff)
downloademacs-d601fd4692e0be3c9ee9b247c8a7bc5b2499f0eb.tar.gz
emacs-d601fd4692e0be3c9ee9b247c8a7bc5b2499f0eb.zip
Merge from origin/emacs-28
7a25ba0fde ; * lisp/image-dired.el: Fix typo. dda6337066 emacsclient takes more care about XDG_RUNTIME_DIR 26fb4168b8 ; Prefer HTTPS in more URLs 6b89578524 ; * lisp/progmodes/flymake.el: Update the minimum Emacs ve...
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog.174
-rw-r--r--lisp/gnus/ChangeLog.22
-rw-r--r--lisp/gnus/ChangeLog.32
-rw-r--r--lisp/image-dired.el2
-rw-r--r--lisp/mh-e/ChangeLog.12
-rw-r--r--lisp/net/newst-backend.el2
-rw-r--r--lisp/net/newst-reader.el2
-rw-r--r--lisp/net/newst-ticker.el2
-rw-r--r--lisp/net/newsticker.el2
-rw-r--r--lisp/net/quickurl.el2
-rw-r--r--lisp/net/tramp-archive.el2
-rw-r--r--lisp/org/org.el4
-rw-r--r--lisp/progmodes/flymake.el2
13 files changed, 15 insertions, 15 deletions
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17
index 14a6c5d06e4..4dd3df5953b 100644
--- a/lisp/ChangeLog.17
+++ b/lisp/ChangeLog.17
@@ -10766,7 +10766,7 @@
10766 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value. 10766 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
10767 (find-gc-source-files): Update some names. 10767 (find-gc-source-files): Update some names.
10768 (trace-call-tree): Simplify and update. 10768 (trace-call-tree): Simplify and update.
10769 Avoid predictable temp-file names. (http://bugs.debian.org/747100) 10769 Avoid predictable temp-file names. (https://bugs.debian.org/747100)
10770 This is CVE-2014-3422. 10770 This is CVE-2014-3422.
10771 10771
107722014-05-08 Stefan Monnier <monnier@iro.umontreal.ca> 107722014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
@@ -17742,7 +17742,7 @@
177422013-10-13 Glenn Morris <rgm@gnu.org> 177422013-10-13 Glenn Morris <rgm@gnu.org>
17743 17743
17744 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent): 17744 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
17745 Occur buffers are read-only. http://bugs.debian.org/720775 17745 Occur buffers are read-only. https://bugs.debian.org/720775
17746 17746
17747 * emacs-lisp/authors.el (authors-fixed-entries): 17747 * emacs-lisp/authors.el (authors-fixed-entries):
17748 Comment out old alpha stuff. 17748 Comment out old alpha stuff.
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index 35402dffd07..26ecaada5e5 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -1759,7 +1759,7 @@
1759 1759
1760 * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes 1760 * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
1761 from 2003-04-03 to fix security problem. 1761 from 2003-04-03 to fix security problem.
1762 See http://www.debian.org/security/2003/dsa-339. 1762 See https://www.debian.org/security/2003/dsa-339.
1763 1763
17642003-07-23 Teodor Zlatanov <tzz@lifelogs.com> 17642003-07-23 Teodor Zlatanov <tzz@lifelogs.com>
1765 1765
diff --git a/lisp/gnus/ChangeLog.3 b/lisp/gnus/ChangeLog.3
index 2aba3a5706f..836cca87ffb 100644
--- a/lisp/gnus/ChangeLog.3
+++ b/lisp/gnus/ChangeLog.3
@@ -655,7 +655,7 @@
6552014-05-08 Glenn Morris <rgm@gnu.org> 6552014-05-08 Glenn Morris <rgm@gnu.org>
656 656
657 * gnus-fun.el (gnus-grab-cam-face): 657 * gnus-fun.el (gnus-grab-cam-face):
658 Do not use predictable temp-file name. (http://bugs.debian.org/747100) 658 Do not use predictable temp-file name. (https://bugs.debian.org/747100)
659 This is CVE-2014-3421. 659 This is CVE-2014-3421.
660 660
6612014-05-04 Glenn Morris <rgm@gnu.org> 6612014-05-04 Glenn Morris <rgm@gnu.org>
diff --git a/lisp/image-dired.el b/lisp/image-dired.el
index 22e725c2168..6ca0cd8831d 100644
--- a/lisp/image-dired.el
+++ b/lisp/image-dired.el
@@ -41,7 +41,7 @@
41;; 41;;
42;; I briefly tried out thumbs.el, and although it seemed more 42;; I briefly tried out thumbs.el, and although it seemed more
43;; powerful than this package, it did not work the way I wanted to. It 43;; powerful than this package, it did not work the way I wanted to. It
44;; was too slow to created thumbnails of all files in a directory (I 44;; was too slow to create thumbnails of all files in a directory (I
45;; currently keep all my 2000+ images in the same directory) and 45;; currently keep all my 2000+ images in the same directory) and
46;; browsing the thumbnail buffer was slow too. image-dired.el will not 46;; browsing the thumbnail buffer was slow too. image-dired.el will not
47;; create thumbnails until they are needed and the browsing is done 47;; create thumbnails until they are needed and the browsing is done
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1
index e87bb343cf1..2201ce22a26 100644
--- a/lisp/mh-e/ChangeLog.1
+++ b/lisp/mh-e/ChangeLog.1
@@ -10218,7 +10218,7 @@
10218 it can fail if the user's MH environment is not setup correctly). 10218 it can fail if the user's MH environment is not setup correctly).
10219 I now set the value of mh-folder-unseen-seq-name at runtime when I 10219 I now set the value of mh-folder-unseen-seq-name at runtime when I
10220 first need it. This should fix Debian bugs 10220 first need it. This should fix Debian bugs
10221 http://bugs.debian.org/140232 and http://bugs.debian.org/140817 10221 https://bugs.debian.org/140232 and https://bugs.debian.org/140817
10222 10222
102232002-03-25 Peter S Galbraith <psg@debian.org> 102232002-03-25 Peter S Galbraith <psg@debian.org>
10224 10224
diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el
index 77e148047ae..d51f8c0189f 100644
--- a/lisp/net/newst-backend.el
+++ b/lisp/net/newst-backend.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Ulf Jasper <ulf.jasper@web.de> 5;; Author: Ulf Jasper <ulf.jasper@web.de>
6;; Filename: newst-backend.el 6;; Filename: newst-backend.el
7;; URL: http://www.nongnu.org/newsticker 7;; URL: https://www.nongnu.org/newsticker
8;; Keywords: News, RSS, Atom 8;; Keywords: News, RSS, Atom
9;; Package: newsticker 9;; Package: newsticker
10 10
diff --git a/lisp/net/newst-reader.el b/lisp/net/newst-reader.el
index 40e304402ad..b228ea9a60f 100644
--- a/lisp/net/newst-reader.el
+++ b/lisp/net/newst-reader.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Ulf Jasper <ulf.jasper@web.de> 5;; Author: Ulf Jasper <ulf.jasper@web.de>
6;; Filename: newst-reader.el 6;; Filename: newst-reader.el
7;; URL: http://www.nongnu.org/newsticker 7;; URL: https://www.nongnu.org/newsticker
8;; Package: newsticker 8;; Package: newsticker
9 9
10;; ====================================================================== 10;; ======================================================================
diff --git a/lisp/net/newst-ticker.el b/lisp/net/newst-ticker.el
index 8cfafb5bfe4..068b862b694 100644
--- a/lisp/net/newst-ticker.el
+++ b/lisp/net/newst-ticker.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Ulf Jasper <ulf.jasper@web.de> 5;; Author: Ulf Jasper <ulf.jasper@web.de>
6;; Filename: newst-ticker.el 6;; Filename: newst-ticker.el
7;; URL: http://www.nongnu.org/newsticker 7;; URL: https://www.nongnu.org/newsticker
8;; Keywords: News, RSS, Atom 8;; Keywords: News, RSS, Atom
9;; Package: newsticker 9;; Package: newsticker
10 10
diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el
index c1714218be9..52576c936a3 100644
--- a/lisp/net/newsticker.el
+++ b/lisp/net/newsticker.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Ulf Jasper <ulf.jasper@web.de> 5;; Author: Ulf Jasper <ulf.jasper@web.de>
6;; Filename: newsticker.el 6;; Filename: newsticker.el
7;; URL: http://www.nongnu.org/newsticker 7;; URL: https://www.nongnu.org/newsticker
8;; Created: 17. June 2003 8;; Created: 17. June 2003
9;; Keywords: News, RSS, Atom 9;; Keywords: News, RSS, Atom
10 10
diff --git a/lisp/net/quickurl.el b/lisp/net/quickurl.el
index 7f147fa0ded..ed7d7e53a96 100644
--- a/lisp/net/quickurl.el
+++ b/lisp/net/quickurl.el
@@ -55,7 +55,7 @@
55;; 55;;
56;; (("GNU" . "https://www.gnu.org/") 56;; (("GNU" . "https://www.gnu.org/")
57;; ("FSF" "https://www.fsf.org/" "The Free Software Foundation") 57;; ("FSF" "https://www.fsf.org/" "The Free Software Foundation")
58;; ("emacs" . "http://www.emacs.org/") 58;; ("emacs" . "https://www.emacs.org/")
59;; ("davep" "http://www.davep.org/" "Dave's homepage")) 59;; ("davep" "http://www.davep.org/" "Dave's homepage"))
60;; 60;;
61;; In case you're wondering about the mixture of cons cells and lists, 61;; In case you're wondering about the mixture of cons cells and lists,
diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el
index b0f447a3aee..b44a4e86aad 100644
--- a/lisp/net/tramp-archive.el
+++ b/lisp/net/tramp-archive.el
@@ -104,7 +104,7 @@
104;; It is even possible to access file archives in file archives, as 104;; It is even possible to access file archives in file archives, as
105 105
106;; (find-file 106;; (find-file
107;; "http://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control") 107;; "https://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control")
108 108
109;;; Code: 109;;; Code:
110 110
diff --git a/lisp/org/org.el b/lisp/org/org.el
index 1a137546192..df79d57f2c6 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -693,7 +693,7 @@ defined in org-duration.el.")
693If a description starts with <C>, the file is not part of Emacs and Org mode, 693If a description starts with <C>, the file is not part of Emacs and Org mode,
694so loading it will require that you have properly installed org-contrib 694so loading it will require that you have properly installed org-contrib
695package from NonGNU Emacs Lisp Package Archive 695package from NonGNU Emacs Lisp Package Archive
696http://elpa.nongnu.org/nongnu/org-contrib.html 696https://elpa.nongnu.org/nongnu/org-contrib.html
697 697
698You can also use this system to load external packages (i.e. neither Org 698You can also use this system to load external packages (i.e. neither Org
699core modules, nor org-contrib modules). Just add symbols 699core modules, nor org-contrib modules). Just add symbols
@@ -773,7 +773,7 @@ For export specific modules, see also `org-export-backends'."
773If a description starts with <C>, the file is not part of Emacs and Org mode, 773If a description starts with <C>, the file is not part of Emacs and Org mode,
774so loading it will require that you have properly installed org-contrib 774so loading it will require that you have properly installed org-contrib
775package from NonGNU Emacs Lisp Package Archive 775package from NonGNU Emacs Lisp Package Archive
776http://elpa.nongnu.org/nongnu/org-contrib.html 776https://elpa.nongnu.org/nongnu/org-contrib.html
777 777
778Unlike to `org-modules', libraries in this list will not be 778Unlike to `org-modules', libraries in this list will not be
779loaded along with Org, but only once the export framework is 779loaded along with Org, but only once the export framework is
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 4f9506c98b9..72199b33a43 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -6,7 +6,7 @@
6;; Maintainer: João Távora <joaotavora@gmail.com> 6;; Maintainer: João Távora <joaotavora@gmail.com>
7;; Version: 1.2.1 7;; Version: 1.2.1
8;; Keywords: c languages tools 8;; Keywords: c languages tools
9;; Package-Requires: ((emacs "26.1") (eldoc "1.1.0") (project "0.7.1")) 9;; Package-Requires: ((emacs "28.1") (eldoc "1.1.0") (project "0.7.1"))
10 10
11;; This is a GNU ELPA :core package. Avoid functionality that is not 11;; This is a GNU ELPA :core package. Avoid functionality that is not
12;; compatible with the version of Emacs recorded above. 12;; compatible with the version of Emacs recorded above.