]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Thu, 17 Aug 2023 00:45:57 +0000 (08:45 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 17 Aug 2023 00:45:57 +0000 (08:45 +0800)
commit4509cda5c943964fc8a2983fd90f10b9c255f97a
tree7282ff36a1cb667735ac65356fead2de6610f66f
parentcbe6b48b3620385a4c9eeb72b20d39cfe706da76
Update Android port

* configure.ac (emacs_cv_tputs_lib): Only circumvent termcap if
Android windowing support is enabled.  (bug#65340)

* etc/PROBLEMS: Fix typo in section recouting problems with the
Anonymous Pro font.

* lisp/subr.el (event-start, event-end): Return the mouse
position list tied to touchscreen-begin and end events.
Reported by Stefan Monnier <monnier@iro.umontreal.ca>.

* lisp/version.el (emacs-build-system, emacs-build-time)
(emacs-repository-get-version, emacs-repository-get-branch):
Bypass Android specific code on non-GUI builds running on
Android.  (bug#65340)

* lisp/wid-edit.el (widget-event-point): Remove now redundant
code.
configure.ac
etc/PROBLEMS
lisp/subr.el
lisp/version.el
lisp/wid-edit.el