]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Mon, 26 Jun 2023 01:11:48 +0000 (09:11 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 26 Jun 2023 01:11:48 +0000 (09:11 +0800)
commitc3fadfd10f353dcc8bdb0f4958a3e9fb7c4589bb
treef7a0189178eb4553ad131fc6db147c69f01f3785
parent259bec95de1f2786c0e642ba5b9efb4a750bc432
Update Android port

* lisp/calc/calc.el (calc-mode, calc): Make sure the on-screen
keyboard is not hidden when a Calc buffer is created or a Calc
Trail window is being created for the first time.
* lisp/touch-screen.el (touch-screen-window-selection-changed):
Take touch-screen-display-keyboard in to account.

* src/sfnt.c (sfnt_decompose_compound_glyph)
(sfnt_interpret_compound_glyph_1): Reset `defer_offsets' before
processing each component.
(sfnt_lerp_half): Avoid undefined shift of negative value.
(sfnt_compute_tuple_scale): Pacify compiler warning.
lisp/calc/calc.el
lisp/touch-screen.el
src/sfnt.c