]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
company-css-property-value-regexp: prohibit opening curlies
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index fae1a92bde95321124d45a286e319b582365c589..d5184c3c31c0a37381669efcb8d7325ce0f21708 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,6 +2,34 @@
 
 ## Next
 
+* 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`.
+* 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
+  version (>= 24.1). `company-elisp` goes before it if Emacs version is < 24.4.
+* New user option `company-clang-insert-arguments`, by default t.
+* Default value of `company-idle-delay` lowered to `0.5`.
+* New user option `company-tooltip-minimum-width`, by default 0.
+* New function `company-grab-symbol-cons`.
 * `company-clang` fetches completion candidates asynchronously.
 * Added support for asynchronous back-ends (experimental).
 * Support for back-end command `crop` dropped (it was never documented).