]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-01-13 Stefan KangasSupport racket-langserver
2022-01-12 Stefan KangasBump eglot version to 1.8
2022-01-12 Brian LeungDon't error out on unsupported diagnostic.codedescription
2022-01-11 Fredrik BergrothSupport autoimporttext from pyright language server
2022-01-10 Felicián NémethAdd tooltip describing pending requests
2022-01-09 Brian LeungProperly print error message of eglot-alternatives
2022-01-09 Brian LeungAdd up-to-date server executables for html/css/json
2022-01-09 Stefan Kangas; fix license statement
2022-01-09 Stefan Kangas; update copyright years
2022-01-09 Brian LeungAdd vim-language-server for vimrc-mode
2022-01-09 Brian LeungAdd cmake-language-server for cmake-mode
2022-01-09 Stefan KangasUn-reverse references in xref buffer
2022-01-09 Martin CarlsonAdd variable to withhold the init req process id
2022-01-08 NASupport language server for html, css, json and docker
2022-01-08 Stefan KangasMinor checkdoc fixes
2022-01-08 Omar PoloAdd lua-lsp support for lua-mode
2022-01-08 jgartAdd support for the mint language server
2022-01-08 Illia DankoAdd pyright language server support for python-mode
2022-01-08 Stefan Kangas; fix typos
2022-01-08 Philipp EdelmannUse fortls also for fortran-mode
2022-01-08 Brian LeungAdd yaml-language-server for yaml-mode
2022-01-08 lorniu/szUse `locate-user-emacs-file` instead of `concat`
2022-01-08 Stefan Kangas; prefer https to http addresses
2021-12-15 Fredrik BergrothAdd missing entries from completionitemkind
2021-12-15 Garret BuellMark eglot-completion-at-point capf "non-exclusive"
2021-11-16 Stephen LeakeMerge pull request from stephe-ada-guru/master
2021-11-13 Stephen LeakeFix issues; severity not set in textdocument/publishdia...
2021-10-09 Ingo LohmarFix workspace/configuration handling when given scopeur...
2021-09-05 João TávoraFixup last commit
2021-09-05 João TávoraRespect completion-regexp-alist in eglot's completion...
2021-09-01 João TávoraFix typo in user-visible eglot-ignored-server-capabilities
2021-08-17 João TávoraFall back to prompting user if eglot-alternatives fails
2021-08-17 João TávoraLet eglot-flymake-backend be in flymake-d-functions...
2021-07-21 Brian LeungAdd support for locationlink
2021-06-13 João TávoraTranspose order of "pylsp" and "pyls" alternatives
2021-06-13 João TávoraDon't call eglot--executable-find more than needed
2021-06-11 Liu HuiConsider tramp in eglot-alternatives
2021-05-26 João TávoraUse project-files to know which directory watchers...
2021-05-26 João TávoraHard code an exception to "node_modules" directores
2021-05-26 João TávoraAgain speed up directory watching
2021-05-22 João TávoraSupport multiple servers out-of-box for same mode
2021-05-22 Augusto StoffelAllow staying out of flymake-mode, eldoc-mode
2021-05-16 Michael LivshinManage cross-referenced files outside project in same...
2021-05-13 Jim PorterCorrect path/uri when using tramp from ms windows
2021-05-13 João TávoraProvide context for finer project-find-functions
2021-04-30 Steve PurcellFix emacs 28 warning by avoiding positional args in...
2021-04-29 Steve PurcellAllow lsp languageid to be overridden via eglot-server...
2021-04-28 Augusto StoffelAdd a completion-category-defaults entry
2021-04-25 Steve PurcellSwitch default langserver for ocaml to ocamllsp
2021-04-23 João TávoraDeclare eglot--cached-server before use
2021-04-20 João TávoraMake eglot-current-server work in notification handlers
2021-04-13 João TávoraAdd a passing test demonstrating clangd + tramp works
2021-04-12 Dmitry GutovMerge pull request from mohkale/company-kind
2021-04-12 Mohsin KaleemAdd :company-kind to eglot-completion-at-point
2021-04-10 Mohsin KaleemHighlight relevant part of xref hits using xref-match...
2021-04-10 João TávoraAttempt to speed up initial directory/glob correspondence
2021-04-03 João TávoraGeneralize eglot-flymake-backend
2021-03-26 rvs314Offer better control over "languageid" value sent to lsp
2021-03-19 Johnathan C... Add support for zls, the zig language server
2021-03-15 bc²Add new command eglot-shutdown-all
2021-03-06 João TávoraAutoload eglot-workspace-configuration's safe-l-v spec
2021-03-06 Brian LeungIndicate support for activeparameter
2021-03-06 João TávoraSimplify eglot--apply-workspace-edit
2021-03-06 Augusto StoffelRemove highlight overlays immediately when symbol edited
2021-03-06 Theodor ThornhillConvert colon to hex in uri
2021-03-06 Brian CullyAdd tramp support
2021-03-03 Theodor ThornhillCorrectly protect against zero-length completion items
2021-02-27 Theodor ThornhillProtect against empty uris on windows
2021-02-26 João TávoraUrify better
2021-02-26 João TávoraFixup last commit to fix
2021-02-26 João TávoraHandle empty actions array in window/showmessagerequest
2021-02-24 João TávoraHandle null reply for textdocument/definition
2021-02-21 Jonathan del... Silence messages while formatting markup
2021-02-03 João TávoraSimplify dir-watching strategy of w/didchangewatchedfiles
2021-02-03 João TávoraTweak glob-parsing grammar
2021-02-01 Philip KaludercicMake eglot-ignored-server-capabilites defcustom a set
2021-02-01 João TávoraSpeed up glob matching 2x
2021-02-01 Felicián NémethSupport phps-mode
2021-02-01 Brian LeungRemove duplicate entry for "registration" lsp type
2021-02-01 João TávoraPrefer typescript-language-server for js&ts
2021-02-01 João TávoraAlso override global flymake-diagnostic-functions
2021-02-01 Brian LeungExplicitly require seq.el
2021-02-01 Brian LeungSupport activeparameter property for signatureinformation
2021-02-01 João TávoraFully handle lsp glob syntax
2021-01-30 João TávoraFlush pending changes to server before code actions...
2021-01-29 João Távora#fix 608: fix bug in eglot-code-actions
2021-01-28 João Távora* eglot.el (eglot): tweak docstring grammar.
2021-01-28 Andrii KolomoietsOffer shortcut commands to commonly invoked code actions
2021-01-28 ssnnooAdd fortls for fotran (f90-mode)
2021-01-27 Brian LeungAdd rnix-lsp server for nix-mode, community suggestion
2021-01-16 Felicián NémethFix eglot-completion-at-point for multiple matches
2021-01-16 Andrii KolomoietsRun exit-function only for finished completion
2021-01-13 Augusto StoffelUse `path-separator', not ":", in eclipse/jdt custom...
2021-01-13 Augusto StoffelDefine a face for symbol highlight
2021-01-13 João TávoraUnbreak interactivee eglot--connect for complex contact...
2021-01-10 João TávoraC-u m-x eglot discards class guessed by eglot--guess...
2021-01-05 Jürgen HötzelFlex completion style is not available on emacs < 27
2020-12-22 João TávoraDon't block in eglot-imenu if performing non-essential...
2020-12-22 João TávoraUse flex completion if available by default
2020-12-16 João TávoraBump eglot version to 1.7
next