emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (bf3bea44604 -> 8412581f087)


From: Po Lu
Subject: feature/android updated (bf3bea44604 -> 8412581f087)
Date: Sat, 17 Jun 2023 20:57:12 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  bf3bea44604 Merge remote-tracking branch 'origin/master' into 
feature/android
      adds  30d5f1e62c0 ; Auto-commit of loaddefs files.
      adds  c279369a7a9 ; * src/treesit.c (treesit_query_string_string): fix 
last change
      adds  f47cf7110ed CC Mode: Correct some regexp typos, \\(:? -> \\(?:
      adds  fef27d28fa7 Fix more shy group regexps
      adds  f411cc3a957 * lisp/emacs-lisp/lisp-mode.el (lisp-ppss): Fix 
performance bug
      adds  184106be267 pp.el (pp-default-function): New custom var
      adds  2f181d60323 pp.el (pp-fill): New default pp function
      adds  017475a70ed * doc/lispref/streams.texi (Output Variables): Document 
`pp-default-function`
      adds  a9c962be961 pp-fill: Fix tests breakage
      adds  cd8d3f3379e Fix some tree-sitter :match regexps
      adds  1b0348d9593 Merge branch 'master' of 
git+ssh://git.sv.gnu.org/srv/git/emacs
       new  8412581f087 Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 doc/lispref/streams.texi                |   9 +
 etc/NEWS                                |   7 +
 lisp/emacs-lisp/lisp-mode.el            |   2 +-
 lisp/emacs-lisp/pp.el                   | 288 ++++++++++++++++++++++++++------
 lisp/gnus/gnus-art.el                   |   7 +-
 lisp/ldefs-boot.el                      | 249 +++++++++++++++++----------
 lisp/progmodes/c-ts-mode.el             |   2 +-
 lisp/progmodes/cc-langs.el              |   6 +-
 lisp/progmodes/cc-mode.el               |   2 +-
 lisp/progmodes/java-ts-mode.el          |   2 +-
 lisp/progmodes/js.el                    |   6 +-
 lisp/progmodes/ruby-ts-mode.el          |   2 +-
 lisp/progmodes/rust-ts-mode.el          |  13 +-
 lisp/progmodes/typescript-ts-mode.el    |   4 +-
 lisp/vc/vc-git.el                       |  19 ++-
 src/treesit.c                           |   6 +-
 test/lisp/emacs-lisp/backtrace-tests.el |   6 +-
 test/lisp/emacs-lisp/pp-tests.el        |   4 +-
 test/lisp/vc/vc-git-tests.el            |  17 ++
 test/src/treesit-tests.el               |   4 +-
 20 files changed, 478 insertions(+), 177 deletions(-)



reply via email to

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