master updated (baf195d1eb9 -> 301cb3218f1)

Sean Whitton <[email protected]> Thu, 23 Jul 2026 08:59:17 -0400 (EDT)
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
spwhitton pushed a change to branch master.

      from  baf195d1eb9 ; Fix extra whitespace in 'report-emacs-bug'
      adds  94ee683d63e markdown-ts-mode: Fix code-block fontification leak
      adds  ade36467bf5 Fix 'url-parse-query-string'
      adds  fc3ba094015 * admin/notes/documentation: Describe quoting of key names.
      adds  429336b409e Fix perl-calculate-indent
      adds  58e4dc3c53a Fix void-function on push-button in goto-address-mode
      adds  d365328e6d9 Fix false positive warnings in 'elisp-flymake-checkdoc' when narrowed
      adds  7822f2d5ea7 Fix typo in Fmatch_end's doc string
      adds  76c8065bf63 VC-Annotate menu: Fix inserting "Span NN.NN days" entries
      adds  1bd56ff9327 ; Fix last change.
      adds  d8af3181182 ; Update exported ChangeLog files and etc/AUTHORS
       new  cef2206c974 Merge from origin/emacs-31
      adds  60da04d1792 Bump Emacs version to 31.0.91
      adds  57581b8bc2f ; Update ldefs-boot.el.
       new  6bb54378700 ; Merge from origin/emacs-31
      adds  3bd3dd6a27d ; * admin/make-tarball.txt: Streamline the process in several ways.
      adds  7726d55ea0b ; * admin/make-tarball.txt: Don't use "regenerate" in one place.
       new  301cb3218f1 Merge from origin/emacs-31


Summary of changes:
 ChangeLog.5                        | 711 ++++++++++++++++++++++++++++++++++++-
 admin/make-tarball.txt             | 193 +++++-----
 admin/notes/documentation          |   4 +
 etc/AUTHORS                        | 166 +++++----
 lisp/net/goto-addr.el              |   7 +
 lisp/progmodes/elisp-mode.el       |  11 +-
 lisp/progmodes/perl-mode.el        |   2 +-
 lisp/textmodes/markdown-ts-mode.el |   2 +-
 lisp/url/url-util.el               |  10 +-
 lisp/vc/vc-annotate.el             |  23 +-
 src/search.c                       |   2 +-
 11 files changed, 937 insertions(+), 194 deletions(-)