]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Fri, 21 Jul 2023 04:23:08 +0000 (12:23 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 21 Jul 2023 04:23:08 +0000 (12:23 +0800)
commite1761019a99f80b22f63e94be10ab1a5722d01b2
tree87f6674249afa5e9c3ac9521e49b89d1da31f394
parent0ff70f12a5e29a0e90637bd063e1725f0e4e4ab2
Update Android port

* doc/emacs/input.texi (Touchscreens): Document
`touch-screen-preview-select'.
* doc/lispref/commands.texi (Touchscreen Events): Fix typo in
the descriptions of two touch screen events.
* lisp/dired.el (dired-insert-set-properties): Adjust for
changes to file end computation.
* lisp/minibuffer.el (clear-minibuffer-message): Don't clear
minibuffer message if dragging.
* lisp/touch-screen.el (touch-screen-current-tool): Fix doc
string.
(touch-screen-preview-select): New function.
(touch-screen-drag): Call it if point changes.
doc/emacs/input.texi
doc/lispref/commands.texi
lisp/dired.el
lisp/minibuffer.el
lisp/touch-screen.el