diff options
Diffstat (limited to 'ChangeLog.android')
| -rw-r--r-- | ChangeLog.android | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.android b/ChangeLog.android index 689482d2f1a..82ab75b40c1 100644 --- a/ChangeLog.android +++ b/ChangeLog.android | |||
| @@ -1,11 +1,20 @@ | |||
| 1 | 2023-08-06 Po Lu <luangruo@yahoo.com> | 1 | 2023-08-06 Po Lu <luangruo@yahoo.com> |
| 2 | 2 | ||
| 3 | * java/org/gnu/emacs/EmacsSafThread.java (openDocument1): If | ||
| 4 | initially opening with rwt, verify the file descriptor is really | ||
| 5 | writable; if not, resort to rw and truncating the file descriptor | ||
| 6 | by hand instead. | ||
| 7 | |||
| 8 | * src/androidvfs.c (NATIVE_NAME (ftruncate)): New function. | ||
| 9 | Truncate file descriptor and return whether that was successful. | ||
| 10 | |||
| 3 | * src/androidvfs.c (android_saf_tree_chmod): Repair file access | 11 | * src/androidvfs.c (android_saf_tree_chmod): Repair file access |
| 4 | permissions allowed within FLAGS. | 12 | permissions allowed within FLAGS. |
| 5 | 13 | ||
| 6 | 2023-08-05 Po Lu <luangruo@yahoo.com> | 14 | 2023-08-05 Po Lu <luangruo@yahoo.com> |
| 7 | 15 | ||
| 8 | * doc/lispref/commands.texi (Touchscreen Events): Fix typo. | 16 | * doc/lispref/commands.texi (Touchscreen Events): Fix typo. |
| 17 | |||
| 9 | * lisp/subr.el (y-or-n-p): Don't call set-text-conversion-style | 18 | * lisp/subr.el (y-or-n-p): Don't call set-text-conversion-style |
| 10 | when not present. | 19 | when not present. |
| 11 | 20 | ||