]> code.delx.au - gnu-emacs-elpa/blobdiff - NEWS.md
Remove company-pysmell
[gnu-emacs-elpa] / NEWS.md
diff --git a/NEWS.md b/NEWS.md
index 70d6a0f33ae74944d3b62b9ce79c7e8e0f6cddf4..c83b34b7cff52c6e3ce8f3aa4e251352006a722c 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,26 @@
 # History of user-visible changes
 
+## Next
+
+* `company-pysmell` was removed.
+* `company-select-next`, `company-select-previous`,
+  `company-select-next-or-abort`, `company-select-previous-or-abort` and
+  `company-complete-common-or-cycle` accept a numeric argument.
+* The documentation buffer window can be scrolled with the mouse wheel.
+* New command `company-diag`. Use it in bug reports.
+
+## 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.