]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2019-08-12 Jürgen HötzelExpand directory watcher globs containing ** ()
2019-07-18 Jürgen HötzelFix invalid guess for php language server ()
2019-07-02 haqle314Fix a typo
2019-06-27 Ingo LohmarSimplify eldoc usage ()
2019-06-27 João TávoraLeniently handle invalid positions sent by some servers
2019-05-12 Akash HiremathAdd built-in support for elixir's elixir-ls ()
2019-05-10 João TávoraWork around a bug in emacs's change detection
2019-05-09 João TávoraFix case when eglot-put-doc-in-help-buffer is nil
2019-05-08 Michal KrzywkowskiOnly consider eglot's own diagnostics in eglot-code...
2019-04-30 vjokiFix local function call in directory watcher ()
2019-02-13 João TávoraUnbreak build
2019-02-11 João Távora* eglot.el (xref-backend-references): don't use return...
2019-02-11 João TávoraDon't sort xref's by default
2019-02-11 João TávoraUse a less buggy flymake
2019-02-05 João TávoraDon't teardown company if started via trigger chars
2019-01-14 João TávoraConsider mode derivation when guessing servers
2019-01-14 João TávoraProtect against null messages from eldoc
2019-01-10 Sergey KostyaevFix bug introduced by commit fixing this issue
2019-01-09 Brady TrainorAdd built-in support for dart's dart_language_server
2019-01-09 João TávoraHandle label offsets in parameterinformation
2019-01-07 João TávoraDisplay truncated docstring if too large for echo area
2019-01-06 João TávoraRename new defcustoms with friendlier names
2019-01-06 João TávoraFix test failure introduced by previous commit
2019-01-05 João TávoraShow large docs in help buffer instead of echo are...
2019-01-05 João TávoraPrevent eldoc flicker when moving around
2019-01-05 João TávoraHandle (un)registercapability requests via generic...
2019-01-05 João TávoraAppease checkdoc
2019-01-02 João Távora* eglot.el (eglot-workspace-configuration): safe when...
2019-01-02 João TávoraRun connection hooks with proper dir-locals
2019-01-01 João TávoraAllow read-only modes for markup rendering
2018-12-27 João TávoraRemove a hard dependency on flymake-mode
2018-12-23 João TávoraSlightly simplify eglot-completion-at-point
2018-12-23 João TávoraActually make completion sorting work
2018-12-22 João TávoraFix previous commit where workaround had been removed
2018-12-22 João TávoraUse gfm-view-mode
2018-12-22 João TávoraRemove workaround for company bug that has been fixed
2018-12-19 João Távora* eglot.el (package-requires): require jsonrpc 1.0.7.
2018-12-16 João TávoraTake over flymake and eldoc completely while managing...
2018-12-16 João TávoraBe more careful when making xref summaries
2018-12-16 João TávoraDon't make bogus responses to client/(un)registercapability
2018-12-16 João TávoraAdd edebug specs to destructuring macros
2018-12-16 João TávoraRewrite eglot--sig-info a bit for readability
2018-12-16 Fredrik BergrothAdjust active param highlighting in first line of signa...
2018-12-16 Fredrik BergrothAdjust active param highlighting in first line of signa...
2018-12-16 Fredrik BergrothAdjust active param highlighting in first line of signa...
2018-12-16 Fredrik BergrothApply eglot--format-markup to signature documentation
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
next