emacs-diffs
[Top][All Lists]
Advanced

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

master updated (8febda46c45 -> b767a641c8f)


From: Stefan Kangas
Subject: master updated (8febda46c45 -> b767a641c8f)
Date: Sun, 22 Jan 2023 20:08:45 -0500 (EST)

skangas pushed a change to branch master.

      from  8febda46c45 Use element as a sentence in html-ts-mode
      adds  c289786886b ; Add commentary and dostring in c-ts-mode
      adds  0c6bfeddb21 ; Update tree-sitter major mode manual
      adds  b7d6bb47ee5 ; * lisp/treesit.el (treesit-font-lock-fontify-region): 
Minor fix.
      adds  7ca71d66dc7 Fix various problems in treesit-explore-mode (bug#60800)
      adds  7b7b2b95138 Fix c-ts-mode indent (bug#60873)
      adds  370b1ac99ec ; ruby-ts-mode.el: Add customize-group mention to 
commentary
      adds  d66ac5285f7 ruby-ts-mode: Highlight builtin methods
      adds  d0d34514097 (ruby-ts-mode): Rename 'builtin-functions' to 
'builtin-function'
      adds  d94dc606a09 ruby-ts-mode: Claw back half of the performance drop 
from last change
      adds  b56cf28b325 ; (ruby-ts--predefined-variables): Make it a little 
shorter
      adds  6b2f85caa6c Make tree-sitter based modes optional
      adds  40cf494b7ce ; * etc/NEWS: Fix typos.
      adds  628b6241763 Don't load erc-goodies atop erc.el
      adds  c7e02eaa3d9 Handle after arg correctly in `keymap-set-after'
      adds  8904a26a9d2 Improve `keymap-set-after' documentation
      adds  dcd59457b48 Use `key-parse' in `keymap-lookup'
      adds  06953fc8e1d Make `keymap-set-after' work for menus
      adds  67ee627c38d (project-try-vc): Add string-start and string-end 
anchors to marker-re
      adds  0cf053648a4 ; ruby-ts-mode: Update font-lock features list in 
Commentary
      adds  472f1425985 ; ruby-ts-mode: Add a Version tag
      adds  34793337783 * lisp/org/ob-ruby.el: Fix outdated comments.
      adds  d63e1a89518 Use point-min to anchor top-level constructs (bug#60602)
      adds  b3de81a6ee3 MH-E: handle removal of mhparam libdir from nmh 1.8
       new  0805972e4ca Merge from origin/emacs-29
      adds  0400de6a7de Fix typo in c-ts-mode (bug#60932)
       new  1c58f3d7fb2 ; Merge from origin/emacs-29
      adds  a91b435d0d5 ; Reword user documentation on binding keys in Lisp
      adds  9f5d6c541e5 ; * doc/emacs/custom.texi (Init Rebinding): Fix wording 
in last change.
      adds  63fa225d443 Merge branch 'emacs-29' of 
git.savannah.gnu.org:/srv/git/emacs into emacs-29
      adds  b875c9bf67e Fix file-regular-p in Tramp
       new  080595682f7 Merge from origin/emacs-29
      adds  161706ec331 ; Actually use dummy package descriptor
       new  b767a641c8f ; Merge from origin/emacs-29


Summary of changes:
 doc/emacs/custom.texi                              |  49 +++++--
 doc/lispref/keymaps.texi                           |  18 +--
 doc/lispref/parsing.texi                           |  51 ++++---
 etc/NEWS.29                                        |  62 ++++-----
 lisp/erc/erc.el                                    |   3 +-
 lisp/keymap.el                                     |  15 ++-
 lisp/mh-e/mh-e.el                                  |   5 +-
 lisp/net/tramp.el                                  |  12 +-
 lisp/org/ob-ruby.el                                |   5 +-
 lisp/progmodes/c-ts-mode.el                        | 109 ++++++++++++++-
 lisp/progmodes/cmake-ts-mode.el                    |   8 +-
 lisp/progmodes/csharp-mode.el                      |   7 +-
 lisp/progmodes/dockerfile-ts-mode.el               |  12 +-
 lisp/progmodes/go-ts-mode.el                       |  12 +-
 lisp/progmodes/java-ts-mode.el                     |   5 +-
 lisp/progmodes/js.el                               |   5 +-
 lisp/progmodes/json-ts-mode.el                     |   4 +
 lisp/progmodes/project.el                          |  15 ++-
 lisp/progmodes/python.el                           |   5 +-
 lisp/progmodes/ruby-mode.el                        | 150 +++++++++++----------
 lisp/progmodes/ruby-ts-mode.el                     |  54 ++++++--
 lisp/progmodes/rust-ts-mode.el                     |   6 +-
 lisp/progmodes/typescript-ts-mode.el               |  14 +-
 lisp/textmodes/css-mode.el                         |   4 +-
 lisp/textmodes/toml-ts-mode.el                     |   5 +-
 lisp/textmodes/yaml-ts-mode.el                     |   6 +-
 lisp/treesit.el                                    |  62 ++++++---
 test/lisp/net/tramp-archive-tests.el               |   3 +
 test/lisp/net/tramp-tests.el                       |  22 ++-
 .../lisp/progmodes/c-ts-mode-resources/indent.erts |  13 ++
 test/src/keymap-tests.el                           |  33 +++++
 31 files changed, 541 insertions(+), 233 deletions(-)



reply via email to

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