emacs-diffs
[Top][All Lists]
Advanced

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

feature/android updated (1d84b4b2865 -> 8bca62d552a)


From: Po Lu
Subject: feature/android updated (1d84b4b2865 -> 8bca62d552a)
Date: Sun, 2 Apr 2023 20:12:18 -0400 (EDT)

oldosfan pushed a change to branch feature/android.

      from  1d84b4b2865 Merge remote-tracking branch 'origin/master' into 
feature/android
      adds  00144fa287e ; Add tests for synchronous processes in Eshell
      adds  5223762e02a src/eval.c: Fix bug#62419
      adds  6df2941c1b0 lisp/simple.el (inhibit-auto-fill): New var
      adds  267fca267fe Fix using background commands in 'eshell-command'
      adds  093a360251a Use the 'interactive' spec to set arguments for 
'eshell-command'
      adds  a8c1559a663 Eglot: remove hacky advice of jsonrpc-request
      adds  66c48f9e46a Eglot: define eglot--ensure-list with defalias
      adds  d69d0b1a296 Eglot: declare support for markdown also for signatures
      adds  d00e05daa96 Eglot: take advantage of new Eldoc options for 
signature doc
      adds  ad1efe5e675 Eglot: improve caching in eglot-completion-at-point
      adds  bdb400912e0 Eglot: load built-in GNU ELPA dependencies explicitly
      adds  ecf53a50037 ; Eglot: removed unused dependency on 'array.el'
      adds  87f025117b8 ; Eldoc: fix doc of e-d-functions w.r.t. :origin keyword
      adds  f2357df91f0 Eldoc: bump package version to 1.14.0
      adds  f886ae5cf07 ; * etc/EGLOT-NEWS (Upcoming 1.14): Update.
      adds  46fd10a7600 * doc/misc/tramp.texi (Remote shell setup): Clarify use 
of ssh RemoteCommand.
      adds  e45bd10a3d9 Fix indentation regression in 'C-h l'
      adds  09fece5722f Fix duplicate defcustom in eww.el
      adds  a14c3f62a67 ; Fix last change
      adds  c98929c7e18 ; Fix last change
      adds  ab4273056e0 Comp fix calls to redefined primtives with op-bytecode 
(bug#61917)
      adds  9b32bc134c4 Improve documentation of 'defcustom's :set keyword
      adds  10918fc9d24 Fix scrolling window when point moves up
      adds  d2e82817a3f Add two typescript-ts-mode faces (bug#62429)
      adds  4508a024e81 ; Clarify documentation of 'cursor' text property
      adds  d23dc3dd7e3 ; * lisp/emacs-lisp/package-vc.el (package-vc): Fix 
manual reference
      adds  59f66ea3027 ; * lisp/emacs-lisp/package-vc.el: Remove completed 
item from TODO
      adds  0622e1f29f6 Eglot: ensure server shutdown turns off 
eglot-inlay-hints-mode
      adds  131ec049db0 Eglot: unbreak eglot-extend-to-xref on w32
      adds  b2fbec37f39 ; * etc/EGLOT-NEWS: Clarify scope of topmost section
      adds  d0eb12e8d3c Fix typo in section 14.1 of Emacs Manual
      adds  3bdbb66efb9 ; CONTRIBUTE: Minor stylistic changes.
      adds  c108132d3bb Merge from origin/emacs-29
       new  8bca62d552a Merge remote-tracking branch 'origin/master' into 
feature/android


Summary of changes:
 CONTRIBUTE                           |  10 +-
 doc/emacs/display.texi               |   2 +-
 doc/lispref/customize.texi           |   9 +-
 doc/lispref/text.texi                |  25 +--
 doc/misc/tramp.texi                  |   9 +-
 etc/EGLOT-NEWS                       |  48 +++++
 etc/NEWS                             |   2 +
 lisp/custom.el                       |   4 +-
 lisp/emacs-lisp/comp.el              |  41 ++--
 lisp/emacs-lisp/eldoc.el             |  12 +-
 lisp/emacs-lisp/package-vc.el        |   5 +-
 lisp/eshell/esh-cmd.el               |  32 ++-
 lisp/eshell/esh-proc.el              |  11 +-
 lisp/eshell/eshell.el                |  53 +++--
 lisp/help.el                         |   4 +
 lisp/loadup.el                       |   6 +
 lisp/net/eww.el                      |  13 +-
 lisp/progmodes/eglot.el              | 366 ++++++++++++++++++-----------------
 lisp/progmodes/typescript-ts-mode.el |  25 ++-
 lisp/simple.el                       |  12 +-
 src/comp.c                           |   8 +
 src/eval.c                           |   3 +-
 src/xdisp.c                          |   5 +-
 test/lisp/eshell/esh-proc-tests.el   |  53 +++++
 test/lisp/eshell/eshell-tests.el     |  44 +++++
 test/src/comp-tests.el               |  18 +-
 test/src/eval-tests.el               |  19 ++
 27 files changed, 542 insertions(+), 297 deletions(-)



reply via email to

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