emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (93f557af0ef -> c5d319af475)


From: Stefan Kangas
Subject: master updated (93f557af0ef -> c5d319af475)
Date: Tue, 28 Feb 2023 00:46:16 -0500 (EST)

skangas pushed a change to branch master.

      from  93f557af0ef New user option 'grep-use-headings'
      adds  0f15286c539 New tree-sitter indent anchor standalone-parent used by 
c-ts-mode
      adds  edf5b976869 Simplify c-ts-mode--top-level-label-matcher
      adds  aee10ca1cbe Adjust tree-sitter defun navigation (bug#61617)
      adds  9d0f856a167 Fix description of 'desktop-save-mode'
      adds  647e40f4a0c ; And yet another fix to 
eglot-current-linepos-function's docstring
      adds  3d0a6c9baa6 Eglot: protect against unintended field text motion 
(bug#61726)
      adds  6c7078c66f4 ; * lisp/progmodes/c-ts-mode.el 
(treesit-node-prev-sibling): Declare.
      adds  44949c292f9 ; Add `nnimap-user' to Gnus manual
      adds  11c1aa1eb12 ; * doc/misc/gnus.texi: Fix last change.
      adds  4a5eda7ed2a Eglot: don't paint hints outside requested region 
(bug#61812)
      adds  f601e9666d8 Eglot: support multiple labels in same inlay hint
      adds  613de662811 Rename the newly added -ref- faces to -use-
       new  c5d319af475 Merge from origin/emacs-29


Summary of changes:
 doc/emacs/misc.texi                  | 10 ++--
 doc/lispref/modes.texi               | 18 ++++++--
 doc/misc/gnus.texi                   | 17 +++++++
 etc/NEWS.29                          |  4 +-
 lisp/cus-theme.el                    |  4 +-
 lisp/font-lock.el                    |  4 +-
 lisp/progmodes/c-ts-mode.el          | 54 ++++++++++++----------
 lisp/progmodes/cmake-ts-mode.el      |  2 +-
 lisp/progmodes/csharp-mode.el        | 20 ++++----
 lisp/progmodes/eglot.el              | 85 ++++++++++++++++++++--------------
 lisp/progmodes/go-ts-mode.el         |  6 +--
 lisp/progmodes/java-ts-mode.el       |  6 +--
 lisp/progmodes/js.el                 | 12 ++---
 lisp/progmodes/json-ts-mode.el       |  2 +-
 lisp/progmodes/python.el             |  6 +--
 lisp/progmodes/ruby-ts-mode.el       |  4 +-
 lisp/progmodes/rust-ts-mode.el       | 42 ++++++++---------
 lisp/progmodes/typescript-ts-mode.el |  6 +--
 lisp/textmodes/css-mode.el           |  4 +-
 lisp/textmodes/toml-ts-mode.el       |  4 +-
 lisp/textmodes/yaml-ts-mode.el       | 12 ++---
 lisp/treesit.el                      | 88 +++++++++++++++++++++++++++---------
 test/src/treesit-tests.el            | 32 ++++++-------
 23 files changed, 270 insertions(+), 172 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]