master updated (eba26e9489f -> 3ca168b80ae)
Sean Whitton <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
spwhitton pushed a change to branch master.
from eba26e9489f buffer.c: Don't involve the redisplay if the overlay has no proprties
adds 00c290be853 Avoid infinite loop in some Dired marking commands
adds 2066a0c9e86 New variable 'macroexp-enable-pos-preservation' (bug#79599)
adds 7be92efa5e1 Rename variable to macroexp-enable-preserve-posification
adds 25084664ba0 Sync with Tramp 2.8.2
adds e9403262500 ; * etc/NEWS: Mention limitation of diff-apply-buffer.
adds e47bd3070aa Eglot: decode unhexed file URI paths as UTF-8 (bug#79897)
adds e182c704c7f Rename recently added after-delete-frame-select-mru-frame
adds b6849229003 Restore progress-reporter suffix as update-text (bug#81134)
adds a3a72ae355b Fix 'truncate-string-pixelwise' to restore the window buffer
adds 3660bd3eb4f vc-dir-delete-file: Call vc-delete-file on FILESET-ONLY-FILES
adds eb814fbb5cf vc-hg-state-slow: Run from the repository root
new 3ca168b80ae Merge from origin/emacs-31
Summary of changes:
doc/lispref/display.texi | 15 ++++---
etc/NEWS.31 | 3 +-
lisp/cus-start.el | 6 ++-
lisp/dired-aux.el | 8 +++-
lisp/dired-x.el | 1 +
lisp/dired.el | 2 +
lisp/emacs-lisp/elisp-scope.el | 1 +
lisp/emacs-lisp/macroexp.el | 5 ++-
lisp/emacs-lisp/subr-x.el | 79 +++++++++++++++++++---------------
lisp/net/tramp-cmds.el | 5 +--
lisp/net/tramp-compat.el | 18 ++++++--
lisp/net/tramp-message.el | 7 +++
lisp/net/tramp-smb.el | 5 ---
lisp/net/tramp.el | 46 +++++++++++---------
lisp/progmodes/eglot.el | 3 +-
lisp/subr.el | 63 ++++++++++++++-------------
lisp/system-taskbar.el | 4 +-
lisp/vc/vc-dir.el | 5 ++-
lisp/vc/vc-hg.el | 4 +-
src/frame.c | 12 +++---
test/lisp/emacs-lisp/macroexp-tests.el | 21 +++++++++
test/lisp/net/tramp-tests.el | 30 +++++++++----
22 files changed, 214 insertions(+), 129 deletions(-)