emacs-diffs
[Top][All Lists]
Advanced

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

master updated (4d1d43e41f -> 60240f54e5)


From: Stefan Kangas
Subject: master updated (4d1d43e41f -> 60240f54e5)
Date: Tue, 10 Jan 2023 04:12:28 -0500 (EST)

skangas pushed a change to branch master.

      from  4d1d43e41f Add named defun for transpose-sexps-default-function 
(bug#60654)
      adds  e8b85f225d Rearrange the "Saving Emacs Sessions" section of the 
user manual
      adds  7f9588685a ; Fix last change
      adds  f58452e3ae Fix 'python-shell-buffer-substring' when START is in 
middle of 1st line
      adds  e0fef510b0 ; Minor rewording of tree-sitter terminology
      adds  86a3462e3d (treesit-simple-indent-presets): Do that for 'or' as 
well.
      adds  e9341119fe ; Fix documentation of etc/DOC
      adds  7f855b5297 ; Fix description of etc/DOC
      adds  0cb686ffb6 Document the 'definition-name' property.
      adds  1df2826639 Add c-or-c++-ts-mode (bug#59613)
      adds  757c2c2592 Fix c-ts-mode--looking-at-star
      adds  7c356934fb Support namespaces in c++-ts-mode (bug#60397)
      adds  614f8c431d Optionally include the namespace in 
c-ts-mode--declarator-identifier
      adds  ee3e8d3f92 (ruby-ts--font-lock-settings): Improve highlighting in 
patterns
      adds  508389ad2b Add documentation for c/c++-ts-mode (bug#60443)
      adds  16f1e47ca8 ; * lisp/align.el (align-c++-modes): Add c/c++-ts-mode.
      adds  cc1de953d4 ; * lisp/progmodes/gud.el (gud-tooltip-modes): Add ts- 
modes.
      adds  ef7f3c6388 Fix use of treesit-ready-p in c/c++-ts-mode
      adds  8575043f56 Remove duplicate entries in c-ts-mode's Imenu
      adds  73168793c0 Fix label indentation for Linux style in c-ts-mode 
(bug#60543)
      adds  2cdd75a18f Fix highlighting of variable-declarations in 
typescript-ts-mode
      adds  38b63f4c3c Add indentation rule for concatenated_string (bug#60572)
      adds  800e15e3be Fix string-interpolation feature of python-ts-mode 
(bug#60599)
      adds  e3d806b417 Fix string fontification on python-ts-mode (bug#60599)
      adds  e04b3d41bb Update to Org 9.6-90-ga6523f
      adds  fef4f18cc3 ; Fix NEWS
      adds  53e64cfb85 Improve options and docs of M-x command completion
      adds  5cb01ac5d7 ; * src/callint.c (Finteractive): Fix the doc string 
(bug#60645).
      adds  b1aa720671 ; * lisp/progmodes/ruby-ts-mode.el: Fix compilation 
warnings (bug#60647).
      adds  da96a1fd74 Add back renamed function 
'font-lock-fontify-syntactically-region'
      adds  1469aac20d ; * src/pgtkfns.c (parse_resource_key): Use recursive 
schema lookup
      adds  d46f7f4edc Revert "Add c-or-c++-ts-mode (bug#59613)"
      adds  20f36c8f6f ; ruby.rb: Fix pattern matching syntax and extend the 
example
      adds  dc911e4ba5 Improve go-ts-mode Imenu, navigation and electric pair 
(bug#60407)
      adds  1238fa8e49 Fix label indent of GNU and Linux style in c-ts-mode 
(bug#60543)
      adds  ef87c75566 Make sure NODE is not the root node in tree-sitter 
indent (bug#60602)
      adds  1f8ad353d9 Minor improvement for tree-sitter explorer
      adds  c1401d1c6c * lisp/vc/diff-mode.el (diff-font-lock-keywords): Check 
for limit.
      adds  ebc5263667 ; * src/callint.c (Finteractive): Doc string 
clarification.
      adds  f16cc7c49c ; project.el: Bump version
      adds  8a36a0f44a ; xref.el: Bump version
      adds  28dd602138 Fix c-ts-mode indentation for 2nd line in block comment 
(bug#60270)
      adds  e385c099b8 Improve fontification for import-statements in 
typescript-ts-mode
      adds  aa9df1260c Don't print named tree-sitter nodes with parenthesizes 
(bug#60696)
      adds  8377ed5298 Highlight identifier in import statements in js-ts-mode
      adds  55aabfea4a Fix c-ts-mode comment indent
       new  60240f54e5 Merge from origin/emacs-29


Summary of changes:
 doc/emacs/misc.texi                             | 177 +++++++++++++-----------
 doc/lispref/functions.texi                      |  14 ++
 doc/lispref/help.texi                           |  18 +--
 doc/lispref/modes.texi                          |   8 +-
 doc/lispref/parsing.texi                        |  14 +-
 doc/lispref/symbols.texi                        |  17 +++
 doc/misc/org.org                                |  11 +-
 etc/NEWS.29                                     |   8 +-
 lisp/align.el                                   |   3 +-
 lisp/font-lock.el                               |   9 +-
 lisp/org/ob-core.el                             |  14 +-
 lisp/org/ob-shell.el                            |   2 +-
 lisp/org/org-macs.el                            |  11 +-
 lisp/org/org-persist.el                         |   2 +-
 lisp/org/org-table.el                           |   1 +
 lisp/org/org-version.el                         |   2 +-
 lisp/org/org.el                                 |  22 +--
 lisp/org/ox.el                                  |   1 -
 lisp/progmodes/c-ts-mode.el                     | 174 ++++++++++++++++-------
 lisp/progmodes/go-ts-mode.el                    | 107 ++++++++------
 lisp/progmodes/gud.el                           |   5 +-
 lisp/progmodes/js.el                            |   5 +-
 lisp/progmodes/project.el                       |   2 +-
 lisp/progmodes/python.el                        |  36 +++--
 lisp/progmodes/ruby-ts-mode.el                  |  17 ++-
 lisp/progmodes/typescript-ts-mode.el            |  22 ++-
 lisp/progmodes/xref.el                          |   2 +-
 lisp/simple.el                                  |  67 ++++++++-
 lisp/treesit.el                                 |  61 ++++----
 lisp/vc/diff-mode.el                            |  14 +-
 src/callint.c                                   |  12 +-
 src/pgtkfns.c                                   |   2 +-
 src/print.c                                     |   9 +-
 test/lisp/progmodes/python-tests.el             |  10 ++
 test/lisp/progmodes/ruby-mode-resources/ruby.rb |   2 +-
 35 files changed, 583 insertions(+), 298 deletions(-)



reply via email to

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