[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android updated (458c6e5c917 -> 65987f85061)
From: |
Po Lu |
Subject: |
feature/android updated (458c6e5c917 -> 65987f85061) |
Date: |
Wed, 5 Apr 2023 21:56:55 -0400 (EDT) |
oldosfan pushed a change to branch feature/android.
from 458c6e5c917 Merge remote-tracking branch 'origin/master' into
feature/android
new 3b07a4b3158 Implement `yank-media' on Android
adds 830bf66dadb ruby-ts-mode: Add more constructs to
treesit-sexp-type-regexp
adds eb0a9e46334 Improve list indentation for elixir-ts-mode
adds 8678708ad10 Improve sigil fontification for elixir-ts-mode
adds a42f4a775ba CC Mode: Fix fontification problems shown by test file
templates-20.cc
adds fa669c4b17c Comp: Fix limplification pass (bug#62537)
new 65987f85061 Merge remote-tracking branch 'origin/master' into
feature/android
Summary of changes:
doc/emacs/android.texi | 2 +-
java/org/gnu/emacs/EmacsClipboard.java | 3 +
java/org/gnu/emacs/EmacsSdk11Clipboard.java | 130 ++++++++++++
java/org/gnu/emacs/EmacsSdk8Clipboard.java | 29 +++
lisp/emacs-lisp/comp.el | 9 +-
lisp/progmodes/cc-engine.el | 24 +--
lisp/progmodes/cc-fonts.el | 4 +-
lisp/progmodes/elixir-ts-mode.el | 19 +-
lisp/progmodes/ruby-ts-mode.el | 6 +-
lisp/term/android-win.el | 20 +-
src/android.c | 27 ++-
src/android.h | 1 +
src/androidselect.c | 221 ++++++++++++++++++++-
.../progmodes/elixir-ts-mode-resources/indent.erts | 20 +-
test/src/comp-resources/comp-test-funcs.el | 13 ++
15 files changed, 492 insertions(+), 36 deletions(-)
- feature/android updated (458c6e5c917 -> 65987f85061),
Po Lu <=