]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
company-dabbrev-minimum-length: change the initvalue and document better
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 769e7d59a6e9135d5a913fc9586ddea5f8777b46..04788ab7deddf601fc81b468414183c16b0c762a 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,7 +1,25 @@
 # History of user-visible changes
 
-## Next
+# Next
 
+* The default value of `company-dabbrev-minimum-length` is set to 4, independent
+  of what `company-minimum-prefix-length` is set to.
+
+## 2014-07-26 (0.8.2)
+
+* New user option `company-occurrence-weight-function`, allowing to tweak the
+  behavior of the transformer `company-sort-by-occurrence`.
+* Setting `company-idle-delay` to `t` is deprecated. Use the value 0 instead.
+
+## 2014-07-01 (0.8.1)
+
+* `company-require-match` is not in effect when the new input doesn't continue
+  the previous prefix, and that prefix was a match.
+* The meaning of `company-begin-commands` value t has slightly changed.
+* New transformer, `company-sort-by-backend-importance`.
+* When grouped back-ends are used, the back-end of the current candidate is
+  indicated in the mode-line, enclosed in angle brackets.
+* New user option `company-gtags-insert-arguments`, t by default.
 * `company-css` knows about CSS3.
 * `company-gtags` supports `meta` and `annotation`.
 * User option `company-dabbrev-code-other-buffers` can have a new value: `code`.