emacs-diffs
[Top][All Lists]
Advanced

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

master updated (4dc5bee98d -> 48db8b68a8)


From: Stefan Kangas
Subject: master updated (4dc5bee98d -> 48db8b68a8)
Date: Sun, 25 Dec 2022 00:45:42 -0500 (EST)

skangas pushed a change to branch master.

      from  4dc5bee98d * lisp/tab-bar.el: Fix the recent removal of substring 
as a gv-place.
      adds  0e39ad6fa5 Fix crash after X error
      adds  38c6abe4d0 ; ert-x: Add test for buffer read-only state
      adds  823c49cea8 ; ert-x: Simplify `ert-with-test-buffer-selected'
      adds  286c48137f ert-x: Move window selection logic to its own macro
      adds  d32091199a Fix quoted argument in emacsclient-mail.desktop Exec key
      adds  24cd2f0daf Add some diff-fixup-modifs tests
      adds  a8c3424d28 Fix typo in TUTORIAL.fr (bug#60261)
      adds  756bb422a4 Correct wrong info in (info)Go to node
      adds  c3fac9465f ; Fix punctuation in last change.
      adds  c90f97d4e5 Make the Contour terminal an alias of xterm-256color
      adds  84888080ee Add more functions to "string" shortdoc
      adds  121a9ff9f6 Fix alternate stack test in configure
      adds  4437dbedf7 Fix restart-emacs alarms (Bug#60220)
      adds  e492c21e81 Fix treesit_cursor_helper (bug#60267)
      adds  6a43af5880 Fix block comment indent and filling for c-ts-mode 
(bug#59763)
      adds  e30621caa2 ; Add treesit_recursion_limit
      adds  e4e3634539 Improve c-ts-mode block comment indent (bug#60270)
      adds  a42b20dd95 ; * lisp/progmodes/c-ts-mode.el: Add outline section 
headers.
      adds  a825aa0b13 Fix definition of CNS 11643-15 charset
      adds  38866510c7 ; * src/xdisp.c (redisplay_internal): Reinstate the 
FRAME_LIVE_P test.
      adds  7723af5e4a ; * lisp/progmodes/c-ts-mode.el: quote literal string in 
regexp
      adds  677f6c79eb ; Update minimum requirements of MinGW-w64
      adds  75155e4586 ; Bump minimum supported Windows version for MinGW64 to 
Windows 10.
      adds  265b91d891 Revert "; Bump minimum supported Windows version for 
MinGW64 to Windows 10."
      adds  b6a2e1ddf6 * nt/INSTALL.W64: update instructions for setting up W64 
environment
      adds  7f7def2ae6 ; Add treesit-no-parser error
      adds  35c2ca2ca6 Make treesit-node-at/on guess language at point
      adds  f8e219ebfa Add treesit-defun-name and friends
      adds  6253184afc ; * lisp/treesit.el (treesit-defun-at-point): Guard 
against nil.
      adds  fbb4eb919b Support treesit-defun-name in tree-sitter major modes
      adds  a24e350170 Fix treesit--children-covering-range-recurse (bug#60301)
      adds  c36fe3df17 Fix c-ts-mode imenu defun name (bug#60296)
       new  48db8b68a8 Merge from origin/emacs-29


Summary of changes:
 configure.ac                        |   1 +
 doc/lispref/modes.texi              |   8 ++
 doc/lispref/parsing.texi            |  70 ++++++++++---
 doc/misc/info.texi                  |   5 +-
 etc/PROBLEMS                        |  12 +++
 etc/emacsclient-mail.desktop        |   4 +-
 etc/emacsclient.desktop             |   2 +-
 etc/tutorials/TUTORIAL.fr           |   2 +-
 lisp/emacs-lisp/ert-x.el            |  53 +++++-----
 lisp/emacs-lisp/shortdoc.el         |   9 ++
 lisp/faces.el                       |   3 +-
 lisp/international/characters.el    |   2 +-
 lisp/international/mule-conf.el     |   2 +-
 lisp/progmodes/c-ts-mode.el         | 200 ++++++++++++++++++++++++++++++------
 lisp/progmodes/csharp-mode.el       |  22 +++-
 lisp/progmodes/java-ts-mode.el      |  22 +++-
 lisp/progmodes/js.el                |  42 +++-----
 lisp/progmodes/json-ts-mode.el      |  17 ++-
 lisp/progmodes/python.el            |  17 ++-
 lisp/progmodes/rust-ts-mode.el      |  55 +++++-----
 lisp/textmodes/css-mode.el          |  25 +++--
 lisp/textmodes/toml-ts-mode.el      |  16 +--
 lisp/treesit.el                     | 156 +++++++++++++++++++++-------
 nt/INSTALL.W64                      |  25 ++---
 src/emacs.c                         |   1 +
 src/treesit.c                       | 138 +++++++++++++++----------
 src/xdisp.c                         |   8 +-
 test/lisp/emacs-lisp/ert-x-tests.el |  39 +++++++
 test/lisp/vc/diff-mode-tests.el     |  79 ++++++++++++++
 29 files changed, 753 insertions(+), 282 deletions(-)



reply via email to

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