]> code.delx.au - gnu-emacs-elpa/commitdiff
Release 0.6.9
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 9 May 2013 20:19:59 +0000 (00:19 +0400)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 9 May 2013 20:19:59 +0000 (00:19 +0400)
NEWS.md
company.el

diff --git a/NEWS.md b/NEWS.md
index d8a0c9113b982b90a0681e3d43a5643bf3e232f3..1c33f7cb710d5c4d6bc459cb470e035521dc811e 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,7 +1,8 @@
 # History of user-visible changes
 
-## Next
+## 2013-05-10 (0.6.9)
 
+* `company-capf` respects `:exit-function` completion property.
 * `company-backends`: `prefix` command can return `t` in the cdr.
 * `company-clang-begin-after-member-access`: New option.
 * Mouse click outside the tooltip aborts completion.
index 4328924c3ad7d97c6f4848c62e2f1ad387491fee..5b800e464345341e8694a138168645fe716e82f8 100644 (file)
@@ -4,9 +4,9 @@
 
 ;; Author: Nikolaj Schumacher
 ;; Maintainer: Dmitry Gutov <dgutov@yandex.ru>
-;; Version: 0.6.8
+;; Version: 0.6.9
 ;; Keywords: abbrev, convenience, matching
-;; URL: http://company-mode.github.com/
+;; URL: http://company-mode.github.io/
 ;; Compatibility: GNU Emacs 22.x, GNU Emacs 23.x, GNU Emacs 24.x
 
 ;; This file is part of GNU Emacs.