emacs-diffs
[Top][All Lists]
Advanced

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

master updated (254c75fc293 -> 207a0d9408c)


From: Stefan Kangas
Subject: master updated (254c75fc293 -> 207a0d9408c)
Date: Mon, 30 Jan 2023 01:40:55 -0500 (EST)

skangas pushed a change to branch master.

      from  254c75fc293 Better commutative binary numerical op codegen
      adds  76bb46db9df ; * doc/emacs/frames.texi (Mouse References): Improve 
indexing.
      adds  362678d90e1 python.el: Use correct regexp when enabling 
python-ts-mode
      adds  bc5ee2b7bf0 ; * src/comp.c: Remove Local Variables section to avoid 
warnings.
      adds  578e8926713 ; * doc/lispref/variables.texi (File Local Variables): 
Improve indexing.
      adds  450db0587a9 Minor documentation improvements for outline-minor-mode 
(bug#61062)
      adds  6e50ee8bbb5 Add c-ts-mode-set-style and :set for 
c-ts-mode-indent-style
      adds  1de6ebf2878 Make treesit-font-lock-level a defcustom
      adds  2bd0b947538 Fix java class member without access modifier 
(bug#61115)
      adds  56e8607dc99 Fix spurious errors on Windows when deleting temporary 
*.eln files
      adds  1c3ca3bb649 Fix <> syntax in rust-ts-mode
      adds  f50cb7d7c4b ; Improve docstring of c-ts-mode--indent-style-setter
      adds  4b1714571c8 ; Fix byte-compile warnings in c-ts-mode.el
      adds  a3003492ace Move c-ts-mode--statement-offset to c-ts-common.el
      adds  382e018856a Add treesit-subtree-stat
      adds  1970726e26a Use treesit-subtree-stat to determine 
treesit--font-lock-fast-mode
      adds  64fee21d5f8 Fix dockerfile-ts-mode line continuation indentation 
(bug#61131)
      adds  b73539832d9 ; Remove treesit--font-lock-fast-mode-grace-count
      adds  197f994384c Document tree-sitter features in the user manual
      adds  9058601308d ; * doc/emacs/misc.texi (Document View): Remove 
@footnote (bug#61152).
      adds  8360e12f0ea Update to Org 9.6.1-23-gc45a05
       new  207a0d9408c Merge from origin/emacs-29


Summary of changes:
 doc/emacs/display.texi                             | 131 +++++++++++--
 doc/emacs/emacs.texi                               |   4 +
 doc/emacs/files.texi                               |  11 ++
 doc/emacs/frames.texi                              |   1 +
 doc/emacs/misc.texi                                |   6 +-
 doc/emacs/programs.texi                            |  42 ++++-
 doc/emacs/text.texi                                |  12 +-
 doc/lispref/variables.texi                         |   1 +
 etc/NEWS.29                                        |   6 +
 lisp/emacs-lisp/comp.el                            |   7 +-
 lisp/org/org-agenda.el                             |   8 +-
 lisp/org/org-macs.el                               |   2 +-
 lisp/org/org-version.el                            |   2 +-
 lisp/org/org.el                                    |   1 +
 lisp/org/ox.el                                     |   4 +-
 lisp/progmodes/c-ts-common.el                      | 118 +++++++++++-
 lisp/progmodes/c-ts-mode.el                        | 204 ++++++++-------------
 lisp/progmodes/dockerfile-ts-mode.el               |  20 +-
 lisp/progmodes/java-ts-mode.el                     |   1 +
 lisp/progmodes/python.el                           |   4 +-
 lisp/progmodes/rust-ts-mode.el                     |  26 +++
 lisp/treesit.el                                    | 107 ++++++-----
 src/comp.c                                         |   3 -
 src/treesit.c                                      |  63 +++++++
 .../lisp/progmodes/c-ts-mode-resources/indent.erts |   8 +-
 25 files changed, 566 insertions(+), 226 deletions(-)



reply via email to

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