emacs-diffs
[Top][All Lists]
Advanced

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

master updated (efb9ec11bb -> 9161a302c9)


From: Stefan Kangas
Subject: master updated (efb9ec11bb -> 9161a302c9)
Date: Thu, 19 Jan 2023 00:45:42 -0500 (EST)

skangas pushed a change to branch master.

      from  efb9ec11bb Improved docstring single quote warning
      adds  b36cc7e7bb ; * src/treesit.c (Ftreesit_induce_sparse_tree): Minor 
change.
      adds  7c61a30410 Fix treesit-node-first-child-for-pos (bug#60127)
      adds  9e7a5d58ee ; Fix tree-sitter indent anchor preset
      adds  bd094207c7 Fix buffer-list-update-hook for indirect buffers
      adds  09e9d7c749 Fix display of warnings on w32 console
      adds  7b13422298 ; Avoid plist-get as generalized var in erc-compat
      adds  7b8322f628 Use correct buffer for local-module vars in erc-open
      adds  183e749270 Don't preserve non-module minor modes in erc-open
      adds  56d69c2fc4 ; Relax timeouts for failing ERC test
      adds  dbac923b9d CC Mode: On removal of "typedef", remove pertinent types 
from c-found-types
      adds  c4f0b6ccea Add more detail about how to invoke Eshell commands
      adds  9ed9ff4690 ruby-ts-mode: Fix the rules for hanging arrays and hashes
      adds  5e2e68a0c2 ruby-ts-mode: Fix indent inside parenthesized_expr and 
else/end after unless
      adds  ac5516bd7d ruby-ts-mode: Fix/change indentation of a continuation 
method call
      adds  300ca6ac37 ruby-ts-mode: Fix indent after operator or conditional
      adds  045404d1aa ruby-ts-mode: Obey the option ruby-after-operator-indent
      adds  343b9b3dfe ruby-ts-mode: Obey the option ruby-method-call-indent
      adds  bdd82fa797 ; * src/treesit.c: Remove unused boilerplate.
      adds  ac3bc775b6 Make it harder to misactivate tree-sitter font-lock fast 
mode
      adds  24f0dfd373 Revert "Revert "Add c-or-c++-ts-mode (bug#59613)""
      adds  faee7e1f1b ; * lisp/treesit.el (treesit-font-lock-fontify-region): 
Minor fix.
      adds  1798ff5a66 ; Fix minor mistakes in documentation
      adds  bd5ef3ef95 Improve the documentation of 'auto-mode-alist' search
      adds  9186be20ae ; Clarify doc strings of some functions in files.el
      adds  6a8338a8bc ; Avoid byte-compiler warning in cc-fonts.el.
      adds  dc3f85fd4b Use proper types for Eshell warnings
      adds  78f93d92b2 * lisp/vc/vc-dir.el: Make keys ‘% m’ and ‘* %’ 
compatible with Dired
      adds  8e9783b4ce Rebind in read-regexp-map ‘M-c’ to ‘M-s c’ compatible 
with search-map
      adds  758ac5eabb Fix split-window-below for the case when 
split-window-keep-point is nil.
      adds  f2bedf695c ruby-ts-mode: Handle indent in parenless calls much 
closer to ruby-mode
      adds  ba33b83ce4 (ruby-ts--statement-container-regexp): Remove 
"parenthesized_statements"
      adds  94b9cbf96f (ruby-ts--parent-call-or-bol): Handle more cases with 
nested literals
      adds  819719330a (ruby-ts--indent-rules): Add a rule for continuation of 
a hash pair
      adds  db72787380 ruby-ts-mode: Use font-lock-constant-face for 
true/false/nil
       new  9161a302c9 Merge from origin/emacs-29


Summary of changes:
 doc/emacs/maintaining.texi                         |   9 +-
 doc/emacs/modes.texi                               |  13 +-
 doc/lispref/minibuf.texi                           |   2 +-
 doc/lispref/strings.texi                           |   4 +-
 doc/misc/eshell.texi                               | 136 ++++++++++++-----
 etc/NEWS.29                                        |   9 +-
 lisp/emacs-lisp/cl-macs.el                         |   2 +-
 lisp/emacs-lisp/warnings.el                        |   8 +-
 lisp/erc/erc-common.el                             |  13 +-
 lisp/erc/erc-compat.el                             |   4 +-
 lisp/erc/erc.el                                    |  26 +++-
 lisp/eshell/em-basic.el                            |   3 +-
 lisp/eshell/esh-var.el                             |   7 +-
 lisp/files.el                                      |  20 ++-
 lisp/progmodes/c-ts-mode.el                        |  44 ++++++
 lisp/progmodes/cc-defs.el                          |  22 +++
 lisp/progmodes/cc-engine.el                        |  40 +++--
 lisp/progmodes/cc-fonts.el                         |  66 +++++++--
 lisp/progmodes/cc-mode.el                          |  40 ++++-
 lisp/progmodes/ruby-ts-mode.el                     | 162 ++++++++++++---------
 lisp/replace.el                                    |   6 +-
 lisp/treesit.el                                    |  34 +++--
 lisp/vc/vc-dir.el                                  |   8 +-
 lisp/window.el                                     |  12 +-
 src/buffer.c                                       |  10 +-
 src/treesit.c                                      |  66 ++++++---
 test/lisp/erc/erc-scenarios-base-local-modules.el  | 100 ++++++++++++-
 test/lisp/erc/erc-tests.el                         |  41 ++++--
 .../resources/base/netid/bouncer/barnet-again.eld  |  10 +-
 .../resources/base/netid/bouncer/foonet-again.eld  |  10 +-
 test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb |  94 ++++++++++++
 test/lisp/progmodes/ruby-ts-mode-tests.el          |   6 +-
 test/src/buffer-tests.el                           |  46 +++---
 33 files changed, 808 insertions(+), 265 deletions(-)
 create mode 100644 test/lisp/progmodes/ruby-mode-resources/ruby-ts.rb



reply via email to

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