master updated (43f2c8f9699 -> 2adce1839db)

Eli Zaretskii <[email protected]> Sat, 4 Jul 2026 04:30:53 -0400 (EDT)
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
eliz pushed a change to branch master.

      from  43f2c8f9699 emacs-lock-mode: user-error instead of error
      adds  c12c91563ee Fix interactive mode spec of `xwidget-webkit-end-edit-textarea'
      adds  a34c29e4598 Restore frame's fullheight/fullwidth after exiting from fullboth (Bug#81165)
      adds  4d2701ecde9 Fix 'format-mode-line' when faces are in format string
      adds  10ae134ceba ; Add new text for xdisp.c
      adds  1ac2f60b534 Fix strange logic in vc-git-incoming-revision
      adds  b8f71a60119 Compile User Lisp files after adjusting 'load-path'
      adds  7b812bc38aa Don't use window manager activation when a child frame has focus (Bug#81326)
       new  017c7c8c871 Merge from origin/emacs-31
      adds  a057a32bf97 vc-dir-update: Remove assertion invalid on this branch
       new  78c3c8c1b0f ; Merge from origin/emacs-31
      adds  5dd8fe25c23 Correct cursor range in Ftreesit_query_capture (bug#81297)
      adds  69463bfc0c5 ; * etc/PROBLEMS: Problem with Enchant 2.x.  (Bug#81330)
      adds  521c6263fa6 ; * src/buffer.c (Fbuffer_file_name): Doc fix (bug#81340).
       new  9d616a13fa6 Merge from origin/emacs-31
      adds  b8d3c4f8011 Change Tramp version integrated in Emacs 31.1 (don't merge)
       new  b1d827a428d ; Merge from origin/emacs-31
      adds  bcb83d7d2ad Fix error handling in Tramp delete-{file,directory}
      adds  ba7d2b82325 * admin/notes/jargon: Add TTTT.
      adds  707b0ba0f4c Fix project--clear-cache and project--value-in-dir in special case
      adds  5fde9732b4b Localize cache invalidation to project-try-vc
      adds  d1c3ba95cb1 * lisp/progmodes/project.el: Update Commentary.
      adds  727a57d9712 ; Don't autoload 'define-multisession-variable'
      adds  6f9ac7ffdba Fix fullscreen state handling for PGTK (Bug#81165, Bug#81320)
      adds  e560eacf6dc In pgtk_free_frame_resources transfer keyboard focus to parent (Bug#64625)
      adds  6b31360a319 Fix c-pcm-try-completion with boundaries completion
      adds  82009df4de5 Fix initials completion style after // in file name
      adds  ba7c04d26c7 ; Fix double docstring in a test
      adds  7746db313a6 CC Mode: Fix erroneous type: arguments to two defcustoms.
      adds  388adcc570b Finish reverting experiment with proportional font on mode line
       new  6b006c92f4d Merge from origin/emacs-31
      adds  c7947191675 Disable failing SCCS tests on the release branch
       new  c7c131c30d2 ; Merge from origin/emacs-31
      adds  a07abfc6bc8 ; * test/lisp/emacs-lisp/package-tests.el (lm-version): Declare.
      adds  5d6a13136ad server-tests/can-create-frames-p: Check for TERM=dumb-emacs-ansi
      adds  e45a83cb700 ; * etc/NEWS: Document mode line minimum widths change (bug#81336).
      adds  3b22019ff0d Fix Tramp container name completion
      adds  d837ba1ed60 ; * etc/NEWS: Fix broken reference to standard-mode-line-format.
      adds  43ff22a0d1f ; * etc/NEWS: Presentational fixes and improvements.
      adds  7d01f8f7a4e Fix syntax of tsx tag angle brackets to use matching pairs
       new  2adce1839db Merge from origin/emacs-31


Summary of changes:
 admin/notes/jargon                                 |   1 +
 etc/NEWS.31                                        |   7 ++
 etc/PROBLEMS                                       |  10 ++
 lisp/bindings.el                                   |  20 +---
 lisp/emacs-lisp/multisession.el                    |   1 -
 lisp/minibuffer.el                                 |  13 ++-
 lisp/net/tramp-container.el                        |   4 +-
 lisp/net/tramp-smb.el                              |  57 ++++++-----
 lisp/net/tramp.el                                  |  24 ++---
 lisp/progmodes/cc-vars.el                          |   8 +-
 lisp/progmodes/project.el                          | 104 ++++++++++-----------
 lisp/progmodes/typescript-ts-mode.el               |   4 +-
 lisp/startup.el                                    |  15 +--
 lisp/vc/vc-git.el                                  |  34 +++----
 lisp/xwidget.el                                    |   2 +-
 src/buffer.c                                       |   2 +-
 src/pgtkterm.c                                     |  61 +++++++++++-
 src/treesit.c                                      |   6 ++
 src/xdisp.c                                        |  18 +++-
 src/xterm.c                                        |  31 ++----
 test/lisp/emacs-lisp/package-tests.el              |   2 +
 .../lisp/minibuffer-resources/pcm/sources/clang    |   0
 .../lisp/minibuffer-resources/pcm/sys/class        |   0
 test/lisp/minibuffer-tests.el                      |  27 ++++++
 test/lisp/net/tramp-tests.el                       |  10 ++
 test/lisp/progmodes/project-tests.el               |  79 +++++++++++++++-
 test/lisp/server-tests.el                          |   3 +-
 test/src/xdisp-tests.el                            |  21 ++++-
 28 files changed, 379 insertions(+), 185 deletions(-)
 copy src/module-env-29.h => test/lisp/minibuffer-resources/pcm/sources/clang (100%)
 copy src/module-env-29.h => test/lisp/minibuffer-resources/pcm/sys/class (100%)