diff options
| author | Po Lu | 2023-09-07 02:32:23 +0000 |
|---|---|---|
| committer | Po Lu | 2023-09-07 02:32:23 +0000 |
| commit | e8cd6a56f89aedee6fbfb8d3557ba03dcb3f2e07 (patch) | |
| tree | 6675f7bbcb8009b243e081c2df1e833455d17307 /ChangeLog.android | |
| parent | 8b25edfbda6ed8973b483f700571e00a60f27002 (diff) | |
| download | emacs-e8cd6a56f89aedee6fbfb8d3557ba03dcb3f2e07.tar.gz emacs-e8cd6a56f89aedee6fbfb8d3557ba03dcb3f2e07.zip | |
; * ChangeLog.android: Minor formatting correction.
Diffstat (limited to 'ChangeLog.android')
| -rw-r--r-- | ChangeLog.android | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog.android b/ChangeLog.android index f56c0469408..8cc66c4d7ea 100644 --- a/ChangeLog.android +++ b/ChangeLog.android | |||
| @@ -90,10 +90,10 @@ | |||
| 90 | 90 | ||
| 91 | 2023-08-02 Po Lu <luangruo@yahoo.com> | 91 | 2023-08-02 Po Lu <luangruo@yahoo.com> |
| 92 | 92 | ||
| 93 | * doc/emacs/android.texi (Android, What is Android?, Android | 93 | * doc/emacs/android.texi (Android, What is Android?) |
| 94 | Startup, Android File System, Android Environment,Android | 94 | (Android Startup, Android File System, Android Environment) |
| 95 | Windowing, Android Fonts, Android Troubleshooting): Improve | 95 | (Android Windowing, Android Fonts, Android Troubleshooting): |
| 96 | section titles. | 96 | Improve section titles. |
| 97 | (Android Windowing): Describe the relation between keyboard | 97 | (Android Windowing): Describe the relation between keyboard |
| 98 | modifiers reported by Android and those in key events. | 98 | modifiers reported by Android and those in key events. |
| 99 | 99 | ||
| @@ -203,6 +203,7 @@ | |||
| 203 | argument NAME. | 203 | argument NAME. |
| 204 | 204 | ||
| 205 | * src/android.c (android_init_emacs_service): Add new argument. | 205 | * src/android.c (android_init_emacs_service): Add new argument. |
| 206 | |||
| 206 | * src/androidvfs.c (android_saf_delete_document) | 207 | * src/androidvfs.c (android_saf_delete_document) |
| 207 | (android_saf_tree_rmdir, android_saf_file_unlink): Pass name of | 208 | (android_saf_tree_rmdir, android_saf_file_unlink): Pass name of |
| 208 | file being deleted to `deleteDocument'. | 209 | file being deleted to `deleteDocument'. |