]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2018-05-27 João TávoraSet eglot--versioned-identifier to 0 on didopen
2018-05-27 João TávoraCorrectly apply workspace edits in documentchanges...
2018-05-27 João Távora* eglot.el (version): bump to 0.6
2018-05-27 João TávoraHopefully fix the flymake bootstrap problem
2018-05-27 João TávoraSet spinner in textdocument/didchange as it matters...
2018-05-27 João TávoraFix assorted cquery-related bugs
2018-05-26 João Távora* eglot.el (version): bump to 0.5
2018-05-26 João TávoraMerge branch 'cquery-support' into master
2018-05-26 João TávoraReally ensure eglot--shutdown deletes a process completely
2018-05-26 João TávoraGet rid of eglot--obj, an uninteresting abstraction
2018-05-26 João TávoraCleanup deferred request mechanism with a readable log
2018-05-26 João TávoraSimpify eglot--server-receive
2018-05-26 João TávoraDon't rely on flymake's idle timer for textdocument...
2018-05-25 Josh ElsasserLog debug messages through eglot--debug
2018-05-25 Josh ElsasserDemote unvisited diagnostics logging to debug level
2018-05-25 Josh ElsasserIntroduce eglot--debug for unimportant messages
2018-05-25 Josh ElsasserAdd cquery support for c/c++ projects
2018-05-22 João TávoraFix indentation broken by the defclass monster commit
2018-05-22 João TávoraIntroduce new api methods for experimental clients...
2018-05-22 João TávoraDo rust's rls hack properly with new class-based api
2018-05-22 João TávoraUse an eieio class to represent a server.
2018-05-21 João TávoraIntroduce eglot-handle-request and eglot-handle-notific...
2018-05-19 João TávoraFix a bug introduced in the previous commit
2018-05-19 João TávoraRewrite a couple of defs and shave a yak
2018-05-19 João Távora* eglot.el (version): bump to 0.4
2018-05-19 João TávoraAdd some completion tests for pyls
2018-05-19 João TávoraHandle managed buffers in own process var
2018-05-19 João TávoraRobustness fixes for the request mechanism
2018-05-19 João TávoraCheck capabilities before sending :completionitem/resolve
2018-05-19 João TávoraBetter decide what text exactly to present as completions
2018-05-19 João Távora* eglot.el (eglot-clear-status): remember to update...
2018-05-19 João TávoraCollect regions to change as markers, then edit
2018-05-19 João TávoraIf we're going to send rootpath, better send an absolut...
2018-05-19 João TávoraRobustify timer handling for eglot--async-request
2018-05-19 João TávoraSimplify some infrastructure fucntions
2018-05-17 João Távora* eglot.el (version): bump to 0.3
2018-05-17 João TávoraMake it work on windows
2018-05-17 João TávoraFix eglot--error and eglot--message helpers
2018-05-17 João Távora* eglot.el (eglot--lambda): add missing indent spec.
2018-05-16 João TávoraSimplify some function calling infrastructure
2018-05-16 João TávoraReplace eglot--with-lsp-range with a function and pcase-let
2018-05-15 João TávoraAdd php's php-language-server to built-in guessed servers
2018-05-15 João TávoraBump version and slightly improve doc
2018-05-14 João TávoraMore quietly report request timeouts as events
2018-05-14 João TávoraShutdown server if connection initialization fails
2018-05-14 João TávoraFix a ridiculous bug when generating transient projects
2018-05-14 João TávoraSupport didchangewatchedfiles with dynamic registration
2018-05-14 João TávoraRemove an unused variable
2018-05-14 João TávoraNow send willsavewaituntil
2018-05-14 João TávoraDon't define a menu if nothing to show there for now
2018-05-13 João TávoraUse rls in travis ci and add actual tests
2018-05-13 João TávoraFix automatic project creation
2018-05-13 João TávoraWork with any old directory, no formal project needed
2018-05-13 João TávoraAsk server for textdocument/signaturehelp if it supports it
2018-05-13 João TávoraFix copyright header. obviously not since 2003
2018-05-13 João TávoraReinstate the catch/loop/throw idiom in eglot-request
2018-05-12 João TávoraNew command eglot-help-at-point and a readme update
2018-05-11 João TávoraGet rid of catch/loop/throw idiom (suggested by thien...
2018-05-11 João TávoraRework autoreconnection logic
2018-05-11 João TávoraDuh, json.el is in emacs, and json-mode.el is useless...
2018-05-10 João TávoraPrepare to sumbit to gnu elpa
2018-05-10 João Távora(eglot--xref-make): fix use of cl-destructuring-bind.
2018-05-10 João TávoraMisc little adjustments for readability
2018-05-10 João TávoraSupport :completionitem/resolve
2018-05-10 João TávoraRename functions. eglot--request is now the synchronous one
2018-05-10 João TávoraFriendlier m-x eglot
2018-05-10 João TávoraImprove eglot-eldoc-function
2018-05-10 João TávoraReduce log chatter
2018-05-10 João TávoraOnly call deferred actions after a full message has...
2018-05-10 João TávoraResist server failure during synchronous requests
2018-05-10 João TávoraSimplify mode-line updating logic
2018-05-10 João TávoraMore rls-specifics: update flymake diags when indexing...
2018-05-10 João TávoraAdjust flymake integration
2018-05-10 João TávoraShorten summary line to appease package-lint.el
2018-05-10 João TávoraMore correctly setup rust-mode-related autoloads
2018-05-09 João TávoraAdd minimal headers, commentary and autoloads
2018-05-09 João TávoraFancier rls spinner
2018-05-09 João TávoraNew "deferred requests" that wait until server is ready
2018-05-09 João TávoraCall eglot-eldoc-function after completion finishes
2018-05-09 João TávoraSimplify `eglot-shutdown`
2018-05-09 João TávoraGet rid of eglot-mode
2018-05-09 João TávoraSimplify eglot--signal-textdocument/didchange
2018-05-09 João TávoraFix odd bugs and tweak stuff
2018-05-08 João TávoraSupport workspace/applyedit
2018-05-08 João TávoraSupport textdocument/rename
2018-05-08 João TávoraReasonable textdocument/documenthighlight support
2018-05-08 João TávoraFix odd bugs
2018-05-08 João TávoraWhen killing server, always wait 3 seconds
2018-05-08 João TávoraTry to fix some textdocument/completion bugs
2018-05-07 João TávoraHalf-decent imenu support via textdocument/documentsymbol
2018-05-07 João TávoraOnly request stuff that server says it's capable of
2018-05-07 João TávoraSimplify mode-line code with a helper.
2018-05-07 João TávoraGet rid of eglot--buffer-open-count
2018-05-07 João TávoraGet rid of eglot--special-buffer-process
2018-05-07 João Távora* eglot.el: reformat to shave off some lines.
2018-05-07 João TávoraFix bug in hover support
2018-05-07 João TávoraClean up client capabilities
2018-05-07 João TávoraHalf-baked textdocument/hover support
2018-05-07 João TávoraTweak the async request engine.
2018-05-07 João TávoraExplain why didopen on after-revert-hook is a bad idea
next