[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android updated (53f7cc2078c -> ce238de2b11)
From: |
Po Lu |
Subject: |
feature/android updated (53f7cc2078c -> ce238de2b11) |
Date: |
Wed, 31 May 2023 20:31:49 -0400 (EDT) |
oldosfan pushed a change to branch feature/android.
from 53f7cc2078c Fix build with Lisp_Object type checking
adds 3e3c2778704 Improve tree-sitter tests on emba
adds 5cace109d2b ; * etc/NEWS: Fix typos.
adds 5f6aa5a174c Make forward and backward-to-word arg optional
adds 65b3d4d1202 ; * lisp/misc.el (forward-to-word, backward-to-word):
Doc fix.
adds 288c48bcd91 ; * test/src/comp-tests.el (non-locals): Repair botched
test.
adds 2df7b98de31 * lisp/net/shr.el (shr-dom-max-natural-width): Rewrite
muddled code.
adds ddf8587bb54 Disable unused-return-value warning for delq and
delete, again
adds dc3b3548b7c * lisp/composite.el (compose-gstring-for-terminal): Fix
omitted var.
new a9641160087 Merge remote-tracking branch 'origin/master' into
feature/android
new ce238de2b11 Correctly report start and end in extracted text
Summary of changes:
etc/NEWS | 22 ++++++------
lisp/composite.el | 2 +-
lisp/emacs-lisp/bytecomp.el | 6 ++--
lisp/misc.el | 16 +++++----
lisp/net/shr.el | 30 +++++++---------
src/androidterm.c | 32 ++++++++++-------
src/textconv.c | 24 +++++++++----
src/textconv.h | 3 +-
test/infra/Dockerfile.emba | 18 ++--------
test/infra/Makefile.in | 26 ++++++++++++--
test/infra/gitlab-ci.yml | 13 ++-----
test/infra/test-jobs.yml | 84 +++++++++++++++++++++++++++------------------
test/src/comp-tests.el | 3 +-
13 files changed, 158 insertions(+), 121 deletions(-)
- feature/android updated (53f7cc2078c -> ce238de2b11),
Po Lu <=