X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/092486e564415dc4bab1fe600b548cf4fd18617b..c5538df1338646c209df23004f772e3388c22250:/packages/company/NEWS.md diff --git a/packages/company/NEWS.md b/packages/company/NEWS.md index 553155e35..c7a1afe53 100644 --- a/packages/company/NEWS.md +++ b/packages/company/NEWS.md @@ -1,6 +1,18 @@ # History of user-visible changes -## Next +## 2015-02-02 (0.8.10) + +* New variable `company-lighter-base`. +* Better tracking of the current selection. +* Pressing `M-0`...`M-9` works in the search mode. +* Pressing `` or `` doesn't quit the search mode. + +## 2015-01-23 (0.8.9) + +* New commands `company-next-page` and `company-previous-page`, remapping + `scroll-up-command` and `scroll-down-command` during completion. + +## 2015-01-13 (0.8.8) * Pressing `M-n` or `M-p` doesn't quit the search mode. * New command `company-complete-common-or-cycle`. No default binding.