diff options
| author | Po Lu | 2023-08-14 21:39:42 +0800 |
|---|---|---|
| committer | Po Lu | 2023-08-14 21:39:42 +0800 |
| commit | 31ee2ad5ac609db73052aee3c37a326693b2f70f (patch) | |
| tree | 462621f6599252008d06548189f5ac55ca6192bb /ChangeLog.android | |
| parent | d5afc8d935e88d0b4ad5a22f6f002222955cad26 (diff) | |
| download | emacs-31ee2ad5ac609db73052aee3c37a326693b2f70f.tar.gz emacs-31ee2ad5ac609db73052aee3c37a326693b2f70f.zip | |
; * ChangeLog.android: Clean up entries after the 11th of March.
Diffstat (limited to 'ChangeLog.android')
| -rw-r--r-- | ChangeLog.android | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ChangeLog.android b/ChangeLog.android index 8dd13eafa03..8c54909e60f 100644 --- a/ChangeLog.android +++ b/ChangeLog.android | |||
| @@ -2960,23 +2960,20 @@ | |||
| 2960 | (module_open_channel): Call MODULE_INTERNAL_CLEANUP prior to | 2960 | (module_open_channel): Call MODULE_INTERNAL_CLEANUP prior to |
| 2961 | returning. | 2961 | returning. |
| 2962 | 2962 | ||
| 2963 | 2023-03-11 Po Lu <luangruo@yahoo.com> | ||
| 2964 | |||
| 2965 | Implement hourglass cursor on Android | ||
| 2966 | * lisp/term/android-win.el (x-pointer-arrow, x-pointer-left-ptr) | 2963 | * lisp/term/android-win.el (x-pointer-arrow, x-pointer-left-ptr) |
| 2967 | (x-pointer-left-side, x-pointer-sb-h-double-arrow) | 2964 | (x-pointer-left-side, x-pointer-sb-h-double-arrow) |
| 2968 | (x-pointer-sb-v-double-arrow, x-pointer-watch, x-pointer-xterm) | 2965 | (x-pointer-sb-v-double-arrow, x-pointer-watch, x-pointer-xterm) |
| 2969 | (x-pointer-invisible): New constants. | 2966 | (x-pointer-invisible): New constants. |
| 2967 | |||
| 2970 | * src/androidterm.c (android_show_hourglass) | 2968 | * src/androidterm.c (android_show_hourglass) |
| 2971 | (android_hide_hourglass): New functions. | 2969 | (android_hide_hourglass): New functions. |
| 2972 | (android_toggle_visible_pointer, android_define_frame_cursor): | 2970 | (android_toggle_visible_pointer, android_define_frame_cursor): |
| 2973 | Define or don't define hourglass cursor if x->hourglass. | 2971 | Define or don't define hourglass cursor if x->hourglass. |
| 2974 | (android_redisplay_interface): Add new functions. | 2972 | (android_redisplay_interface): Add new functions. |
| 2973 | |||
| 2975 | * src/androidterm.h (struct android_output): New field | 2974 | * src/androidterm.h (struct android_output): New field |
| 2976 | `hourglass'. | 2975 | `hourglass'. |
| 2977 | 2976 | ||
| 2978 | Merge remote-tracking branch 'origin/master' into feature/android | ||
| 2979 | |||
| 2980 | 2023-03-10 Po Lu <luangruo@yahoo.com> | 2977 | 2023-03-10 Po Lu <luangruo@yahoo.com> |
| 2981 | 2978 | ||
| 2982 | Update Android port | 2979 | Update Android port |