master updated (867b20aa2b9 -> b9e1a4d1640)
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
eliz pushed a change to branch master.
from 867b20aa2b9 ; Fix comments of last commit (bug#81223)
adds ef69bf7b42f Eglot: Add vala mode support
new 080e2603df3 Merge from origin/emacs-31
adds f561bc6c370 ; * etc/NEWS: Use a non-commercial example.
adds 75b4b8932f4 ; * etc/NEWS: Copyedit.
adds ab5062855de ; * etc/NEWS: Move "Miscellaneous" to end of its section.
new 3c680886ec0 ; Merge from origin/emacs-31
adds 293eaf323a0 Have 'frame-deletable-p' check other frame's terminal (Bug#81575)
adds effafd92e05 Load all dependencies when isolating a package
adds 65eff4fd4f4 ; Properly initialize 'package-load-list' for 'package-isolate'
new bdc9348b9ed Merge from origin/emacs-31
adds c9cedb4e111 ; * etc/NEWS: Presentational fixes and improvements.
new 07bd2e2cf98 ; Merge from origin/emacs-31
adds a56e964941f Speedbar: no more stale idle timers (bug#81561)
adds 8b32d77a078 Fix defcustom type of 'dframe-update-speed'
adds 73d959233e2 Fix setting windows' old_buffer in 'set-window-configuration' (Bug#81589)
adds 27ea7e6c1e2 * lisp/progmodes/sh-script.el (bash-ts-mode): Fix 'sexp-default' thing.
adds 83ec0fd8f33 Eglot: prevent showDocument disruption of sync requests (bug#81538)
adds 5f6ffef879b ; Improve and correct documentation of 'getenv'
adds 1c69563a1c8 ; Fix last change in dframe.el
adds 7d2988e7e40 Fix Custom keybindings in the documentation
adds 65efc35a91f Eglot: respect e-stay-out-of when turning off (bug#81593)
adds b86b9c195b6 Eglot: support commas in globs (bug#81425)
adds 8f6e2cc66ba ; * etc/EGLOT-NEWS: Briefly mention recent changes.
adds da0565d9b57 Flymake: really restore advertised compatibility to Emacs 26
new bd537c899d9 Merge from origin/emacs-31
adds b9c2b2d0d89 Eglot: bump version to 1.24.31 and update EGLOT-NEWS
new d3b3007f529 ; Merge from origin/emacs-31
adds 6f71867f27c ; Clarify issues with frames and windows in Elisp manual
adds 2dca4a88544 ; Fix recently-installed documentation changes
adds 769bd892810 Remove assertion in erc-speedbar--dframe-controlled
adds 71df1ea6d07 Fix Fns_block_system_sleep to respect activity_id lifetime (bug#81577)
adds f6e3b4232f7 ; Fix docs for browse-url-transform-alist.
new fb09079ced2 Merge from origin/emacs-31
adds 2b47d719225 Backport: Fix freeze in NS event handling (bug#81510)
new feac7c90ed1 ; Merge from origin/emacs-31
adds 9448f8e3dd3 ; Improve documentation of 'char-uppercase-p'
new 5cd67dd31e1 Merge from origin/emacs-31
adds aae4cb25da5 hs-hide-block-behavior: Fix some terminology
adds c5a9ed14990 vc-dir: Set major mode before popping to the buffer
adds 57e9e94be9b ; etc/NEWS: Minor reordering.
new 6db6231536d ; Merge from origin/emacs-31
adds e435a8e8692 Merge branch 'emacs-31' of git.savannah.gnu.org:/srv/git/emacs into emacs-31
adds 165152e7cdc Fix an infloop during cursor movement
adds 6a6a578c389 ; * etc/PROBLEMS: Problems with resizing frames on Wayland (bug#81580).
new a807411c752 Merge from origin/emacs-31
new b9e1a4d1640 ; Fix merge snafu in etc/NEWS.31.
Summary of changes:
doc/emacs/custom.texi | 8 +-
doc/lispref/display.texi | 6 +-
doc/lispref/frames.texi | 59 +-
doc/lispref/os.texi | 12 +
doc/lispref/windows.texi | 63 +-
etc/EGLOT-NEWS | 9 +
etc/NEWS.31 | 1345 ++++++++++++-------------
etc/PROBLEMS | 17 +
lisp/dframe.el | 11 +-
lisp/emacs-lisp/package.el | 20 +-
lisp/env.el | 7 +-
lisp/erc/erc-speedbar.el | 10 +-
lisp/frame.el | 16 +-
lisp/net/browse-url.el | 6 +-
lisp/progmodes/eglot.el | 51 +-
lisp/progmodes/flymake.el | 4 +-
lisp/progmodes/sh-script.el | 8 +-
lisp/simple.el | 4 +-
lisp/speedbar.el | 3 +-
src/nsfns.m | 8 +-
src/window.c | 24 +-
src/xdisp.c | 10 +-
test/lisp/erc/erc-scenarios-status-sidebar.el | 7 +-
test/lisp/progmodes/eglot-tests.el | 6 +-
24 files changed, 913 insertions(+), 801 deletions(-)