]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2018-06-21 João TávoraDefer textdocument/formatting requests
2018-06-21 João TávoraSimplify eglot-format-buffer
2018-06-20 João TávoraGuess server for js2-mode and rjsx-mode
2018-06-20 João TávoraImprove eglot-ensure and mention it in readme.md
2018-06-16 Rami ChowdhuryUse gfm-mode for formatted strings ()
2018-06-15 João TávoraMinor cleanup to new textdocument/formatting feature
2018-06-15 Michal KrzywkowskiImplement formatting ()
2018-06-13 João Távora* eglot.el (version): bump to 0.10
2018-06-13 João TávoraFix a bug when eglot--request times out
2018-06-13 João Távora* eglot.el (eglot-shutdown): accept timeout param.
2018-06-13 João TávoraFix bug in querying server capabilities
2018-06-10 João Távora* eglot.el (version): bump to 0.9
2018-06-10 João TávoraNew eglot-ensure to put in a major-mode's hook
2018-06-09 João TávoraFix indentation f@#$%^ by previous commit
2018-06-09 João TávoraAttempt to handle rls sophisticated globs for didchange...
2018-06-08 João TávoraCheck flymake-mode before calling report-fn
2018-06-06 João TávoraSlightly polish the flymake integration
2018-06-06 João Távora* eglot.el (eglot--make-process): use 'utf-8-emacs...
2018-06-05 João TávoraShoosh compiler
2018-06-05 João TávoraCleanup the flymake 26.1 hack slightly
2018-06-04 João TávoraSupport purposedly ignoring a server capability
2018-06-04 brotzeitFix typos
2018-06-01 João Távora* eglot.el (version): bump to 0.8
2018-06-01 João TávoraFix completionitem/resolve
2018-06-01 João TávoraExplicitly trigger eldoc after workspace edits
2018-06-01 João TávoraNew command m-x eglot-code-actions
2018-06-01 João TávoraRevert an unfinished feature that made it to the last...
2018-06-01 João TávoraAdd melpa badge
2018-06-01 João TávoraPrevent possible cquery choke on :initializationoptions
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-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
next