]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2018-12-10 João Távora* eglot.el (version): bump to 1.3
2018-12-07 João TávoraBe lenient by default to unknown methods or notifications
2018-12-07 João TávoraHandle array params to server notification or requests
2018-12-07 João TávoraScratch/use elpa flymake ()
2018-12-06 João TávoraWarn about suspicious interface usage at compile-time
2018-12-06 João TávoraUse eglot--dbind and eglot--lambda throughout
2018-12-04 João TávoraAdjust previous fix
2018-12-04 João TávoraFix bug introduced by previous fix
2018-12-03 João TávoraHandle codeaction/command polymorphism with eglot-...
2018-12-03 João TávoraRobustify previous fix against non-standard insertion...
2018-12-03 Michal KrzywkowskiProperly clear old diagnostics when making new ones
2018-12-02 Mario RodasUse javascript-typescript-langserver for typescript...
2018-12-02 João TávoraSupport completioncontext to help servers like ccls
2018-12-01 João TávoraDon't break in indirect buffers
2018-12-01 Michal KrzywkowskiUse eglot--dbind for destructuring
2018-11-30 João TávoraIntroduce eglot--dcase
2018-11-30 João TávoraSimplify interface of eglot--dbind macro
2018-11-28 Michal KrzywkowskiTouch up last commit
2018-11-27 Michal Krzywkowski* eglot.el (eglot--current-column): new helper.
2018-11-27 João TávoraImprove performance of xref summary line collection
2018-11-27 João TávoraUse entire line as xref summary when available
2018-11-23 João TávoraRevert "codeaction command can be a command object ()"
2018-11-23 Michal KrzywkowskiCodeaction command can be a command object ()
2018-11-23 João TávoraControl strictness towards incoming lsp messages
2018-11-23 João Távora* eglot.el (version): bump to 1.2
2018-11-23 João Távora* eglot.el (eglot-completion-at-point): less chatter.
2018-11-22 João TávoraCorrectly insert textedit-less snippets
2018-11-22 João TávoraFix potential security issue fontifying lsp doc
2018-11-22 Alex BranhamAdd support for r's languageserver ()
2018-11-21 Michal KrzywkowskiProperly delete inserted text after completion
2018-11-19 Michal KrzywkowskiTreat tab characters as 1 column wide in position conve...
2018-11-17 Michal KrzywkowskiFormat documentation of signature parameters
2018-11-13 João TávoraAdd ability to report lsp-compliant columns
2018-11-13 Michal KrzywkowskiAdd support for textedits in completion
2018-11-13 João TávoraTweak solution to with a hint from fangrui song
2018-11-12 João TávoraComplex completions work when chosen from *completions*
2018-11-12 João TávoraAdd ability to move to lsp-precise columns
2018-11-09 João TávoraFix a bug introduced by previous bugfix
2018-11-07 João TávoraMove constants to top instead of forward-declaring
2018-11-07 Mario RodasSupport ocaml-language-server out of the box ()
2018-11-07 Michal Krzywkowski* eglot.el (eglot-client-capabilities): mention support...
2018-11-07 Michal KrzywkowskiMake imenu hierarchical
2018-11-04 Michal KrzywkowskiFix a bug when response to definitions request is a...
2018-11-04 João TávoraSimplify eglot-code-action. fix compilation warning
2018-11-04 Michal KrzywkowskiAdd support for code action literals
2018-11-04 Michal KrzywkowskiUse the container name of a symbol in imenu
2018-10-31 Michal KrzywkowskiDon't ignore unknown symbolkinds in imenu
2018-10-31 Michal KrzywkowskiRemove duplicates from imenu
2018-10-30 Alex BranhamRequire subr-x at compile time ()
2018-10-30 João TávoraAccept deprecated field in symbolinformation
2018-10-24 Dale SedivecFix misspelling of "outstanding" ()
2018-10-18 Michal KrzywkowskiHandle case when project was not found in eclipse.jdt...
2018-10-18 Michal KrzywkowskiOverride eglot-execute-command for eclipse.jdt.ls server
2018-10-18 Michal KrzywkowskiAdd support for eclipse.jdt.ls server
2018-10-18 Michal KrzywkowskiAllow function contacts to be interactive
2018-10-15 Michal KrzywkowskiImprove signature help
2018-10-15 Michal KrzywkowskiSort references and definitions by line number
2018-10-15 Michal KrzywkowskiMerge pull request from mkcms/fix-diagnostics-wrong...
2018-10-15 Michal KrzywkowskiHandle case when diagnostic :character is out of range
2018-10-15 Michal KrzywkowskiEglot-ignored-server-capabilites: prefer all choices...
2018-10-03 Michal KrzywkowskiMake eglot-ignored-server-capabilites more user-friendly ()
2018-09-24 Michal KrzywkowskiCorrectly map documentsymbol's :kind to its name ()
2018-09-24 whatacoldAutoload eglot-ensure ()
2018-09-17 João TávoraDon't block kill-buffer-hook if server somehow hangs
2018-09-08 Aleksey KladovDon't send other notifications before initialized
2018-09-07 João TávoraPrefer ccls over cquery for c/c++
2018-09-07 João TávoraFix serious breakage introduced by
2018-09-07 Fangrui SongDon't warn on implementation-specific notifications ()
2018-08-27 Evgeni KolevWhen exiting emacs, don't ask the user to confirm killi...
2018-08-25 João TávoraHandle case when :textdocumentsync isn't a number
2018-08-20 João TávoraCorrectly delete text before expanding snippet completions
2018-08-20 Phillip DixonIgnore extra keys in textdocument/publishdiagnostics ()
2018-08-20 João TávoraConsider :triggercharacters in company completion
2018-08-19 João TávoraImprove snippet support
2018-08-18 Evgeni KolevAdd go-langserver ()
2018-08-18 João TávoraDon't error if server replies with empty hover message
2018-08-17 Michal KrzywkowskiFix textdocument/hover responses where markedstring...
2018-08-17 João TávoraSupport snippet completions
2018-08-17 João TávoraFix eglot-capabilities when querying for multiple features
2018-08-13 João TávoraPrompt for server in interactive eglot-shutdown
2018-08-13 James NguyenAdd kotlin-language-server ()
2018-08-13 João TávoraHandle edits to same position in the correct order
2018-08-13 João TávoraControl the size of the events buffer
2018-08-12 João TávoraImplement asynchronous server connection
2018-08-11 Michal KrzywkowskiKill server's output and events buffers from eglot...
2018-08-11 João TávoraImprove eglot-execute-command api to ease overriding...
2018-08-11 Michal KrzywkowskiAdd a generic eglot-execute-command api
2018-08-11 Michal Krzywkowski* eglot.el (eglot-cquery): capitalize docstring.
2018-08-10 João Távora* eglot.el (advice-add jsonrpc-request): add &allow...
2018-08-10 João TávoraRequire jsonrpc.el 1.0.2 (gnu elpa didn't build 1.0.1)
2018-08-10 João TávoraSnappier completions that don't hinder typing
2018-08-09 Michal KrzywkowskiNotify server of recent changes before save notification
2018-08-07 João Távora* eglot.el (eglot-initialization-options): fix spurious...
2018-08-07 João TávoraAccept functions as entries in eglot-server-programs
2018-08-06 João TávoraEglot-workspace-configuration's keys needn't be keywords
2018-08-03 João TávoraDefault eglot-handle-notifictiona|request must &allow...
2018-08-03 Michal KrzywkowskiFix placement of diagnostics with same start and end...
2018-08-02 João TávoraErase company-doc buffer in between doc requests
2018-07-30 Michal Krzywkowski* eglot.el (eglot-client-capabilities): fix a typo.
2018-07-28 Michal KrzywkowskiImplement textdocument/rangeformatting
next