]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
Release 0.8.4
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index af8ea70cbfd183c0ff1d1c6f10d8dad8dd06fe5e..47814ffe44a7836091c8fb3cbf7a8d24d5d774c4 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,25 @@
 # History of user-visible changes
 
+## 2014-08-13 (0.8.4)
+
+* `company-ropemacs` is only used when `ropemacs-mode` is on.
+* `company-gtags` is enabled in all `prog-mode` derivatives by default.
+* `company-end-of-buffer-workaround` is not used anymore.
+* `company-begin-commands` includes several `cc-mode` commands.
+
+## 2014-08-27 (0.8.3)
+
+* On Emacs 24.4 or newer, tooltip positioning takes line-spacing into account.
+* New face `company-tooltip-search`, used for the search string in the tooltip.
+* The default value of `company-dabbrev-minimum-length` is set to 4, independent
+  of the `company-minimum-prefix-length` value.
+
+## 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