emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (b26b4c537bb -> d7457e1ce4e)


From: Po Lu
Subject: feature/android updated (b26b4c537bb -> d7457e1ce4e)
Date: Thu, 23 Mar 2023 22:50:52 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  b26b4c537bb ; * java/INSTALL: Fix typo.
       new  b78ef9bcd1b Update Android port
      adds  dec09aaeb61 Improve Tramp backward compatibility
      adds  0d5036061b5 Skip Eglot test if using very old clangd
      adds  4a5ff4d9c6a Invert variable alias declaration in Tramp
      adds  2e8cc206f52 Avoid backwards clock in movemail timestamps
      adds  640fd9b594f Sleep less in update-game-score
      adds  5904bdf5819 (describe-function): Load file for `...' references
      adds  eed240bc022 Improve defvar-keymap docstring.
      adds  786de66ec3c Comment out jobs on EMBA
      adds  6bf441ff115 Warn package authors away from keymap-unset with REMOVE
      adds  263d6c38539 Comp fix calls to redefined primtives with op-bytecode 
(bug#61917)
      adds  7a1272168af * lisp/treesit.el (treesit-end-of-defun): Guard arg 
against nil (bug#62158).
      adds  4a6eefb93a5 Expand defvar-keymap documentation
      adds  4a7a0c9a9f5 * lisp/emacs-lisp/comp.el (comp-emit-set-call-subr): 
Improve 263d6c38539
      adds  47d8e4b0d38 Eglot: report window/workDoneProgress capability to 
language server
      adds  35648a86730 ; Delete accidental leftover '()' Eglot function
      adds  8b6a0de964d Improve docstring of treesit-parent-while (bug#62301)
      adds  2d0de863618 Merge from origin/emacs-29
      adds  103ebbf92f3 Make eglot--clangd-version more robust
      adds  5fbda320fc1 Add platform for Eglot tests on EMBA
      adds  e3403542994 Fix compilation of lib-src/movemail
      adds  c5f369bacc4 Subject: send clientInfo during the initialize request
      adds  e11813d574d Make icomplete-tidy-shadowed-file-names into a defcustom
      adds  df669c5a11f Add missing indent rule for c-ts-mode
      adds  f856468e457 Only fill the current paragraph in 
c-ts-common--fill-block-comment
      adds  3d3bbaace69 Align concatenated strings to the first sibling in 
c-ts-mode
      adds  84963956535 * lisp/outline.el (outline--fix-buttons-after-change): 
Add save-match-data.
      adds  db355b420b6 Use libgccjit-10-dev on EMBA
      adds  6de00e4df99 ; Fix xref-match's :version since the default value did 
change
      adds  90dca0a5337 Merge from origin/emacs-29
      adds  50a2b34ca70 Add heex-ts-mode to eglot-server-programs (bug#62327)
      adds  6731c8827b5 ; * lisp/progmodes/eglot.el (eglot-server-programs): 
Fix last change.
      adds  90c0472ed6f ; Add test for embedded HEEx to elixir-ts-mode-tests
      adds  117a29fd188 * test/infra/Dockerfile.emba (emacs-eglot): Install 
wget.
      adds  b19d040a4fe New user option remote-file-name-inhibit-auto-save
      adds  f20fe3e11a9 Eglot: more leniently handle 'window/showMessageRequest'
      adds  0effdb29d6d Eglot: rework progress indicators
      adds  9b18407c7fd ElDoc: remember origin backend in doc snippets 
(bug#62029)
      adds  e19994fe8c0 ElDoc: rework rendering of echo area (bug#62029)
      adds  67c1e6e89ce Eglot: inform ElDoc about overly long 'hover' docs
      adds  fe8af4eb30b Eglot: don't send invisible text to Eldoc
      adds  4566a0c6b82 Eglot: let user opt-in to plaintext LSP docs (bug#61373)
       new  d7457e1ce4e Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 doc/lispref/keymaps.texi                           |   67 +
 doc/lispref/parsing.texi                           |   22 +-
 doc/misc/tramp.texi                                |   36 +
 etc/NEWS                                           |    5 +
 lib-src/movemail.c                                 |    3 +-
 lib-src/update-game-score.c                        |    6 +-
 lisp/emacs-lisp/comp.el                            |   30 +-
 lisp/emacs-lisp/eldoc.el                           |  140 +-
 lisp/help-fns.el                                   |    2 +-
 lisp/icomplete.el                                  |    5 +-
 lisp/keymap.el                                     |   19 +-
 lisp/net/tramp-gvfs.el                             |    8 +
 lisp/net/tramp-integration.el                      |   11 +-
 lisp/net/tramp-sh.el                               |    8 +-
 lisp/outline.el                                    |    2 +-
 lisp/progmodes/c-ts-common.el                      |   19 +-
 lisp/progmodes/c-ts-mode.el                        |    4 +-
 lisp/progmodes/eglot.el                            |   86 +-
 lisp/progmodes/xref.el                             |    2 +-
 lisp/simple.el                                     |   10 +
 lisp/treesit.el                                    |   13 +-
 src/sfnt.c                                         | 2253 +++++++++++++++++---
 src/sfnt.h                                         |   24 +-
 test/infra/Dockerfile.emba                         |   19 +-
 test/infra/gitlab-ci.yml                           |   50 +-
 .../lisp/progmodes/c-ts-mode-resources/indent.erts |   30 +
 test/lisp/progmodes/eglot-tests.el                 |    8 +
 .../progmodes/elixir-ts-mode-resources/indent.erts |   24 +
 test/src/comp-tests.el                             |   13 +
 29 files changed, 2514 insertions(+), 405 deletions(-)



reply via email to

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