]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
Close #45
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index e1874a0439aa8c54bf2dc6e9eb34c55c47c1eb03..beb2cfbc917aca8931ec76920b4392613868f26f 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,18 @@
 # History of user-visible changes
 
+## Next
+
+* Experimental support for non-prefix completion.
+* Starting with Emacs version 24.4, `company-capf` is included in
+  `company-backends` and replaces `company-elisp`.
+* `company-capf` supports completion tables that return non-default boundaries.
+* `company-elisp` is enabled in `inferior-emacs-lisp-mode`.
+
+## 2013-09-28 (0.6.12)
+
+* Default value of `company-begin-commands` changed to `(self-insert-command)`.
+* Futher improvement in `org-indent-mode` compatibility.
+
 ## 2013-08-18 (0.6.11)
 
 * `company-template-c-like-templatify` removes all text after closing paren, for