emacs-diffs
[Top][All Lists]
Advanced

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

master updated (9a1dbb7f08 -> ad6d8f7df1)


From: Stefan Monnier
Subject: master updated (9a1dbb7f08 -> ad6d8f7df1)
Date: Sat, 14 Jan 2023 09:17:43 -0500 (EST)

monnier pushed a change to branch master.

      from  9a1dbb7f08 Teach 'eww-open-file' about prefix argument
      adds  53b47df822 Report cursor correctly on PGTK when there is a margin
      adds  cfd2b3504a Fix encoding with 'utf-8-auto'
      adds  9ecebcdded * lisp/simple.el (next-completion): Handle first 
completion specially.
      adds  083badc9c1 * lisp/subr.el (while-let): Use if-let, not if-let* 
(bug#60758).
      adds  8f446c2d39 Fix c-ts-mode comment indentation (bug#60270)
      adds  956889d8ff Equal now recognizes tree-sitter nodes (bug#60659)
      adds  f27a330b99 ; Fix typo in ert-with-temp-file
      adds  e8a89a18b6 ; Fix non-tree-sitter builds
      adds  dfb38fb2ee ; Improve documentation of tree-sitter node comparison
      adds  2a2b1d09ac Fix minor issues with 'pp' and related commands
      adds  a760364f5f Fix c-ts-mode--fill-paragraph
      adds  c6bbf9cc27 Add c-ts-mode tests
      adds  c0578edc8f ; * doc/misc/eglot.texi (Troubleshooting Eglot): Fix 
typo (bug#60780).
      adds  861556c133 Fix minibuffer-completion tests
       new  4f0459aaf7 Merge from origin/emacs-29
      adds  9f8f8ed1ba Adapt tramp-tests.el  (do not merge with master)
      adds  59c3c53efa * lisp/subr.el (combine-change-calls-1): Fix bug#60467
       new  3eb495851e ; Merge from origin/emacs-29
      adds  dc33a12223 Fix use of build_pure_c_string in treesit.c
      adds  1b9ffd2811 Fix dependency bug when building lwlib
      adds  f1032bf24e Eglot: don't use "nil" as minibuffer initial input
       new  a192ce03a0 Merge from origin/emacs-29
      adds  79971ebacc Disable and document 'doc-view-mupdf-use-svg' (bug#58041)
       new  b6207e87fa ; Merge from origin/emacs-29
      adds  f102145d38 ; * etc/PROBLEMS: Describe problems with MuPDF 1.21.  
(Bug#60308)
      adds  7100ecd7a4 Replace 'hfy-find-cmd' with 
'directory-files-recursively'.
      adds  435ba92ccc ; Fix last change in htmlfontify.el
      adds  0116e27b26 ; Fix NEWS markup
      adds  e2e937300f Fix indentation of object_expressions in csharp-ts-mode
      adds  10032f424c Fix indentation of some declarations and statements
      adds  96601cd90b apropos.el: Fix bug#60628
       new  d9a2673ee9 Merge from origin/emacs-29
       new  ad6d8f7df1 Merge remote-tracking branch 'refs/remotes/origin/master'


Summary of changes:
 doc/lispref/parsing.texi                           |   8 +-
 doc/misc/eglot.texi                                |   2 +-
 etc/NEWS.29                                        |  33 +++-
 etc/PROBLEMS                                       |  12 ++
 lisp/apropos.el                                    | 177 ++++++++++++---------
 lisp/emacs-lisp/ert-x.el                           |   2 +-
 lisp/emacs-lisp/pp.el                              |  12 +-
 lisp/htmlfontify.el                                |  24 ++-
 lisp/international/mule.el                         |   3 +-
 lisp/progmodes/c-ts-mode.el                        |  11 +-
 lisp/progmodes/csharp-mode.el                      |   5 +
 lisp/progmodes/eglot.el                            |   3 +-
 lisp/progmodes/java-ts-mode.el                     |   4 +
 lisp/simple.el                                     |   8 +
 lisp/subr.el                                       |   2 +-
 lwlib/Makefile.in                                  |   2 +-
 src/coding.c                                       |   2 +-
 src/fns.c                                          |   9 ++
 src/pgtkterm.c                                     |   3 +-
 src/treesit.c                                      | 162 +++++++++++++------
 src/treesit.h                                      |   1 +
 test/lisp/minibuffer-tests.el                      |   2 +-
 .../lisp/progmodes/c-ts-mode-resources/indent.erts |  44 +++++
 .../c-ts-mode-tests.el}                            |  18 +--
 test/src/coding-tests.el                           |  30 ++--
 25 files changed, 395 insertions(+), 184 deletions(-)
 create mode 100644 test/lisp/progmodes/c-ts-mode-resources/indent.erts
 copy test/lisp/{textmodes/texinfo-tests.el => progmodes/c-ts-mode-tests.el} 
(66%)



reply via email to

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