]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Sun, 11 Jun 2023 06:35:13 +0000 (14:35 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 11 Jun 2023 06:35:13 +0000 (14:35 +0800)
commit24f25fc2f8823b1999fa66e4b21601ee4000f321
tree73ffc3c062c2c8899b86d2973a5c985a83044084
parent5abc977bbb2d38f3c607f1575e02aa7a6c483db0
Update Android port

* java/org/gnu/emacs/EmacsSurfaceView.java (EmacsSurfaceView):
Document member variables.
(onDraw): Use separate Paint object on the UI thread.
* src/textconv.c (really_commit_text, really_set_composing_text)
(really_delete_surrounding_text): Run modification hooks when
deleting text.
java/org/gnu/emacs/EmacsSurfaceView.java
src/textconv.c