emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master f149940 28/29: Release 0.9.3


From: Dmitry Gutov
Subject: [elpa] master f149940 28/29: Release 0.9.3
Date: Tue, 28 Mar 2017 20:50:38 -0400 (EDT)

branch: master
commit f1499404163d8148e7a6303a8598f9c0f696d1cb
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Release 0.9.3
---
 NEWS.md    | 8 +++++++-
 company.el | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index 463edb7..7d8ae3e 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,13 +1,19 @@
 # History of user-visible changes
 
-## Next
+## 2017-03-29 (0.9.3)
 
+* New variable `company-echo-truncate-lines`.
+* `company-auto-complete` improved compatibility with `electric-pair-mode`.
 * Use of `overriding-terminal-local-map` does not disable completion.
 * `company-clang` and `company-gtags` can work over Tramp.
 * New frontend `company-preview-common-frontend`.
 * `company-clang` calls Clang using a pipe instead of pty.
 * The minimum required version of Emacs is now 24.3.
 
+## 2016-11-14 (0.9.2)
+
+* Miscellaneous fixes and docstring improvements.
+
 ## 2016-11-12 (0.9.1)
 
 * `company-indent-or-complete-common` skips trying to indent if
diff --git a/company.el b/company.el
index 7867823..153b1f5 100644
--- a/company.el
+++ b/company.el
@@ -5,7 +5,7 @@
 ;; Author: Nikolaj Schumacher
 ;; Maintainer: Dmitry Gutov <address@hidden>
 ;; URL: http://company-mode.github.io/
-;; Version: 0.9.2
+;; Version: 0.9.3
 ;; Keywords: abbrev, convenience, matching
 ;; Package-Requires: ((emacs "24.3"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]