emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (90c22cb9496 -> a517c24697d)


From: Po Lu
Subject: feature/android updated (90c22cb9496 -> a517c24697d)
Date: Sun, 12 Mar 2023 19:52:27 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  90c22cb9496 Merge remote-tracking branch 'origin/master' into 
feature/android
       new  08a3749794b Update Android port
      adds  d19416d15c2 Fix pluralization in shortdoc-help-fns-examples-function
      adds  802e64922bc Add heex-ts-mode (Bug#61996)
      adds  d965d030879 Add elixir-ts-mode (Bug#61996)
      adds  e87431eda0a ; NEWS markings.
      adds  f5f13495f5d Make Tramp file name completion more quiet for all 
backends
      adds  75f04848a65 Repair and speed up safe-copy-tree and make it internal 
(bug#61962)
       new  a517c24697d Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 admin/notes/tree-sitter/build-module/batch.sh      |   2 +
 admin/notes/tree-sitter/build-module/build.sh      |   6 +
 doc/lispref/lists.texi                             |  13 -
 etc/NEWS                                           |  14 +-
 lisp/emacs-lisp/bytecomp.el                        |  38 +-
 lisp/emacs-lisp/shortdoc.el                        |  35 +-
 lisp/net/tramp-adb.el                              |  51 +-
 lisp/net/tramp-archive.el                          |   4 +-
 lisp/net/tramp-crypt.el                            |  25 +-
 lisp/net/tramp-fuse.el                             |  29 +-
 lisp/net/tramp-gvfs.el                             |  23 +-
 lisp/net/tramp-sh.el                               |  72 +--
 lisp/net/tramp-smb.el                              |  26 +-
 lisp/net/tramp-sudoedit.el                         |  39 +-
 lisp/progmodes/eglot.el                            |   2 +-
 lisp/progmodes/elixir-ts-mode.el                   | 634 +++++++++++++++++++++
 lisp/progmodes/heex-ts-mode.el                     | 185 ++++++
 lisp/subr.el                                       |  55 --
 src/android.c                                      |  73 ++-
 test/lisp/emacs-lisp/bytecomp-tests.el             |  28 +
 test/lisp/emacs-lisp/shortdoc-tests.el             |  15 +
 .../progmodes/elixir-ts-mode-resources/indent.erts | 308 ++++++++++
 ...go-ts-mode-tests.el => elixir-ts-mode-tests.el} |  10 +-
 .../progmodes/heex-ts-mode-resources/indent.erts   |  47 ++
 test/lisp/progmodes/heex-ts-mode-tests.el          |   9 +
 test/lisp/subr-tests.el                            |  26 -
 26 files changed, 1511 insertions(+), 258 deletions(-)
 create mode 100644 lisp/progmodes/elixir-ts-mode.el
 create mode 100644 lisp/progmodes/heex-ts-mode.el
 create mode 100644 test/lisp/progmodes/elixir-ts-mode-resources/indent.erts
 copy test/lisp/progmodes/{go-ts-mode-tests.el => elixir-ts-mode-tests.el} (74%)
 create mode 100644 test/lisp/progmodes/heex-ts-mode-resources/indent.erts
 create mode 100644 test/lisp/progmodes/heex-ts-mode-tests.el



reply via email to

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