master updated (6ef0e6ba1a7 -> e53f0b47497)
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
eliz pushed a change to branch master.
from 6ef0e6ba1a7 Send systemd notification after 'kill-emacs-hook'
adds 4f6b6f462c1 jsonrpc-shutdown: Ensure we wait whole timeout & increase timeout
adds f52457d17ef Jsonrpc: release version 1.0.29
adds 0d67e76b94e Eglot: release version 1.24
adds f0bfa330394 Document 'split-frame' and 'merge-frames' in Elisp manual
adds 884d7a198c9 Document new option 'delete-frame-choose-selected' (Bug#80397)
adds c8a86c15610 ; make change-history-commit
adds 070a3a356fc VC revert: When un-adding, clear vc-backend property
adds 8679bdf0819 Mark ChangeLog entry as tiny change
adds 30fc250a262 ; * doc/lispref/frames.texi (Deleting Frames): Fix typo in last commit.
adds b34952ee947 etags-regen--maybe-generate: No error when no project found
adds 72b8d88171a Use default-value in project--value-in-dir
adds 0ec6a3fd44d Fix failure code in 'run-hook-query-error-with-timeout'
adds ea87a99b843 ; Fix recent improvements in docs of splitting and merging frames
adds 2c5b4911b39 ; * doc/lispref/commands.texi (Interactive Codes): More examples of '*'.
adds def15c1b973 Disable DMABUF and Compositing for xwidget
adds 749ce42049b CC Mode: Set parse-sexp-lookup-properties for every mode
adds c19e9ddd486 ; Improve documentation of 'emacs-lock' features
adds f6a244333dd ; * etc/NEWS: Presentational fixes and improvements.
adds e486f2d975a Support tramp-rpc in filenotify-tests.el
new fd969ace830 Merge from origin/emacs-31
adds e050c74581c vc-dir--count-outgoing: Bind enable-local-variables
new 6f6a33629e1 ; Merge from origin/emacs-31
adds 5d15b4522b7 Fix interactive spec of some commands bound on the mode line
new b1dce84c0b8 Merge from origin/emacs-31
adds f2c4c1029d7 VC-Dir: Fix removing empty directory entries
new 4724964ad24 ; Merge from origin/emacs-31
adds 13814795727 Improve the previous fix in toggle-window-dedicated
adds 422bf368477 Minor fix for 'format-mode-line'
adds 3c9517300e9 ; Tag process-test-stderr-filter :unstable on emba
adds e0185b09076 Fix ISO date insertion in diary
adds b365ef37b9b Fix pixels-vs-columns confusion in margin face fill (bug#81109)
new e53f0b47497 Merge from origin/emacs-31
Summary of changes:
ChangeLog.5 | 741 ++++++++++++++++++++-
doc/lispref/commands.texi | 8 +-
doc/lispref/elisp.texi | 1 +
doc/lispref/frames.texi | 94 +++
doc/lispref/windows.texi | 24 +-
etc/EGLOT-NEWS | 2 +-
etc/NEWS.31 | 6 +-
lisp/calendar/calendar.el | 4 +-
lisp/emacs-lock.el | 42 +-
lisp/jsonrpc.el | 10 +-
lisp/progmodes/cc-mode.el | 28 +-
lisp/progmodes/eglot.el | 4 +-
lisp/progmodes/elisp-mode.el | 2 +-
lisp/progmodes/etags-regen.el | 5 +-
lisp/progmodes/project.el | 2 +-
lisp/subr.el | 2 +-
lisp/vc/vc.el | 12 +-
lisp/window-x.el | 6 +-
lisp/window.el | 11 +-
src/xdisp.c | 12 +-
src/xterm.c | 7 +
.../import-bug-11473.diary-iso | 2 +-
.../import-bug-22092.diary-iso | 2 +-
.../import-bug-33277.diary-iso | 2 +-
.../import-legacy-vars.diary-iso | 2 +-
.../import-multiple-vcalendars.diary-iso | 8 +-
.../import-non-recurring-1.diary-iso | 2 +-
.../import-non-recurring-all-day.diary-iso | 2 +-
.../import-non-recurring-another-example.diary-iso | 2 +-
.../import-non-recurring-folded-summary.diary-iso | 2 +-
.../import-non-recurring-long-summary.diary-iso | 2 +-
.../import-time-format-12hr-blank.diary-iso | 2 +-
.../import-with-attachment.diary-iso | 2 +-
.../import-with-timezone.diary-iso | 4 +-
.../import-with-uid.diary-iso | 2 +-
test/lisp/filenotify-tests.el | 46 +-
test/src/process-tests.el | 1 +
37 files changed, 991 insertions(+), 115 deletions(-)