]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Wed, 19 Jul 2023 04:46:02 +0000 (12:46 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 19 Jul 2023 04:46:02 +0000 (12:46 +0800)
commitdb48c88e7ec4608e16255550c1141386c51663c4
treea5139849475be6c94fc1c1334320a17c7a452616
parent69828fba2874e305079bf5f1a25834dbd620b2f3
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
doc/emacs/input.texi
doc/lispref/commands.texi
lisp/touch-screen.el
src/Makefile.in