emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (d8e42afeaca -> aa32c9b78b7)


From: Po Lu
Subject: feature/android updated (d8e42afeaca -> aa32c9b78b7)
Date: Wed, 1 Feb 2023 21:31:26 -0500 (EST)

oldosfan pushed a change to branch feature/android.

      from  d8e42afeaca Merge remote-tracking branch 'origin/master' into 
feature/android
       new  adb145f1557 Update Android port
      adds  cdc8f7c28eb Gnus nnimap date search string must use C locale
      adds  e19b91f946a Revert "Fix incremental build failures with tree-sitter"
      adds  79154f625cc Add regression tests for Eshell completions
      adds  cc5a2ed457e Properly parse Eshell variable splices for interactive 
completion
      adds  e7d0aa248e6 During completion, convert all Eshell arguments to 
strings
      adds  e866490a077 Fix keymap inheritance in descendants of 
'c-ts-base-mode'
      adds  86b03046c00 Merge branch 'emacs-29' of 
git.savannah.gnu.org:/srv/git/emacs into emacs-29
      adds  2f3683cd4dc * lisp/isearch.el (isearch-emoji-by-name): Disable 
derived emoji (bug#60740).
      adds  327941b2112 CC Mode: Fix a coding bug in c-make-keywords-re.  This 
should fix bug #61135
      adds  1684e254a3b Update to Transient v0.3.7-196-gb91f509
      adds  a73b046c7d5 Merge from origin/emacs-29
      adds  f724fca732a ; Auto-commit of loaddefs files.
      adds  49b61405582 Fix cursor-in-echo-area on TTY frames
      adds  47ab9ba55d7 * lisp/keymap.el (keymap-global-unset): Correct prompt
      adds  f711f4e99f7 (Ftreesit_query_capture): Cache list of predicates for 
given pattern index
      adds  66aa9cb450a ; (Ftreesit_query_capture): Fix typo
      adds  cfde8a14900 Merge from origin/emacs-29
      adds  f7fcc62b78a ; Auto-commit of loaddefs files.
      adds  0214e9021b4 ; Merge from origin/emacs-29
      adds  8c6a4639318 Handle large process output strings for Tramp
      adds  c831f55b234 * lisp/progmodes/ruby-ts-mode.el: Extend 
treesit-sexp-type-regexp.
       new  7b43566a28c Merge remote-tracking branch 'origin/master' into 
feature/android
       new  5a3ce490b9a Clean up compiler warnings
       new  09643285879 Update Android port
       new  718b1d73d78 Add Emacs icon for Android
       new  aa32c9b78b7 Add Emacs icon for Android package


Summary of changes:
 doc/misc/transient.texi                            |   20 +-
 java/AndroidManifest.xml.in                        |    1 +
 java/Makefile.in                                   |   14 +-
 java/README                                        |    5 +
 .../128x128/apps => java/res/drawable}/emacs.png   |  Bin
 lisp/eshell/em-cmpl.el                             |   58 +-
 lisp/eshell/esh-cmd.el                             |    2 +-
 lisp/gnus/gnus-search.el                           |    7 +-
 lisp/isearch.el                                    |    9 +-
 lisp/keymap.el                                     |    2 +-
 lisp/ldefs-boot.el                                 |   76 +-
 lisp/net/tramp-sh.el                               |   22 +-
 lisp/progmodes/c-ts-mode.el                        |    6 +-
 lisp/progmodes/cc-defs.el                          |    7 +-
 lisp/progmodes/ruby-ts-mode.el                     |    5 +-
 lisp/transient.el                                  |   40 +-
 lisp/treesit.el                                    |   15 +-
 src/android.c                                      |   13 +
 src/android.h                                      |    1 +
 src/dispnew.c                                      |    4 +
 src/sfnt.c                                         | 7578 ++++++++++++++------
 src/sfnt.h                                         |   11 +-
 src/sfntfont-android.c                             |    4 +-
 src/treesit.c                                      |   12 +-
 test/lisp/eshell/em-cmpl-tests.el                  |  208 +
 test/lisp/net/tramp-tests.el                       |    9 +-
 26 files changed, 5804 insertions(+), 2325 deletions(-)
 copy {etc/images/icons/hicolor/128x128/apps => java/res/drawable}/emacs.png 
(100%)
 create mode 100644 test/lisp/eshell/em-cmpl-tests.el



reply via email to

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