]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2020-04-16 Felicián NémethAbide by lsp when reporting and moving to columns
2020-04-16 João TávoraFix eglot-move-to-lsp-abiding-column ()
2020-04-16 Felicián NémethSend shutdown and exit messages without arguments
2020-03-20 Felicián NémethIgnore empty hover info
2020-01-13 Felicián NémethMake a public reader for project-nickname
2020-01-13 Felicián NémethAdd public hook eglot-managed-mode-hook
2020-01-13 Vladimir PanteleevIntroduce and use eglot--{}, the empty json object
2020-01-13 Vladimir PanteleevCall shutdown/exit methods with params:{}, not null
2020-01-09 Felicián NémethSupport bug-reference-prog-mode
2020-01-08 Felicián NémethRevert the last change about column calculation
2020-01-08 Felicián NémethDocument the changes in column calculation
2020-01-08 João TávoraAbide by lsp when reporting and moving to columns
2020-01-05 Felicián NémethMerge pull request from joaotavora/scratch/fix-277...
2020-01-05 Felicián NémethSend exit as a notification
2020-01-02 João TávoraAvoid double shutdowns and simplify shutdown logic
2020-01-02 Theodor ThornhillUse completing-read in eglot-code-actions
2019-12-30 Evgeni Kolev* eglot.el (eglot-eldoc-function): fix outdated docstring.
2019-12-28 Steve PurcellAdd elm-language-server as the language server for elm
2019-12-26 Theodor ThornhillNew eglot-confirm-server-initiated-edits defcustom
2019-12-18 Augusto StoffelAdd built-in support for tex and friends
2019-12-17 Antoine KalmbachAdd metals as the language server for scala
2019-12-08 João TávoraAllow non-standard keys in textdocument/publishdiagnostics.
2019-11-30 João TávoraUnbreak window/showmessagerequest
2019-11-20 João TávoraResolve compilation warnings
2019-11-20 João TávoraLocally tweak imenu-create-index-function
2019-11-18 Felicián NémethFail when eglot-find-* finds no references
2019-11-17 Xu ChunyangWaste less space in completion annotations
2019-11-17 João Távora* eglot.el (eglot-completion-at-point): remove spurious...
2019-11-15 João TávoraEnsure process starts in project's root
2019-11-15 João TávoraLet other imenu functions work if lsp server's doesn't
2019-11-13 Felicián NémethSupport serverinfo of lsp 3.15.0
2019-11-12 r-zipSet nobreak-char-display to nil in *eglot-help*
2019-11-10 João TávoraProtect against empty-string inserttext in completions
2019-11-10 João TávoraProvide stable eglot-current-server helper
2019-11-09 João TávoraDon't choke on workspace/configuration with no scopeuri
2019-11-05 Ingo LohmarOnly set eglot--cached-current-server by (more aggressi...
2019-11-05 Ingo LohmarSimplify "maybe"-activation, dump "server" arg
2019-11-01 Ingo LohmarMerge -onoff proxy code into minor mode function
2019-10-30 João TávoraUse completionitem/resolve more abundantly
2019-10-28 Xu ChunyangSupport markdown for textdocument/hover ()
2019-10-27 Xu ChunyangDon't run mode hooks in eglot--format-markup
2019-10-26 João TávoraSupport workspace/configuration
2019-10-24 João TávoraExpand readme.md section on handling quirky servers
2019-10-22 João TávoraUnbreak imenu
2019-10-22 João TávoraForce company to align completion annotations in eglot...
2019-10-21 João TávoraFix race condition when company-completing quickly
2019-10-21 João TávoraUnbreak m-x vc-revert, which reverts preserving modes
2019-10-21 João Távora(again): fix issue with replace-buffer-contents
2019-10-20 João Távora* eglot.el (version): bump to 1.5
2019-10-19 João TávoraLet user keep control of some variables during eglot...
2019-10-19 João TávoraDon't immediately request completions in eglot-completi...
2019-10-16 João TávoraProtect against zero-length completions
2019-10-16 João TávoraDon't choke on single-location reply to td/definition
2019-10-16 João TávoraUnbreak eglot--setq-saving if symbol is unbound
2019-10-16 João TávoraUse of company-capf backend in eglot-managed buffers
2019-10-16 João TávoraPlay along with lsp's filtertext hacks
2019-10-16 João TávoraAlways filter completions client-side by prefix
2019-10-15 João TávoraFix bug in workspace/didchangewatchedfiles
2019-10-15 Tom TromeyAdd support for the ada language server
2019-10-14 João TávoraFix eglot-completion-at-point to work with bare complet...
2019-10-13 João TávoraUnbreak xref-find-definitions
2019-10-11 João TávoraMisc improvements to the xref glue code
2019-10-11 João TávoraRework and correct major part of xref glue code
2019-10-11 Felicián NémethSupport goto-{declaration, implementation, typedefinition}
2019-10-05 ambihelicalAllow user to set idle time to wait before processing...
2019-10-05 João TávoraMuch less noisy mode line
2019-10-05 João TávoraUnbreak elm language server which does use :triggerchar...
2019-10-05 João TávoraRevert "treat null/nil server capabilities as false"
2019-10-05 Vladimir PanteleevDon't send dummy json object in "initialized" notificat...
2019-10-05 Ingo LohmarOptionally shutdown after killing last buffer of manage...
2019-10-05 Ingo LohmarOn buffer kill, first send didclose then teardown local...
2019-09-26 galeoAlso use signature label offsets for parameter info
2019-09-24 Felicián NémethMerge pull request from jorams/nil-capabilities-as...
2019-09-23 Ingo LohmarUse gopls server as the default for go ()
2019-09-20 Joram SchrijverTreat null/nil server capabilities as false
2019-09-10 Felicián NémethChange the default of eglot-move-to-column-function
2019-08-19 David FlornessRequire array package to use current-line ()
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
next