emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android updated (ea74f3c0678 -> 744f19c22f2)


From: Po Lu
Subject: feature/android updated (ea74f3c0678 -> 744f19c22f2)
Date: Sun, 26 Feb 2023 02:12:15 -0500 (EST)

oldosfan pushed a change to branch feature/android.

      from  ea74f3c0678 Improve Android configury
      adds  1defa5000b1 Follow function aliases for `side-effect-free` and 
`pure` properties
      adds  4849e742738 Fix unsafep for aliases to side-effect-free functions
      adds  5f38dcd43d7 More accurate suppression of ignored return value 
warning
      adds  573d9675fd7 Fix insertion of keyboard macro containing named keys
      adds  5db75ec7d30 Eglot: fix inlay hint with label collection instead of 
string
      adds  55d29c9bacb Eglot: fix jit-lock inlay hint bugs
      adds  925724a4b54 Restore invisibility of symlink target on exiting 
wdired-mode
      adds  068f8fa3037 Ensure right package-desc-type before installing package
      adds  b2ae4e77c74 Avoid reusing :lisp-dir twice in 'package-vc--main-file'
      adds  b5edfdbf861 Merge branch 'emacs-29'
      adds  926e3fb3be5 Tramp cleanup
      adds  a129f257720 kmacro: Simplify register code and recent change
      adds  244a73cd729 Add Tramp version integrated in Emacs 28.3
      adds  146bce49321 Avoid crashes in batch mode due to lack of frame face 
cache
      adds  a795c51f605 Add more/finer faces for tree-sitter
      adds  c92360c7a3b typescript-ts-mode: Highlight non-shorthand 
destructuring bindings
      adds  d25f24fe57b Fix c-ts-common-statement-offset and 
c-ts-common--node-is
      adds  4a25fa4586c Align to prev sibling for c-ts-mode indentation
      adds  03072bbdd38 ; Set indent-tabs-mode to nil in c-ts-mode indent 
preproc test
      adds  497018dd5c3 ; Fix typos in docstrings in c-ts-common.el
      adds  5cf50d60041 Check the anchor along with the offset in 
treesit-indent-region
      adds  50b55656b9c Merge from origin/emacs-29
       new  d5cccfdc564 Merge remote-tracking branch 'origin/master' into 
feature/android
       new  8e4c5db193d Update Android port
       new  df29bb71fc4 Update Android port
       new  80f26cc3988 ; * src/android.c (android_open): Clean up unused 
variables.
       new  8fa86cc7cd7 Update Android port
      adds  309e6aaa686 Make also 'diary-lunar-phases' report eclipses
      adds  e91d29f0048 bytecomp--with-warning-test: Make it a function
       new  687f4fadde4 Merge remote-tracking branch 'origin/master' into 
feature/android
       new  39ddf1855bb Update Android port
      adds  6a3a729705f Update from Gnulib by running admin/merge-gnulib
      adds  b26d0dd5837 Omit no-longer-needed SEEK_END workaround
      adds  2baf08683fc (bytecomp-warn--ignore): New test
      adds  9565e34762a Be more cautious in completing Eshell variable 
assignments
      adds  3b8b23f66df ; Fix doc string of 'emacs-lisp-byte-compile'
      adds  ab0cc4e7811 Fix infloop in bidi.c
      adds  68d753e3712 ; * etc/NEWS: Fix typos.
      adds  3cae0e3d96a python-ts-mode: Fix single-quote string fontification
      adds  580bb8f46c4 Merge from origin/emacs-29
       new  28f6add67f8 Merge remote-tracking branch 'origin/master' into 
feature/android
       new  74a7d34361a Update from gnulib
       new  744f19c22f2 Get rid of android_lookup_method


Summary of changes:
 cross/lib/unistd.in.h                              |  18 +
 doc/emacs/android.texi                             |  21 +-
 doc/lispref/commands.texi                          |  16 +-
 doc/lispref/modes.texi                             |  25 +-
 etc/NEWS.29                                        |   9 +-
 java/debug.sh                                      |   2 +-
 java/org/gnu/emacs/EmacsNoninteractive.java        | 118 ++--
 java/org/gnu/emacs/EmacsService.java               |  65 +-
 lib-src/ebrowse.c                                  |   5 -
 lib/gnulib.mk.in                                   |   1 +
 lib/unistd.in.h                                    |  18 +
 lisp/battery.el                                    |  76 ++-
 lisp/calendar/lunar.el                             |  19 +-
 lisp/cus-theme.el                                  |   7 +-
 lisp/emacs-lisp/byte-opt.el                        |  37 +-
 lisp/emacs-lisp/bytecomp.el                        |   5 +-
 lisp/emacs-lisp/package-vc.el                      |   9 +-
 lisp/emacs-lisp/unsafep.el                         |   2 +-
 lisp/eshell/esh-var.el                             |  18 +-
 lisp/font-lock.el                                  |  23 +-
 lisp/kmacro.el                                     |  45 +-
 lisp/macros.el                                     |  16 +-
 lisp/net/tramp-gvfs.el                             |  21 +-
 lisp/net/trampver.el                               |   2 +-
 lisp/progmodes/c-ts-common.el                      |  16 +-
 lisp/progmodes/c-ts-mode.el                        |  64 +-
 lisp/progmodes/cmake-ts-mode.el                    |   4 +-
 lisp/progmodes/csharp-mode.el                      |  28 +-
 lisp/progmodes/eglot.el                            |  34 +-
 lisp/progmodes/elisp-mode.el                       |   2 +-
 lisp/progmodes/go-ts-mode.el                       |  12 +-
 lisp/progmodes/java-ts-mode.el                     |  10 +-
 lisp/progmodes/js.el                               |  35 +-
 lisp/progmodes/json-ts-mode.el                     |   2 +-
 lisp/progmodes/python.el                           |  33 +-
 lisp/progmodes/ruby-ts-mode.el                     |   6 +-
 lisp/progmodes/rust-ts-mode.el                     |  56 +-
 lisp/progmodes/typescript-ts-mode.el               |  29 +-
 lisp/textmodes/css-mode.el                         |   5 +-
 lisp/textmodes/toml-ts-mode.el                     |   4 +-
 lisp/textmodes/yaml-ts-mode.el                     |  12 +-
 lisp/treesit.el                                    |   2 +-
 lisp/wdired.el                                     |   1 +
 m4/gnulib-comp.m4                                  |   4 +-
 src/android-asset.h                                |   9 -
 src/android.c                                      | 669 +++++++++++++--------
 src/android.h                                      |  48 ++
 src/androidfns.c                                   |  43 +-
 src/androidfont.c                                  |  64 +-
 src/androidselect.c                                |  11 +-
 src/androidterm.c                                  |  30 +
 src/bidi.c                                         |   1 +
 src/macros.c                                       |   6 +-
 src/sfnt.c                                         |   8 +-
 src/sfntfont.c                                     |  27 +-
 src/textconv.c                                     |  38 +-
 src/xfaces.c                                       |   4 +-
 test/lisp/emacs-lisp/bytecomp-tests.el             |  21 +-
 test/lisp/eshell/em-cmpl-tests.el                  |  14 +
 test/lisp/kmacro-tests.el                          |  14 +
 test/lisp/net/tramp-tests.el                       | 379 ++++++------
 .../c-ts-mode-resources/indent-preproc.erts        |   1 +
 test/lisp/wdired-tests.el                          |  23 +
 63 files changed, 1513 insertions(+), 834 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]