[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/company b2b9b19f9a 20/24: Update the NEWS entry
From: |
ELPA Syncer |
Subject: |
[elpa] externals/company b2b9b19f9a 20/24: Update the NEWS entry |
Date: |
Tue, 27 Aug 2024 00:57:44 -0400 (EDT) |
branch: externals/company
commit b2b9b19f9a5b1f90978fabf1377b8aca1bc444d7
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>
Update the NEWS entry
---
NEWS.md | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/NEWS.md b/NEWS.md
index 22b5960a99..d764e1c60d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,9 +2,11 @@
# Next
-* `company-complete-common` now performs generalized "expand common part"
- completion when the current backend supports that. In particular, for
- `completion-at-point-functions` it queries `completion-try-completion`.
+* `company-complete-common` now performs generalized ([expand common
+ part](https://github.com/company-mode/company-mode/pull/1488)) completion
when
+ the backend supports that. In particular, for `completion-at-point-functions`
+ it queries `completion-try-completion`. `company-dabbrev-code` and
+ `company-etags` also do that when `completion-styles` support is enabled.
* `company-dabbrev-other-buffers` and `company-dabbrev-code-other-buffers` can
now take a function as its value
(#[1485](https://github.com/company-mode/company-mode/issues/1485))
* Completion works in the middle of a symbol
- [elpa] externals/company 64a3787db7 14/24: Copy edit, (continued)
- [elpa] externals/company 64a3787db7 14/24: Copy edit, ELPA Syncer, 2024/08/27
- [elpa] externals/company df4f6e9ea3 21/24: company--common-or-matches: Synchronize with 'match' more, ELPA Syncer, 2024/08/27
- [elpa] externals/company 8a4872a81b 23/24: company-capf--current-boundaries only for matching completions, ELPA Syncer, 2024/08/27
- [elpa] externals/company e1d331a64e 24/24: [ci skip] Remove parens, ELPA Syncer, 2024/08/27
- [elpa] externals/company 36aae5183a 13/24: company--multi-expand-common: Simplify the compatibility check, ELPA Syncer, 2024/08/27
- [elpa] externals/company 71fad0b38a 06/24: Delete a no-op line, ELPA Syncer, 2024/08/27
- [elpa] externals/company 4ba6dcb874 22/24: Merge pull request #1488 from company-mode/expand-common, ELPA Syncer, 2024/08/27
- [elpa] externals/company 82e7f81dcb 07/24: Support complete-common in backends with boundaries and no `expand-common`, ELPA Syncer, 2024/08/27
- [elpa] externals/company cb3b67122d 01/24: company-complete-common: Generalized "expand common" behavior, ELPA Syncer, 2024/08/27
- [elpa] externals/company 7b849c0c6f 18/24: Mo tests and some fixes, ELPA Syncer, 2024/08/27
- [elpa] externals/company b2b9b19f9a 20/24: Update the NEWS entry,
ELPA Syncer <=
- [elpa] externals/company 4647272f62 08/24: Improve the default `expand-common` implementation to support boundaries, ELPA Syncer, 2024/08/27
- [elpa] externals/company ed4a93f576 10/24: company--multi-expand-common: Analyze each backend's completions separately, ELPA Syncer, 2024/08/27