emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/eglot updated (33a4f86 -> e02479a)


From: João Távora
Subject: [elpa] externals/eglot updated (33a4f86 -> e02479a)
Date: Thu, 16 Apr 2020 05:31:43 -0400 (EDT)

capitaomorte pushed a change to branch externals/eglot.

      from  33a4f86   * eglot.el (Version): Bump to 1.5
       new  3d480d1   Fix #259 (again): fix issue with replace-buffer-contents
       new  576ea2e   Unbreak M-x vc-revert, which reverts preserving modes
       new  d5859b5   Per #319: fix race condition when company-completing 
quickly
       new  243788d   Force Company to align completion annotations in Eglot 
sessions
       new  6dd5de9   Unbreak imenu
       new  32ba9d0   Expand README.md section on handling quirky servers
       new  b406818   Fix #326: support workspace/configuration
       new  2ab8b59   Don't run mode hooks in eglot--format-markup
       new  83b2acb   Support markdown for textDocument/hover (#329)
       new  76d8f49   Per #50: use  completionItem/resolve more abundantly
       new  7f9784c   Merge -onoff proxy code into minor mode function
       new  88311a2   Simplify "maybe"-activation, dump "server" arg
       new  179a56d   Only set eglot--cached-current-server by (more 
aggressive) caching
       new  ef34797   Fix #340: Don't choke on workspace/configuration with no 
scopeUri
       new  146108a   Fix #342: Provide stable eglot-current-server helper
       new  9eac9de   Fix #341: protect against empty-string insertText in 
completions
       new  de7631d   Fix #345: set nobreak-char-display to nil in *eglot-help*
       new  27fb0c6   Support serverInfo of LSP 3.15.0
       new  8c9078e   Fix #343: Let other imenu functions work if LSP server's 
doesn't
       new  893a05a   Fix #330: ensure process starts in project's root
       new  678feb9   * eglot.el (eglot-completion-at-point): Remove spurious 
unrelated change.
       new  53056a5   Fix #349: waste less space in completion annotations
       new  4bd8773   Fix #339: fail when eglot-find-* finds no references
       new  73d3774   Fix #351: locally tweak imenu-create-index-function
       new  a6fa773   Resolve compilation warnings
       new  02f71fd   Make Travis run company-specific tests
       new  a7a2b52   Fix #362: unbreak window/showMessageRequest
       new  add568b   Fix #357: allow non-standard keys in 
textDocument/publishDiagnostics.
       new  b2e4687   Close #376: add metals as the language server for Scala
       new  b0fdfb0   Close #379: add built-in support for TeX and friends
       new  097eed5   Close #382: new eglot-confirm-server-initiated-edits 
defcustom
       new  c9fcbce   Close #383: add elm-language-server as the language 
server for Elm
       new  3879d57   * eglot.el (eglot-eldoc-function): Fix outdated docstring.
       new  4496657   Close #393: use completing-read in eglot-code-actions
       new  4b453dc   Fix #389: avoid double shutdowns and simplify shutdown 
logic
       new  9c52f24   Fix #277: Send exit as a notification
       new  a4c83a6   Merge pull request #400 from 
joaotavora/scratch/fix-277-exit-notification
       new  633979e   Fix #361: abide by LSP when reporting and moving to 
columns
       new  7c48c7a   Document the changes in column calculation
       new  ae0943f   Revert the last change about column calculation
       new  2fdffef   Close #405: support bug-reference-prog-mode
       new  9f10a27   Explain the animations in the README
       new  212a7f7   Per #315: call shutdown/exit methods with params:{}, not 
null
       new  ce53ca4   Close #315: introduce and use eglot--{}, the empty JSON 
object
       new  8d8c90d   Fix #182: add public hook eglot-managed-mode-hook
       new  e53dd5c   Per #354: make a public reader for project-nickname
       new  16dd4b8   Close #414: mention eglot-find-* in README
       new  606e234   Close #415: mention soft dependencies in README
       new  2209779   Fix #425: Ignore empty hover info
       new  864a493   Close #323: add a simple github issue template
       new  4f6e152   Fix #430: send shutdown and exit messages without 
arguments
       new  8332cdf   Fix eglot-move-to-lsp-abiding-column (#361)
       new  cacfd24   Fix #361: abide by LSP when reporting and moving to 
columns
       new  e02479a   * eglot.el (Version): Bump to 1.6


Summary of changes:
 .github/ISSUE_TEMPLATE/bug_report.md |  12 +
 Makefile                             |   1 +
 NEWS.md                              |  17 ++
 README.md                            | 173 ++++++++++--
 eglot-tests.el                       |  22 +-
 eglot.el                             | 508 ++++++++++++++++++++---------------
 6 files changed, 487 insertions(+), 246 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md



reply via email to

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