]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2018-09-08 Aleksey KladovDon't send other notifications before initialized
2018-09-07 João TávoraPrefer ccls over cquery for c/c++
2018-09-07 João TávoraFix serious breakage introduced by
2018-09-07 Fangrui SongDon't warn on implementation-specific notifications ()
2018-08-27 Evgeni KolevWhen exiting emacs, don't ask the user to confirm killi...
2018-08-25 João TávoraHandle case when :textdocumentsync isn't a number
2018-08-20 João TávoraCorrectly delete text before expanding snippet completions
2018-08-20 Phillip DixonIgnore extra keys in textdocument/publishdiagnostics ()
2018-08-20 João TávoraConsider :triggercharacters in company completion
2018-08-19 João TávoraImprove snippet support
2018-08-18 Evgeni KolevAdd go-langserver ()
2018-08-18 João TávoraDon't error if server replies with empty hover message
2018-08-17 Michal KrzywkowskiFix textdocument/hover responses where markedstring...
2018-08-17 João TávoraSupport snippet completions
2018-08-17 João TávoraFix eglot-capabilities when querying for multiple features
2018-08-13 João TávoraPrompt for server in interactive eglot-shutdown
2018-08-13 James NguyenAdd kotlin-language-server ()
2018-08-13 João TávoraHandle edits to same position in the correct order
2018-08-13 João TávoraControl the size of the events buffer
2018-08-12 João TávoraImplement asynchronous server connection
2018-08-11 Michal KrzywkowskiKill server's output and events buffers from eglot...
2018-08-11 João TávoraImprove eglot-execute-command api to ease overriding...
2018-08-11 Michal KrzywkowskiAdd a generic eglot-execute-command api
2018-08-11 Michal Krzywkowski* eglot.el (eglot-cquery): capitalize docstring.
2018-08-10 João Távora* eglot.el (advice-add jsonrpc-request): add &allow...
2018-08-10 João TávoraRequire jsonrpc.el 1.0.2 (gnu elpa didn't build 1.0.1)
2018-08-10 João TávoraSnappier completions that don't hinder typing
2018-08-09 Michal KrzywkowskiNotify server of recent changes before save notification
2018-08-07 João Távora* eglot.el (eglot-initialization-options): fix spurious...
2018-08-07 João TávoraAccept functions as entries in eglot-server-programs
2018-08-06 João TávoraEglot-workspace-configuration's keys needn't be keywords
2018-08-03 João TávoraDefault eglot-handle-notifictiona|request must &allow...
2018-08-03 Michal KrzywkowskiFix placement of diagnostics with same start and end...
2018-08-02 João TávoraErase company-doc buffer in between doc requests
2018-07-30 Michal Krzywkowski* eglot.el (eglot-client-capabilities): fix a typo.
2018-07-28 Michal KrzywkowskiImplement textdocument/rangeformatting
2018-07-28 Michal KrzywkowskiCorrectly make lsp positions in narrowed buffers
2018-07-28 Väinö JärveläFix typo in willsavewaituntil rpc request ()
2018-07-28 Michal KrzywkowskiWork around emacs bugs 32237, 32278 ()
2018-07-27 João TávoraBe less verbose when using eglot-ensure
2018-07-26 Alan ZimmermanAdd entry for haskell-ide-engine in eglot-server-progra...
2018-07-25 João TávoraFix messages of eglot-ensure
2018-07-22 João TávoraDon't turn on flymake-mode any more than is needed
2018-07-20 João TávoraRobustify in the face of manual mode changes
2018-07-11 João TávoraImplement workspace/didchangeconfiguration ()
2018-07-11 João TávoraHandle experimental/unknown server methods gracefully
2018-07-09 João TávoraJsonrpc.el is now a gnu elpa depedency
2018-07-08 João Távora* eglot.el (eglot-completion-at-point): fix broken...
2018-07-08 Ricardo MartinsFormat documentation in completion annotations
2018-07-06 João TávoraUnbreak completion when no possible annotation
2018-07-02 João TávoraHandle outrageously large and buggy line numbers
2018-07-01 João TávoraInhibit auto-reconnect until connection is established
2018-06-29 João TávoraBind default-directory when launching servers
2018-06-25 João TávoraCache buffer's managing server
2018-06-25 João TávoraUnbreak imenu for cquery servers (and probably more)
2018-06-25 João TávoraUnbreak basic imenu functionality
2018-06-25 Ricardo MartinsFix typo in the solargraph server program
2018-06-23 João TávoraFix some rather silly bugs in some interactive specs
2018-06-23 João TávoraImplement tcp autostart/autoconnect (and support ruby...
2018-06-22 João TávoraMerge branch 'jsonrpc-refactor', bump version to 1.0
2018-06-22 João Távora* eglot.el (version): bump to 0.11
2018-06-22 João TávoraMerge master into jsonrpc-refactor (using imerge)
2018-06-21 João TávoraEmpty ranges are valid in lsp
2018-06-21 João TávoraApply text edits as a single undoable edit
2018-06-21 João TávoraReport progress when applying edits
2018-06-21 João TávoraApply text edits atomically
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ávoraMerge branch 'master' into jsonrpc-refactor
2018-06-10 João TávoraNew eglot-ensure to put in a major-mode's hook
2018-06-10 João TávoraRemove connection grabbing antics from jsonrpc.el
2018-06-10 João TávoraSimplify jsonrpc status setting
2018-06-09 João TávoraRequest dispatcher's return value determines response
2018-06-09 João TávoraMerge branch 'master' into jsonrpc-refactor
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-08 João TávoraMerge master into jsonrpc-refactor
2018-06-08 João TávoraSimplify jsonrpc connection shutdown
2018-06-08 João TávoraSupport json.c. api purely based on classes
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ávoraMerge master into jsonrpc-refactor (using imerge)
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-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-06-01 João Távora* eglot.el (version): bump to 0.8
next