]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/company/NEWS.md
Merge commit 'a015fb350abe50d250e3e7a9c3c762397326977f' from company
[gnu-emacs-elpa] / packages / company / NEWS.md
index 553155e35cb127690ec1d01ceb9878c02fcb0530..c7a1afe53d45a634998f3727dd5da3df6eeb4d4a 100644 (file)
@@ -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 `<up>` or `<down>` 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.