]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/NEWS.md
Merge commit 'ed44aa9bcebcc055551a2d018db9080ee0e9866f'
[gnu-emacs-elpa] / packages / company / NEWS.md
index 8a0bec29d6c88a66d8b86ce013d35c57ed62e027..56bebb657a7aecca393e3dfa9b3935c24faf76eb 100644 (file)
@@ -1,5 +1,21 @@
 # History of user-visible changes
 
+## 2014-10-15 (0.8.6)
+
+* `company-clang` and `company-template-c-like-templatify` support templated
+  functions and arguments.
+* `company-dabbrev` ignores "uninteresting" buffers by default. Depends on the
+  new user option, `company-dabbrev-ignore-buffers`.
+* `company-files` checks directory's last modification time.
+* `company-files` supports relative paths and Windows drive letters.
+
+## 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.