emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (d7457e1ce4e -> 54d79f37ae5)


From: Po Lu
Subject: feature/android updated (d7457e1ce4e -> 54d79f37ae5)
Date: Mon, 27 Mar 2023 04:45:36 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  d7457e1ce4e Merge remote-tracking branch 'origin/master' into 
feature/android
       new  c0873f2382f Update Android port
      adds  541eec259be Eldoc: fix bug recently introduced in "old" protocol
      adds  3e32865d2c5 * etc/NEWS: Mention that \x without hex digits is an 
error.
      adds  a384401eab5 Eldoc: slightly enhance meaning of :echo option
      adds  e79b4ccd794 Allow users to customize eldoc buffer separator 
(bug#62029)
      adds  4a2dccd6a68 Fix invocation of elixir LSP server on MS-Windows
      adds  c3a25bfb75c Refactor Ftreesit_query_capture
      adds  455412dd89d ; Minor refactor of Ftreesit_query_capture
      adds  f446bfc8198 ; * lisp/emacs-lisp/eldoc.el 
(eldoc-doc-buffer-separator): Fix doc.
      adds  a37f19b14a6 Handle signals gracefully in tree-sitter query 
predicates
      adds  db7e95531ac Switch buffer in Ftreesit_query_capture
      adds  52b67740d10 Generalise a LAP optimisation rule
      adds  d02f0221c41 Fix shortdoc-tests when Unicode arrows can be displayed
      adds  267d9d5e3d1 Connection-local variables are applied in buffers 
visiting a remote file
      adds  e2ff4dbf3db * test/infra/Dockerfile.emba (emacs-eglot): Adapt 
software selection.
      adds  a27b0f7f307 * lisp/gnus/nnselect.el (nnselect-request-thread): 
Correctly parse queries.
       new  a1c5461edab Merge remote-tracking branch 'origin/master' into 
feature/android
       new  67a325243c6 Refactor sfntfont.c
       new  18b34e9ca01 Refactor sfntfont.c
       new  dd4924ca90a Update Android port
      adds  0724c6dbdae Use string-search instead of string-match[-p] when 
possible
      adds  3e70b2213a4 * src/buffer.c (mode-line-format): Remove docs for 
obsolete %t construct
      adds  73f186b0c93 * src/buffer.c (mode-line-format): Document %o and %q 
constructs
      adds  7466909df44 Improve docs for global-mode-string / %M construct
      adds  d4a3f64ad75 * doc/lispref/modes.texi: Improve docs for obsolete 
'%m' construct
      adds  28db56d5f04 * src/buffer.c (mode-line-format): Reorder and reformat 
%-construct docs
      adds  1671e2db8a8 Fix 'go-ts-mode's incorrect docstring inserted for 
methods
      adds  e83df530cf7 Fix primary selection modification during 
`term-mouse-paste' (bug#58608)
      adds  0770d7a0d08 * lisp/term.el (term-mouse-paste) Do not treat as a 
yank command (bug#58608)
      adds  b4a3be783ae Implement list-system-processes on Cygwin
      adds  d0be0d541d3 Add sanity check in tramp-gvfs.el
      adds  082870c0d78 * test/infra/Dockerfile.emba (emacs-eglot): Adapt 
software selection.
      adds  fca7e120d2b Add option to register packages as projects
      adds  e8790f42935 Have Xref inherit input method when reading identifiers
       new  54d79f37ae5 Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 configure.ac                           |   17 +-
 doc/lispref/modes.texi                 |   43 +-
 doc/lispref/parsing.texi               |    3 +-
 etc/NEWS                               |   20 +
 lisp/emacs-lisp/byte-opt.el            |    4 +-
 lisp/emacs-lisp/eldoc.el               |   26 +-
 lisp/emacs-lisp/package-vc.el          |   12 +
 lisp/gnus/nnselect.el                  |    4 +-
 lisp/net/tramp-gvfs.el                 |   43 +
 lisp/progmodes/c-ts-mode.el            |    2 +-
 lisp/progmodes/eglot.el                |    5 +-
 lisp/progmodes/go-ts-mode.el           |   16 +-
 lisp/progmodes/ruby-ts-mode.el         |    2 +-
 lisp/progmodes/xref.el                 |    2 +-
 lisp/term.el                           |    9 +-
 lisp/treesit.el                        |    4 +-
 src/buffer.c                           |   35 +-
 src/sfnt.c                             | 2561 ++++++++++++++++++++++----------
 src/sfnt.h                             |  583 ++++++--
 src/sfntfont-android.c                 |    7 +-
 src/sfntfont.c                         | 1129 +++++++++-----
 src/treesit.c                          |  367 +++--
 src/xdisp.c                            |    2 +-
 test/infra/Dockerfile.emba             |   12 +-
 test/lisp/emacs-lisp/shortdoc-tests.el |   30 +-
 test/lisp/net/tramp-tests.el           |   38 +-
 26 files changed, 3466 insertions(+), 1510 deletions(-)



reply via email to

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