]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
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
2018-05-07 João TávoraHalf-decent completion support
2018-05-07 João TávoraSolve another textdocument/didchange bug
2018-05-07 João TávoraSupport javascript's javascript-typescript-langserver
2018-05-07 João TávoraIncrease request timeout length to 10 seconds
2018-05-07 João TávoraWorkaround two suspected emacs bugs
2018-05-07 João TávoraEtoomanylambdas
2018-05-07 João TávoraFix the odd bug here and there
2018-05-06 João TávoraHalf-decent xref support
2018-05-05 João TávoraVery basic xref support
2018-05-05 João TávoraNew helper eglot--sync-request
2018-05-05 João TávoraCleanup mistake with textdocumentitem and textdocumenti...
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
next