X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/4861427a5a8b64fc6ae555a140129c27a1d62175..f099954042d140841dd89e50350195cbd97c536a:/packages/company/NEWS.md diff --git a/packages/company/NEWS.md b/packages/company/NEWS.md index 64860ba24..8c43c584c 100644 --- a/packages/company/NEWS.md +++ b/packages/company/NEWS.md @@ -1,5 +1,18 @@ # History of user-visible changes +## 2013-09-28 (0.6.12) + +* Default value of `company-begin-commands` changed to `(self-insert-command)`. +* Futher improvement in `org-indent-mode` compatibility. + +## 2013-08-18 (0.6.11) + +* `company-template-c-like-templatify` removes all text after closing paren, for + use in backends that display additional info there. +* `company-cmake` is now bundled. +* Better `linum` compatibility in Emacs <= 24.2. +* `company-global-modes`: New option. + ## 2013-05-26 (0.6.10) * Plays nicer with `org-indent-mode`.