master updated (0f043af4dd0 -> 202d29726d8)

Sean Whitton <[email protected]> Tue, 7 Jul 2026 11:02:16 -0400 (EDT)
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
spwhitton pushed a change to branch master.

      from  0f043af4dd0 Make woman-topic-history an obsolete alias
      adds  9777acdc95a ; etc/NEWS: Fix duplicate "Emacs Lisp mode" heading.
      adds  4721a44e8ab ; * doc/lispref/buffers.texi (Buffer File Name): Clarify (bug#81340).
      adds  9ab1aa887ab Ensure, that `buffer-file-name' is expanded in tramp-archive
      adds  ffad15bf738 Update to Org 9.8.7
      adds  6464453558e Avoid destructively modifying 'package--builtin-alist'
      adds  5404761a477 ; Correct treesit-font-lock-level customize type (issue#81337)
      adds  b07e634e4cf Fix undefined behavior in pbm_load
      adds  924d88a736e ; Warn about killed buffers returned by 'window-prev-buffers' (Bug#81370)
      adds  3e7908fe233 ; Fix two tests
      adds  ba781ed7544 Fix blinking Eldoc messages
      adds  c565251dd6a ; * admin/notes/repo (Bisecting): Provide a 'git bisect run' recipe.
      adds  0748af27c03 ; * admin/notes/repo (Bisecting): Refine 'git bisect run' recipe.
       new  202d29726d8 Merge from origin/emacs-31


Summary of changes:
 admin/notes/repo                    | 30 ++++++++++++++++++++++++++++++
 doc/lispref/buffers.texi            |  7 ++++---
 doc/lispref/windows.texi            |  5 +++++
 doc/misc/org.org                    | 18 ++++++++++--------
 etc/NEWS.31                         | 16 +++++++---------
 etc/refcards/orgcard.tex            |  2 +-
 lisp/emacs-lisp/eldoc.el            | 11 +++++++++--
 lisp/emacs-lisp/package.el          |  4 ++--
 lisp/net/tramp-archive.el           |  3 ++-
 lisp/org/org-agenda.el              |  6 ++++--
 lisp/org/org-feed.el                |  2 +-
 lisp/org/org-version.el             |  4 ++--
 lisp/org/org.el                     |  2 +-
 lisp/org/ox-beamer.el               |  1 +
 lisp/treesit.el                     |  2 +-
 src/image.c                         | 23 +++++++++++++----------
 src/window.c                        |  6 +++++-
 test/manual/cedet/semantic-tests.el |  2 +-
 test/src/undo-tests.el              |  2 +-
 19 files changed, 100 insertions(+), 46 deletions(-)