diff options
| author | Eli Zaretskii | 2023-05-06 09:45:05 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-05-06 09:45:05 +0300 |
| commit | 6f910ad93224bad63099d553fd15bdbbc7beef8d (patch) | |
| tree | 620135f2f9b836246d8b482916cb3214d083d9fe | |
| parent | 9b775ddc057b61d2f8c6d28997f08e4d70e45c78 (diff) | |
| download | emacs-6f910ad93224bad63099d553fd15bdbbc7beef8d.tar.gz emacs-6f910ad93224bad63099d553fd15bdbbc7beef8d.zip | |
; * etc/EGLOT-NEWS: Fix misspellings.
| -rw-r--r-- | etc/EGLOT-NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/EGLOT-NEWS b/etc/EGLOT-NEWS index ad92748f77c..088bdd28bf3 100644 --- a/etc/EGLOT-NEWS +++ b/etc/EGLOT-NEWS | |||
| @@ -171,12 +171,12 @@ may be disabled via 'eglot-ignored-server-capabilities' | |||
| 171 | ** Basic LSP "workspace folders" support added. | 171 | ** Basic LSP "workspace folders" support added. |
| 172 | Eglot now advertises 'project-root' and 'project-external-roots' as | 172 | Eglot now advertises 'project-root' and 'project-external-roots' as |
| 173 | workspace-folders. (Configuring 'project-vc-external-roots-function' | 173 | workspace-folders. (Configuring 'project-vc-external-roots-function' |
| 174 | via Elisp or 'tags-table-list' via Custtomize are two ways to set the | 174 | via Elisp or 'tags-table-list' via Customize are two ways to set the |
| 175 | external roots of a simple git project.) | 175 | external roots of a simple git project.) |
| 176 | 176 | ||
| 177 | (github#893) | 177 | (github#893) |
| 178 | 178 | ||
| 179 | ** Eglot can now show project wide diagnosics via Flymake. | 179 | ** Eglot can now show project wide diagnostics via Flymake. |
| 180 | Some LSP servers report diagnostics for all files in the current | 180 | Some LSP servers report diagnostics for all files in the current |
| 181 | workspace. Flymake has (as of version 1.2.1) the option to show | 181 | workspace. Flymake has (as of version 1.2.1) the option to show |
| 182 | diagnostics from buffers other than the currently visited one. The | 182 | diagnostics from buffers other than the currently visited one. The |
| @@ -394,7 +394,7 @@ these two domains. | |||
| 394 | 394 | ||
| 395 | * Changes in Eglot 1.3 (10/12/2018) | 395 | * Changes in Eglot 1.3 (10/12/2018) |
| 396 | 396 | ||
| 397 | ** Provide strict checking of incoming LSP messagesp. | 397 | ** Provide strict checking of incoming LSP messages. |
| 398 | 398 | ||
| 399 | (github#144, github#156) | 399 | (github#144, github#156) |
| 400 | 400 | ||
| @@ -488,7 +488,7 @@ here. | |||
| 488 | * Changes in Eglot 1.1 (9/7/2018) | 488 | * Changes in Eglot 1.1 (9/7/2018) |
| 489 | 489 | ||
| 490 | ** Implement TCP autostart/autoconnect (and support Ruby's Solargraph). | 490 | ** Implement TCP autostart/autoconnect (and support Ruby's Solargraph). |
| 491 | The ':autoport' symbol in the server incovation is replaced | 491 | The ':autoport' symbol in the server invocation is replaced |
| 492 | dynamically by a local port believed to be vacant, so that the ensuing | 492 | dynamically by a local port believed to be vacant, so that the ensuing |
| 493 | TCP connection finds a listening server. | 493 | TCP connection finds a listening server. |
| 494 | 494 | ||