mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-10 15:25:04 -07:00
; Update exported ChangeLog files and etc/AUTHORS
There are still unfixed problems in *Authors Errors*. * ChangeLog.3: Fix typos. * ChangeLog.5: Export from VCS history. * Makefile.in: Update PREFERRED_BRANCH. * admin/authors.el (authors-aliases, authors-ignored-files) (authors-valid-file-names, authors-renamed-files-alist): Add some entries. * etc/AUTHORS: Regenerate.
This commit is contained in:
parent
991f6100eb
commit
1ec79b48f3
5 changed files with 64029 additions and 588 deletions
|
|
@ -3149,7 +3149,7 @@
|
|||
|
||||
Remove mention of removed `gnus-treat-play-sounds' variable from manual
|
||||
|
||||
* info/gnus.info: Remove `gnus-treat-play-sounds' from
|
||||
* doc/misc/gnus.texi: Remove `gnus-treat-play-sounds' from
|
||||
manual. According to lisp/gnus/ChangeLog.3 this variable was
|
||||
removed in 2010 (bug#53192).
|
||||
|
||||
|
|
@ -46460,7 +46460,7 @@
|
|||
|
||||
* lisp/subr.el (ctl-x-map): Initialize inside the declaration.
|
||||
|
||||
* src/command.h (control_x_map):
|
||||
* src/commands.h (control_x_map):
|
||||
* src/keymap.c (control_x_map): Delete variable.
|
||||
(syms_of_keymap):
|
||||
* src/keyboard.c (keys_of_keyboard):
|
||||
|
|
|
|||
63125
ChangeLog.5
63125
ChangeLog.5
File diff suppressed because it is too large
Load diff
|
|
@ -1313,7 +1313,7 @@ ChangeLog:
|
|||
./$(emacslog) -o $(CHANGELOG) -n $(CHANGELOG_HISTORY_INDEX_MAX)
|
||||
|
||||
# Check that we are in a good state for changing history.
|
||||
PREFERRED_BRANCH = emacs-30
|
||||
PREFERRED_BRANCH = emacs-31
|
||||
preferred-branch-is-current:
|
||||
git branch | grep -q '^\* $(PREFERRED_BRANCH)$$'
|
||||
unchanged-history-files:
|
||||
|
|
|
|||
|
|
@ -49,9 +49,11 @@ files.")
|
|||
("Alexander Gramiak" "Alex Gramiak")
|
||||
("Alexandru Harsanyi" "Alex Harsanyi")
|
||||
("Álvar Jesús Ibeas Martín" "Álvar Ibeas")
|
||||
("Álvaro Ramírez" "Alvaro Ramirez" "xenodium")
|
||||
(nil "ambihelical")
|
||||
("Andrea Corallo" "AndreaCorallo")
|
||||
("Andrii Kolomoiets" "andreyk\\.mad@gmail\\.com")
|
||||
("André A. Gomes" "Andre A. Gomes")
|
||||
("Andrew Csillag" "Drew Csillag")
|
||||
("Andrew G Cohen" "Andrew Cohen")
|
||||
("Anna M. Bigatti" "Anna Bigatti")
|
||||
|
|
@ -226,6 +228,7 @@ files.")
|
|||
(nil "pillule")
|
||||
(nil "psyberbits@gmail\\.com")
|
||||
("Paul Eggert" "Paul R\\. Eggert")
|
||||
("Paul Nelson" "Paul D. Nelson")
|
||||
("Pavel Janík" "Pavel Janík Ml\\." "Pavel Janik Ml\\." "Pavel Janik")
|
||||
("Pavel Kobiakov" "Pavel Kobyakov")
|
||||
("Per Abrahamsen" "Per Abhiddenware")
|
||||
|
|
@ -700,7 +703,11 @@ Changes to files matching one of the regexps in this list are not listed.")
|
|||
"lisp/org/ob-picolisp.el"
|
||||
"lisp/obsolete/levents.el"
|
||||
"lisp/obsolete/lucid.el"
|
||||
"lisp/obsolete/old-whitespace.el")
|
||||
"lisp/obsolete/old-whitespace.el"
|
||||
"doc/misc/modus-themes.texi"
|
||||
"doc/misc/elisp-semantic-highlighting.org"
|
||||
"lisp/emacs-lisp/scope.el"
|
||||
"etc/yow.lines")
|
||||
"List of files and directories to ignore.
|
||||
Changes to files in this list are not listed.")
|
||||
|
||||
|
|
@ -1164,7 +1171,42 @@ AUTHORS file. There are also some more recent manual additions.")
|
|||
"admin/notes/tree-sitter/build-module/batch.sh"
|
||||
"doc/misc/gnus-coding.texi"
|
||||
"gnus-coding.texi"
|
||||
"doc/misc/org.texi")
|
||||
"doc/misc/org.texi"
|
||||
;; Unexec & pure space removal.
|
||||
"src/puresize.h"
|
||||
"src/sheap.c"
|
||||
"src/sheap.h"
|
||||
"src/unexec.h"
|
||||
"src/unexaix.c"
|
||||
"src/unexcoff.c"
|
||||
"src/unexcw.c"
|
||||
"src/unexelf.c"
|
||||
"src/unexhp9k800.c"
|
||||
"src/unexmacosx.c"
|
||||
"src/unexsol.c"
|
||||
"src/unexw32.c"
|
||||
"src/firstfile.c"
|
||||
"src/lastfile.c"
|
||||
;; Removed.
|
||||
"nt/configure.bat"
|
||||
"lisp/obsolete/cc-compat.el"
|
||||
"lisp/obsolete/info-edit.el"
|
||||
"lisp/obsolete/otodo-mode.el"
|
||||
"lisp/obsolete/rcompile.el"
|
||||
"lisp/terminal.el"
|
||||
"lisp/obsolete/vi.el"
|
||||
"lisp/obsolete/vip.el"
|
||||
"doc/misc/vip.texi"
|
||||
"lisp/obsolete/ws-mode.el"
|
||||
"lisp/obsolete/yow.el"
|
||||
"test/lisp/erc/resources/base/reconnect/ping-pong.eld"
|
||||
"test/lisp/erc/resources/base/reconnect/proxy-solo.eld"
|
||||
"test/lisp/erc/resources/erc-d/resources/proxy-solo.eld"
|
||||
"admin/coccinelle/process.cocci"
|
||||
"admin/coccinelle/window.cocci"
|
||||
"admin/coccinelle/frame.cocci"
|
||||
;; Merged into various files in cl-lib.
|
||||
"lisp/emacs-lisp/cl-types.el" "test/lisp/emacs-lisp/cl-types-tests.el")
|
||||
"File names which are valid, but no longer exist (or cannot be found)
|
||||
in the repository.")
|
||||
|
||||
|
|
@ -1416,7 +1458,7 @@ in the repository.")
|
|||
("lisp/new/eww.el" . "eww.el") ; an actual typo in ChangeLog.3
|
||||
("gssapi.el" . "gssapi.el")
|
||||
("lisp/gnus/gssapi.el" . "gssapi.el")
|
||||
("imap.el" . "net/imap.el")
|
||||
("imap.el" . "imap.el")
|
||||
("mailcap.el" . "mailcap.el")
|
||||
("gnus/mailcap.el" . "mailcap.el")
|
||||
("lisp/gnus/mailcap.el" . "mailcap.el")
|
||||
|
|
@ -1726,7 +1768,17 @@ in the repository.")
|
|||
("lisp/vt100-led.el" . "lisp/obsolete/vt100-led.el")
|
||||
("lisp/mail/metamail.el" . "lisp/obsolete/metamail.el")
|
||||
("lisp/sb-image.el" . "lisp/obsolete/sb-image.el")
|
||||
("lisp/cedet/semantic/grammar-wy.el" . "lisp/cedet/semantic/grm-wy-boot.el"))
|
||||
("lisp/cedet/semantic/grammar-wy.el" . "lisp/cedet/semantic/grm-wy-boot.el")
|
||||
("lisp/vc/vc-dav.el" . "vc-dav.el")
|
||||
("test/lisp/vc/vc-tests.el" . "vc-tests.el")
|
||||
("admin/notes/elpa" . "elpa.md")
|
||||
("etc/NEWS.unknown" . "symbol-releases.eld")
|
||||
("test/lisp/eshell/eshell-tests-helpers.el" . "eshell-tests-helpers.el")
|
||||
("test/lisp/package-vc-tests.el" . "package-vc-tests.el")
|
||||
("test/lisp/vc/vc-misc-tests.el" . "vc-test-misc.el")
|
||||
("admin/treesit-admin.el" . "treesit-admin.el")
|
||||
("java/incrementing-version-code" . "AndroidManifest.xml.in")
|
||||
("etc/ctags.1" "ctags.1"))
|
||||
"Alist of files which have been renamed during their lifetime.
|
||||
Elements are (OLDNAME . NEWNAME).")
|
||||
|
||||
|
|
|
|||
1426
etc/AUTHORS
1426
etc/AUTHORS
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue