master updated (3e0915c6882 -> 2ba20245581)
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
eliz pushed a change to branch master.
from 3e0915c6882 ; * etc/NEWS: Document 'newsticker-treeview-copy-url' (bug#81013).
adds 669e93ec5df Eglot: restore compatibility to Emacs 26.3
adds d48977dea85 src/keyboard.c (Finsert_special_event): Don't ignore unknown events
adds df60bad1652 Update to Org 9.8.6
adds a8da2d20d07 ; * src/keyboard.c (Finsert_special_event): Fix quotes.
adds 7b4e12b51c2 ; * lisp/help.el (temp-buffer-resize-mode): Fix doc-string typo.
adds ea09986daed ; * lisp/window.el (display-buffer): Fix doc-string typo.
adds a6f54371107 (comint--intersect-regions): Fix bug#81243
adds a25cf2b9865 Revert "Fix the Android build"
adds 2ac289d0968 Correct default native-comp tests
adds 050ca1a40fc ; Remove NS port toolbar styling code (bug#80307)
adds 14bf2a707c6 Fix thinko in 'set-frame-size-and-position' (Bug#81193)
adds b6e7962700d Fix "diff-apply-buffer applies to the wrong file"
adds a94a33827b4 Avoid an unusual error when visiting a directory in Dired
adds 9d1b0c2d7f6 Fix markdown-inline incremental parsing issue (bug#81019)
adds c0a33a474d3 Fix c-ts-mode bsd-style indentation of union bodies (bug#81255)
adds c3bc0495491 Eglot: add 'nu-ts-mode' as a nushell major mode
adds ca7c8208b79 markdown-ts-mode: Fix computing code block current region (bug#81219)
adds ae69929472d ; Improve code comment and 'winner-redo' docstring (bug#81235).
adds 75cd2771984 markdown-ts-mode: fix code block and table overlays (bug#81195)
adds 4f1af6fa6ec ; * doc/lispref/commands.texi (Interactive Codes): Clarify '*' (bug#81236).
new 2ba20245581 Merge from origin/emacs-31
Summary of changes:
configure.ac | 39 +++++-----
doc/lispref/commands.texi | 11 ++-
etc/refcards/orgcard.tex | 2 +-
lisp/comint.el | 4 +-
lisp/dired.el | 18 ++++-
lisp/frame.el | 10 +--
lisp/help.el | 2 +-
lisp/org/ob-core.el | 5 +-
lisp/org/org-version.el | 4 +-
lisp/org/org.el | 9 ++-
lisp/org/ox-latex.el | 2 +-
lisp/progmodes/c-ts-mode.el | 1 +
lisp/progmodes/eglot.el | 4 +-
lisp/textmodes/markdown-ts-mode.el | 89 ++++++++++++----------
lisp/treesit.el | 13 ++++
lisp/vc/diff-mode.el | 15 ++--
lisp/window.el | 2 +-
lisp/winner.el | 9 ++-
src/keyboard.c | 8 +-
src/nsterm.m | 8 --
test/lisp/dired-tests.el | 10 +++
.../progmodes/c-ts-mode-resources/indent-bsd.erts | 9 +++
test/lisp/vc/diff-mode-tests.el | 48 ++++++++++++
23 files changed, 217 insertions(+), 105 deletions(-)