]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2018-06-02 João TávoraFix another merge-related bug in eglot-eldoc-function
2018-06-02 João Távora* eglot.el (eglot-eldoc-function): remove spurious...
2018-05-30 João TávoraMerge master into jsonrpc-refactor (using imerge)
2018-05-30 João Távora* eglot.el (version): bump to 0.7
2018-05-28 João TávoraMore yak shaving
2018-05-28 João TávoraNew m-x eglot-stderr-buffer useful for debugging
2018-05-27 João TávoraOn reconnection, ignore errors of shutting down hung...
2018-05-27 João TávoraBe more criterious before running the idle timer
2018-05-27 João TávoraMake eglot--recent-changes a simpler list
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-26 João TávoraDocument current api breaches a bit
2018-05-25 João TávoraMerge branch use-eieio-server-defclass into jsonrpc...
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-20 João TávoraGet rid of jsonrpc.el customization group and timeout
2018-05-20 João TávoraHeroically merge master into jsonrpc-refactor (using...
2018-05-20 João TávoraRename jrpc.el to jsonrpc.el
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-18 João TávoraJrpc.el should know nothing of mode-line updates
2018-05-18 João TávoraImprove jrpc.el's doc (and change jrpc-request's protoc...
2018-05-18 João TávoraMerge branch 'master' into jsonrpc-refactor (using...
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-16 João TávoraSimpler callback protocol for jsonrpc parameters and...
2018-05-16 João TávoraMore flexible jrpc.el and improve eglot.el's doc
2018-05-16 João TávoraMerge master into jsonrpc-refactor (using imerge)
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ávoraFix a ridiculous bug when generating transient projects
2018-05-14 João TávoraJrpc-connect is now passed a generic dispatching function
2018-05-14 João TávoraMerge master into jsonrpc-refactor (using imerge)
2018-05-14 João TávoraProper server shutdown when jrpc.el is used
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ávoraRefactor json-rpc lib jrpc.el from eglot.el
2018-05-13 João TávoraReinstate the catch/loop/throw idiom in eglot-request
2018-05-12 João TávoraFix copyright header. obviously not since 2003
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
next