]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
company-post-command: Handle being called after quitting
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 33e1e689811e87c02e3cf28580824922f615e5dc..47814ffe44a7836091c8fb3cbf7a8d24d5d774c4 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,10 +1,18 @@
 # History of user-visible changes
 
-# Next
+## 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 what `company-minimum-prefix-length` is set to.
+  of the `company-minimum-prefix-length` value.
 
 ## 2014-07-26 (0.8.2)