emacs-diffs
[Top][All Lists]
Advanced

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

master updated (aa0037aaf7c -> 3b7198dc470)


From: Eli Zaretskii
Subject: master updated (aa0037aaf7c -> 3b7198dc470)
Date: Sat, 30 Dec 2023 04:53:26 -0500 (EST)

eliz pushed a change to branch master.

      from  aa0037aaf7c Improve performance let-binding `case-fold-search' 
(bug#66117)
      adds  6ea507296a7 Correctly refontify changed region in tree-sitter modes 
(bug#66732)
      adds  da2e440462b ruby-ts-mode: Fix an out-of-bounds error with heredoc 
at eob
      adds  9cfa498e0ab treesit-major-mode-setup: Use 
'treesit--syntax-propertize-notifier'
      adds  8ae42c825e1 ruby-ts-mode: Fix indentation for string_array closer
      adds  683c7c96871 Increment parser timestamp when narrowing changes 
(bug#67977)
      adds  2701da0eee5 Fix python-ts-mode triple quote syntax (bug#67262)
      adds  ceacf753958 Fix usage of `setq-default' and offer more suggestions
      adds  03dc914fd37 ; Fix footnotes in ELisp Intro manual
      adds  eb19984c4db Mark icalendar.el as maintained by emacs-devel
      adds  be8a7155b48 Fix 'split-root-window-right' and 
'split-root-window-below'
      adds  fcbb0044899 Fix mouse clicks on directory line in Dired
      adds  62714221968 ; * lisp/dired.el (dired--make-directory-clickable): 
Reformat comment.
      adds  9afba605bbc Explain status "r" in `epa-list-keys`
      adds  c86b039dffc ; * etc/DEBUG: Improve advice for debugging 
native-compilation (bug#67900).
      adds  ccf46acefd2 ; Fix last change.
      adds  44517037aed ; Fix typo
      adds  fa0bb88302b ; * src/buffer.c (syms_of_buffer) <default-directory>: 
Doc fix (bug#68088).
      adds  53031528725 Revert "Fix treesit-node-field-name and friends 
(bug#66674)"
       new  3b7198dc470 Merge from origin/emacs-29


Summary of changes:
 doc/lispintro/emacs-lisp-intro.texi                | 35 ++++++----
 doc/lispref/control.texi                           |  2 +-
 doc/lispref/parsing.texi                           |  4 +-
 etc/DEBUG                                          | 12 +++-
 lisp/calendar/icalendar.el                         |  1 +
 lisp/dired.el                                      | 19 +++++-
 lisp/epa.el                                        |  2 +-
 lisp/progmodes/python.el                           | 17 +++++
 lisp/progmodes/ruby-ts-mode.el                     | 22 ++----
 lisp/treesit.el                                    | 78 +++++++++++++++++++++-
 lisp/window.el                                     |  6 +-
 src/buffer.c                                       |  4 +-
 src/treesit.c                                      | 13 ++--
 src/treesit.h                                      |  4 +-
 test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb |  4 ++
 15 files changed, 175 insertions(+), 48 deletions(-)



reply via email to

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