[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 656ad10 37/38: Release 0.9.13
From: |
Dmitry Gutov |
Subject: |
[elpa] master 656ad10 37/38: Release 0.9.13 |
Date: |
Sat, 25 Jul 2020 19:51:17 -0400 (EDT) |
branch: master
commit 656ad10670512e135a0a5881f127bb7a789ef8ca
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>
Release 0.9.13
---
NEWS.md | 6 +++++-
company.el | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/NEWS.md b/NEWS.md
index 7c1f292..f1f1d05 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,7 +1,8 @@
# History of user-visible changes
-## Next
+## 2020-07-26 (0.9.13)
+* `company-clang`: error handling is more permissive.
* `company-tng` stops disabling `post-completion` in backends
([#946](https://github.com/company-mode/company-mode/pull/946)). Instead,
`company-tng-configure-default` disables snippet expansion in most popular
@@ -9,6 +10,9 @@
`company-tng`, disable snippet insertion by customizing a relevant option
provided by the backend. The result is better compatibility with LSP backends
because they currently depend on `post-completion` in all cases.
+* `company-keywords`: additions for C and C++.
+* `company-yasnippet` supports the `doc-buffer` action.
+* `company-bbdb` supports more headers.
## 2020-02-07 (0.9.12)
diff --git a/company.el b/company.el
index d1f17fe..d460b88 100644
--- a/company.el
+++ b/company.el
@@ -5,7 +5,7 @@
;; Author: Nikolaj Schumacher
;; Maintainer: Dmitry Gutov <dgutov@yandex.ru>
;; URL: http://company-mode.github.io/
-;; Version: 0.9.12
+;; Version: 0.9.13
;; Keywords: abbrev, convenience, matching
;; Package-Requires: ((emacs "24.3"))
- [elpa] master 1f56bec 36/38: company-diag: Print out completion-at-point-functions too, (continued)
- [elpa] master 1f56bec 36/38: company-diag: Print out completion-at-point-functions too, Dmitry Gutov, 2020/07/25
- [elpa] master 6333fc4 29/38: Mention when, Dmitry Gutov, 2020/07/25
- [elpa] master f24b794 32/38: Make sure the error text is present before trying to use it, Dmitry Gutov, 2020/07/25
- [elpa] master 7d9d72c 33/38: Set tooltip background color for terminals with less than 88 colors, Dmitry Gutov, 2020/07/25
- [elpa] master 8ec972b 17/38: Defer company-reformat a little, Dmitry Gutov, 2020/07/25
- [elpa] master 61ddd9a 21/38: Merge pull request #968 from condy0919/master, Dmitry Gutov, 2020/07/25
- [elpa] master fdde3d1 27/38: Merge pull request #946 from company-mode/company-tng-with-post-completion, Dmitry Gutov, 2020/07/25
- [elpa] master 21f3b0f 28/38: Revert "company-input-noop still seems to be needed in the terminal", Dmitry Gutov, 2020/07/25
- [elpa] master b94ab88 34/38: Merge pull request #986 from hanazuki/default-tooltip-bg, Dmitry Gutov, 2020/07/25
- [elpa] master 36e650a 35/38: Fix company-tooltip definition in Emacs < 28, Dmitry Gutov, 2020/07/25
- [elpa] master 656ad10 37/38: Release 0.9.13,
Dmitry Gutov <=