[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android updated (618ba26ed19 -> 5919511881b)
From: |
Po Lu |
Subject: |
feature/android updated (618ba26ed19 -> 5919511881b) |
Date: |
Fri, 14 Apr 2023 19:28:37 -0400 (EDT) |
oldosfan pushed a change to branch feature/android.
from 618ba26ed19 Merge remote-tracking branch 'origin/master' into
feature/android
adds 3ef54c64fa8 Fix and cleanup nnselect-push-info
adds de34de3b35c Fix previous commit on tree-sitter
adds d664969544b Fix tree-sitter test
adds f9d8cdbdbdd Make c-emacs-features use the proper binding of
parse-sexp-lookup-properties
adds f14a3cafb48 Use BASE_EQ in treesit.c
adds a6a127d4d4a ; Fix typos
adds 7974a9349fc * src/nsterm.m (check_native_fs): Add missing void arg.
adds dc842a71ed0 Improve C++ concept indentation.
adds c60b59e04c3 Disallow creation of circular variable alias chains
new 5919511881b Merge remote-tracking branch 'origin/master' into
feature/android
Summary of changes:
doc/lispref/variables.texi | 6 +-
doc/misc/cc-mode.texi | 38 ++++
etc/NEWS | 24 +--
lisp/gnus/nnselect.el | 217 ++++++++++++-----------
lisp/progmodes/cc-defs.el | 151 ++++++++--------
lisp/progmodes/cc-engine.el | 409 ++++++++++++++++++++++++++++++++++----------
lisp/progmodes/cc-fonts.el | 3 +-
lisp/progmodes/cc-langs.el | 10 +-
lisp/progmodes/cc-vars.el | 5 +
lisp/progmodes/flymake.el | 8 +-
src/buffer.c | 2 +-
src/data.c | 61 ++-----
src/eval.c | 22 ++-
src/lisp.h | 1 -
src/nsterm.m | 2 +-
src/treesit.c | 55 +++---
test/src/eval-tests.el | 16 ++
test/src/treesit-tests.el | 15 +-
18 files changed, 652 insertions(+), 393 deletions(-)
- feature/android updated (618ba26ed19 -> 5919511881b),
Po Lu <=