emacs-diffs
[Top][All Lists]
Advanced

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

master updated (db3fea2e5ce -> 68c972cba1a)


From: Stefan Kangas
Subject: master updated (db3fea2e5ce -> 68c972cba1a)
Date: Tue, 21 Feb 2023 04:58:23 -0500 (EST)

skangas pushed a change to branch master.

      from  db3fea2e5ce Detect and prevent function alias loops in `fset` and 
`defalias`
      adds  b5bea14ca17 * lisp/progmodes/xref.el: Bump the version.
      adds  1ac05eac74b rust-ts-mode--font-lock-settings: Avoid the explicit 
'default' face
      adds  683961cd733 * lisp/simple.el (choose-completion): Check for 
completion-in-region-mode.
      adds  d397f3d5084 Add comment style toggle for c-ts-mode (bug#61550)
      adds  c544df4fa3f Cleanup preproc indent for c-ts-mode (bug#61558)
      adds  2e6093b425e Adjust jsx indentation
      adds  afbce8bb467 Improve tree-sitter indent anchor prev-adaptive-prefix 
(bug#61314)
      adds  fc4bfa76db9 Update to Org 9.6.1-34-geea8da
      adds  dfc850ca022 Fix object initializer for csharp-mode (bug#61541)
      adds  19480aa30e3 Typescript-ts-mode: Add switch case handling
      adds  d7010d64b21 Add declaration_list to 
c-ts-common-indent-type-regexp-alist
      adds  02aba20d528 Update to Transient v0.3.7-216-gfe40342
      adds  88ee92e61d7 ; * lisp/progmodes/rust-ts-mode.el (treesit-node-end): 
Declare.
      adds  5d0b45cd67b Make the native compiler always use `make-temp-file' 
for temporary files
      adds  e83c78b8c77 Eglot: respect user's Eldoc configuration by default
      adds  5a864f23eb8 regex-emacs.c: Reduce the use of backtracking a bit 
further
       new  839a86b02ba Merge from origin/emacs-29
      adds  16ca258b1fc Repair mistake in a previous edmacro-sanitize-string 
change
       new  68c972cba1a ; Merge from origin/emacs-29


Summary of changes:
 doc/lispref/modes.texi                             |   7 +-
 doc/misc/transient.texi                            |   5 +-
 lisp/emacs-lisp/comp.el                            |   4 +-
 lisp/org/ob-octave.el                              |   4 +-
 lisp/org/org-agenda.el                             |   2 +-
 lisp/org/org-cycle.el                              |   3 +
 lisp/org/org-element.el                            |   6 +-
 lisp/org/org-version.el                            |   2 +-
 lisp/org/ox-texinfo.el                             |  16 +--
 lisp/progmodes/c-ts-mode.el                        |  57 +++++++++--
 lisp/progmodes/csharp-mode.el                      |  33 ++++---
 lisp/progmodes/eglot.el                            |  12 +--
 lisp/progmodes/js.el                               |   6 +-
 lisp/progmodes/rust-ts-mode.el                     | 110 +++++++++------------
 lisp/progmodes/typescript-ts-mode.el               |  11 ++-
 lisp/progmodes/xref.el                             |   2 +-
 lisp/simple.el                                     |   7 +-
 lisp/transient.el                                  |  20 ++--
 lisp/treesit.el                                    |  32 ++++--
 src/comp.c                                         |   8 +-
 src/regex-emacs.c                                  |  18 ++++
 .../c-ts-mode-resources/indent-preproc.erts        |  45 +++++++++
 .../lisp/progmodes/c-ts-mode-resources/indent.erts |  31 ++++++
 test/lisp/progmodes/c-ts-mode-tests.el             |   4 +
 test/src/regex-emacs-tests.el                      |  11 +++
 25 files changed, 324 insertions(+), 132 deletions(-)
 create mode 100644 test/lisp/progmodes/c-ts-mode-resources/indent-preproc.erts



reply via email to

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