diff options
| author | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2023-12-10 13:22:04 +0100 |
| commit | 06a12b0cccbda419752f3388346be7d302ebcbeb (patch) | |
| tree | 69c3a4c23638553993a7580cae4a4d597fd8e258 /ChangeLog.android | |
| parent | 1d5028ad0414cad458aac1102d3612e4956068c5 (diff) | |
| download | emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.tar.gz emacs-06a12b0cccbda419752f3388346be7d302ebcbeb.zip | |
; Fix typos
Diffstat (limited to 'ChangeLog.android')
| -rw-r--r-- | ChangeLog.android | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/ChangeLog.android b/ChangeLog.android index 8cc66c4d7ea..96419ebe351 100644 --- a/ChangeLog.android +++ b/ChangeLog.android | |||
| @@ -700,7 +700,7 @@ | |||
| 700 | (build-counter.c): New target. Generate this file using | 700 | (build-counter.c): New target. Generate this file using |
| 701 | makecounter.sh upon changes to lisp.mk or shortlisp. | 701 | makecounter.sh upon changes to lisp.mk or shortlisp. |
| 702 | (lisp.mk): Make and load relative to abs_top_builddir. | 702 | (lisp.mk): Make and load relative to abs_top_builddir. |
| 703 | (emacs$(EXEEXT)): Adjust acordingly. | 703 | (emacs$(EXEEXT)): Adjust accordingly. |
| 704 | (mostlyclean): Remove build-counter.c. | 704 | (mostlyclean): Remove build-counter.c. |
| 705 | 705 | ||
| 706 | 2023-07-18 Po Lu <luangruo@yahoo.com> | 706 | 2023-07-18 Po Lu <luangruo@yahoo.com> |
| @@ -735,7 +735,7 @@ | |||
| 735 | prototypes. | 735 | prototypes. |
| 736 | 736 | ||
| 737 | * java/org/gnu/emacs/EmacsWindow.java (motionEvent): Set | 737 | * java/org/gnu/emacs/EmacsWindow.java (motionEvent): Set |
| 738 | cancelation flag in events sent where appropriate. | 738 | cancellation flag in events sent where appropriate. |
| 739 | 739 | ||
| 740 | * lisp/touch-screen.el (touch-screen-handle-point-update): | 740 | * lisp/touch-screen.el (touch-screen-handle-point-update): |
| 741 | Improve treatment of horizontal scrolling near window edges. | 741 | Improve treatment of horizontal scrolling near window edges. |
| @@ -749,7 +749,7 @@ | |||
| 749 | (struct android_touch_event): New field `flags'. | 749 | (struct android_touch_event): New field `flags'. |
| 750 | 750 | ||
| 751 | * src/androidterm.c (handle_one_android_event): Report | 751 | * src/androidterm.c (handle_one_android_event): Report |
| 752 | cancelation in TOUCHSCREEN_END_EVENTs. | 752 | cancellation in TOUCHSCREEN_END_EVENTs. |
| 753 | 753 | ||
| 754 | * src/keyboard.c (make_lispy_event): Fix botched merge. | 754 | * src/keyboard.c (make_lispy_event): Fix botched merge. |
| 755 | 755 | ||
| @@ -1005,7 +1005,7 @@ | |||
| 1005 | 1005 | ||
| 1006 | * java/org/gnu/emacs/EmacsWindow.java (Coordinate): New fields | 1006 | * java/org/gnu/emacs/EmacsWindow.java (Coordinate): New fields |
| 1007 | `button' and `id'. | 1007 | `button' and `id'. |
| 1008 | (<init>): Add new arguments to the construtor. | 1008 | (<init>): Add new arguments to the constructor. |
| 1009 | (whatButtonWasIt): Return 0 if the button state has not changed. | 1009 | (whatButtonWasIt): Return 0 if the button state has not changed. |
| 1010 | (buttonForEvent): New function. | 1010 | (buttonForEvent): New function. |
| 1011 | (figureChange): Return the Coordinate object associated to EVENT. | 1011 | (figureChange): Return the Coordinate object associated to EVENT. |
| @@ -2384,7 +2384,7 @@ | |||
| 2384 | (sfnt_read_avar_table): Fix sequencing problem. | 2384 | (sfnt_read_avar_table): Fix sequencing problem. |
| 2385 | 2385 | ||
| 2386 | * src/sfntfont.c (sfntfont_setup_interpreter): Don't create | 2386 | * src/sfntfont.c (sfntfont_setup_interpreter): Don't create |
| 2387 | interpreter for blatently broken fonts. | 2387 | interpreter for blatantly broken fonts. |
| 2388 | (sfntfont_open): Avoid specifying redundant blends. | 2388 | (sfntfont_open): Avoid specifying redundant blends. |
| 2389 | 2389 | ||
| 2390 | * src/sfnt.c (sfnt_validate_gs): Fix validation of projection | 2390 | * src/sfnt.c (sfnt_validate_gs): Fix validation of projection |
| @@ -3466,7 +3466,7 @@ | |||
| 3466 | (src/verbose.mk): Depend on verbose.mk.android in srcdir. | 3466 | (src/verbose.mk): Depend on verbose.mk.android in srcdir. |
| 3467 | (lib/Makefile): Edit srcdir and VPATH to LIB_SRCDIR. | 3467 | (lib/Makefile): Edit srcdir and VPATH to LIB_SRCDIR. |
| 3468 | (src/Makefile): Edit -I$$(top_srcdir) to -I../$(srcdir)/lib, | 3468 | (src/Makefile): Edit -I$$(top_srcdir) to -I../$(srcdir)/lib, |
| 3469 | instead of ommitting it. | 3469 | instead of omitting it. |
| 3470 | (clean): Allow ndk-build clean to fail. | 3470 | (clean): Allow ndk-build clean to fail. |
| 3471 | 3471 | ||
| 3472 | * java/Makefile.in (builddir): New variable. | 3472 | * java/Makefile.in (builddir): New variable. |
| @@ -3714,7 +3714,7 @@ | |||
| 3714 | module detection. | 3714 | module detection. |
| 3715 | 3715 | ||
| 3716 | * src/android.c (android_run_select_thread): Fix typos. | 3716 | * src/android.c (android_run_select_thread): Fix typos. |
| 3717 | (android_run_select_thread): Lock select_mutex before signalling | 3717 | (android_run_select_thread): Lock select_mutex before signaling |
| 3718 | condition variable. | 3718 | condition variable. |
| 3719 | (android_select): Unlock event queue mutex prior to waiting for | 3719 | (android_select): Unlock event queue mutex prior to waiting for |
| 3720 | it. | 3720 | it. |
| @@ -4663,7 +4663,7 @@ | |||
| 4663 | (ndk_CONFIG_FILES): Export NDK_BUILD_CFLAGS. | 4663 | (ndk_CONFIG_FILES): Export NDK_BUILD_CFLAGS. |
| 4664 | 4664 | ||
| 4665 | * java/AndroidManifest.xml.in: Prevent the Emacs activity from | 4665 | * java/AndroidManifest.xml.in: Prevent the Emacs activity from |
| 4666 | being overlayed by the emacsclient wrapper. | 4666 | being overlaid by the emacsclient wrapper. |
| 4667 | * java/org/gnu/emacs/EmacsOpenActivity.java (run): Likewise. | 4667 | * java/org/gnu/emacs/EmacsOpenActivity.java (run): Likewise. |
| 4668 | (onCreate): Set an appropriate theme on ICS and up. | 4668 | (onCreate): Set an appropriate theme on ICS and up. |
| 4669 | 4669 | ||
| @@ -5151,7 +5151,7 @@ | |||
| 5151 | * m4/ndk-build.m4 (ndk_package_mape): Add package mapping for | 5151 | * m4/ndk-build.m4 (ndk_package_mape): Add package mapping for |
| 5152 | sqlite3. | 5152 | sqlite3. |
| 5153 | 5153 | ||
| 5154 | * src/Makefile.in (SQLITE3_CFLAGS): New substition. | 5154 | * src/Makefile.in (SQLITE3_CFLAGS): New substitution. |
| 5155 | (EMACS_CFLAGS): Add that variable. | 5155 | (EMACS_CFLAGS): Add that variable. |
| 5156 | 5156 | ||
| 5157 | * src/android.c (android_api_level): New variable. | 5157 | * src/android.c (android_api_level): New variable. |
| @@ -5532,7 +5532,7 @@ | |||
| 5532 | (touch-screen-precision-scroll): New user option. | 5532 | (touch-screen-precision-scroll): New user option. |
| 5533 | (touch-screen-handle-scroll): Use traditional scrolling by | 5533 | (touch-screen-handle-scroll): Use traditional scrolling by |
| 5534 | default. | 5534 | default. |
| 5535 | (touch-screen-handle-touch): Adust format of | 5535 | (touch-screen-handle-touch): Adjust format of |
| 5536 | touch-screen-current-tool. | 5536 | touch-screen-current-tool. |
| 5537 | (touch-screen-track-tap): Don't print waiting for events. | 5537 | (touch-screen-track-tap): Don't print waiting for events. |
| 5538 | (touch-screen-track-drag): Likewise. Also, don't call UPDATE | 5538 | (touch-screen-track-drag): Likewise. Also, don't call UPDATE |
| @@ -5555,7 +5555,7 @@ | |||
| 5555 | * lisp/ls-lisp.el (ls-lisp-use-insert-directory-program): Default | 5555 | * lisp/ls-lisp.el (ls-lisp-use-insert-directory-program): Default |
| 5556 | to off on Android. | 5556 | to off on Android. |
| 5557 | 5557 | ||
| 5558 | * src/android.c (android_is_directory): New fucntion. | 5558 | * src/android.c (android_is_directory): New function. |
| 5559 | (android_fstatat): Handle directories created by | 5559 | (android_fstatat): Handle directories created by |
| 5560 | `android_opendir'. | 5560 | `android_opendir'. |
| 5561 | (android_open): Return meaningful file mode. | 5561 | (android_open): Return meaningful file mode. |
| @@ -5645,7 +5645,7 @@ | |||
| 5645 | * java/org/gnu/emacs/EmacsNative.java (EmacsNative): Make all | 5645 | * java/org/gnu/emacs/EmacsNative.java (EmacsNative): Make all |
| 5646 | event sending functions return long. | 5646 | event sending functions return long. |
| 5647 | 5647 | ||
| 5648 | * java/org/gnu/emacs/EmacsPreferencesActivity.java: New fle. | 5648 | * java/org/gnu/emacs/EmacsPreferencesActivity.java: New file. |
| 5649 | 5649 | ||
| 5650 | * java/org/gnu/emacs/EmacsService.java (EmacsService) | 5650 | * java/org/gnu/emacs/EmacsService.java (EmacsService) |
| 5651 | (onStartCommand, onCreate, startEmacsService): Start as a | 5651 | (onStartCommand, onCreate, startEmacsService): Start as a |
| @@ -6310,7 +6310,7 @@ | |||
| 6310 | and `detectMouse'. | 6310 | and `detectMouse'. |
| 6311 | (struct android_event_queue, android_init_events) | 6311 | (struct android_event_queue, android_init_events) |
| 6312 | (android_next_event, android_write_event): Remove write limit. | 6312 | (android_next_event, android_write_event): Remove write limit. |
| 6313 | (android_file_access_p): Handle directories correcty. | 6313 | (android_file_access_p): Handle directories correctly. |
| 6314 | (android_close): Fix coding style. | 6314 | (android_close): Fix coding style. |
| 6315 | (android_fclose): New function. | 6315 | (android_fclose): New function. |
| 6316 | (android_init_emacs_service): Initialize new methods. | 6316 | (android_init_emacs_service): Initialize new methods. |