X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/a36054a367ed83c09cc4e53f4674249ba4cb5bde..c5538df1338646c209df23004f772e3388c22250:/packages/company/NEWS.md diff --git a/packages/company/NEWS.md b/packages/company/NEWS.md index 70d6a0f33..c7a1afe53 100644 --- a/packages/company/NEWS.md +++ b/packages/company/NEWS.md @@ -1,5 +1,17 @@ # History of user-visible changes +## 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.