emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (744f19c22f2 -> 03c0cb86713)


From: Po Lu
Subject: feature/android updated (744f19c22f2 -> 03c0cb86713)
Date: Tue, 28 Feb 2023 05:32:58 -0500 (EST)

oldosfan pushed a change to branch feature/android.

      from  744f19c22f2 Get rid of android_lookup_method
       new  d96dac96e79 Update Android port
      adds  a5be840c7b7 Fix the MS-DOS build
      adds  8797e514ab6 Disable xattr test on MS-Windows.
      adds  6c4abbab799 Tramp: Do not unlock when connection is broken
      adds  0db88d625a7 ; * src/treesit.c (treesit_predicate_match): Fix typo.
      adds  5256392a7ec Fix 'vertical-motion' when display strings are around
      adds  5b174b96834 Fix mule-tests in UTF-8 locales
      adds  b0e87e930e8 Eglot: use faster strategy for moving to LSP positions 
(bug#61726)
      adds  3e3e6d71be7 Eglot: support positionEncoding LSP capability 
(bug#61726)
      adds  ca79b138d42 Eglot: rename and redocument encoding-related functions 
(bug#61726)
      adds  a3d15c1f749 ; Fix last change
      adds  75c65fcc98e ; Fix last change
      adds  7c552be89da ; Another doc fix in eglot.el
      adds  dde9d149af3 ; Improve documentation of loading *.eln files
      adds  0fde314f6f6 * lib-src/etags.c (process_file_name): Free malloc'ed 
vars (bug#61819).
      adds  267fc6d00c4 ruby-smie-rules: Fix misindentation of a method call 
after assignment
      adds  c640dc9ef53 Merge from origin/emacs-29
      adds  434ab2e0889 Improve delete-consecutive-dups doc precision and add 
test
      adds  10d2b76edad * lisp/calc/calc.el (calcDigit-backspace): Hush warning.
      adds  443c249d850 Warn about `condition-case` without handlers
      adds  1767d18c91a Adjust some `pure` and `side-effect-free` function 
declarations
      adds  a7a984c0ebe * lisp/icomplete.el: Fix in-buffer completion.
      adds  b5c13032538 * lisp/icomplete.el (fido-mode): Enable in-buffer 
completion (bug#45763).
      adds  b699c380286 Introduce 'compilation-annotation' text property
      adds  93f557af0ef New user option 'grep-use-headings'
      adds  0f15286c539 New tree-sitter indent anchor standalone-parent used by 
c-ts-mode
      adds  edf5b976869 Simplify c-ts-mode--top-level-label-matcher
      adds  aee10ca1cbe Adjust tree-sitter defun navigation (bug#61617)
      adds  9d0f856a167 Fix description of 'desktop-save-mode'
      adds  647e40f4a0c ; And yet another fix to 
eglot-current-linepos-function's docstring
      adds  3d0a6c9baa6 Eglot: protect against unintended field text motion 
(bug#61726)
      adds  6c7078c66f4 ; * lisp/progmodes/c-ts-mode.el 
(treesit-node-prev-sibling): Declare.
      adds  44949c292f9 ; Add `nnimap-user' to Gnus manual
      adds  11c1aa1eb12 ; * doc/misc/gnus.texi: Fix last change.
      adds  4a5eda7ed2a Eglot: don't paint hints outside requested region 
(bug#61812)
      adds  f601e9666d8 Eglot: support multiple labels in same inlay hint
      adds  613de662811 Rename the newly added -ref- faces to -use-
      adds  c5d319af475 Merge from origin/emacs-29
       new  03c0cb86713 Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 doc/emacs/building.texi                            |  37 ++--
 doc/emacs/misc.texi                                |  10 +-
 doc/lispref/loading.texi                           |  25 +--
 doc/lispref/modes.texi                             |  18 +-
 doc/misc/gnus.texi                                 |  17 ++
 etc/NEWS                                           |  24 +++
 etc/NEWS.29                                        |   4 +-
 lib-src/etags.c                                    |   2 +
 lisp/calc/calc.el                                  |   3 +-
 lisp/cus-theme.el                                  |   4 +-
 lisp/emacs-lisp/byte-opt.el                        |   6 +-
 lisp/emacs-lisp/macroexp.el                        |  21 ++-
 lisp/font-lock.el                                  |   4 +-
 lisp/icomplete.el                                  |  23 ++-
 lisp/net/tramp.el                                  |   8 +-
 lisp/progmodes/c-ts-mode.el                        |  54 +++---
 lisp/progmodes/cmake-ts-mode.el                    |   2 +-
 lisp/progmodes/compile.el                          |  35 ++--
 lisp/progmodes/csharp-mode.el                      |  20 +-
 lisp/progmodes/eglot.el                            | 207 +++++++++++++--------
 lisp/progmodes/go-ts-mode.el                       |   6 +-
 lisp/progmodes/grep.el                             |  66 +++++++
 lisp/progmodes/java-ts-mode.el                     |   6 +-
 lisp/progmodes/js.el                               |  12 +-
 lisp/progmodes/json-ts-mode.el                     |   2 +-
 lisp/progmodes/python.el                           |   6 +-
 lisp/progmodes/ruby-mode.el                        |   4 +-
 lisp/progmodes/ruby-ts-mode.el                     |   4 +-
 lisp/progmodes/rust-ts-mode.el                     |  42 ++---
 lisp/progmodes/typescript-ts-mode.el               |   6 +-
 lisp/subr.el                                       |  18 +-
 lisp/textmodes/css-mode.el                         |   4 +-
 lisp/textmodes/toml-ts-mode.el                     |   4 +-
 lisp/textmodes/yaml-ts-mode.el                     |  12 +-
 lisp/treesit.el                                    |  88 ++++++---
 msdos/sedlibmk.inp                                 |   2 +
 nt/mingw-cfg.site                                  |   3 +
 src/indent.c                                       |   2 +-
 src/sfnt.c                                         |   4 +-
 src/sfntfont.c                                     |   3 +-
 src/treesit.c                                      |   2 +-
 test/lisp/emacs-lisp/bytecomp-tests.el             |   6 +
 test/lisp/international/mule-tests.el              |   7 +-
 test/lisp/net/tramp-tests.el                       |  24 ++-
 test/lisp/progmodes/eglot-tests.el                 |  10 +-
 test/lisp/progmodes/grep-tests.el                  |  14 ++
 .../ruby-after-operator-indent.rb                  |   4 +
 test/lisp/subr-tests.el                            |  34 ++++
 test/src/treesit-tests.el                          |  32 ++--
 49 files changed, 668 insertions(+), 283 deletions(-)



reply via email to

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