]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
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
2020-12-16 João TávoraAllow eglot to stay out of xref configuration
2020-12-16 João TávoraCosmetic whitespace fix (indentation, long lines, tabs...
2020-12-16 TANIGUCHI KoheiUse haskell-language-server in eglot-server-programs
2020-12-15 João TávoraRobustify previous fix of onchange breakage
2020-12-14 João TávoraDon't let m-x fill-paragraph break didchange
2020-11-03 João TávoraDon't force eglot-strict-mode completely in eglot-...
2020-11-01 Damien MerenneHandle lsp 3.15's ispreferred code action property
2020-10-24 João TávoraDon't send json null (elisp nil) down the wire
2020-08-30 R PrimusUnbreak haskell's hie-wrapper built-in incantation
2020-08-21 Paul M. RodriguezProvide suitable default to m-x eglot-rename
2020-08-16 João TávoraCorrect paren mismatch blunder introduced by earlier...
2020-08-16 Steven vanZylAdd built-int support for godot engine
2020-07-27 Andrew SchwartzmeyerEnsure completion terminates in correct buffer
2020-07-13 João TávoraUse a hash-table for storing resolved completions
2020-07-13 João TávoraReload eldoc if needed on emacs < 28
2020-07-11 João TávoraFix sorting of completion items
2020-07-09 João Távora* eglot.el (package-requires): require flymake 1.0...
2020-07-09 João TávoraDelegate "hover" and "signature" doc synchronization...
2020-05-31 João TávoraFix small problems around eglot's help buffer
2020-05-30 Andrii KolomoietsSimplify eglot-code-actions
2020-05-26 Andrii KolomoietsUse filter-buffer-substring to get buffer text
2020-05-26 João TávoraReplace uses of project-roots with project-root
2020-05-26 Gary OberbrunnerAlso consider label of a completionitem for snippets
2020-05-25 Andrii KolomoietsRework computation of string given to eldoc (again)
2020-05-25 Philipp StephaniFix type error in eglot--xref-make-match
2020-05-21 Rudolf SchlatteAdd support for erlang_ls
2020-05-18 João TávoraCorrectly place diagnostics in narrowed buffers
2020-05-16 João TávoraRequire xref, project and eldoc from gnu elpa
2020-05-14 Dan DavisonPrompt for executable if supplied name does not exist
2020-05-12 Dan DavisonDon't call flymake report function if flymake is disabled
2020-05-07 Tobias RittweilerFix "free variable" warning
2020-05-06 Andrii KolomoietsRemove trailing whitespaces
2020-05-03 João TávoraSimplify bug-reporting instructions
2020-05-03 João TávoraSurvive hover responses with empty markdown strings
2020-05-03 João TávoraRemap display-local-help (c-h .) to eglot-help-at-point
2020-05-03 Theodor ThornhillTweak handling of eldoc-echo-area-use-multiline-p
2020-05-03 João TávoraFontify markdown source code blocks by default
2020-05-02 Felicián NémethDeclare markdown support iff gfm-view-mode installed
2020-05-02 Theodor ThornhillAlways string-trim markup
2020-05-02 João TávoraKind of honour eldoc-echo-area-use-multiline-p
next