]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/NEWS.md
Merge commit '7c14dedc79bf0c6eaad5bf50b80ea80dd721afdc' from company
[gnu-emacs-elpa] / packages / company / NEWS.md
index 97dc2849d558b0c962c407523293201f987a355a..af8ea70cbfd183c0ff1d1c6f10d8dad8dd06fe5e 100644 (file)
@@ -1,5 +1,21 @@
 # History of user-visible changes
 
+## 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`.
+* New user option `company-tooltip-flip-when-above`.
+* `company-clang` uses the standard header search paths by default.
+* `C-h` is bound to `company-show-doc-buffer` (like `f1`).
+
 ## 2014-04-19 (0.8.0)
 
 * `company-capf` is included in `company-backends` in any supported Emacs