master updated (945667d1053 -> b157d8e96a2)
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
eliz pushed a change to branch master.
from 945667d1053 Fix image map test that could fail with certain DPI settings
adds ed1a2e82390 Fix text-property-search-backward skipping one character regions
adds bc92224c5f1 VC-Git: Pass --no-optional-locks
adds a027452c715 Fix progress-reporter-echo-area update-text
new e88195732e7 Merge from origin/emacs-31
adds 8466eb44991 Mitigate arbitrary code execution vulnerability
new 595a4c6c915 ; Merge from origin/emacs-31
adds 29f292fa875 Avoid installing packages when using 'package-isolate'
adds d5c3f053b01 ; In Elisp manual say that FRAME arg in 'frame-focus-state' is optional
adds 254594306c7 ; Fix unbound variable warning
adds 71198085695 Remove overlays from package menu when performing transaction
adds 321f6a07e85 Handle transposing and rotating of dedicated windows (Bug#81406)
adds ae9656b8b13 ; * etc/NEWS: Improve wording of a recently-added entry.
adds a15640e8417 Warn about INFOPATH shadowing package manuals
adds aec7a5c73f8 ; * lisp/window.el (quit-restore-window-no-switch): Fix customization type.
new b157d8e96a2 Merge from origin/emacs-31
Summary of changes:
doc/emacs/package.texi | 11 ++-
doc/lispref/frames.texi | 3 +-
doc/lispref/windows.texi | 32 +++++---
etc/NEWS.31 | 7 ++
lisp/emacs-lisp/package.el | 21 ++++-
lisp/emacs-lisp/text-property-search.el | 10 +--
lisp/subr.el | 2 +-
lisp/vc/vc-git.el | 15 +++-
lisp/window-x.el | 95 ++++++++++++++--------
lisp/window.el | 4 +-
test/lisp/calendar/icalendar-parser-tests.el | 3 +-
test/lisp/emacs-lisp/text-property-search-tests.el | 16 ++--
12 files changed, 150 insertions(+), 69 deletions(-)