[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (19d608da2a -> 8036739c1b)
From: |
Stefan Kangas |
Subject: |
master updated (19d608da2a -> 8036739c1b) |
Date: |
Tue, 13 Dec 2022 18:11:44 -0500 (EST) |
skangas pushed a change to branch master.
from 19d608da2a ; * lisp/progmodes/gdb-mi.el
(gdb-locals-table-row-config): fix type
adds 081bf58300 Skip Eglot rust-analyzer tests if 'cargo' isn't available
adds 19ef86f775 ; Remove outdated text describing overlays
adds 42d740fb2c ; Skip two eglot tests when typescript is missing
adds 527eb11de2 * lisp/minibuffer.el (completions-group-separator):
Revert f7816c94b6.
adds 40c23c11e8 * lisp/outline.el: Fix the value 'insert' of
outline-minor-mode-use-buttons.
adds 58b8ed8b55 ; Avoid compilation warning on MS-Windows
adds 5b178efd85 ; Adjust eglot test to recent autopep8/pycodestyle
adds 647b6a8099 Add expression for generic_name in csharp-ts-mode
(bug#59897)
adds 8ec923775d Tweak various ts-mode's indent and fontification
(bug#59931)
adds ca67d988d8 Add cmake-ts-mode
adds d264b75669 Align C++ access specifiers to their enclosing
class/struct/union
adds 5d4274d9b6 ; * admin/notes/tree-sitter/build-module/build.sh: Add
-fPIC.
adds 631908f701 Add "->" to python--treesit-operators (bug#59968)
adds c0fe6c72ce Improve dockerfile-ts-mode imenu generation (Bug#59979)
adds 4bccb7b211 Make treesit-query-validate create a read-only buffer
adds 0f9e6532b1 Use font-lock-number-face for numeric values in
csharp-mode
adds 489bcacc7c Add cross-reference to flush-lines
adds a5272e2a7c ; * test/src/treesit-tests.el: Add outline headers.
adds 03ad1a92a2 Add improved tree-sitter navigation
adds d6adaf487d Add lexical-binding to example package header
adds c45eb13845 ; * lisp/bs.el (bs-attributes-list): Doc fix
adds c4b8bc90a8 ; Fix typos in doc strings
adds 4ef8b9f544 Improve resetting face attributes when looking for
suitable fonts
adds 4980ed7a6d Don't allow lazy highlight from recursive minibuffers
adds def51dd645 ; Fix typos
adds a99d0e7e6c Support a function in the BUFFER-LIST arg of
list-buffers-noselect (bug#59935)
adds 1d5c35c8e4 * lisp/textmodes/texinfo.el (texinfo-flymake): Improve
docstring.
adds ba4bdd6a25 Adapt Tramp specific tests in eglot-tests.el
adds cd5856e403 Fix bug when calling `rgrep` non-interactively
new 8036739c1b Merge from origin/emacs-29
Summary of changes:
ChangeLog.3 | 2 +-
admin/notes/tree-sitter/build-module/batch.sh | 1 +
admin/notes/tree-sitter/build-module/build.sh | 5 +-
doc/lispref/display.texi | 12 +-
doc/lispref/package.texi | 4 +-
etc/NEWS | 5 +
lisp/ChangeLog.15 | 2 +-
lisp/apropos.el | 2 +-
lisp/bs.el | 10 +-
lisp/buff-menu.el | 23 +-
lisp/emacs-lisp/cl-extra.el | 2 +-
lisp/isearch.el | 2 +-
lisp/minibuffer.el | 4 +-
lisp/outline.el | 2 +-
lisp/progmodes/c-ts-mode.el | 6 +-
lisp/progmodes/cmake-ts-mode.el | 234 ++++++++++++++++++++
lisp/progmodes/csharp-mode.el | 8 +-
lisp/progmodes/dockerfile-ts-mode.el | 7 +-
lisp/progmodes/eglot.el | 2 +-
lisp/progmodes/grep.el | 4 +
lisp/progmodes/java-ts-mode.el | 4 +-
lisp/progmodes/js.el | 1 +
lisp/progmodes/json-ts-mode.el | 5 +-
lisp/progmodes/project.el | 25 ++-
lisp/progmodes/python.el | 3 +-
lisp/progmodes/typescript-ts-mode.el | 1 +
lisp/progmodes/xref.el | 2 +-
lisp/replace.el | 7 +-
lisp/textmodes/texinfo.el | 2 +
lisp/treesit.el | 210 +++++++++++++++++-
src/timefns.c | 4 +
src/xfaces.c | 81 ++++---
test/lisp/progmodes/eglot-tests.el | 69 +++---
test/src/treesit-tests.el | 295 ++++++++++++++++++++++++++
34 files changed, 937 insertions(+), 109 deletions(-)
create mode 100644 lisp/progmodes/cmake-ts-mode.el
- master updated (19d608da2a -> 8036739c1b),
Stefan Kangas <=