emacs-diffs
[Top][All Lists]
Advanced

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

master updated (4b3ccf3092e -> 6fb8a4dff7e)


From: Stefan Kangas
Subject: master updated (4b3ccf3092e -> 6fb8a4dff7e)
Date: Sun, 5 Mar 2023 00:45:01 -0500 (EST)

skangas pushed a change to branch master.

      from  4b3ccf3092e Unbreak the unexec build
      adds  e0bf2da3db6 ; More accurate doc strings for 'window-at' and 
'window-at-x-y'.
      adds  f47b3930158 Fix go-ts-mode multi-line string indentation (bug#61923)
      adds  4c16fd3a512 Change tree-sitter indent anchor 'point-min' to 
'column-0'
      adds  ea5fd375bb2 Fix documentation of 'normal-mode' in buffers that 
don't visit files
      adds  0bfba49ca7c Robustify Eglot for "transient" projects
      adds  246f5b541c5 Update ts modes missed in 4c16fd3a512 to use column-0
      adds  6c66dbd02c7 Turn on Eglot inlay hints by default
      adds  a7cd125d490 More robustly unspoof HOME in Eglot tests (bug#61637)
      adds  64980a59b65 ; * lisp/files.el (hack-local-variables): Fix typo in 
the doc string.
      adds  836044f329a Fix c-ts-mode preproc directive indentation
       new  6fb8a4dff7e Merge from origin/emacs-29


Summary of changes:
 doc/emacs/modes.texi                               |  9 ++--
 doc/lispref/modes.texi                             |  6 +--
 lisp/files.el                                      | 18 ++++++--
 lisp/progmodes/c-ts-mode.el                        | 54 +++++++++++++++++-----
 lisp/progmodes/eglot.el                            |  7 +--
 lisp/progmodes/go-ts-mode.el                       |  5 +-
 lisp/progmodes/java-ts-mode.el                     | 20 ++++----
 lisp/progmodes/ruby-ts-mode.el                     |  2 +-
 lisp/progmodes/rust-ts-mode.el                     |  2 +-
 lisp/progmodes/typescript-ts-mode.el               |  2 +-
 lisp/subr.el                                       |  5 +-
 lisp/treesit.el                                    |  9 ++--
 lisp/window.el                                     |  4 ++
 src/window.c                                       |  7 ++-
 .../c-ts-mode-resources/indent-preproc.erts        | 34 ++++++++++++++
 test/lisp/progmodes/eglot-tests.el                 | 17 ++++---
 16 files changed, 145 insertions(+), 56 deletions(-)



reply via email to

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