From db48c88e7ec4608e16255550c1141386c51663c4 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Wed, 19 Jul 2023 12:46:02 +0800 Subject: Update Android port * build-aux/makecounter.sh (curcount): Rename `counter' to `emacs_shortlisp_counter'. * doc/emacs/input.texi (Touchscreens): Document `touch-screen-extend-selection'. * doc/lispref/commands.texi (Touchscreen Events): Document `touchscreen-restart-drag'. * lisp/touch-screen.el (touch-screen-extend-selection): New user option. (touch-screen-restart-drag): New function. (touch-screen-handle-point-update): Handle `restart-drag' gestures. (touch-screen-handle-touch): Check if the prerequisites for extending a previous drag gesture are met, and generate such events if so. (touch-screen-translate-touch): Update doc string. * src/Makefile.in (otherobj): Remove BUILD_COUNTER_OBJ. ($(lispsource)/international/charprop.el): (%.elc): Don't depend on bootstrap-emacs if cross configuring for Android. (libemacs.so): Directly depend on and link with BUILD_COUNTER_OBJ. --- build-aux/makecounter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-aux') diff --git a/build-aux/makecounter.sh b/build-aux/makecounter.sh index 13ad5f485a2..3bebd288031 100755 --- a/build-aux/makecounter.sh +++ b/build-aux/makecounter.sh @@ -39,5 +39,5 @@ cat > $1 <