master updated (0a714557ebd -> 59f402717aa)

Sean Whitton <[email protected]> Sun, 26 Jul 2026 07:42:55 -0400 (EDT)
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
spwhitton pushed a change to branch master.

      from  0a714557ebd vc-dir: Don't resolve DIR to truename unnecessarily
       new  6f5bcd19b27 ; * etc/NEWS: Fix typo and wording of recently-added entry.
       new  aee0e67a737 Fix 'eww-read-alternate-url' completion annotations
       new  57ab505007c ; * lisp/net/eww.el (eww--alternate-urls): Doc fix.
      adds  f8d7f87e73e ; * ChangeLog.5: Remove an entry which shouldn't have been there.
      adds  1c042fa0b1e Fix discarding user edits after async commit completes (bug#81453)
      adds  1bdbdade6ba Merge branch 'emacs-31' of git.savannah.gnu.org:/srv/git/emacs into emacs-31
       new  d3bc86023b6 Merge from origin/emacs-31
      adds  6f992eaa49b vc--count-outgoing: Set process query on exit flag to nil
       new  69a193bc0e4 ; Merge from origin/emacs-31
      adds  0f6d977a88f ; * test/src/xdisp-tests.el (xdisp-test-format-mode-line): Use s1, s2.
      adds  6b670907fa9 Update tree-sitter manual for embed level
      adds  29bbd02347d Fix treesit_cursor_helper_1 for zero-width nodes (bug#81436)
      adds  19eeda16a4a ; Fix recent changes in treesit documentation
      adds  2771f99c722 ; * admin/MAINTAINERS: Mark Amin as maintaining some more files.
       new  187e1d80481 Merge from origin/emacs-31
      adds  0448b4e09af Backport: Fix 'with-tramp-progress-reporter' (bug#81455)
      adds  7cc260dddd9 Backport: ; Fix last change
      adds  30539fe149b Backport: ; Fix last change, again
       new  6e4dee5bf40 ; Merge from origin/emacs-31
      adds  633a998bcfd ; Improve documentation of text properties for strings
      adds  296869994e4 ; Remove 'sit-for' treesit parser workaround (bug#81019)
      adds  39cb1e483fd ; * lisp/bookmark.el (bookmark-alist): Doc fix (bug#81461).
      adds  6bd90deb269 ; Fix fallout from 'image-dired-display-image-mode' changes in 2021
      adds  b5119ab9209 ; * etc/PROBLEMS: Document problems with pasting on Windows TTY (bug#81495).
       new  59f402717aa Merge from origin/emacs-31


Summary of changes:
 ChangeLog.5                        |   7 --
 admin/MAINTAINERS                  |   3 +
 doc/lispref/parsing.texi           | 132 ++++++++++++++++++++++++++-----------
 doc/lispref/strings.texi           |   3 +
 etc/NEWS                           |  10 +--
 etc/PROBLEMS                       |  19 ++++++
 lisp/bookmark.el                   |   2 +-
 lisp/image/image-dired.el          |   8 +--
 lisp/net/eww.el                    | 119 ++++++++++++++++-----------------
 lisp/textmodes/markdown-ts-mode.el |   2 -
 lisp/treesit.el                    |   2 +-
 lisp/vc/vc-dispatcher.el           |  50 +++++++++-----
 lisp/vc/vc.el                      |   2 +-
 src/treesit.c                      |  11 ++--
 test/src/xdisp-tests.el            |   8 ++-
 15 files changed, 237 insertions(+), 141 deletions(-)