[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android updated (e11e56a057a -> 618ba26ed19)
From: |
Po Lu |
Subject: |
feature/android updated (e11e56a057a -> 618ba26ed19) |
Date: |
Thu, 13 Apr 2023 20:02:43 -0400 (EDT) |
oldosfan pushed a change to branch feature/android.
from e11e56a057a Update Android port
adds feef1a0592d Update effect declarations for many built-in functions
adds df4a6342fa4 ; reorder function effect-declaration lists
adds abb43a62365 Stop pretending that specpdl overflow can ever occur
adds d590af749f1 Stronger checking in line-number-at-pos tests
adds d45f450cff7 Flymake: add new
flymake-show-diagnostics-at-end-of-line option
adds a74403adda0 Eglot: fix LSP "languageId" detection
adds 83b5e9cd24d Eldoc: don't overdisplay if using
eldoc-documentation-compose
adds 6a7532cfcb9 Faster and less wrong cl-defsubst inlining
adds 80f6c1027fd ; * doc/misc/flymake.texi (Customizable variables): fix
broken list
adds dff254946a7 Fix tree-sitter tests
adds a5eb9f6ad4e Catch signals produced by PRED in tree-sitter search
functions
adds 361c5fc2d8e Support more predicates in tree-sitter search functions
adds 2c3ca78e811 Fix bugs in treesit.o
new 618ba26ed19 Merge remote-tracking branch 'origin/master' into
feature/android
Summary of changes:
doc/misc/flymake.texi | 24 ++-
etc/NEWS | 10 +-
lisp/emacs-lisp/byte-opt.el | 375 ++++++++++++++++++++++++-------------
lisp/emacs-lisp/cl-macs.el | 54 +-----
lisp/emacs-lisp/eldoc.el | 37 ++--
lisp/progmodes/eglot.el | 129 +++++++------
lisp/progmodes/flymake.el | 89 +++++++--
lisp/subr.el | 2 +-
src/data.c | 5 +-
src/eval.c | 3 +-
src/treesit.c | 201 +++++++++++++++++---
test/lisp/progmodes/eglot-tests.el | 29 +--
test/lisp/simple-tests.el | 6 +-
test/src/treesit-tests.el | 115 +++++++++---
14 files changed, 736 insertions(+), 343 deletions(-)
- feature/android updated (e11e56a057a -> 618ba26ed19),
Po Lu <=