emacs-diffs
[Top][All Lists]
Advanced

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

master updated (a129f257720 -> 50b55656b9c)


From: Stefan Kangas
Subject: master updated (a129f257720 -> 50b55656b9c)
Date: Sat, 25 Feb 2023 00:45:17 -0500 (EST)

skangas pushed a change to branch master.

      from  a129f257720 kmacro: Simplify register code and recent change
      adds  244a73cd729 Add Tramp version integrated in Emacs 28.3
      adds  146bce49321 Avoid crashes in batch mode due to lack of frame face 
cache
      adds  a795c51f605 Add more/finer faces for tree-sitter
      adds  c92360c7a3b typescript-ts-mode: Highlight non-shorthand 
destructuring bindings
      adds  d25f24fe57b Fix c-ts-common-statement-offset and 
c-ts-common--node-is
      adds  4a25fa4586c Align to prev sibling for c-ts-mode indentation
      adds  03072bbdd38 ; Set indent-tabs-mode to nil in c-ts-mode indent 
preproc test
      adds  497018dd5c3 ; Fix typos in docstrings in c-ts-common.el
      adds  5cf50d60041 Check the anchor along with the offset in 
treesit-indent-region
       new  50b55656b9c Merge from origin/emacs-29


Summary of changes:
 doc/lispref/modes.texi                             | 25 +++++++--
 etc/NEWS.29                                        |  5 +-
 lisp/cus-theme.el                                  |  7 ++-
 lisp/font-lock.el                                  | 23 +++++++-
 lisp/net/trampver.el                               |  2 +-
 lisp/progmodes/c-ts-common.el                      | 16 +++++-
 lisp/progmodes/c-ts-mode.el                        | 64 +++++++++++++++-------
 lisp/progmodes/cmake-ts-mode.el                    |  4 +-
 lisp/progmodes/csharp-mode.el                      | 28 +++++-----
 lisp/progmodes/go-ts-mode.el                       | 12 ++--
 lisp/progmodes/java-ts-mode.el                     | 10 ++--
 lisp/progmodes/js.el                               | 35 ++++++------
 lisp/progmodes/json-ts-mode.el                     |  2 +-
 lisp/progmodes/python.el                           | 31 ++++++-----
 lisp/progmodes/ruby-ts-mode.el                     |  6 +-
 lisp/progmodes/rust-ts-mode.el                     | 56 +++++++++----------
 lisp/progmodes/typescript-ts-mode.el               | 29 +++++-----
 lisp/textmodes/css-mode.el                         |  5 +-
 lisp/textmodes/toml-ts-mode.el                     |  4 +-
 lisp/textmodes/yaml-ts-mode.el                     | 12 ++--
 lisp/treesit.el                                    |  2 +-
 src/xfaces.c                                       |  4 +-
 .../c-ts-mode-resources/indent-preproc.erts        |  1 +
 23 files changed, 230 insertions(+), 153 deletions(-)



reply via email to

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