]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2018-05-04 João TávoraHandle dynamic registration in general (but nothing...
2018-05-04 João TávoraHonour textdocumentsync
2018-05-04 João TávoraBe quite explicit about our lack of capabilities right now
2018-05-04 João TávoraUse rooturi instead of rootpath
2018-05-04 João TávoraMake reported capabilities into its own function
2018-05-04 João TávoraInclude source info in diagnostics
2018-05-04 João TávoraReply to client/registercapability (don't handle it...
2018-05-04 João TávoraHandle requests from server correctly
2018-05-04 João TávoraDon't auto-reconnect if last attempt lasted less than...
2018-05-04 João TávoraWorkaround rls's regusal to treat nil as empty json...
2018-05-04 João TávoraEglot-editing-mode becomes eglot--managed-mode
2018-05-04 João TávoraMake m-x eglot's interactive spec a separate function
2018-05-04 João TávoraWhen user declines to reconnect, first quit existing...
2018-05-04 João TávoraConnect to lsp server via tcp
2018-05-04 João TávoraMore correctly keep track of didopen/didclose per buffer
2018-05-03 João TávoraFix mode-line mouse-clicks from outside selected window
2018-05-03 João Távora* eglot.el (eglot--process-receive): skip null method...
2018-05-03 João TávoraTrim some edges and add a bunch of boring rpc methods
2018-05-03 João TávoraFix a couple of rust-related edge cases
2018-05-03 João TávoraFix textdocument/didchange
2018-05-03 João TávoraRename rpc methods for clarity
2018-05-03 João TávoraReorganize file
2018-05-03 João TávoraDelete two useless forward declarations
2018-05-03 João TávoraFix flymake diagnostic positions
2018-05-03 João TávoraMust re-announce didopen after reconnect
2018-05-03 João TávoraFix another flymake sync bug
2018-05-03 João TávoraMake m-x eglot the main entry point
2018-05-03 João TávoraFix assorted bugs
2018-05-03 João TávoraWatch for files opened under umbrella of existing process
2018-05-03 João TávoraMultiple servers per project are possible
2018-05-03 João TávoraAppease checkdoc.el
2018-05-03 João TávoraSimplify flymake integration
2018-05-03 João TávoraSignal textdocument/didclose
2018-05-03 João TávoraRework connection restarting again
2018-05-03 João TávoraRedesign and simplify parser
2018-05-02 João TávoraAuto-reconnect on unexpected connection loss
2018-05-02 João TávoraReady to start fixing flymake integration
2018-05-02 João TávoraSlightly more user friendly start
2018-05-02 João TávoraDon't clutter ui with warnings
2018-05-02 João TávoraRework commands for connecting and reconnecting
2018-05-02 João TávoraLess obstrusive flymake stuff for now
2018-05-02 João TávoraEvents buffer uses eglot-mode, source buffers use eglot...
2018-05-02 João TávoraChange status to error everytime an error is found
2018-05-02 João TávoraCorrectly report what we currently are capable of
2018-05-02 João TávoraAdd eglot-clear-status interactive command
2018-05-02 João TávoraAuto update mode-line after setting some process properties
2018-05-02 João TávoraStart experimenting with python
2018-05-02 João TávoraDon't switch to possibly dead buffer in sentinel
2018-05-02 João TávoraReport server status in the mode-line
2018-05-01 João TávoraImplement spinners and rls's window/progress
2018-05-01 João TávoraFix parser to accept multiple messages in one chunk
2018-05-01 João TávoraLay groundwork for uniform treatment of network connections
2018-05-01 João TávoraDoc fixes
2018-05-01 João Távora* eglot.el (eglot-mode-map): move up before minor mode.
2018-04-30 João TávoraStart working on this again
2018-04-30 João TávoraFix mode line
2018-04-30 João TávoraFix some byte-compilation warnings
2017-08-16 João TávoraOverhaul async mechanism safety
2017-08-16 João TávoraSimplify `eglot--protocol-initialize`
2017-08-16 João TávoraExperimental diagnostic overlays
2017-08-16 João TávoraMinor cleanup
2017-08-16 João TávoraCancel timeouts when process dies unexpectedly
2017-08-16 João TávoraOrganize a bit
2017-08-16 João TávoraImprove `eglot--current-process'
2017-08-16 João TávoraHandle notifications
2017-08-16 João TávoraIntroduce and use `eglot--current-process-or-lose'
2017-08-16 João TávoraAdd a mode-line construct and some minor fanciness
2017-08-16 João TávoraRename eglot--continuations eglot--pending-continuations
2017-08-16 João TávoraRemove a couple of comments
2017-08-16 João TávoraInitial commit