summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2024-06-22 01:06:05 +0200
committerStefan Kangas <stefankangas@gmail.com>2024-06-22 01:06:05 +0200
commitd96c54d388373d35a974ae37210707a105f65207 (patch)
treee3b5a8b7f984d5c950c789c9963db76bc81baa43
parentfd207432e50264fc128e77bad8c61c0d0c8c0009 (diff)
downloademacs-d96c54d388373d35a974ae37210707a105f65207.tar.gz
emacs-d96c54d388373d35a974ae37210707a105f65207.tar.bz2
emacs-d96c54d388373d35a974ae37210707a105f65207.zip
* admin/authors.el: Update for Emacs 29.4
-rw-r--r--admin/authors.el19
1 files changed, 19 insertions, 0 deletions
diff --git a/admin/authors.el b/admin/authors.el
index 88c01f14120..904551dcb01 100644
--- a/admin/authors.el
+++ b/admin/authors.el
@@ -580,6 +580,9 @@ Changes to files matching one of the regexps in this list are not listed.")
"obsolete/options.el"
"obsolete/old-whitespace.el"
"obsolete/lucid.el"
+ "lisp/obsolete/fast-lock.el"
+ "lisp/obsolete/lazy-lock.el"
+ "lisp/obsolete/pc-mode.el"
;; ada-mode has been deleted, now in GNU ELPA
"ada-mode.texi"
"doc/misc/ada-mode.texi"
@@ -1595,6 +1598,22 @@ in the repository.")
("url-dired.el" . "url-dired.el")
("lisp/text-modes/tex-mode.el" . "tex-mode.el")
("editfns.c" . "editfns.c")
+ ("lisp/thumbs.el" . "thumbs.el")
+ ("lisp/linum.el" . "linum.el")
+ ("lisp/image-dired.el" . "image-dired.el")
+ ("lisp/url/url-about.el" . "url-about.el")
+ ("lisp/url/url-dired.el" . "url-dired.el")
+ ("lisp/ps-def.el" . "ps-def.el")
+ ("lisp/net/quickurl.el" . "quickurl.el")
+ ("lisp/vc/vc-mtn.el" . "vc-mtn.el")
+ ("lisp/mail/uce.el" . "uce.el")
+ ("test/lisp/progmodes/csharp-ts-mode-tests.el" . "csharp-mode.el")
+ ("lisp/makesum.el" . "makesum.el")
+ ("lisp/mh-e/mh-compat.el" . "mh-compat.el")
+ ("lisp/net/rlogin.el" . "rlogin.el")
+ ("lisp/emacs-lisp/autoload.el" . "autoload.el")
+ ("lisp/emacs-lisp/eieio-compat.el" . "eieio-compat.el")
+ ("autoarg.el" . "autoarg.el")
)
"Alist of files which have been renamed during their lifetime.
Elements are (OLDNAME . NEWNAME).")